Add GType for GstRTSPUrl and expose a copy function because we can.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * docs/libs/gst-plugins-base-libs-sections.txt:
4         * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
5         (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
6         * gst-libs/gst/rtsp/gstrtspurl.h:
7         * win32/common/libgstrtsp.def:
8         Add GType for GstRTSPUrl and expose a copy function because we can.
9         API: gst_rtsp_url_copy()
10         Fixes #567027.
11
12 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
13
14         * configure.ac:
15         * ext/gio/gstgio.c: (plugin_init):
16         Add plugin dependency for the GIO and GVfs modules.
17         Fixes bug #566876.
18
19 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * configure.ac:
22         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23         Add plugin dependency for the gnomevfs modules.
24         Fixes bug #566875.
25
26 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * win32/common/libgstcdda.def:
29         Add new symbol to the list of exported symbols.
30
31 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
32
33         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
34         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
35         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
36         (activate_group), (deactivate_group), (groups_set_locked_state),
37         (gst_play_bin_change_state):
38         Fix some comments and docs.
39         Post an error message when we fail to link the selector to the sink.
40         Remove pushing of EOS, this seems unneeded. 
41         Lock the state of deactivated groups so that they don't accidentally
42         reactivate when the playbin2 state changes.
43         Reuse uridecodebins.
44         Unlock and relock state of groups when playbin goes to NULL.
45         Fixes #566654.
46         Fixes #566341.
47
48         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
49         Only do something in the pad removed callback when we are dealing with
50         our sourcepads because the sinkpads don't have a ghostpad.
51
52 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
53
54         * gst-libs/gst/cdda/gstcddabasesrc.c:
55         * gst-libs/gst/cdda/gstcddabasesrc.h:
56         Make the GType of GstCDDABaseSrcMode public for bindings.
57         Fixes bug #566837.
58
59 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
60
61         * configure.ac:
62         * ext/libvisual/visual.c: (plugin_init):
63           Use new core API to make registry re-scan the plugin
64           whenever visualisations are added or removed (see #350477).
65
66 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         Patch by: José Alburquerque <jaalburqu svn gnome org>
69
70         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
71         * gst-libs/gst/audio/gstaudioclock.h:
72         Make gst_audio_clock_new use const gchar* to ease the wrapping of
73         C++ bindings. Fixes #566723.
74
75 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
76
77         * configure.ac:
78         * pkgconfig/Makefile.am:
79         * pkgconfig/gstreamer-app-uninstalled.pc.in:
80         * pkgconfig/gstreamer-app.pc.in:
81         Add pkg-config files for libgstapp. Fixes bug #566761.
82
83 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
84
85         * gst-libs/gst/app/gstappsink.c:
86         * gst-libs/gst/app/gstappsink.h:
87         * gst-libs/gst/app/gstappsrc.c:
88         * gst-libs/gst/app/gstappsrc.h:
89           Make debug categories static. Use _element_class_set_details_simple().
90
91 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
92
93         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
94           (gst_app_sink_class_init), (gst_app_sink_init),
95           (gst_app_sink_dispose), (gst_app_sink_finalize),
96           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
97           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
98           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
99           (gst_app_sink_render), (gst_app_sink_getcaps),
100           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
101           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
102           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
103           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
104           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
105           (gst_app_sink_pull_buffer):
106         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
107         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
108           (gst_app_src_class_init), (gst_app_src_init),
109           (gst_app_src_flush_queued), (gst_app_src_dispose),
110           (gst_app_src_finalize), (gst_app_src_set_property),
111           (gst_app_src_get_property), (gst_app_src_unlock),
112           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
113           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
114           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
115           (gst_app_src_set_caps), (gst_app_src_get_caps),
116           (gst_app_src_set_size), (gst_app_src_get_size),
117           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
118           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
119           (gst_app_src_set_latencies), (gst_app_src_set_latency),
120           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
121           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
122         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
123           Move private data into a private instance struct. Add padding to
124           instance and class structures exposed in public headers. Add
125           Since markers to the gtk-doc blurbs (#566750).
126
127 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * tests/examples/app/appsrc_ex.c: (main):
130         Some comments.
131         When pulling a buffer we can get NULL when the element is EOS, don't try
132         to unref this NULL buffer.
133
134 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
135
136         * gst-libs/gst/video/Makefile.am:
137         * gst-libs/gst/video/video.h:
138         Fix up build flags and include statement for the new generated
139         enumtypes files, to fix dist.
140
141 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
142
143         * configure.ac:
144         * docs/libs/Makefile.am:
145         * docs/libs/gst-plugins-base-libs-docs.sgml:
146         * docs/libs/gst-plugins-base-libs-sections.txt:
147         * docs/plugins/Makefile.am:
148         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
149         * docs/plugins/gst-plugins-base-plugins-sections.txt:
150         * docs/plugins/gst-plugins-base-plugins.args:
151         * docs/plugins/gst-plugins-base-plugins.hierarchy:
152         * docs/plugins/gst-plugins-base-plugins.interfaces:
153         * docs/plugins/gst-plugins-base-plugins.prerequisites:
154         * docs/plugins/gst-plugins-base-plugins.signals:
155         * docs/plugins/inspect/plugin-app.xml:
156         * gst-libs/gst/Makefile.am:
157         * gst-libs/gst/app/gstappsink.c:
158         * gst-libs/gst/app/gstappsrc.c:
159         * tests/examples/Makefile.am:
160         * tests/examples/app/Makefile.am:
161
162         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
163
164 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
165
166         * gst-libs/gst/audio/gstbaseaudiosink.c:
167         (gst_base_audio_sink_change_state):
168         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
169         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
170         this because the async_play method is deprecated and usually not called 
171         anymore.
172
173 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
174
175         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
176         Disconnect signal handlers before destroying a previous decodebin so
177         that we don't end up causing deadlocks. Fixes #566586.
178
179 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * gst/audiotestsrc/gstaudiotestsrc.c:
182         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
183         (gst_audio_test_src_check_get_range),
184         (gst_audio_test_src_set_property),
185         (gst_audio_test_src_get_property):
186         * gst/audiotestsrc/gstaudiotestsrc.h:
187         Add property to control pull/push based scheduling.
188
189 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
190
191         * configure.ac:
192         * tests/examples/seek/Makefile.am:
193         * tests/icles/Makefile.am:
194         Make the seek and colorkey examples depend on gtk+-x11 as they use
195         GDK_WINDOW_XID.
196         Fixes the build with gtk+-quartz.
197
198 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
199
200         * win32/common/libgstaudio.def:
201         * win32/common/libgsttag.def:
202         * win32/common/libgstvideo.def:
203         Add new exports to win32 files.
204
205 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
206
207         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
208         * gst-libs/gst/tag/gsttagdemux.h:
209         Add GType for GstTagDemuxResult enum.
210
211 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
212
213         * gst-libs/gst/video/Makefile.am:
214         * gst-libs/gst/video/video.h:
215         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
216         This will help bindings to use it.
217
218 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
219
220         * gst-libs/gst/audio/Makefile.am:
221         * gst-libs/gst/audio/audio.c:
222         * gst-libs/gst/audio/multichannel.h:
223         * gst-libs/gst/audio/testchannels.c:
224         * win32/MANIFEST:
225         * win32/common/audio-enumtypes.c:
226         (gst_audio_channel_position_get_type),
227         (gst_ring_buffer_state_get_type),
228         (gst_ring_buffer_seg_state_get_type),
229         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
230         * win32/common/audio-enumtypes.h:
231         * win32/common/multichannel-enumtypes.c:
232         * win32/common/multichannel-enumtypes.h:
233         * win32/vs6/grammar.dsp:
234         * win32/vs6/libgstaudio.dsp:
235         * win32/vs7/libgstaudio.vcproj:
236         * win32/vs8/libgstaudio.vcproj:
237         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
238         audio- in order to wrap all enums declarations of that library.
239         This modification should not matter since that header file is not a
240         public header (it will be included by public headers).
241         Modify win32 crap^Wfiles accordingly.
242
243 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
244
245         * gst-libs/gst/audio/gstbaseaudiosrc.h:
246         * gst-libs/gst/audio/gstbaseaudiosink.h:
247         Complete Sebastien's commit from the 13th by exporting the
248         _slave_method_get_type() methods.
249
250 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
251
252         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
253         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
254         (gst_gio_base_src_query):
255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
257         (gst_gnome_vfs_src_query):
258         Implement URI query. Fixes bug #562949.
259
260 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
261
262         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
263         Add some debug info.
264
265         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
266         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
267         (gst_play_sink_release_pad):
268         Add some more debug info.
269         Reconfigure the audio chain when we switch between raw and encoded audio
270         in gapless playback.
271
272 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * gst-libs/gst/audio/gstbaseaudiosink.c:
275         (gst_base_audio_sink_setcaps):
276         Pause the write thread before deactivating and releasing the ringbuffer
277         to avoid a deadlock when we do gapless playback with different sample
278         rates in playbin2.  Fixes #564929.
279
280 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
281
282         * gst-libs/gst/audio/gstbaseaudiosrc.c:
283         Make GstAudioSrcSlaveMethod get_type() function non-static
284         as it's public now.
285
286         * win32/common/libgstaudio.def:
287         * win32/common/libgstnetbuffer.def:
288         Add some missing functions to the list of exported symbols.
289
290 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         Patch by: Andrew Feren <acferen at yahoo dot com>
293
294         * gst-libs/gst/netbuffer/gstnetbuffer.c:
295         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
296         (gst_netaddress_get_address_bytes),
297         (gst_netaddress_set_address_bytes):
298         * gst-libs/gst/netbuffer/gstnetbuffer.h:
299         Make gst_netaddress_get_ip4_address fail for v6 addresses.
300         Make gst_netaddress_get_ip6_address either fail or return the v4
301         address as a transitional v6 address.
302         Add two convenience functions:
303         API: gst_netaddress_get_address_bytes()
304         API: gst_netaddress_set_address_bytes()
305         Fixes #564896.
306
307 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
308
309         * gst/adder/Makefile.am:
310         * gst/adder/gstadder.c:
311           Cleanup variable names to make the adder-loop easier to understand.
312           Also try to use liboil to spee it up, but ifdef it out as it does not
313           make any change for me (Intel pentim M (sse,sse2) please try on other
314           systems).
315
316 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * docs/plugins/Makefile.am:
319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
321         * gst/tcp/gsttcpclientsink.c:
322         * gst/tcp/gsttcpclientsrc.c:
323         * gst/tcp/gsttcpserversrc.c:
324         Add minimal docs to make the remaining tcp elements show up.
325         Fixes #564139.
326
327 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
328
329         * win32/common/config.h:
330           Update to CVS version.
331
332         * win32/common/config.h.in:
333           Hardcode path to plugin install helper exe, just like we hardcode
334           the paths in core. Removes another source of VCS conflicts for
335           people hacking gst-plugins-base on systems with autotools.
336
337 2008-12-13  Edward Hervey  <bilboed@gmail.com>
338
339         * m4/Makefile.am:
340         And a couple more .m4 that don't exist anymore with gettext 0.17
341
342 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
343
344
345         * m4/Makefile.am:
346         inttypes.m4 hasn't been available since gettext-0.15, and since we now
347         require gettext >= 0.17 ... we can remove it from the list of files to
348         dist.
349
350 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
351
352         * gst-libs/gst/audio/gstbaseaudiosink.c:
353         (gst_base_audio_sink_slave_method_get_type),
354         (gst_base_audio_sink_class_init):
355         * gst-libs/gst/audio/gstbaseaudiosink.h:
356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
357         (gst_base_audio_src_slave_method_get_type),
358         (gst_base_audio_src_class_init):
359         * gst-libs/gst/audio/gstbaseaudiosrc.h:
360         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
361         public API. This is needed for the C++ bindings to be able
362         to use this base classes. Fixes bug #564200, #564206.
363
364 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
365
366         * gst-libs/gst/cdda/gstcddabasesrc.c:
367         (gst_cdda_base_src_handle_event):
368         Remove erroneous gst_buffer_ref().
369         * tests/check/libs/rtp.c: (GST_START_TEST):
370         Don't forget to unref the buffer once you're done with it.
371
372 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
373
374         * gst/playback/gstplaybin.c:
375         * gst/playback/gstplaybin2.c:
376           XRef to GstXOverlay.
377
378 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
379
380         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
381         Free the factory array when finalizing.
382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
383         Use a GstStaticPadTemplate since the src pad caps are fixed.
384
385 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
386
387         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
388         (gst_vorbis_enc_init):
389         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
390         pad templates.
391
392 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
393
394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
395         (gst_riff_create_video_template_caps):
396         Add mapping for VP6 in avi/riff.
397
398 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
399
400         * gst/subparse/samiparse.c: (sami_context_push_state),
401         (sami_context_pop_state), (start_sami_element), (end_sami_element):
402         Some versions of libxml seem to be very picky as to strict formatting
403         of the input and never 'close' the final </body> tag.
404         In order to fix that bad behaviour, we trigger the flushing of
405         remaining data on both </body> and </sami>.
406         Fixes #557365
407
408 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
409
410         Patch by: Guillaume Emont <guillaume at fluendo dot com>
411
412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
413         Add typefinders for MS Word files and OS X .DS_Store files to
414         prevent them to be recognized as MPEG files. Fixes bug #564098.
415
416 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst/playback/gstplaysink.c: (gen_audio_chain),
419         (gst_play_sink_reconfigure):
420         Add some more debug info.
421         Fix linking of just an encoded sink.
422         Handle failure to create a sink chain more gracefully than crashing.
423
424 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
425
426         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
427         Pushing 10 buffers is enough to run the test.
428
429 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
430
431         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
432         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
433         (main):
434         Hook up the SKIP seek flag.
435
436 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
437
438         * gst/playback/gstplaybin2.c: (pad_added_cb):
439         Error out with a missing-plugin error when the input-selector was not
440         found.
441
442         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
443         Indentation.
444
445 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
446
447         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
448         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
449         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
450         (gst_play_sink_send_event), (gst_play_sink_change_state):
451         Use G_DEFINE_TYPE.
452         Try to set the selected sink to READY before using it. This will allow
453         for detection of incompatible formats sooner.
454         Don't cause a fatal error when conversion elements are missing but post
455         a missing-element message and a warning instead because things might
456         still link and run fine.
457         Simplyfy the construction of audio and video sink chains.
458
459 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
462         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
463         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
464         init from glib.
465
466 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
467
468         Patch by: Luis Menina <liberforce at freeside dot fr>
469
470         * gst-libs/gst/floatcast/floatcast.h:
471         * gst/typefind/gsttypefindfunctions.c:
472         Include glib.h instead of a specific GLib header. Including single
473         GLib headers is deprecated. Fixes bug #563904.
474
475 2008-12-09  Julien Moutte  <julien@fluendo.com>
476
477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
478         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
479
480 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
481
482         * gst-libs/gst/riff/riff-read.c:
483           Fix handling of odd chunks in riff metadata.
484
485 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst/volume/gstvolume.c: (gst_volume_class_init),
488         (volume_before_transform), (volume_transform_ip):
489         Use new basetransform vmethod to reconfigure the dynamic properties and
490         any pending volume/mute changes. Fixes #563508.
491
492 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
493
494         * configure.ac:
495         First check for "theoraenc theoradec" and if that failed check
496         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
497         deprecate the latter. Also linking on Windows fails with just "theora"
498         and the version check would fail for the release candidates.
499         Fixes bug #563718.
500
501 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
502
503         * gst/playback/gstdecodebin.c:
504         * gst/playback/gstdecodebin2.c:
505           Add basic docs to decodebin and link to decodebin from decodebin2.
506           
507 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         Patch by: Olivier Crete  <tester at tester ca>
510
511         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
512         * gst-libs/gst/rtp/gstrtcpbuffer.h:
513         Implement gst_rtcp_packet_remove(). Fixes #563174.
514
515         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
516         Add unit test for some RTCP functions.
517
518 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
519
520         * configure.ac:
521         Apparently AC_CONFIG_MACRO_DIR breaks when using more
522         than one macro directory, reverting last change.
523
524 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
525
526         * configure.ac:
527         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
528         our M4 macros.
529
530 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
531
532         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
534         Clear all flags on buffers returned from the image pool.
535         Fixes #563143
536
537 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
538
539         Patch by: Cygwin Ports maintainer
540                   <yselkowitz at users dot sourceforge dot net>
541
542         * autogen.sh:
543         * configure.ac:
544         Require gettext 0.17 because older versions don't mix with libtool
545         2.2. At build time an older gettext version will still work.
546         Fixes bug #556091.
547
548 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
549
550         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
551
552 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
553
554         * docs/plugins/gst-plugins-base-plugins.args:
555         * docs/plugins/gst-plugins-base-plugins.hierarchy:
556         * docs/plugins/gst-plugins-base-plugins.interfaces:
557         * docs/plugins/gst-plugins-base-plugins.prerequisites:
558         * docs/plugins/inspect/plugin-videorate.xml:
559         * gst/speexresample/gstspeexresample.c:
560         Update documentation of speexresample for the new element name.
561
562 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * gst/speexresample/README:
565         Update README with the latest diff between the Speex resampler
566         and our copy.
567
568 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
569
570         * gst/speexresample/gstspeexresample.c: (plugin_init):
571         Update the debug category from speex_resample to audioresample.
572
573 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
574
575         * gst/audioresample/Makefile.am:
576         * gst/audioresample/buffer.c:
577         * gst/audioresample/buffer.h:
578         * gst/audioresample/debug.c:
579         * gst/audioresample/debug.h:
580         * gst/audioresample/functable.c:
581         * gst/audioresample/functable.h:
582         * gst/audioresample/gstaudioresample.c:
583         * gst/audioresample/gstaudioresample.h:
584         * gst/audioresample/resample.c:
585         * gst/audioresample/resample.h:
586         * gst/audioresample/resample_chunk.c:
587         * gst/audioresample/resample_functable.c:
588         * gst/audioresample/resample_ref.c:
589         * tests/check/elements/audioresample.c:
590         Remove audioresample files.
591
592 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
593
594         * docs/plugins/inspect/plugin-audioresample.xml:
595         Regenerated for library filename change.
596
597 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
598
599         * configure.ac:
600         * docs/plugins/Makefile.am:
601         * docs/plugins/gst-plugins-base-plugins-sections.txt:
602         * docs/plugins/gst-plugins-base-plugins.args:
603         * docs/plugins/gst-plugins-base-plugins.hierarchy:
604         * docs/plugins/gst-plugins-base-plugins.interfaces:
605         * docs/plugins/gst-plugins-base-plugins.prerequisites:
606         * docs/plugins/inspect/plugin-adder.xml:
607         * docs/plugins/inspect/plugin-alsa.xml:
608         * docs/plugins/inspect/plugin-audioconvert.xml:
609         * docs/plugins/inspect/plugin-audiorate.xml:
610         * docs/plugins/inspect/plugin-audioresample.xml:
611         * docs/plugins/inspect/plugin-audiotestsrc.xml:
612         * docs/plugins/inspect/plugin-cdparanoia.xml:
613         * docs/plugins/inspect/plugin-decodebin.xml:
614         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
615         * docs/plugins/inspect/plugin-gdp.xml:
616         * docs/plugins/inspect/plugin-gio.xml:
617         * docs/plugins/inspect/plugin-gnomevfs.xml:
618         * docs/plugins/inspect/plugin-libvisual.xml:
619         * docs/plugins/inspect/plugin-ogg.xml:
620         * docs/plugins/inspect/plugin-pango.xml:
621         * docs/plugins/inspect/plugin-playback.xml:
622         * docs/plugins/inspect/plugin-queue2.xml:
623         * docs/plugins/inspect/plugin-subparse.xml:
624         * docs/plugins/inspect/plugin-tcp.xml:
625         * docs/plugins/inspect/plugin-theora.xml:
626         * docs/plugins/inspect/plugin-typefindfunctions.xml:
627         * docs/plugins/inspect/plugin-uridecodebin.xml:
628         * docs/plugins/inspect/plugin-video4linux.xml:
629         * docs/plugins/inspect/plugin-videorate.xml:
630         * docs/plugins/inspect/plugin-videoscale.xml:
631         * docs/plugins/inspect/plugin-videotestsrc.xml:
632         * docs/plugins/inspect/plugin-volume.xml:
633         * docs/plugins/inspect/plugin-vorbis.xml:
634         * docs/plugins/inspect/plugin-ximagesink.xml:
635         * docs/plugins/inspect/plugin-xvimagesink.xml:
636         * gst/speexresample/gstspeexresample.c: (plugin_init):
637         * gst/speexresample/Makefile.am:
638         * tests/check/Makefile.am:
639         * tests/check/elements/speexresample.c: (setup_speexresample),
640         (GST_START_TEST), (test_pipeline):
641         Rename the moved speexresample to audioresample, integrate into the
642         build system and remove the old audioresample from the build system.
643         Fixes bug #558124, #385061, #346218, #116051.
644
645 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
646
647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
648         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
649         Avoid nasty int overflows after about 12 hours and 25 minutes when these
650         code paths are triggered. 
651         A free beer to Håvard Graff for finding this!
652
653 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
654
655         Patch by: 이문형 <iwings at gmail dot com>
656
657         * gst-libs/gst/rtsp/gstrtspconnection.c:
658         (gst_rtsp_connection_connect):
659         A successful gst_poll_wait() doesn't always mean successful connect() on
660         Windows.  We should check errors by calling gst_poll_fd_has_error().
661         See #561924.
662
663 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
664
665         * gst-libs/gst/rtp/gstrtcpbuffer.c:
666         Fix typo in the docs.
667
668 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
671         If no stream was found before receiving EOS, post an error message.
672         Fixes #561924.
673
674 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * ext/theora/gsttheoraenc.h:
677         * ext/theora/theoraenc.c: (gst_theora_enc_init),
678         (theora_buffer_from_packet), (theora_push_packet),
679         (theora_enc_sink_event), (theora_enc_is_discontinuous),
680         (theora_enc_chain):
681         Parse segment events.
682         Pass incomming buffer timestamps to outgoing buffers.
683         Use the running_time to construct the granulepos.
684         Fixes #562163.
685
686 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         * gst/playback/gstplaybin2.c: (activate_group):
689         Fix buffer-duration property.
690
691 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
692
693         * gst-libs/gst/audio/gstbaseaudiosink.c:
694         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
695         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
696         (gst_base_audio_sink_change_state):
697         Really fix audiosink drain handling by keeping track of the running_time
698         of the last sample.
699
700 2008-11-24  Michael Smith <msmith@songbirdnest.com>
701
702         * gst/playback/gstplaybin2.c:
703           Add notification of current stream. Add ability to configure buffer
704           sizes.
705         * gst/playback/gsturidecodebin.c:
706           Add ability to configure buffer sizes for streaming mode.
707           Bug #561734.
708
709 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
710
711         * gst-libs/gst/audio/gstbaseaudiosink.c:
712           Time is already in running_time. Remove base_time handling. Fixes
713           audiosinks not draining and thus chopping some audio in the end.
714
715 2008-11-24  David Schleef  <ds@schleef.org>
716
717         * ext/ogg/gstoggmux.c:
718         * ext/ogg/gstoggmux.h:
719           If we're muxing a dirac stream, flush the page after every picture.
720
721 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
722
723         * gst-libs/gst/audio/gstbaseaudiosink.c:
724           Add one log message to check for audio_drained. Sync one log message
725           with the condition. Send EOS after draining audio in pull mode.
726
727 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
728
729         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
730         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
731         Use gst_buffer_try_new_and_alloc() and fail properly if the
732         allocation failed. This prevents abort() if downstream elements
733         request an insane amount of memory.
734
735 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * gst/volume/gstvolume.c: (volume_choose_func),
738         (volume_update_volume), (gst_volume_set_volume),
739         (gst_volume_get_volume), (gst_volume_set_mute),
740         (gst_volume_class_init), (gst_volume_init),
741         (volume_process_double), (volume_process_float),
742         (volume_process_int32), (volume_process_int32_clamp),
743         (volume_process_int24), (volume_process_int24_clamp),
744         (volume_process_int16), (volume_process_int16_clamp),
745         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
746         (volume_transform_ip), (volume_set_property),
747         (volume_get_property):
748         * gst/volume/gstvolume.h:
749         Cleanup volume, define and use default values.
750         Recalculate new volume and mute setup before processing. Fixes #561789.
751
752         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
753         Add controller unit test. Patch by: Jonathan Matthew
754         Fix bogus test that messed with basetransform's internal state.
755
756 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * gst/videorate/gstvideorate.c:
759         Add jpeg and png image media types to the caps. Fixes #561436.
760
761 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
762
763         * gst/playback/gstplaysink.c: (gen_audio_chain):
764         Don't post an error when we can't configure the volume but post a
765         warning instead. Fixes #561780.
766
767 2008-11-21  David Schleef  <ds@schleef.org>
768
769         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
770
771         * gst/videotestsrc/gstvideotestsrc.c:
772         * gst/videotestsrc/gstvideotestsrc.h:
773         * gst/videotestsrc/videotestsrc.c:
774         * gst/videotestsrc/videotestsrc.h:
775           Add a zone plate pattern generator based on BBC R&D Report
776           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
777           kx2=20 ky2=20 kt=1'.
778
779 2008-11-20  Michael Smith <msmith@songbirdnest.com>
780
781         * gst/playback/gstdecodebin2.c:
782           Fix random fat-fingering making this not compile.
783
784 2008-11-20  Michael Smith <msmith@songbirdnest.com>
785
786         * gst/playback/gstdecodebin2.c:
787           If the top-level type of the stream is plain text, don't try to decode
788           it, matching behaviour of decodebin.
789         * gst/playback/gstplaysink.c:
790           If we fail to generate a text chain (e.g. due to missing optional
791           plugins), don't crash.
792
793 2008-11-20  Michael Smith <msmith@songbirdnest.com>
794
795         * gst-libs/gst/rtsp/gstrtspdefs.c:
796           Fix win32 build. Oops.
797
798 2008-11-20  Michael Smith <msmith@songbirdnest.com>
799
800         * gst-libs/gst/rtsp/gstrtspdefs.c:
801           Use WSAGetLastError() rather than errno/h_errno on win32.
802
803 2008-11-20  Michael Smith <msmith@songbirdnest.com>
804
805         * gst-libs/gst/riff/riff-media.c:
806           Support WMA Lossless properly.
807
808 2008-11-18  David Schleef  <ds@schleef.org>
809
810         * gst/videotestsrc/gstvideotestsrc.c:
811         * gst/videotestsrc/gstvideotestsrc.h:
812         * gst/videotestsrc/videotestsrc.c:
813         * gst/videotestsrc/videotestsrc.h:
814           Add "colorspec" property, specifying whether to generate BT.601
815           or BT.709 video.  This only affects YCbCr values, not RGB, since
816           if you're generating a 709 test pattern, presumably you want
817           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
818           uses 75% colors instead of 100%, since this is often more useful
819           for testing (and also follows the SMPTE EG-1 guideline).
820
821 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
822
823         * gst/playback/gstdecodebin.c:
824         Add a "sink-caps" property to decodebin like it's done for decodebin2.
825         Fixes #560380.
826
827 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
828
829         * gst/audioresample/gstaudioresample.c:
830         Guard against a NULL dereference I somehow encountered -
831         with a FLUSH_STOP arriving either before basetransform _start(),
832         or after _stop().
833
834         * gst/typefind/gsttypefindfunctions.c:
835         Make sure we never jump backwards when typefinding corrupt mov files.
836
837 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
838
839         * gst-libs/gst/interfaces/propertyprobe.c:
840         Fix random type causing a docs warning.
841
842 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
843
844         * sys/v4l/gstv4l.c:
845           Give it a minimal rank for autovideosrc.
846
847 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
848
849         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
850         (plugin_init):
851         Improve typefinding of ISO JPEG2000 mime types.
852
853 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
856         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
857         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
858         * sys/xvimage/xvimagesink.h:
859         Avoid typechecking when we do trivial casts.
860         Move error handling out of the main program flow.
861         Sneak in the display-region caps property, not completely correct yet.
862         Cache the width/height in buffer_alloc instead of parsing it from the
863         caps all the time.
864
865 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
866
867         * gst/playback/gstplaybin2.c: (deactivate_group):
868         don't try to unlink the selector sinkpad when we don't have it yet. This
869         can happen if an error occured before the group was complete.
870
871 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
874         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
875         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
876         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
877         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
878         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
879         (gst_rtp_buffer_get_extension_data),
880         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
881         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
882         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
883         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
884         (gst_rtp_buffer_get_payload_type),
885         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
886         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
887         (gst_rtp_buffer_set_timestamp),
888         (gst_rtp_buffer_get_payload_subbuffer),
889         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
890         Avoid expensive type checks we already did as part of the 
891         _validate() function that should be called first.
892
893 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
896         (gst_base_rtp_depayload_push_full),
897         (gst_base_rtp_depayload_set_gst_timestamp):
898         Fix some cases where a newsegment event was not sent.
899
900 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         * gst/playback/gstplaybin2.c: (activate_group):
903         Catch state change errors and stop from the uridecodebin elements
904         instead of trying to continue in vain.
905
906 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * gst-libs/gst/audio/gstbaseaudiosink.c:
909         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
910         (gst_base_audio_sink_callback):
911         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
912         for the latency to expire, fixes #559567.
913
914 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
915
916         * gst/adder/gstadder.c:
917           Change author string after seeing output of gst-inspector.
918
919 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
920
921         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
922         Don't try to do crazy things when we only have a text pad without a
923         video pad. Fixes #559478.
924
925 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
926
927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
928         Fix case where we don't have a range for the rates or channels as is the
929         case with truespeech.
930
931 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
932
933         * gst/volume/gstvolume.c: (volume_update_real_volume),
934         (gst_volume_set_volume), (gst_volume_get_volume),
935         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
936         (volume_transform_ip), (volume_update_mute),
937         (volume_update_volume), (volume_get_property):
938         * gst/volume/gstvolume.h:
939         Keep negotiated state in a separate variable.
940         Protect the volume and mute properties with the object lock.
941         Protect modifying the transform with the transform lock.
942
943 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
946         (gst_ffmpeg_pixfmt_to_caps):
947         Only convert caps to string when debug is enabled.
948
949 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * ext/theora/gsttheoradec.h:
952         * ext/theora/theoradec.c: (gst_theora_dec_init),
953         (gst_theora_dec_reset), (theora_dec_src_event),
954         (theora_dec_sink_event), (theora_handle_type_packet):
955         Copy seqnum.
956         Keep events in a pending list, like vorbisdec, instead of trying
957         to construct a segment event ourselves.
958
959         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
960         (vorbis_dec_src_event), (vorbis_dec_sink_event):
961         * ext/vorbis/vorbisdec.h:
962         Copy seqnum.
963
964 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
967         (gst_ogg_demux_deactivate_current_chain),
968         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
969         (gst_ogg_demux_loop):
970         * ext/ogg/gstoggdemux.h:
971         Copy seqnums around to track playback segments and messages.
972
973 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         Based on patch by: Matthias Kretz <kretz at kde dot org>
976
977         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
978         (gst_alsasink_prepare), (gst_alsasink_unprepare),
979         (gst_alsasink_write):
980         Make all access non-blocking so that we can better handle unplugging
981         of usb devices. Fixes #559111
982
983 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
984
985         Patch by: Damien Lespiau  <damien.lespiau gmail com>
986
987         * gst-libs/gst/rtsp/gstrtspconnection.c:
988         (gst_rtsp_connection_write):
989         Make the next call to poll not depend on previous calls to poll with or
990         without reading from the active descriptor. Fixes #544293.
991
992 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
993
994         Patch by: Nick Haddad <nick at haddads dot net>
995
996         * gst-libs/gst/riff/riff-ids.h:
997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
998         Add support for other fourcc codes that are commonly used for
999         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1000         Fixes #558553.
1001
1002 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
1003
1004         * gst/audioresample/gstaudioresample.c:
1005           Return the result of parent_class->event().
1006
1007 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1008
1009         * gst/audioresample/gstaudioresample.c:
1010         (gst_audioresample_class_init), (audioresample_fixate_caps):
1011         Fixate the rate to the nearest supported rate instead of
1012         the first one. Fixes bug #549510.
1013
1014 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1015
1016         * win32/common/libgstaudio.def:
1017         Add new symbols.
1018
1019 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1020
1021         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1022         Attempt to make obfuscated code clearer.
1023
1024 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1025
1026         * docs/libs/gst-plugins-base-libs-sections.txt:
1027         * gst-libs/gst/floatcast/floatcast.h:
1028         Move float endianness conversion macros to core. Second part of
1029         bug ##555196.
1030
1031 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * sys/ximage/ximagesink.h:
1034         * sys/xvimage/xvimagesink.h:
1035           Don't mark as gtk-doc docs as they aren't public.
1036
1037 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1038
1039         * sys/xvimage/xvimagesink.c:
1040         * sys/xvimage/xvimagesink.h:
1041         * tests/icles/Makefile.am:
1042         * tests/icles/test-colorkey.c:
1043           Allow setting colorkey if possible. Implement property probe interface
1044           for optional X features (autopaint-colorkey, double-buffer and
1045           colorkey). Fixes #554533
1046
1047 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1048
1049         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1050         Remove useless buffer size assignment. It already has this value.
1051
1052 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         * gst-libs/gst/audio/gstaudiosink.c:
1055         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1056         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1057         (gst_audioringbuffer_stop):
1058         Implement a separate activate functions to start monitoring the segments
1059         or, in pull mode, pulling in data.
1060
1061         * gst-libs/gst/audio/gstbaseaudiosink.c:
1062         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1063         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1064         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1065         (gst_base_audio_sink_activate_pull),
1066         (gst_base_audio_sink_async_play),
1067         (gst_base_audio_sink_change_state):
1068         Implement pad and element convert query function.
1069         Activate the ringbuffer.
1070         Use the segment last_stop value as the offset to pull.
1071         Use new basesink _do_preroll() method to preroll in the pulling thread.
1072         Take appropriate locking in the pulling thread.
1073
1074         * gst-libs/gst/audio/gstringbuffer.h:
1075         Update some docs.
1076
1077 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1080         Improve MXF typefinding a bit by searching for a header partition
1081         pack instead of just a general partition pack and checking more
1082         bytes for valid values.
1083
1084 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1085
1086         * tests/icles/.cvsignore:
1087         update ignore file.
1088
1089         * tests/icles/Makefile.am:
1090         * tests/icles/test-box.c: (make_pipeline), (main):
1091         Add another interactive command line experimentation suite for
1092         dynamically boxing/cropping/saling an input video.
1093
1094 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1095
1096         * docs/libs/gst-plugins-base-libs-sections.txt:
1097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1098         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1099         * gst-libs/gst/audio/gstringbuffer.h:
1100         Add methods to more accuratly control the pulling thread of a
1101         ringbuffer.
1102         Add format conversion helper code to the ringbuffer.
1103         API: GstRingBuffer:gst_ring_buffer_activate()
1104         API: GstRingBuffer:gst_ring_buffer_is_active()
1105         API: GstRingBuffer:gst_ring_buffer_convert()
1106
1107 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1110         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1111         (gst_audioringbuffer_stop):
1112         Signal thread startup earlier so that we can immediatly go into pull
1113         mode when we have to and block on preroll.
1114
1115 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1116
1117         * gst-libs/gst/audio/gstringbuffer.c:
1118         (gst_ring_buffer_prepare_read):
1119         In pull mode we want the callback to prepull a buffer we can preroll on
1120         even when we are not yet playing.
1121
1122 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * ext/alsa/Makefile.am:
1125         * ext/cdparanoia/Makefile.am:
1126         * ext/gio/Makefile.am:
1127         * ext/gnomevfs/Makefile.am:
1128         * ext/libvisual/Makefile.am:
1129         * ext/ogg/Makefile.am:
1130         * ext/pango/Makefile.am:
1131         * ext/theora/Makefile.am:
1132         * ext/vorbis/Makefile.am:
1133         * gst/adder/Makefile.am:
1134         * gst/audioconvert/Makefile.am:
1135         * gst/audiorate/Makefile.am:
1136         * gst/audioresample/Makefile.am:
1137         * gst/audiotestsrc/Makefile.am:
1138         * gst/ffmpegcolorspace/Makefile.am:
1139         * gst/gdp/Makefile.am:
1140         * gst/playback/Makefile.am:
1141         * gst/subparse/Makefile.am:
1142         * gst/tcp/Makefile.am:
1143         * gst/typefind/Makefile.am:
1144         * gst/videorate/Makefile.am:
1145         * gst/videoscale/Makefile.am:
1146         * gst/videotestsrc/Makefile.am:
1147         * gst/volume/Makefile.am:
1148         * sys/v4l/Makefile.am:
1149         * sys/ximage/Makefile.am:
1150         * sys/xvimage/Makefile.am:
1151           Don't install static libs for plugins. Fixes #550851 for base.
1152
1153 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1154
1155         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1156         Set the default blocksize to -1 because we will then use the configured
1157         samplesperbuffer to create our output buffer.
1158
1159 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1160
1161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1162         (gst_riff_create_video_template_caps):
1163         Add mappping for the KMVC (Karl Morton's Video) Codec.
1164
1165 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1166
1167         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1168         Don't forget to advance the offset of what we're matching against, else
1169         we end up in a forever loop.
1170
1171 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1172
1173         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1174         Improve typefinding a bit. If we don't have a Unicode charset
1175         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1176
1177 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1178
1179         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1180         Fix build on macosx.
1181
1182 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1183
1184         Based on patch by: Robin Stocker <robin at nibor dot org>
1185
1186         * ext/theora/gsttheoradec.h:
1187         * ext/theora/theoradec.c: (gst_theora_dec_init),
1188         (theora_dec_setcaps), (theora_handle_type_packet),
1189         (theora_dec_decode_buffer), (theora_dec_change_state):
1190         Parse input caps and make the PAR override the encoded PAR when
1191         specified by a container. Fixes #555699.
1192
1193 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1194
1195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1196         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1197         (gst_base_rtp_depayload_set_gst_timestamp),
1198         (gst_base_rtp_depayload_change_state):
1199         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1200         Add some more G_LIKELY
1201         Fail when the setcaps function was not called.
1202
1203         * gst-libs/gst/rtp/gstbasertppayload.c:
1204         (gst_basertppayload_set_outcaps):
1205         Propagate return value of setcaps.
1206
1207 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1208
1209         * gst/subparse/Makefile.am:
1210         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1211         (gst_sub_parse_class_init), (gst_sub_parse_init),
1212         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1213         (get_next_line), (gst_sub_parse_data_format_autodetect),
1214         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1215         (gst_subparse_type_find):
1216         * gst/subparse/gstsubparse.h:
1217         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1218         the first buffer contain the BOM. This also adds support for other
1219         encodings that allow NUL bytes via the encoding property.
1220         Fixes bugs #552237 and #456788.
1221
1222 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1225         Don't drop the last byte of image tags if they're not an URI list.
1226         Fixes bug #556066.
1227
1228 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1229
1230         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1231         For looking at the 4th byte we have to get 4 bytes of course
1232         and not 3.
1233
1234 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1237         Improve FLAC-without-headers typefinding by looking at most of the
1238         frame header and checking if invalid values are used. Should prevent
1239         quite some false positives compared to the old version which only
1240         check if the first 14 bits are set.
1241
1242 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * sys/xvimage/xvimagesink.c:
1245           Don't assert on caps==NULL.
1246
1247 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1248
1249         * gst/subparse/gstsubparse.c:
1250         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1251         (gst_sub_parse_change_state):
1252         * gst/subparse/gstsubparse.h:
1253         * tests/check/elements/subparse.c: (GST_START_TEST):
1254         Add support for subtitle files with UTF-8 BOM at the beginning
1255         by simple stripping it from the first line before passing it
1256         to any parsing code. Fixes bug #555257 and playback of files
1257         created by Gnome Subtitles.
1258
1259 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1260
1261         * gst/audiotestsrc/gstaudiotestsrc.c:
1262         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1263         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1264         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1265         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1266         (gst_audio_test_src_create):
1267         * gst/audiotestsrc/gstaudiotestsrc.h:
1268         Define the default property values in the usual place.
1269         Implement start/stop to reset values correctly.
1270         Calculate the sample size only once when we negotiate.
1271         Rename some values to make more sense.
1272         Keep track of our byte range.
1273         Add support for pull based scheduling. Disabled for now until we have
1274         the whole stack working.
1275         Set the BUFFER_OFFSET correctly.
1276
1277 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1278
1279         Based on a patch by: xavierb at gmail dot com
1280
1281         * gst/subparse/gstsubparse.c:
1282         (gst_sub_parse_data_format_autodetect):
1283         * tests/check/elements/subparse.c: (GST_START_TEST):
1284         Make the detection of the used subtitle a bit less strict
1285         for srt subtitles. Fixes bug #555607.
1286
1287 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1288
1289         * ext/vorbis/vorbisenc.c:
1290         (gst_vorbis_enc_buffer_check_discontinuous):
1291         Fix discontinuity detection which was broken by last commit.
1292
1293 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1294
1295         * configure.ac::
1296           Require core CVS for ghostpad API additions used by decodebin2.
1297
1298 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1299
1300         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1301         (gst_base_audio_src_create):
1302         Fix debug statements (space between '%' and actual format).
1303
1304 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1305
1306         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1307         Remove bogus assert, the decodepad could have been created inside an
1308         already existing group.
1309
1310 2008-10-08  Andy Wingo  <wingo@pobox.com>
1311
1312         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1313         target instead of setting it.
1314         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1315         API for a decode pad. The bugfix is that we set the group in
1316         activate(), not when the pad was created because it might be NULL
1317         then.
1318         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1319         Update to use the API.
1320
1321 2008-10-08  Andy Wingo  <wingo@pobox.com>
1322
1323         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1324         be a subclass of GstGhostPad.
1325         (analyze_new_pad): So, when emitting the signals that determine
1326         how we do autoplugging, already create the ghost pad and use it as
1327         the pad in the signal arguments. This allows applications to make
1328         a connection between the pad passed in e.g. autoplug-continue, and
1329         the pad passed in new-decoded-pad.
1330         (connect_pad, expose_pad): Update to receive the ghosted decode
1331         pad in the args, retargetting it as necessary if we have to plug
1332         the target pad through a multiqueue.
1333         (gst_decode_group_control_source_pad): Adapt to receive an
1334         already-ghosted pad that just needs activation, blocking, and
1335         drain notification.
1336         (sort_end_pads): Adapt for decode pads actually being pads.
1337         (gst_decode_group_expose): Adapt for decode pads actually being
1338         pads. Rewrite the decode pad names so they appear in order. Adds a
1339         new error case if we couldn't set the name.
1340         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1341         logic.
1342         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1343         New API for the decode pad, needed because we shouldn't do these
1344         things inside gst_decode_pad_new(), but after.
1345         (gst_decode_pad_new): Change to actually make the real pad, and
1346         delay the blocking/drainage bits.
1347
1348 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1349
1350         Patch by: Daniel Drake <dsd at laptop dot org>
1351
1352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1353         Unref all buffers when clearing collectpads. Fixes bug #546955.
1354
1355 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1356
1357         Based on a patch by: Klaas <klaas at rivercrew dot net>
1358
1359         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1360         (gst_vorbis_enc_buffer_check_discontinuous),
1361         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1362         * ext/vorbis/vorbisenc.h:
1363         Keep track of the upstream segments and use the running time on that
1364         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1365
1366 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1367
1368         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1369         Prevent overflows with big buffer when calculating the size of
1370         the intermediate buffer by using gst_util_uint64_scale() instead of
1371         plain arithmetics. Fixes bug #552801.
1372
1373 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1374
1375         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1376
1377         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1378         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1379         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1380         (gst_clock_overlay_get_property):
1381         * ext/pango/gstclockoverlay.h:
1382         API: Add ability to specify format for date/time display by
1383         adding a "time-format" property.
1384         Fixes bug #554879.
1385
1386 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1387
1388         Patch by: Jan Gerber <j at oil21 dot org>
1389
1390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1391         (gst_riff_create_video_template_caps):
1392         Add FFV1 fourcc to support playback of FFMPEG lossless video
1393         in AVI. Fixes bug #555319.
1394
1395 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1396
1397         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1398
1399         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1400         (gst_base_audio_src_create):
1401         Implement skew clock slaving. Fixes #552559.
1402
1403 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1404
1405         * gst-libs/gst/audio/multichannel.c:
1406         * gst-libs/gst/audio/testchannels.c:
1407         Fix include of config.h
1408
1409 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1410
1411         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1412
1413         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1414         (print_media), (gst_sdp_message_dump):
1415         Fix parsing of the c= field containing multicast addresses.
1416         Fixes #552199.
1417         Add the connection info to the session or streams.
1418         Fix parsing of the bandwidth.
1419         Add debugging for the connections and bandwidths for a media.
1420         Add debugging for the bandwidth of the session. 
1421
1422 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1423
1424         * gst-libs/gst/rtp/gstbasertppayload.c:
1425         (gst_basertppayload_change_state):
1426         Configure the next seqnum and timestamp in the state change so that they
1427         can be queried soon after.
1428
1429 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1430
1431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1432         (gst_base_rtp_depayload_chain):
1433         Improve debugging of the rtptime.
1434
1435 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1436
1437         * configure.ac:
1438         Back to development -> 0.10.21.1
1439
1440 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1443         (plugin_init):
1444         Add typefinding for FLAC without headers in the beginning.
1445         This is already handled by flacdec and friends.
1446
1447 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1450         (plugin_init):
1451         Add typefinder for MXF.
1452
1453 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1454
1455         * tests/icles/Makefile.am:
1456         Only build test-colorkey if GTK+ is available.
1457
1458 === release 0.10.21 ===
1459
1460 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1461
1462         * configure.ac:
1463           releasing 0.10.21, "We Could Be Wrong"
1464
1465 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1466
1467         * configure.ac:
1468         0.10.20.4 pre-release
1469
1470 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1471
1472         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1473
1474         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1475         Set the BOS flag on the BOS packet. Fixes #553244.
1476
1477 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1478
1479         * gst-libs/gst/rtsp/gstrtspmessage.c:
1480         (gst_rtsp_message_parse_request),
1481         (gst_rtsp_message_parse_response):
1482         Fix the g_return_val_if_fail() statements.
1483
1484 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1485
1486         * gst-libs/gst/tag/gsttagdemux.c:
1487           Fail to activate if there's insufficient data in the file to be usable,
1488           preventing an assertion fail later. Fixes #552960
1489
1490 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1491
1492         * gst-libs/gst/pbutils/descriptions.c:
1493         * gst/typefind/gsttypefindfunctions.c:
1494           Recognise Kate subtitle streams (#550582).
1495
1496 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1497
1498         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1499           Remove trailing comma from enum list, which causes problems
1500           with -pendantic (#550729).
1501
1502 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1503
1504         * configure.ac:
1505         0.10.20.2 pre-release
1506
1507         * po/LINGUAS:
1508         * po/id.po:
1509         * po/pt_BR.po:
1510
1511         New translations.
1512
1513 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1514
1515         * gst-libs/gst/interfaces/propertyprobe.c:
1516           (gst_property_probe_get_properties),
1517           (gst_property_probe_get_property),
1518           (gst_property_probe_probe_property),
1519           (gst_property_probe_probe_property_name),
1520           (gst_property_probe_needs_probe),
1521           (gst_property_probe_needs_probe_name),
1522           (gst_property_probe_get_values),
1523           (gst_property_probe_get_values_name),
1524           (gst_property_probe_probe_and_get_values),
1525           (gst_property_probe_probe_and_get_values_name):
1526           More sanity checks for our second-favourite interface.
1527
1528 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1529
1530         * gst-libs/gst/interfaces/propertyprobe.c:
1531           Check for NULL pointer, in the hope that this fixes #532864.
1532
1533 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1534
1535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1536           No really, the next release is 0.10.21 (fix Since: tags in docs).
1537
1538 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1539
1540         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1541         Disable a code path that is now called but causes a deadlock for some
1542         reason and is unneeded.
1543
1544 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1545
1546         * sys/xvimage/xvimagesink.c:
1547         * sys/xvimage/xvimagesink.h:
1548           Add a "draw-border" property that can be set to false to disable
1549           drawing borders.
1550           
1551         * tests/icles/test-colorkey.c:
1552         * tests/icles/Makefile.am:
1553           Add new test application for the colorkey handling.
1554
1555 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1556
1557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1558         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1559         This will also be fixed for upcoming gst-ffmpeg release so that once
1560         this release of -base is out, it will work with the latest gst-ffmpeg
1561         release.
1562
1563 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1564
1565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1566         (gst_riff_create_audio_template_caps):
1567         Add Truespeech mapping for RIFF formats (AVI/WAV).
1568         Fixes #550656
1569
1570 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1571
1572         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1573         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1574         Fixes #550638.
1575
1576 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1577
1578         * configure.ac:
1579         * gst/subparse/Makefile.am:
1580         * gst/subparse/gstsubparse.c:
1581         * gst/subparse/samiparse.c:
1582         * tests/check/elements/subparse.c:
1583           Rework last change, so that we build subparse, but just disable the
1584           sami parse functionality, if we're configured to not use xml. In the
1585           tests only the sami test is disabled now.
1586
1587 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * configure.ac:
1590           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1591           test runs.
1592
1593 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1594
1595         * po/POTFILES.in:
1596           Add some more files with strings for translation.
1597
1598 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * gst-libs/gst/tag/gstvorbistag.c:
1601         * tests/check/libs/tag.c:
1602           Use new geo location tags from core. Fixes #481169
1603
1604 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1605
1606         * tests/check/elements/audioresample.c: (setup_audioresample),
1607         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1608         (test_discont_stream_instance):
1609         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1610         Add debugging for coherence.
1611
1612 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1613
1614         Patch by: Jonathan Matthew  <notverysmart gmail com>
1615
1616         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1617           Add typefinder for PDF documents (which is nice to have, since it's a
1618           common format, but also helps prevent false positives). Fixes #549814.
1619
1620 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1621
1622         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1623         (no_more_pads_cb):
1624         Fix nasty race where multiple decodebins could start pushing data before
1625         we manage to configure the sinks, resulting in not-linked errors in
1626         typical RTSP streaming cases.
1627
1628 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1629
1630         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1631         Since we now call stop, we trigger this code path that causes a deadlock
1632         is apparently not needed.
1633
1634 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1635
1636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1637         (gst_ring_buffer_stop):
1638         Also allow the case where the ringbuffer was paused when we try to stop
1639         it so that the basesrc stop function is still called.
1640
1641 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1642
1643         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1644
1645         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1646         Reprobe devices again instead of taking a cached list as new
1647         devices could've been plugged in. Fixes bug #549062.
1648
1649 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1650
1651         Patch by: Alessandro Dessina <alessandro nnva org>
1652
1653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1654         (gst_ogg_demux_activate_chain):
1655         Don't add pads and activate them for skeleton streams. These are already
1656         handled inside oggdemux. Fixes bug #537599.
1657
1658 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1661         Reset variable so that query and convert fail after going back to
1662         READY. Fixes #548898.
1663
1664 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1665
1666         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1667         If a buffer arrives with a timestamp before the timestamp+duration
1668         of the previous buffer clip it instead of dropping it completely.
1669         Slight improvement for the unfixable bug #548913.
1670
1671 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1672
1673         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1674         Take the current timestamp instead of timestamp+duration for the offset.
1675         This offset will later be used for calculating the timestamp and
1676         otherwise vorbisdec will interpolate timestamps wrong if upstream
1677         only sends timestamps and no granulepos.
1678
1679 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1680
1681         * tests/examples/seek/seek.c:
1682           Don't crash when having no visualisations.
1683
1684 2008-08-16  David Schleef  <ds@schleef.org>
1685
1686         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1687           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1688           Fixes #548065.
1689
1690 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1691
1692         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1693         When cleaning up the caps fields also remove "depth" for the same
1694         reason we remove "width".
1695
1696 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1697
1698         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1699           Add Lead H.264 here as well.
1700
1701 2008-08-14  Julien Moutte  <julien@fluendo.com>
1702
1703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1704         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1705
1706 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1707
1708         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1709         (gst_base_audio_src_create):
1710         When not slaved to another clock also subtract the base_time from our
1711         internal clock time to get the running time.
1712
1713 2008-08-12  David Schleef  <ds@schleef.org>
1714
1715         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1716           since it has no basis in libtheora.
1717
1718 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1719
1720         * gst-libs/gst/interfaces/propertyprobe.h:
1721           Remove double "interface" from doc-string.
1722
1723         * gst-libs/gst/interfaces/xoverlay.h:
1724           Document interface.
1725
1726         * gst-libs/gst/riff/riff.c:
1727           Add basic doc blobs.
1728
1729 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1730
1731         * gst-libs/gst/audio/Makefile.am:
1732           Don't try to build that example anymore.
1733
1734 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * gst-libs/gst/audio/.cvsignore:
1737         * gst-libs/gst/audio/Makefile.am:
1738         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1739         * gst-libs/gst/audio/make_filter:
1740           Move audiofiltertemplate to gst-template.
1741
1742 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * docs/libs/gst-plugins-base-libs-sections.txt:
1745         * gst-libs/gst/audio/gstaudiosrc.h:
1746           More docs and shuffling. What can we do with the hundreds of #defines.
1747
1748 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * gst-libs/gst/audio/audio.h:
1751         * gst-libs/gst/audio/gstaudiofilter.h:
1752         * gst-libs/gst/audio/gstringbuffer.h:
1753         * gst-libs/gst/interfaces/propertyprobe.h:
1754         * gst-libs/gst/tag/gsttagdemux.h:
1755           Reducing number of dundocumented symbols.
1756
1757 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * gst-libs/gst/audio/audio.c:
1760           Fix doc comment syntax.
1761
1762         * gst-libs/gst/interfaces/propertyprobe.c:
1763           Add more doc-comments and a FIXME: for the signal.    
1764
1765 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1766
1767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1768         (gst_ogg_mux_request_new_pad):
1769         * ext/ogg/gstoggmux.h:
1770         Don't pretend to support NEWSEGMENT events, instead override the
1771         GstCollectPads event function to return FALSE on NEWSEGMENT events
1772         and do the normal work for other events.
1773
1774         This prevents elements like flacenc to seek to the start and rewrite
1775         some data which then results in a broken Ogg packet.
1776
1777 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1778
1779         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1780
1781         * ext/alsa/gstalsaplugin.c: (plugin_init):
1782         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1783         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1785         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1786         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1787         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1788         * gst/playback/gstdecodebin.c: (plugin_init):
1789         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1790         * gst/playback/gstplayback.c: (plugin_init):
1791         * gst/playback/gstqueue2.c: (plugin_init):
1792         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1793         * sys/v4l/gstv4l.c: (plugin_init):
1794         Make sure gettext returns translations in UTF-8 encoding rather
1795         than in the current locale encoding (#546822).
1796
1797 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * gst-libs/gst/pbutils/descriptions.c:
1800           Add audio/x-qdm for qtdemux.
1801
1802 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * ext/vorbis/vorbisdec.c:
1805           Do not leak old taglist.
1806
1807 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * tests/icles/test-scale.c:
1810           Include <stdlib.h> for atoi().
1811
1812 2008-08-04  Andy Wingo  <wingo@pobox.com>
1813
1814         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1815         documentation fix.
1816
1817 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1818
1819         * gst/adder/gstadder.c:
1820           Cleanup lots of empty lines that came from gst-indent going havoc
1821           before I added the INDENT_ON/OFF marker some time agao.
1822
1823 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1824
1825         * configure.ac:
1826         * gst-libs/gst/riff/riff-read.c:
1827           Bump requirement to latest core and use new tag for riff formats.
1828           Needed for #520694.
1829
1830 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         * tests/examples/dynamic/Makefile.am:
1833         * tests/examples/dynamic/codec-select.c: (make_encoder),
1834         (make_pipeline), (do_switch), (my_bus_callback), (main):
1835         Add example app that dynamically switches between 3 'encoders'.
1836
1837 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1838
1839         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1840         Add some more comments.
1841
1842 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1843
1844         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1845         (gst_video_test_src_create):
1846         Discard buffers of the wrong size after renegotiation, this is perfectly
1847         possible with things like capsfilter that could suggest caps changes
1848         upstream without knowing the size of the buffer.
1849
1850 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1851
1852         * tests/icles/.cvsignore:
1853         * tests/icles/Makefile.am:
1854         * tests/icles/test-scale.c: (make_pipeline), (main):
1855         Add dynamic rescaling tests for the new basetransform.
1856
1857 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1858
1859         * gst/audioconvert/Makefile.am:
1860           Dist recently-added gstfastrandom.h.
1861
1862 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1863
1864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1865         Fix a "may be used uninitialized in this function" which weirdly only
1866         appears on macosx (?).
1867
1868 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * gst-libs/gst/riff/riff-ids.h:
1871           Adding acid chunk for tempo and loop information.
1872
1873 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1874
1875         * sys/xvimage/Makefile.am:
1876           floor() needs linking to $(LIBM).
1877
1878 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1879
1880         * ext/gnomevfs/gstgnomevfssrc.c:
1881           Aggregate short reads and add some comments and debug logging.
1882           Fixes #537380
1883
1884 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/playback/gstplaybasebin.c:
1887           Fix property doc markup (its not a signal).
1888
1889         * sys/xvimage/xvimagesink.c:
1890           Add since tag for new proeprties (also add sice tags fro the last two
1891           other additions).
1892
1893 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1894
1895         * sys/xvimage/xvimagesink.c:
1896         * sys/xvimage/xvimagesink.h:
1897           Add autofill/colorkey properties. Fixes #538656.
1898
1899 2008-07-28  David Schleef  <ds@schleef.org>
1900
1901         * sys/xvimage/xvimagesink.c:
1902           Fix rounding errors when converting colorbalance values
1903           between hardware and object property ranges.  Partial
1904           fix for #537889, however, there still seems to be a small
1905           drift problem that could be totem's fault.
1906
1907 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1908
1909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1910         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1911         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1912         This fixes a critical warning.
1913
1914 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * ext/ogg/gstoggmux.c:
1917         Allow muxing of CELT into Ogg streams.
1918
1919 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1922         (plugin_init):
1923         Add simple typefinder for the CELT codec (www.celt-codec.org).
1924
1925 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1926
1927         Patch by: Jan Gerber <j at oil21 dot org>
1928
1929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1930         Fix calculation of the start time from skeleton streams.
1931         Fixes bug #530068.
1932
1933 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * tests/examples/seek/seek.c:
1936           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1937
1938 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1939
1940         * gst/audioconvert/audioconvert.h:
1941         * gst/audioconvert/gstaudioquantize.c:
1942         (gst_audio_quantize_setup_dither),
1943         (gst_audio_quantize_free_dither):
1944         * gst/audioconvert/gstfastrandom.h:
1945         Implement a linear congruential generator as pseudo random number
1946         generator for the dither noise. This is about 2 times faster than
1947         using GLib's mersenne twister. Also this uses only integer math for
1948         generating integers while GLib internally uses floating point math.
1949
1950 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1951
1952         * configure.ac:
1953           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1954
1955 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1956
1957         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1958
1959         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1960           Use GST_STR_NULL to avoid crashes with libcs that don't
1961           like NULL strings in printf args (such as the win32 one).
1962           Fixes #544306.
1963
1964 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1965
1966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1967         Oops - set the size of the image used for probing back to 1x1, for
1968         consistency with ximagesink
1969
1970 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1971
1972         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1973         (gst_ximagesink_ximage_new):
1974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1975         (gst_xvimagesink_xvimage_new):
1976
1977         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1978         X server to attach to a shared memory segment after we've deleted it,
1979         with the result that MIT-SHM is disabled. Instead, remove it only after 
1980         X succeeds in attaching too.
1981
1982 2008-07-16  David Schleef  <ds@schleef.org>
1983
1984         * gst/audiotestsrc/gstaudiotestsrc.c:
1985         * gst/audiotestsrc/gstaudiotestsrc.h:
1986           Add 'ticks', a 1/30 second sine wave pulse every second.
1987
1988 2008-07-15  David Schleef  <ds@schleef.org>
1989
1990         * gst-libs/gst/video/video.c: Revert ABI change.
1991
1992 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1993
1994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1995         Make it impossible to have NULL caps at the point where we set
1996         framerate and other things. Also don't return immediately for "3ivd"
1997         video and let framerate, etc be set. Might fix bug #542508.
1998
1999 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2000
2001         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2002         Video format can also be conveniently determined from (many)
2003         non-fixed caps.
2004
2005 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2006
2007         * gst/playback/gstplaybasebin.c:
2008         * gst/playback/gstplaybasebin.h:
2009         * gst/playback/gstplaybin.c:
2010         * gst/playback/gststreamselector.c:
2011         First stab at integrating DVD subpicture overlay into
2012         playbin. Successfully plugs and plays, but the queues need
2013         shrinking - 3 seconds of video is too much buffering.
2014
2015 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2016
2017         * gst/audioconvert/gstaudioconvert.c:
2018           Remove now obsolete note in the docs.
2019
2020 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2023         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2024         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2025         * docs/plugins/gst-plugins-base-plugins.args:
2026         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2027         * docs/plugins/gst-plugins-base-plugins.interfaces:
2028         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2029         * docs/plugins/gst-plugins-base-plugins.signals:
2030         * docs/plugins/inspect/plugin-adder.xml:
2031         * docs/plugins/inspect/plugin-alsa.xml:
2032         * docs/plugins/inspect/plugin-audioconvert.xml:
2033         * docs/plugins/inspect/plugin-audiorate.xml:
2034         * docs/plugins/inspect/plugin-audioresample.xml:
2035         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2036         * docs/plugins/inspect/plugin-cdparanoia.xml:
2037         * docs/plugins/inspect/plugin-decodebin.xml:
2038         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2039         * docs/plugins/inspect/plugin-gdp.xml:
2040         * docs/plugins/inspect/plugin-gnomevfs.xml:
2041         * docs/plugins/inspect/plugin-libvisual.xml:
2042         * docs/plugins/inspect/plugin-ogg.xml:
2043         * docs/plugins/inspect/plugin-pango.xml:
2044         * docs/plugins/inspect/plugin-playback.xml:
2045         * docs/plugins/inspect/plugin-queue2.xml:
2046         * docs/plugins/inspect/plugin-subparse.xml:
2047         * docs/plugins/inspect/plugin-tcp.xml:
2048         * docs/plugins/inspect/plugin-theora.xml:
2049         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2050         * docs/plugins/inspect/plugin-uridecodebin.xml:
2051         * docs/plugins/inspect/plugin-video4linux.xml:
2052         * docs/plugins/inspect/plugin-videorate.xml:
2053         * docs/plugins/inspect/plugin-videoscale.xml:
2054         * docs/plugins/inspect/plugin-videotestsrc.xml:
2055         * docs/plugins/inspect/plugin-volume.xml:
2056         * docs/plugins/inspect/plugin-vorbis.xml:
2057         * docs/plugins/inspect/plugin-ximagesink.xml:
2058         * docs/plugins/inspect/plugin-xvimagesink.xml:
2059         * ext/alsa/gstalsamixer.c:
2060         * ext/alsa/gstalsasink.c:
2061         * ext/alsa/gstalsasrc.c:
2062         * ext/gio/gstgiosink.c:
2063         * ext/gio/gstgiosrc.c:
2064         * ext/gio/gstgiostreamsink.c:
2065         * ext/gio/gstgiostreamsrc.c:
2066         * ext/gnomevfs/gstgnomevfssink.c:
2067         * ext/gnomevfs/gstgnomevfssrc.c:
2068         * ext/ogg/gstoggdemux.c:
2069         * ext/ogg/gstoggmux.c:
2070         * ext/pango/gstclockoverlay.c:
2071         * ext/pango/gsttextoverlay.c:
2072         * ext/pango/gsttextrender.c:
2073         * ext/pango/gsttimeoverlay.c:
2074         * ext/theora/theoradec.c:
2075         * ext/theora/theoraenc.c:
2076         * ext/theora/theoraparse.c:
2077         * ext/vorbis/vorbisdec.c:
2078         * ext/vorbis/vorbisenc.c:
2079         * ext/vorbis/vorbisparse.c:
2080         * ext/vorbis/vorbistag.c:
2081         * gst/adder/gstadder.c:
2082         * gst/audioconvert/gstaudioconvert.c:
2083         * gst/audioresample/gstaudioresample.c:
2084         * gst/audiotestsrc/gstaudiotestsrc.c:
2085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2086         * gst/gdp/gstgdpdepay.c:
2087         * gst/gdp/gstgdppay.c:
2088         * gst/playback/gstdecodebin2.c:
2089         * gst/playback/gstplaybin.c:
2090         * gst/playback/gstplaybin2.c:
2091         * gst/playback/gstqueue2.c:
2092         * gst/playback/gsturidecodebin.c:
2093         * gst/tcp/gstmultifdsink.c:
2094         * gst/tcp/gsttcpserversink.c:
2095         * gst/videorate/gstvideorate.c:
2096         * gst/videoscale/gstvideoscale.c:
2097         * gst/videotestsrc/gstvideotestsrc.c:
2098         * gst/volume/gstvolume.c:
2099         * sys/ximage/ximagesink.c:
2100         * sys/xvimage/xvimagesink.c:
2101           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2102           titles. Drop mentining that all our example pipelines are "simple"
2103           pipelines.
2104
2105 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2106
2107         * tests/examples/seek/Makefile.am:
2108         Fix out of tree build by adding all required CFLAGS.
2109
2110 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2111
2112         * gst/playback/gstdecodebin.c: (add_raw_queue):
2113         And ref the pad before returning it again when linking to the queue
2114         failed. Otherwise we will unref the pad twice later and things break.
2115
2116 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2117
2118         * gst/playback/gstdecodebin.c: (add_raw_queue):
2119         If linking the raw pad with a queue fails, try it without a queue
2120         instead of failing completely. This should never happen.
2121
2122 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2123
2124         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2125
2126         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2127         Add a queue after a demuxer if the demuxer outputs raw data. This was
2128         done before only for non-raw data but is required in this case too.
2129         Fixes bug #540215.
2130
2131         decodebin2 doesn't have this issue because all streams of a group
2132         go through multiqueue.
2133
2134 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2135
2136         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2137
2138         * gst-libs/gst/sdp/gstsdpmessage.c:
2139         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2140         that getaddrinfo() can be used. Fixes #541358.
2141
2142 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2143
2144         * gst/videotestsrc/gstvideotestsrc.c:
2145         (gst_video_test_src_class_init), (gst_video_test_src_init),
2146         (gst_video_test_src_set_property),
2147         (gst_video_test_src_get_property), (gst_video_test_src_create):
2148         * gst/videotestsrc/gstvideotestsrc.h:
2149         Cleanups, use default property values as defines.
2150         Add property to enable/disable peer buffer allocation.
2151
2152 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2155         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2156         Enable unit tests on PPC again as the bugs are now fixed.
2157
2158 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2159
2160         * gst-libs/gst/riff/riff-ids.h:
2161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2162         (gst_riff_create_audio_template_caps):
2163         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2164         Fixes bug #540351.
2165
2166 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2167
2168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2169         (gst_ffmpeg_pixfmt_to_caps):
2170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2171         (gst_ffmpegcsp_get_unit_size):
2172         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2173         it on other formats. Also adjust the unit size only for that format
2174         to not include the palette. Fixes bug #540497.
2175
2176 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/adder/gstadder.c:
2179           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2180
2181 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2182
2183         * ChangeLog:
2184           ChangeLog surgery.
2185   
2186         * tests/examples/seek/seek.c:
2187           Move variable into ifdef too.
2188         
2189
2190 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2191
2192         * tests/examples/seek/seek.c:
2193           Include config.h and check if we have X. Remove XInitThread(), don't
2194           think its needed. Fixes: #540334.
2195
2196 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2197
2198         Patch by: Sam Morris <sam at robots dot org to uk>
2199
2200         * gst-libs/gst/interfaces/mixertrack.c:
2201         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2202         (gst_mixer_track_set_property):
2203         API: Add "index" property to GstMixerTrack to differantiate between
2204         multiple mixer tracks with the same label.
2205
2206         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2207         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2208         Set the "index" property of GstMixerTrack to the index given by ALSA.
2209         Fixes bug #528299.
2210
2211 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * tests/examples/seek/Makefile.am:
2214         * tests/examples/seek/seek.c:
2215           Remove libgstvideo usage. Use gtk_get_option_group instead of
2216           gtk_init().
2217
2218 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2219
2220         * tests/check/Makefile.am:
2221           Name the test registry format neutral.
2222
2223 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * gst/playback/gstqueue2.c:
2226           Do not double notify. Remove the unsued return value.
2227
2228 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * ext/alsa/gstalsamixer.c:
2231           Also consider "speaker" as a name for master volume. If that doesn't
2232           help look for the first non-mono volume control that also has a
2233           playback switch.
2234
2235 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * ChangeLog:
2238           Forgot to save the ChangeLog :/
2239
2240 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2241
2242         * tests/examples/seek/Makefile.am:
2243         * tests/examples/seek/seek.c:
2244           Embedd the xwindow. Allow to play multiple files.
2245
2246 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2247
2248         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2249         (gst_ximagesink_setcaps):
2250         * sys/ximage/ximagesink.h:
2251         When the caps change, make sure to re-draw borders in
2252         force-aspect-ratio=true mode.
2253         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2254         Don't clear the border_draw flag until we actually draw the border.
2255         * tests/check/Makefile.am:
2256         Ignore alsasink/src during the states test too, so it doesn't fail
2257         when running without access to the sound device.
2258
2259 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2260
2261         * tests/examples/seek/seek.c:
2262           Fix crasher when playing a parse-launch line the 2nd time.
2263
2264 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2265
2266         * tests/check/pipelines/oggmux.c:
2267           Properly ifdef tests to fix compilation.
2268
2269 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2270
2271         * gst/playback/gstplay-marshal.list:
2272         * gst/playback/gstplaybin2.c:
2273           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2274           playbin2. This allows the user to get to the selector's sinkpads, and
2275           thus inspect a range of things - caps, tags, etc. 
2276
2277 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2278
2279         * gst/playback/gstplaybin2.c:
2280           Use a different constant for the convert-frame signal id.
2281           Fixes #537009.
2282
2283 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2284
2285         * gst/playback/gstplaybin2.c:
2286         * gst/playback/gstplaysink.c:
2287           Fix a whole bunch of typos in comments and log statements. 
2288
2289 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2290
2291         * sys/xvimage/xvimagesink.c:
2292           Don't set colour balance values on the Xv port if the user hasn't
2293           changed them (via properties or the interface). Avoids accumulating
2294           rounding errors for the common case.
2295           Partial fix for bug #537889.
2296
2297 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2298
2299         * gst/playback/gstdecodebin2.c:
2300           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2301           pads are drained.
2302
2303 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2304
2305         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2306         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2307         Report the encoder latency. Fixes #538232.
2308
2309 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2310
2311         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2312         (notify_source), (activate_group):
2313         Implement the source property, emit notify when it changes in the
2314         underlying uridecodebin.
2315
2316 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2317
2318         * tests/examples/seek/seek.c: (stop_cb):
2319         Free and clear the seek element list so that we don't use invalid
2320         references when seeking after recreating a gst-launch line.
2321
2322 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2323
2324         * gst-libs/gst/audio/gstbaseaudiosink.c:
2325         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2326         (gst_base_audio_sink_render):
2327         Report latency even if we are not live instead of hiding it.
2328         Take ts-offset and render-delay of the basesink into account when
2329         scheduling samples.
2330         Rework the clipping code so that we can take the various offsets into
2331         account and still do correct clipping.
2332
2333 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2334
2335         * configure.ac:
2336         Bump verion back to devel -> 0.10.20.1
2337
2338 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2339
2340         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2341         Don't increase the size of non-string image buffers by one as this
2342         might in theory confuse decoders. Still increase it by one for string
2343         image buffers to append '\0'.
2344
2345 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2346
2347         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2348         
2349         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2350         Fix a buffer memleak and remove a confusing and wrong debug output.
2351         Fixes bug #538663.
2352
2353 === release 0.10.20 ===
2354
2355 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2356
2357         * configure.ac:
2358           releasing 0.10.20, "Here I Go Again"
2359
2360 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2361
2362         * configure.ac:
2363         0.10.19.3 pre-release
2364
2365 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2366
2367         * gst-libs/gst/rtsp/gstrtspconnection.c:
2368         Fix build on win32.
2369         Patch By: David Schleef <ds@schleef.org>
2370         Fixes: #536874
2371
2372 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2375         (gst_gio_base_src_create):
2376         * ext/gio/gstgiobasesrc.h:
2377         Try to read the requested number of bytes, even if the first
2378         read returns less than requested, until nothing is read anymore
2379         or we have the requested amount of bytes. This fixes playback of
2380         files via Samba as Samba only allows to read 64k at once.
2381
2382         Implement a caching algorithm that makes sure that we read at
2383         least 4k of data every time. Some elements will try to read a few
2384         bytes, then seek, read again a few bytes and so on and this is
2385         painfully slow as every operation has to go over DBus if GVfs is
2386         used as backend.
2387
2388         Fixes bug #536849 and #536848.
2389
2390         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2391         (gst_gio_src_check_get_range):
2392         Override check_get_range() to blacklist http/https URIs
2393         and whitelist file URIs. More to be added on demand.
2394
2395 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2396
2397         * configure.ac:
2398         0.10.19.2 pre-release
2399
2400 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2401
2402         * win32/common/libgstrtsp.def:
2403         * win32/common/libgsttag.def:
2404         Add new API functions to the dll exports
2405
2406 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2407
2408         * gst/playback/gstplaybasebin.c:
2409           Disconnect signals from decodebins we created before we remove it
2410           from playbin, to avoid crashes if the decodebin is eventually
2411           disposed after the playbin itself (possible if the app takes a
2412           reference on the decodebin).
2413           Fixes #536521.
2414
2415 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2416
2417         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2418           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2419           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2420           (h264_video_type_find), (mpeg_video_stream_type_find),
2421           (dv_type_find), (mmsh_type_find):
2422           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2423           copy caps for no good reason (this may be desirable to make it easier
2424           to detect leaks, but then it should probably be done for all caps
2425           in the typefinder somewhere).
2426
2427 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2428
2429         * tests/check/Makefile.am:
2430         Do not try to run the check tests for subparse unless it has been
2431         built.
2432
2433 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2434
2435         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2436         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2437         Do not try to run a test which requires vorbisenc unless we have
2438         actually built it.
2439
2440 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2441
2442         * gst-libs/gst/rtsp/gstrtspconnection.c:
2443         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2444         (gst_rtsp_connection_clear_auth_params),
2445         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2446         * gst-libs/gst/rtsp/gstrtspconnection.h:
2447         Add a couple of missing argument guards.
2448         Add a way of setting the DSCP for an RTSP connection.
2449         Add an accessor method for the ip member of GstRTSPConnection as all
2450         members are supposed to be private.
2451
2452 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2453
2454         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2455         Fixed accidental use of IPv4 options for all IPv6 addresses.
2456
2457 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2458
2459         * gst-libs/gst/interfaces/mixertrack.h:
2460           Document mixer track flags.
2461
2462 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2465
2466         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2467         Don't set caps on the buffers that contain a copy of the buffer
2468         including the caps of them resulting in an always increasing refcount
2469         of the caps and insanely large caps. Instead include a buffer without
2470         caps in the new caps. Fixes bug #536475.
2471
2472 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2475         Transform a given PAR to a range on the struct with the generic
2476         height/width instead of the struct with the possibly restricted
2477         height/width.
2478
2479 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2480
2481         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2482         Prefer the given format if it contains something stricter than [1,MAX]
2483         for height or width and only put a structure that requires rescaling
2484         as second. This makes it possible to use videoscale in pipelines where
2485         the source can actually produce the wanted height/width but usually
2486         selects a different one from the requested.
2487
2488 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2489
2490         Based on patch by: John Millikin <jmillikin gmail com>
2491
2492         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2493           (gst_vorbis_tag_add_coverart):
2494           Retrieve COVERART tags from vorbis comments (#512333)
2495
2496 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2497
2498         * gst-libs/gst/tag/tag.h:
2499         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2500           Don't forget to add new enum value here too (should probably use
2501           glib-mkenums here...).
2502
2503 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2504
2505         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2506         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2507         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2508           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2509           (gst_tag_image_data_to_image_buffer):
2510           Add two utility functions to avoid code duplication (#512333):
2511           API: add gst_tag_image_data_to_image_buffer()
2512           API: add gst_tag_list_add_id3_image()
2513           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2514
2515 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2516
2517         * win32/common/libgstaudio.def:
2518         Add gst_audio_check_channel_positions() to the exported symbols.
2519
2520 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         * docs/libs/gst-plugins-base-libs-sections.txt:
2523         * gst-libs/gst/audio/multichannel.c:
2524         (gst_audio_check_channel_positions):
2525         * gst-libs/gst/audio/multichannel.h:
2526         API: Make gst_audio_check_channel_positions() public.
2527
2528         * tests/check/libs/audio.c: (GST_START_TEST):
2529         Add some simple checks for gst_audio_check_channel_positions().
2530
2531 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2532
2533         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2534           minrange and maxrange are scaled according to the frequency
2535           multiplier.
2536
2537 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2538
2539         * ext/pango/Makefile.am:
2540         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2541           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2542           Use gstvideo functions to calculate strides and plane offsets. Fixes
2543           rendering issue ('ghost' images of the text on the chroma planes)
2544           with widths or heights that are not multiples of 8 (#506659 and
2545           probably also #485729).
2546
2547         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2548           (main):
2549           Test with odd height/width too.
2550
2551 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * gst/adder/gstadder.c: (gst_adder_query_duration),
2554         (gst_adder_query_latency):
2555         When using gst_element_iterate_pads() one has to unref every pad
2556         after usage.
2557
2558 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2559
2560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2561         (gst_base_audio_src_class_init):
2562         Add a gtk-doc chunk for the new properties to have a Since: indication.
2563
2564 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2565
2566         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2567         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2568         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2569         (gst_base_audio_src_change_state):
2570         Provide readable actual-buffer-time and actual-latency-time properties
2571         that reflect the configured ringbuffer values. Fixes #524724.
2572         API: GstBaseAudioSrc:actual-buffer-time
2573         API: GstBaseAudioSrc:actual-latency-time
2574
2575 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2578         (gst_basertppayload_change_state):
2579         Simply converting the running time into an RTP timestamp by scaling it
2580         based on the clock-rate is good enough for making an RTP timestamp. This
2581         has the added benefit that we can later on expose a property with the
2582         RTP timestamp of running time 0, as is needed for RTSP servers to
2583         generate the response of the PLAY request.
2584
2585 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst/audioconvert/gstaudioconvert.c:
2588         (structure_has_fixed_channel_positions),
2589         (gst_audio_convert_transform_caps):
2590         Allow up to 11 positioned channels now that audioconvert can handle
2591         this but add no default positions for > 8 channels.
2592         
2593         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2594         Add some unit tests for the above change: Test conversion of
2595         11 positioned channels to stereo and the other way around, test
2596         conversion of 15 unpositioned channels in different ways.
2597
2598 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * win32/common/libgstaudio.def:
2601         Add gst_audio_clock_reset to the list of exported symbols.
2602
2603 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2604
2605         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2606         Remove wrong_channels_identification_header unit test as we now
2607         support 7 (and more channels).
2608
2609 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2610
2611         * gst/audioconvert/gstchannelmix.c:
2612         (gst_channel_mix_fill_one_other):
2613         If mixing left or right to center (or the other way around) only take
2614         the complete value if we don't already have the original position in
2615         the source.
2616
2617 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2618
2619         * gst-libs/gst/audio/multichannel.c:
2620         (gst_audio_check_channel_positions),
2621         (gst_audio_set_structure_channel_positions_list),
2622         (gst_audio_fixate_channel_positions):
2623         Allow rear center together with rear left/right and other previously
2624         conflicting channel positions. The reason why they weren't allowed
2625         was the channel mixing implementation in audioconvert.
2626         Also take this into account when fixing channel layouts.
2627
2628         Allow setting channel positions for 1/2 channels when using
2629         gst_audio_set_structure_channel_position().
2630
2631         * gst/audioconvert/gstchannelmix.c:
2632         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2633         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2634         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2635         Major rewrite of the channel mixing.
2636
2637         We now allow previously conflicting channel positions to appear
2638         together (rear center and rear left/right for example).
2639         Fixes bug #533817.
2640
2641         Rework the way channels are mixed together to take more possible
2642         channel positions into account, properly mix from/to side channels
2643         and don't assume that either center, left&right or nothing of a
2644         specific position is available anymore.
2645
2646         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2647         Adjust unit tests with non-standard 1/2 channel layouts to the more
2648         correct new behaviour.
2649
2650         Add a unit test for 5.1->Stereo downmixing.
2651
2652 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2653
2654         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2655         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2656         Add sane defaults for the 7 and 8 channel layouts as those are
2657         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2658         more than 8 channels instead of erroring out. Fixes bug #535356.
2659
2660 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2661
2662         * docs/plugins/Makefile.am:
2663         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2664         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2665         * ext/theora/theoraparse.c:
2666         Add theoraparse to the docs and fix some docs.
2667
2668 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2669
2670         * gst-libs/gst/cdda/gstcddabasesrc.c:
2671         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2672         Fix EOS condition and track addition check, the track.end sector is
2673         included in the track. Fixes #533265.
2674
2675 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2676
2677         Patch by: Mark Nauwelaerts <manauw at skynet be>
2678
2679         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2680         (gst_video_rate_flush_prev), (gst_video_rate_event),
2681         (gst_video_rate_chain):
2682         * gst/videorate/gstvideorate.h:
2683         React (more) to NEWSEGMENT
2684         Small adjustment in timestamp calculation to prevent mismatches
2685         Fixes #435633.
2686
2687 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2688
2689         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2690           Initialise error to NULL as we should.
2691
2692 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2693
2694         * gst/adder/gstadder.c: (gst_adder_query_duration),
2695         (gst_adder_query_latency), (gst_adder_query):
2696         Implement latency query.
2697
2698 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2699
2700         * gst/adder/gstadder.c: (gst_adder_query_duration):
2701         Correctly resync the iterator if gst_iterator_next() returns
2702         GST_ITERATOR_RESYNC.
2703
2704 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2705
2706         * win32/vs6/libgstpbutils.dsp:
2707           Add pbutils-enumtypes.c to sources (#518037).
2708
2709 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2710
2711         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2712         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2713         * gst-libs/gst/audio/gstaudioclock.h:
2714         Add method to inform the clock that the time starts from 0 again. We use
2715         this info to calculate a clock offset so that the time we report in
2716         internal_time is monotonically increasing, as required by the clock base
2717         class. Fixes #521761.
2718         API: GstAudioClock::gst_audio_clock_reset()
2719
2720         * gst-libs/gst/audio/gstbaseaudiosink.c:
2721         (gst_base_audio_sink_skew_slaving),
2722         (gst_base_audio_sink_change_state):
2723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2724         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2725         Reset reported time when we (re)create the ringbuffer.
2726
2727 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2728
2729         * ext/alsa/gstalsamixertrack.c:
2730           (gst_alsa_mixer_track_update_alsa_capabilities):
2731           Make sure playback volumes aren't accidentally overwritten by
2732           capture volumes if an alsa mixer track has both playback and
2733           capture capabilities: we create two GstMixerTracks in that
2734           case, so make sure we query only the alsa capabilities that
2735           refer to the type of GstMixerTrack we created from the dual
2736           capability alsa element. Should fix issues with Audigy2 sound
2737           cards (#518082).
2738
2739 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2740
2741         * tests/check/pipelines/oggmux.c: (test_pipeline):
2742           Don't use deprecated function.
2743
2744 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2745
2746         * gst/playback/gstdecodebin2.c:
2747         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2748         Check for NULL cases and log them, creating ghostpads can, for example,
2749         fail when the pad returns wrong caps.
2750
2751         * gst/playback/gstplaybin2.c: (perform_eos):
2752         When pushing out the EOS event, collect the return value and warn when
2753         something failed.
2754
2755 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2756
2757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2758         (gst_riff_create_video_template_caps):
2759         Add support for DVCPRO.
2760
2761 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2762
2763         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2764           Change default scaling method from nearest-neighbour to bilinear.
2765
2766 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2767
2768         * tests/check/libs/video.c:
2769           More checks.
2770
2771 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2772
2773         * gst/subparse/gstsubparse.c: (parser_state_init),
2774           (gst_sub_parse_format_autodetect), (handle_buffer):
2775         * gst/subparse/gstsubparse.h:
2776         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2777           Limit duration to a maximum of five seconds for tmplayer format where
2778           we can guess the duration only from the timestamp of the next line of
2779           text. We don't want to show a text for eternities just because nothing
2780           else is being said for a while.
2781
2782 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2783
2784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2785         (gst_base_rtp_depayload_chain),
2786         (gst_base_rtp_depayload_handle_sink_event),
2787         (gst_base_rtp_depayload_push_full),
2788         (gst_base_rtp_depayload_change_state):
2789         Check sequence numbers, mark input buffers with a discont flag for the
2790         subclass when we detected a gap, drop duplicate buffers. We do this
2791         because one can use the element without a jitterbuffer in front and we
2792         don't want to feed the subclasses invalid or reordered data.
2793         Do an error when the subclass did not provide a process function instead
2794         of crashing.
2795         Some other small cleanups.
2796
2797 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2798
2799         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2800           May just as well use the precalculated uvstride here.
2801
2802 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2803
2804         * docs/plugins/Makefile.am:
2805         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2806         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2807         * docs/plugins/gst-plugins-base-plugins.args:
2808         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2809         * docs/plugins/gst-plugins-base-plugins.interfaces:
2810         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2811         * docs/plugins/inspect/plugin-adder.xml:
2812         * docs/plugins/inspect/plugin-alsa.xml:
2813         * docs/plugins/inspect/plugin-audioconvert.xml:
2814         * docs/plugins/inspect/plugin-audiorate.xml:
2815         * docs/plugins/inspect/plugin-audioresample.xml:
2816         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2817         * docs/plugins/inspect/plugin-cdparanoia.xml:
2818         * docs/plugins/inspect/plugin-decodebin.xml:
2819         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2820         * docs/plugins/inspect/plugin-gdp.xml:
2821         * docs/plugins/inspect/plugin-gio.xml:
2822         * docs/plugins/inspect/plugin-gnomevfs.xml:
2823         * docs/plugins/inspect/plugin-libvisual.xml:
2824         * docs/plugins/inspect/plugin-ogg.xml:
2825         * docs/plugins/inspect/plugin-pango.xml:
2826         * docs/plugins/inspect/plugin-playback.xml:
2827         * docs/plugins/inspect/plugin-queue2.xml:
2828         * docs/plugins/inspect/plugin-subparse.xml:
2829         * docs/plugins/inspect/plugin-tcp.xml:
2830         * docs/plugins/inspect/plugin-theora.xml:
2831         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2832         * docs/plugins/inspect/plugin-uridecodebin.xml:
2833         * docs/plugins/inspect/plugin-video4linux.xml:
2834         * docs/plugins/inspect/plugin-videorate.xml:
2835         * docs/plugins/inspect/plugin-videoscale.xml:
2836         * docs/plugins/inspect/plugin-videotestsrc.xml:
2837         * docs/plugins/inspect/plugin-volume.xml:
2838         * docs/plugins/inspect/plugin-vorbis.xml:
2839         * docs/plugins/inspect/plugin-ximagesink.xml:
2840         * docs/plugins/inspect/plugin-xvimagesink.xml:
2841         * ext/cdparanoia/gstcdparanoiasrc.c:
2842         * ext/ogg/gstoggdemux.c:
2843         * ext/ogg/gstoggdemux.h:
2844         * ext/ogg/gstoggmux.c:
2845         * ext/ogg/gstoggmux.h:
2846         * gst/audioconvert/audioconvert.c:
2847         * gst/audioconvert/audioconvert.h:
2848         * gst/audioconvert/gstaudioconvert.h:
2849         * gst/gdp/gstgdpdepay.h:
2850         * gst/gdp/gstgdppay.h:
2851         * gst/playback/gstdecodebin.c:
2852         * gst/playback/gstdecodebin2.c:
2853         * gst/playback/gstplaybin.c:
2854         * gst/playback/gstplaybin2.c:
2855         * gst/playback/gsturidecodebin.c:
2856         * gst/tcp/gstmultifdsink.c:
2857         * gst/tcp/gstmultifdsink.h:
2858         * gst/tcp/gsttcp.h:
2859
2860         Add some documentation comments, and some new headers to be scanned.
2861         Rename some internal enum declarations (audioconvert's DitherType and
2862         NoiseShapingType, GstUnitType from the TCP elements) to match the
2863         documented GObject type names so that the docs pick them up.
2864         Name the playbin2 docs markups properly so they get picked up. They'll
2865         need renaming back when/if playbin2 becomes playbin.
2866
2867         100% symbol coverage for the plugin docs, booya.
2868
2869 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2872
2873         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2874         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2875
2876 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2877
2878         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2879
2880         * gst/playback/gstdecodebin.c: (remove_fakesink):
2881         Lock the fakesink before setting the state to NULL and removing it from
2882         the bin so that a concurrent state change cannot interfere. 
2883         Fixes #534331.
2884
2885 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2886
2887         * docs/Makefile.am:
2888         Fix installing plugin documentation when gtk-doc is disabled.
2889
2890 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2891
2892         * gst-libs/gst/rtsp/Makefile.am:
2893         Distribute, don't install md5.h
2894
2895 2008-05-21  Julien Moutte  <julien@fluendo.com>
2896
2897         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2898         instead of SOL_IP, works on more platforms.
2899         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2900         arguments.
2901
2902 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2903
2904         * ext/vorbis/vorbisdec.c:
2905         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2907         Some debug and comment fixes.
2908
2909         * tests/examples/dynamic/addstream.c: (main):
2910         Fix , to ;
2911
2912 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2913
2914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2915         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2916         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2917         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2918         (cleanup_decodebin):
2919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2920         (connect_element), (gst_decode_group_control_demuxer_pad):
2921         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2922         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2923         (mute_group_type):
2924         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2925         (gst_play_bin_set_property), (handoff), (gen_video_element),
2926         (gen_text_element), (gen_audio_element), (gen_vis_element),
2927         (remove_sinks), (add_sink), (setup_sinks):
2928         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2929         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2930         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2931         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2932         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2933         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2934         (gen_vis_chain), (gst_play_sink_reconfigure),
2935         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2936         (gst_play_sink_request_pad):
2937         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2938         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2939         (cb_newpad):
2940         * gst/playback/test6.c: (new_decoded_pad_cb):
2941         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2942         * tests/check/elements/audiorate.c: (test_injector_chain),
2943         (do_perfect_stream_test):
2944         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2945         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2946         * tests/check/elements/gnomevfssink.c:
2947         * tests/check/elements/textoverlay.c:
2948         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2949         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2950         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2951         * tests/check/pipelines/oggmux.c: (test_pipeline):
2952         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2953         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2954         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2955         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2956         * tests/examples/seek/seek.c: (make_mod_pipeline),
2957         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2958         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2959         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2960         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2961         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2962         (update_fill), (msg_buffering):
2963         Don't use bad gst_element_get_pad().
2964
2965 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2966
2967         * gst-libs/gst/riff/riff-media.c:
2968           Fix wrong method name in docs. Fix calculation of strf fields for
2969           broken mulaw/alaw.
2970   
2971         * gst-libs/gst/riff/riff-read.c:
2972           Whitespace fix and removing double ';'.
2973
2974 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * docs/design/part-playbin2.txt:
2977         Add some leftover doc.
2978
2979 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2980
2981         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2982         Fix copy & paste error in last commit.
2983
2984 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2985
2986         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2987         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2988         other channel positions when source has SIDE channels and dest doesn't
2989         or the other way around.
2990
2991 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2992
2993         Patch by: Henrik Eriksson <henriken at axis dot com>
2994
2995         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2996         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2997         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2998         (gst_multi_fd_sink_get_property):
2999         * gst/tcp/gstmultifdsink.h:
3000         Add support for DSCP QOS. Fixes #469933.
3001
3002 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3003
3004         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3005         Add another test that checks if conversion between standard 1 and 2
3006         channel layouts with and without positions set is working.
3007
3008 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3009
3010         * gst-libs/gst/audio/multichannel.c:
3011         (gst_audio_check_channel_positions):
3012         Allow non-standard 2 channel layouts.
3013         
3014         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3015         Add some tests for converting and remapping non-standard 1 and 2
3016         channel layouts.
3017
3018 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * gst/audioconvert/gstchannelmix.c:
3021         (gst_channel_mix_fill_normalize):
3022         Prevent division by zero if the channel mix matrix contains only
3023         zeroes.
3024
3025 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3026
3027         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3028
3029         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3030         Close a buffer memory leak. Fixes bug #534071.
3031
3032 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst-libs/gst/rtsp/gstrtsptransport.h:
3035         Make the GstRTSPTransport struct members public as there are no
3036         setters/getters and it's supposed to be changed directly.
3037         Fixes bug #533087.
3038
3039 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         * gst/adder/gstadder.c:
3042         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3043         claim this on the pad template caps.
3044
3045 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3046
3047         * gst-libs/gst/audio/gstbaseaudiosink.c:
3048         (gst_base_audio_sink_sync_latency):
3049         We can only use our optimal calibration if we prerolled before the
3050         latency expired.
3051
3052 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3053
3054         * configure.ac:
3055           Require core CVS for GstBaseSrc buffer caps setting magic.
3056
3057 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3058
3059         * gst/audioconvert/gstaudioconvert.c:
3060         (gst_audio_convert_fixate_channels):
3061         Fix logic in last commit.
3062
3063 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst/audioconvert/gstaudioconvert.c:
3066         (gst_audio_convert_fixate_channels):
3067         Passthrough the channel positions if the number of output channels is
3068         the same as the number of input channels, the input had a channel
3069         layout and downstream requests no special one. We did this already for
3070         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3071
3072 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3075         (gst_gnome_vfs_src_finalize),
3076         (gst_gnome_vfs_src_received_headers_callback),
3077         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3078         * ext/gnomevfs/gstgnomevfssrc.h:
3079         Set the ICY caps on the srcpad from where they get picked up by the base
3080         class now and set on the outgoing buffers.
3081
3082         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3083         (gst_base_audio_src_create):
3084         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3085         BaseSrc now sets the caps on outgoing buffers automatically.
3086
3087 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3088
3089         * gst-libs/gst/audio/gstbaseaudiosink.c:
3090         (gst_base_audio_sink_resample_slaving),
3091         (gst_base_audio_sink_skew_slaving),
3092         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3093         (gst_base_audio_sink_async_play),
3094         (gst_base_audio_sink_change_state):
3095         Change the way in which the ringbuffer is started when dealing with a
3096         slaved clock and latency. We now sync to the clock until we reach
3097         upstream latency before starting the ringbuffer. This has the effect
3098         that we can accurately align the master and slave clocks and let the
3099         rate correction code take care of the initial drift or rounding errors
3100         instead of leaving them uncorrected with the old approach.
3101
3102 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3103
3104         * gst/audioconvert/gstaudioconvert.c:
3105         (gst_audio_convert_fixate_channels):
3106         Correctly set the default channel positions when converting to 8
3107         channels.
3108
3109 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3110
3111         * configure.ac:
3112           Error out if we don't have the required version of core.
3113
3114 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3115
3116         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3117           Use data scan helper in aac typefinder and stop scanning
3118           for headers when we've found a type. Also fix potential invalid
3119           memory access when calculating the frame length.
3120
3121 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3122
3123         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3124           (mpeg_sys_is_valid_pack):
3125           Don't modify scan context when we return FALSE in ensure_data, so
3126           it's possible to continue scanning, and we don't end up with a NULL
3127           data pointer and a positive size, which might bite us the next time
3128           we're called. Small constification.
3129
3130 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3131
3132         * gst/adder/gstadder.c:
3133         Adder doesn't support 24 bit samples so don't claim it supports them
3134         in the pad template caps.
3135
3136 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3137
3138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3139         (gst_base_rtp_depayload_chain):
3140         Validate the RTP packet before further processing it. It's just too
3141         dangerous to accept random packets and people are not forced to use a
3142         jitterbuffer or session manager to filter out the bad packets.
3143
3144         * gst-libs/gst/rtp/gstrtpbuffer.c:
3145         (gst_rtp_buffer_set_extension_data),
3146         (gst_rtp_buffer_get_payload_subbuffer):
3147         Small cleanups.
3148         When setting extension data in a buffer that is too small, we fail and
3149         we should not set the extension bit.
3150         Change GST_WARNINGS into g_warning because they really are
3151         programming errors.
3152
3153         * tests/check/libs/rtp.c: (GST_START_TEST):
3154         Catch the g_warnings now in the unit tests and that fact that failing to
3155         set extension data left the extension bit untouched.
3156
3157 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3158
3159         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3160           Revert previous change which made basetransform handle buffer_alloc
3161           and which breaks things badly in the non-passthrough case since it
3162           returned buffers with a different (ie. sometimes smaller) size than
3163           the size requested.
3164
3165 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3166
3167         Patch by: Bernard B <b-gnome at largestprime dot net>
3168
3169         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3170         Fix seqnum compare function for bordercase values and fix the docs
3171         again. Fixes #533075.
3172
3173         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3174         Add a testcase for seqnum compare function.
3175
3176 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3177
3178         * gst/adder/gstadder.c: (gst_adder_setcaps),
3179         (gst_adder_class_init):
3180         Correctly declare the supported endianness on the pad templates
3181         and check for correct endianness in the set caps function. Adder
3182         only supports native endianness.
3183         Also use gst_element_class_set_details_simple().
3184
3185 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3186
3187         * sys/xvimage/xvimagesink.c:
3188           Better debug logging in port value handling. Merging separate port
3189           value loops into one.
3190
3191 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3192
3193         Patch by: Hannes Bistry <hannesb at gmx dot de>
3194
3195         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3196         * gst/tcp/gsttcpserversink.c:
3197         (gst_tcp_server_sink_handle_server_read),
3198         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3199         Fix regression in clientsrc because we did not add the fd to the poll
3200         set anymore. Fixes #532364.
3201         Do some cleanups here and there.
3202
3203 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3206         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3207         * gst/playback/gstplay-marshal.list:
3208         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3209         Use correct marshallers. GstCaps are a boxed type and no GObject
3210         subclass.
3211
3212 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * win32/common/libgstrtsp.def:
3215         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3216         symbols.
3217
3218 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3221
3222         * tests/check/elements/audioresample.c:
3223         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3224         (live_switch_push), (GST_START_TEST):
3225         Add unit test for the latest basetransform negotiation changes.
3226         See bug #526768.
3227
3228 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3229
3230         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3231         Fix nv12<->nv21 conversion if stride is larger than width.
3232
3233 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         Patch by: Jan Gerber <j at oil21 dot org>
3236
3237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3238         (gst_ogg_pad_parse_skeleton_fisbone):
3239         * ext/ogg/gstoggdemux.h:
3240         Parse presentation time from skeleton streams and use it as offset
3241         for the timestamps. Fixes bug #530068.
3242
3243 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * gst-libs/gst/audio/gstbaseaudiosink.c:
3246         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3247         Revert previous patch that attempted to more accurately calculate the
3248         initial offset between master and slave clock. The best thing we can do
3249         in general is take the time of both clocks as the diff since we don't
3250         know when the actual preroll happened.
3251
3252 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3253
3254         * gst-libs/gst/pbutils/install-plugins.c:
3255           Fix docs: type and missing word.
3256
3257 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3258
3259         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3260           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3261           for this instead; don't check if we've found enough markers after
3262           each and every step, it's enough to do that only if we've actually
3263           found a new marker.
3264           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3265
3266 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3267
3268         * gst/typefind/gsttypefindfunctions.c:
3269           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3270           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3271           (mpeg_video_stream_type_find):
3272           Move scan helper thingy to the beginning of the file so we can use
3273           it in other typefind functions. Rename it to something more
3274           generic. Also improve handling of things towards the end of the
3275           typefind data: peek as much as we can if we know the size of the
3276           data, rather than just min_size.
3277
3278 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3279
3280         * docs/libs/gst-plugins-base-libs-sections.txt:
3281         * gst-libs/gst/interfaces/colorbalance.c:
3282         * gst-libs/gst/interfaces/colorbalance.h:
3283         * gst-libs/gst/interfaces/colorbalancechannel.c:
3284         * gst-libs/gst/interfaces/colorbalancechannel.h:
3285         * gst-libs/gst/interfaces/tuner.c:
3286         * gst-libs/gst/interfaces/tunerchannel.c:
3287         * gst-libs/gst/interfaces/tunerchannel.h:
3288         * gst-libs/gst/interfaces/tunernorm.c:
3289         * gst-libs/gst/interfaces/tunernorm.h:
3290         * gst-libs/gst/video/video.c:
3291         * gst-libs/gst/video/video.h:
3292         Document the GstTuner and GstColorBalance interfaces, and some
3293         other random API functions that needed it. 70% symbol coverage, woo.
3294
3295 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3296
3297         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3298         Choose to allocate one less segment but require one additional segment
3299         as latency. 
3300
3301         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3302         No need to increment the number of segments in the source.
3303
3304         * gst-libs/gst/audio/gstbaseaudiosink.c:
3305         (gst_base_audio_sink_get_time), (clock_convert_external),
3306         (gst_base_audio_sink_resample_slaving),
3307         (gst_base_audio_sink_skew_slaving),
3308         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3309         (gst_base_audio_sink_async_play):
3310         Remove adding latency when returning the internal time while subtracting
3311         it again when we use the value a little later.
3312         When calculating the end timestamp, we are making a rounding error
3313         with the current algorithm. Ensure that we don't accumulate these
3314         rounding errors when aligning samples by not resampling at all if we
3315         don't need to. Fixes #419351.
3316         Make the initial calibration of the clock slaving a little more
3317         predictable and accurate. Also handle the case where we don't do
3318         clock slaving.
3319
3320 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         Based on a patch by:
3323           Björn Benderius <bjoern dot benderius at axis dot com>
3324
3325         * gst/ffmpegcolorspace/avcodec.h:
3326         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3327         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3328         (gst_ffmpegcsp_avpicture_fill):
3329         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3330         * gst/ffmpegcolorspace/imgconvert_template.h:
3331         Add conversions from/to NV12 and NV21 and conversions between those
3332         two formats. Fixes bug #532166.
3333
3334 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3335
3336         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3337         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3338         which happens for example with files smaller than 128kb.
3339
3340 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3341
3342         Patch by: Wouter Cloetens <zombie at e2big dot org>
3343
3344         * gst-libs/gst/rtsp/Makefile.am:
3345         * gst-libs/gst/rtsp/gstrtspconnection.c:
3346         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3347         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3348         (add_auth_header), (gst_rtsp_connection_free),
3349         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3350         (gst_rtsp_connection_set_auth_param),
3351         (gst_rtsp_connection_clear_auth_params):
3352         * gst-libs/gst/rtsp/gstrtspconnection.h:
3353         Add Digest authorization support for RTSP connections. See #532065.
3354
3355         * gst-libs/gst/rtsp/md5.c:
3356         * gst-libs/gst/rtsp/md5.h:
3357         Yeap, another md5 implementation until we can depend on a glib that has
3358         support for it.
3359
3360 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3361
3362         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3363
3364         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3365         Let audioresample use the buffer allocation of basetransform instead
3366         of it's own stuff.
3367
3368         * tests/check/elements/audioresample.c: (alloc_only_48000),
3369         (GST_START_TEST), (audioresample_suite):
3370         Add unit test for the recent basetransform bugfix, where upstream
3371         changes caps to something that can't be passed through anymore.
3372
3373 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3374
3375         * win32/common/config.h.in:
3376           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3377           use the real thing than having "???" unconditionally.
3378
3379 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3380
3381         * gst-libs/gst/audio/gstbaseaudiosink.c:
3382         (gst_base_audio_sink_query):
3383         Report the latency with the new seglatency parameter.
3384
3385         * gst-libs/gst/audio/gstringbuffer.c:
3386         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3387         (gst_ring_buffer_acquire):
3388         * gst-libs/gst/audio/gstringbuffer.h:
3389         Add new field to the ringbufferspec to specify the expected latency
3390         between the underlying device read/write pointer, this is needed
3391         when writing sinks that sit a little closer to the hardware.
3392         Add some more docs for other fields.
3393
3394 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3395
3396         * gst/volume/gstvolume.c: (volume_transform_ip):
3397         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3398         reason instead of crashing later. Might fix bug #509125.
3399
3400 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3401
3402         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3403
3404         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3405         * gst/audioconvert/audioconvert.h:
3406         * gst/audioconvert/gstaudioconvert.c:
3407         (gst_audio_convert_parse_caps),
3408         (structure_has_fixed_channel_positions),
3409         (gst_audio_convert_transform_caps):
3410         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3411         Add support for more than 8 channels and NONE channel layouts. For
3412         more than 8 channels no channel conversion is supported yet, only
3413         format conversions are supported. Fixes bug #398033.
3414
3415         * tests/check/elements/audioconvert.c: (verify_convert),
3416         (GST_START_TEST), (audioconvert_suite):
3417         Add some unit tests by Tim for checking the NONE channel layouts
3418         and more than 8 channels and add some more unit tests for channel
3419         conversions.
3420
3421 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3422
3423         * gst/playback/gstdecodebin2.c: (connect_pad):
3424         When autoplugging fails, set the element back to NULL before
3425         unreffing it.
3426
3427 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * win32/common/libgstaudio.def:
3430         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3431         symbols.
3432
3433 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/subparse/samiparse.c: (handle_start_sync),
3436         (end_sami_element), (characters_sami):
3437         Remove trailing, leading and double whitespaces.
3438         Correctly timestamp buffers and output the last buffer too.
3439
3440         * tests/check/elements/subparse.c: (GST_START_TEST),
3441         (subparse_suite):
3442         Add a simple unit test for SAMI parsing.
3443
3444 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3447
3448         * gst/subparse/samiparse.c: (handle_start_sync),
3449         (start_sami_element), (end_sami_element), (characters_sami),
3450         (sami_context_reset):
3451         Only output characters inside the "sync" elements. There could be
3452         other elements like "style" that have some content but should
3453         not be printed. Fixes bug #467911.
3454
3455 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3456
3457         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3458         (set_active_source):
3459         * gst/playback/gstplaybasebin.h:
3460         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3461         (playbin_set_audio_mute):
3462         Allow setting -1 as current-audio to mute the current audio stream,
3463         similar to what is done for subtitles. Fixes bug #342294.
3464
3465 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3466
3467         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3468         It's SorensOn and not SorensEn.
3469
3470 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3471
3472         * gst-libs/gst/pbutils/descriptions.c: (formats):
3473           Fix description of video/x-flash-video.
3474
3475 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3478         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3479         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3480         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3481         Remove some unused code.
3482
3483         * gst/audioconvert/gstaudioquantize.c:
3484         (gst_audio_quantize_free_noise_shaping):
3485         Don't return before freeing the noise shaping history.
3486
3487 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3488
3489         * tests/check/elements/subparse.c: (do_test),
3490           (test_tmplayer_style3b), (subparse_suite):
3491           Add unit test for the tmplayer variant from bug #530962.
3492
3493 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3494
3495         * gst/subparse/gstsubparse.c: (handle_buffer),
3496           (gst_sub_parse_sink_event):
3497         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3498           (tmplayer_parse_line):
3499           Fix parsing of tmplayer subtitle variant where every single line contains
3500           text and there isn't an empty line after each line to determine the
3501           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3502           making sure that we push out the last line of text without a duration if
3503           there's still text left in the buffer at the end.
3504
3505 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3506
3507         * gst/subparse/gstsubparse.c: (feed_textbuf):
3508           Fix detection of discontinuities based on the buffer offset (doesn't work
3509           so well if no buffer offset is set) and also check for the DISCONT buffer
3510           flag. This keeps the parser state from being reset after each buffer in
3511           the unit test.
3512
3513 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3514
3515         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3516           Further fine-tuning: don't absolutely require sequence or GOP headers
3517           (as introduced in the previous commit), but adjust the typefind
3518           probabilities returned accordingly if we don't see them. Also make sure
3519           picture header and first slice are somewhat close to each other (which
3520           is not perfect but still better than requiring a fixed offset or having
3521           no limit at all).
3522
3523 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3524
3525         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3526         (gst_basertppayload_sink_setcaps),
3527         (gst_basertppayload_sink_getcaps):
3528         Rename the setcaps/getcaps function internally to make it clear that
3529         they are called for the sink pad.
3530
3531 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3532
3533         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3534         (gst_base_rtp_depayload_class_init),
3535         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3536         (gst_base_rtp_depayload_packet_lost),
3537         (gst_base_rtp_depayload_set_gst_timestamp):
3538         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3539         Catch packet-lost events from the jitterbuffer and convert them into a
3540         vmethod call (lost-packet) so that depayloaders can do something smart.
3541         Also add a default packet-lost function that sends out a segment update
3542         to the decoders.
3543
3544 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * gst/playback/test4.c:
3547         * gst/playback/test5.c:
3548         * gst/playback/test6.c:
3549         * gst/playback/test7.c:
3550           Also include config.h when relying on defines from it. Fixes the
3551           build. Its been a please to serve :)
3552
3553 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3554
3555         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3556         (paint_setup_NV21), (paint_hline_NV12_NV21):
3557         Add support for NV12 and NV21 in videotestsrc
3558
3559 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3560
3561         * gst/videoscale/gstvideoscale.c:
3562         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3563         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3564         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3565         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3566         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3567         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3568         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3569         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3570         (vs_image_scale_linear_RGB555):
3571         Support 1x1 images as input and output as for example the BBC HQ new
3572         streams have 1x1 GIFs in the playlists for some reason.
3573
3574 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3575
3576         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3577           (try_to_link_1):
3578           If we can't activate one of the decoders we plugged in (such as,
3579           say, musepackdec) for some reason (it might not support push mode,
3580           for example), remove any pad probes that close_pad_link() might
3581           have set up. This makes sure we later don't try to remove a probe
3582           for a pad that doesn't exist any longer, and avoids nast warnings
3583           and probably other things too.
3584
3585 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3586
3587         * gst/typefind/gsttypefindfunctions.c:
3588           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3589           (plugin_init):
3590           Rework mpeg video stream typefinding a bit more: make sure sequence,
3591           GOP, picture and slice headers appear in the order they should and
3592           that we've in fact at least had one of each; fix picture header
3593           detection; decouple picture and slice header check - don't assume
3594           they're at a fixed offset, there may be extra data in between. Also,
3595           announce varying degrees of probability depending on what we found
3596           exactly (multiple pictures, at least one picture, just sequence and
3597           GOP headers). Finally, in _ensure_data(), take into account that we
3598           might be typefinding smaller amounts of data, such as the first
3599           buffer of a stream, so fall back to the minimum size needed as long
3600           as that's available, instead of erroring out if there's less than
3601           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3602           fuzzed file from #399342 as valid.
3603
3604 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3605
3606         * ext/theora/theoradec.c:
3607           Cool kids don't divide by zero.
3608           Treat PAR of x:0 as 1:1.
3609           Fixes #530719.
3610
3611 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3612
3613         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3614           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3615           (mpeg_video_stream_type_find):
3616           Refactor a bit: use context structure to track parsing offset and
3617           size of available data and make the code a bit clearer. Fixes bad
3618           memory access in #356937.
3619
3620 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3621
3622         * gst/playback/test4.c:
3623         * gst/playback/test5.c:
3624         * gst/playback/test6.c:
3625         * gst/tcp/gstmultifdsink.c:
3626           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3627           is defined.
3628
3629 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3630
3631         * gst-libs/gst/audio/gstbaseaudiosink.h:
3632         Clarify some docs.
3633
3634         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3635         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3636         (gst_base_audio_src_set_slave_method),
3637         (gst_base_audio_src_get_slave_method),
3638         (gst_base_audio_src_set_property),
3639         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3640         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3641         Add property and methods for selecting the clock slave method in the
3642         source, like in the sink.
3643         We only implement "none" and "re-timestamp" for now.
3644         API: gst_base_audio_src_set_slave_method()
3645         API: gst_base_audio_src_get_slave_method()
3646
3647 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3648
3649         * gst-libs/gst/rtp/gstrtpbuffer.c:
3650         Fix the docs about the seqnum compare function, it returns a difference.
3651
3652 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3653
3654         * ext/alsa/gstalsadeviceprobe.c:
3655         (gst_alsa_get_device_list): Don't return before freeing up
3656         the allocated structures.
3657
3658 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3659
3660         * gst/playback/gstplaybin.c:
3661           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3662
3663 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3664
3665         * ext/ogg/gstoggdemux.c:
3666           Revert the event part, that should not go in.
3667
3668 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3669
3670         * ext/ogg/gstoggdemux.c:
3671           Don't leak GstPluginFeatures when filtering.
3672
3673 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3674
3675         * sys/xvimage/xvimagesink.c:
3676           Add some logging for cases when grabbing the xv failed.
3677
3678 2008-04-21  David Schleef  <ds@schleef.org>
3679
3680         * ext/ogg/gstoggmux.c:
3681           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3682           packet.  Should conform to what we currently think is the
3683           final Ogg/Dirac muxing spec.
3684
3685 2008-04-21  David Schleef  <ds@schleef.org>
3686
3687         * sys/xvimage/xvimagesink.c:
3688           Fix typo that causes the overlay keying color to bright green
3689           on a 16-bit display.  Dark grey good.  Bright green bad.
3690
3691 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3692
3693         * ext/gnomevfs/gstgnomevfsuri.c:
3694           Add  FIXME comment about using uri-list for source and sink.
3695
3696 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3697
3698         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3699         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3700         vaargs functions to gint. Otherwise the fractions will get 0 set
3701         instead of the correct value on big endian systems. Fixes bug #529018.
3702
3703 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3704
3705         * ext/gnomevfs/gstgnomevfssink.c:
3706         (gst_gnome_vfs_sink_uri_get_protocols):
3707         * ext/gnomevfs/gstgnomevfssrc.c:
3708         (gst_gnome_vfs_src_uri_get_protocols):
3709         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3710         (gst_gnomevfs_get_supported_uris):
3711         Get the list of supported URI schemes in a threadsafe way and use the
3712         same list for the source and sink.
3713
3714 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3715
3716         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3717         (gst_gio_get_supported_protocols):
3718         Don't generate a new supported protocols list on each call but cache
3719         it. It's supposed to be static anyway, this way we only leak it once
3720         per process.
3721
3722         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3723         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3724         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3725         (gst_gio_sink_start):
3726         * ext/gio/gstgiosink.h:
3727         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3728         (gst_gio_src_class_init), (gst_gio_src_finalize),
3729         (gst_gio_src_set_property), (gst_gio_src_get_property),
3730         (gst_gio_src_start):
3731         * ext/gio/gstgiosrc.h:
3732         API: Add "file" properties where one can set a GFile as
3733         source/destination.
3734
3735         Add locking to the properties and use
3736         gst_element_class_set_details_simple() instead of a static
3737         GstElementDetails struct.
3738
3739 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3742         (plugin_init):
3743         Add "mpp" and "mp+" as possible extensions for MusePack files.
3744
3745         Add typefinding for MusePack StreamVersion 8 files and include the
3746         stream version in the caps.
3747
3748 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3749
3750         * gst-libs/gst/rtp/gstrtppayloads.c:
3751         (gst_rtp_payload_info_for_name):
3752         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3753
3754 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * configure.ac:
3757           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3758           (NB: this only affects compilation of some of the examples).
3759           Remove some configure.ac cruft that's not needed any longer.
3760
3761 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3762
3763         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3764         Don't validate the payload if there isn't any.
3765         Fixes #525915
3766
3767 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3770         Use g_atomic_int_set() instead of gst_atomic_int_set().
3771
3772 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3775         Return NULL instead of a gchar * array with one NULL element if we
3776         don't get any supported URI schemes from GIO.
3777
3778 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3779
3780         * gst/audiotestsrc/gstaudiotestsrc.c:
3781           Remove cpp style commented old code.
3782
3783 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3784
3785         * gst/playback/gstdecodebin2.c:
3786           Fix signal docs.
3787
3788 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3791           (gst_text_overlay_init):
3792           Fix textoverlay unit test again by making the supposed default
3793           value for the wait-text property the actual default value.
3794           Also fix Since: tag for new property.
3795
3796 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3799           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3800           (gst_video_format_get_pixel_stride),
3801           (gst_video_format_get_component_width),
3802           (gst_video_format_get_component_height),
3803           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3804           (gst_video_format_convert):
3805           Add guards to these functions to ensure sane input values.
3806
3807         * tests/check/libs/video.c:
3808           Fix unit test not to create caps with width=0 and height=0.
3809
3810 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3811
3812         * docs/design/draft-keyframe-force.txt:
3813         Fix typo.
3814
3815         * gst/playback/gstqueue2.c: (update_buffering),
3816         (gst_queue_handle_src_query):
3817         Set buffering mode in the messages.
3818         Set buffering percent in the query.
3819
3820         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3821         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3822         Do some more fancy things based on the buffering method in use.
3823
3824 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3827         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3828         (msg_buffering), (main):
3829         Add basic download reports to seek using the new buffering API.
3830
3831 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3832
3833         * gst/playback/gstqueue2.c: (update_buffering),
3834         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3835         (gst_queue_src_checkgetrange_function):
3836         Include extra buffering stats in the buffering message.
3837         Implement BUFFERING query.
3838
3839         * gst/playback/gsturidecodebin.c: (do_async_start),
3840         (do_async_done), (type_found), (setup_streaming), (setup_source),
3841         (gst_uri_decode_bin_change_state):
3842         Only add decodebin2 when the type is found in streaming mode.
3843         Make uridecodebin async to PAUSED even when we don't have decodebin2
3844         added yet.
3845
3846 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3847
3848         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3849         Filter cdda from the supported URI schemes. We can't support
3850         musicbrainz tags and everything else one expects from a cdda source
3851         with GIO. Fixes bug #526794.
3852
3853 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3854
3855         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3856         (gst_xvimagesink_buffer_alloc):
3857         Fix calculation of 'expected size' for YV12 buffers.
3858         Be a little more verbose in the debug output for buffer-alloc'ed
3859         buffers which turn out to have the wrong size.
3860
3861 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * NEWS:
3864         * RELEASE:
3865         * gst-plugins-base.doap:
3866           Merge other changes from 0.10.19 release branch.
3867
3868 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3869
3870         * gst-libs/gst/audio/gstbaseaudiosink.c:
3871           (gst_base_audio_sink_class_init):
3872         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3873           (gst_base_audio_src_class_init):
3874         * gst/playback/gstplayback.c: (plugin_init):
3875         * gst/volume/gstvolume.c: (plugin_init):
3876           Work around missing bits of thread-safety on older GLibs some
3877           more to avoid assertions when starting up multiple playbin
3878           objects concurrently (see #512382).
3879
3880 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3883           Remove some more fields.
3884
3885 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3886
3887         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3888
3889         * configure.ac:
3890         Actually build dlls when cross-compiling with mingw32.
3891         Fixes bug #526247.
3892
3893 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * configure.ac:
3896           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3897
3898 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3899
3900         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3901         (msg_buffering), (connect_bus_signals), (main):
3902         Add statusbar.
3903         Add buffering support with feedback in the statusbar.
3904
3905 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3906
3907         * ext/ogg/gstoggmux.c:
3908           Fix sample pipeline description.
3909
3910 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3911
3912         * docs/plugins/Makefile.am:
3913         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3914         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3915         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3916           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3917
3918         * docs/plugins/gst-plugins-base-plugins.args:
3919         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3920         * docs/plugins/gst-plugins-base-plugins.interfaces:
3921         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3922         * docs/plugins/inspect/plugin-adder.xml:
3923         * docs/plugins/inspect/plugin-alsa.xml:
3924         * docs/plugins/inspect/plugin-audioconvert.xml:
3925         * docs/plugins/inspect/plugin-audiorate.xml:
3926         * docs/plugins/inspect/plugin-audioresample.xml:
3927         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3928         * docs/plugins/inspect/plugin-cdparanoia.xml:
3929         * docs/plugins/inspect/plugin-decodebin.xml:
3930         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3931         * docs/plugins/inspect/plugin-gdp.xml:
3932         * docs/plugins/inspect/plugin-gnomevfs.xml:
3933         * docs/plugins/inspect/plugin-libvisual.xml:
3934         * docs/plugins/inspect/plugin-ogg.xml:
3935         * docs/plugins/inspect/plugin-pango.xml:
3936         * docs/plugins/inspect/plugin-playback.xml:
3937         * docs/plugins/inspect/plugin-queue2.xml:
3938         * docs/plugins/inspect/plugin-subparse.xml:
3939         * docs/plugins/inspect/plugin-tcp.xml:
3940         * docs/plugins/inspect/plugin-theora.xml:
3941         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3942         * docs/plugins/inspect/plugin-uridecodebin.xml:
3943         * docs/plugins/inspect/plugin-video4linux.xml:
3944         * docs/plugins/inspect/plugin-videorate.xml:
3945         * docs/plugins/inspect/plugin-videoscale.xml:
3946         * docs/plugins/inspect/plugin-videotestsrc.xml:
3947         * docs/plugins/inspect/plugin-volume.xml:
3948         * docs/plugins/inspect/plugin-vorbis.xml:
3949         * docs/plugins/inspect/plugin-ximagesink.xml:
3950         * docs/plugins/inspect/plugin-xvimagesink.xml:
3951           Update introspection data.
3952
3953         * ext/ogg/gstoggmux.c:
3954           Document oggmux.
3955
3956         * gst/playback/gstdecodebin2.c:
3957           Don't use gtk-doc style comment start for private stuff, but make it
3958           formatted like this for consistency.
3959
3960 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3961
3962         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3963         (gst_decode_bin_init), (gst_decode_bin_dispose),
3964         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3965         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3966         (analyze_new_pad), (connect_pad), (expose_pad),
3967         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3968         (gst_decode_group_expose), (gst_decode_group_free),
3969         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3970         Remove fakesink hack, we can now implement this more elegantly.
3971         Added property to bypass typefinding.
3972         Removed underrun callback and demuxer pad probe, we now use the srcpad
3973         probe to expose groups.
3974         API::sink-caps property
3975
3976         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3977         Guard against multiple emissions of the no_more_pads signal, which
3978         happens when we are dealing with chained oggs.
3979
3980         * gst/playback/gsturidecodebin.c: (remove_decoders),
3981         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3982         (setup_source):
3983         For streams, use our own typefind element and plug our queue after it.
3984         We will need this to determine the type of buffering to use for the
3985         queue soon.
3986
3987 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3988
3989         * gst-libs/gst/audio/gstbaseaudiosink.c:
3990         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3991         Guard against over and underflows because of clock slaving.
3992         When we are using our own clock, still compensate for any calibrations
3993         that we might have done to our clock.
3994
3995 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * ext/theora/theoradec.c: (theora_handle_type_packet),
3998         (theora_dec_chain):
3999         Don't try to do anything fancy with the return code from pushing an
4000         event, it does not have enough information to turn it into a
4001         GST_FLOW_ERROR.
4002
4003 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4004
4005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4006         (gst_ogg_demux_chain_elem_pad):
4007         Add small debug line.
4008         Pass return code from the internal decoder instead of the too generic
4009         GST_FLOW_ERROR.
4010
4011 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * gst-libs/gst/cdda/Makefile.am:
4014         * gst-libs/gst/cdda/base64.c:
4015         * gst-libs/gst/cdda/base64.h:
4016         * gst-libs/gst/cdda/gstcddabasesrc.c:
4017         (gst_cddabasesrc_calculate_musicbrainz_discid):
4018         Use GLib's base64 implementation instead of our own.
4019
4020 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4021
4022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4023         (gst_ogg_demux_read_chain):
4024         Refix oggdemux, we only have a problem if we failed to find a chain and
4025         we are not EOF.
4026
4027 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4030
4031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4032         (gst_ogg_demux_read_chain):
4033         When we fail to find a BOS page and we and up with no chain, error out
4034         properly instead of segfaulting. Fixes #525665.
4035
4036 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4037
4038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4039         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4040         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4041         no-more-pads...
4042
4043 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4044
4045         * gst/playback/gstqueue2.c: (update_out_rates),
4046         (gst_queue_open_temp_location_file),
4047         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4048         (gst_queue_handle_src_query), (gst_queue_set_property):
4049         Update the estimated input data when we push out a buffer.
4050         Add some debug info about the temp file.
4051         Only forward src events when we are not using a temp file.
4052         Don't block the duration query, we need to find something better.
4053         Don't leak the temp filename.
4054
4055 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4056
4057         * configure.ac:
4058         Require GLib 2.12 and liboil 0.3.14.
4059
4060         * gst/volume/gstvolume.c: (volume_process_double):
4061         Unconditionally use liboil 0.3.14 function.
4062
4063 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4064
4065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4066         ms-gsm can have arbitrarty sample rates. See #481354.
4067
4068 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4069
4070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4071         MP4S is generic MPEG-4, not a microsoft variant.
4072
4073 2008-03-27  Michael Smith <msmith@fluendo.com>
4074
4075         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4076           Check the body CRC (if set) when depayloading.
4077           Fixes #522401.
4078
4079 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4082           Fix Since: version for new property.
4083
4084 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4085
4086         * gst-libs/gst/rtsp/gstrtspconnection.c:
4087         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4088         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4089         Don't error when poll_wait returns EAGAIN.
4090
4091 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4092
4093         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4094         The queue is never filled when there are no buffers in the queue at all.
4095         Fixes #523993.
4096
4097 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4098
4099         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4100         (init_group), (free_group), (gst_play_bin_init),
4101         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4102         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4103         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4104         (gst_play_bin_set_current_video_stream),
4105         (gst_play_bin_set_current_audio_stream),
4106         (gst_play_bin_set_current_text_stream),
4107         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4108         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4109         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4110         (activate_group), (deactivate_group), (setup_next_source),
4111         (save_current_group), (gst_play_bin_change_state):
4112         Update some docs.
4113         Add new locks and conds to protect pipeline creation and group
4114         switching.
4115         Implement the sub-uri property.
4116         Keep track of pending uridecodebin creation and configure the output
4117         pipeline after all streams are configured.
4118         Propagate subtitle encoding to the uridecodebins.
4119         Implement getting the video/audio/visualisation elements.
4120         Use input-selector for stream switching.
4121         If we are asked to do visualisation, prefer to autoplug raw sinks
4122         instead of sinks that accept encoded data.
4123
4124 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4125
4126         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4127         (gst_play_sink_init), (gst_play_sink_dispose),
4128         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4129         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4130         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4131         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4132         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4133         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4134         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4135         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4136         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4137         * gst/playback/gstplaysink.h:
4138         Add methods to get audio/video/vis elements.
4139         Add methods to set the font description for the overlay.
4140         Remove properties, we're using this element with its methods only.
4141         Add support for subtitles.
4142         Rearrange the locking a bit to not use the object lock for protecting
4143         the pipeline construction.
4144         Try to use the volume and mute property on the sink when its available.
4145         Implement the mute option with volume when the sink does not have a mute
4146         property.
4147         Only add volume element when the sink has no volume property.
4148         Only do visualisations with raw audio pads.
4149
4150 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4153         (gst_text_overlay_init), (gst_text_overlay_set_property),
4154         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4155         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4156         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4157         (gst_text_overlay_change_state):
4158         * ext/pango/gsttextoverlay.h:
4159         Add property to configure waiting for text on the textpad or not, with
4160         the default behaviour being the old one (always wait for text before
4161         rendering the video). This default behaviour is usually not the best one
4162         because the text stream can very sparse and could require queueing a lot
4163         of video.
4164         Fix the flushing and EOS handing so that we don't mix up their meaning.
4165
4166 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4167
4168         * gst/playback/gsturidecodebin.c:
4169         (gst_uri_decode_bin_autoplug_factories),
4170         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4171         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4172         (gst_uri_decode_bin_set_property),
4173         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4174         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4175         (proxy_autoplug_factories_signal), (make_decoder),
4176         (source_new_pad), (setup_source):
4177         Add a readonly source property and notify.
4178         Add new lock for protecting the construction of the pipeline.
4179         Keep track of the decodebins we plugged.
4180         Correctly proxy the autoplug signal so that it actually continues.
4181         Proxy subtitle-encoding to the decodebins.
4182
4183 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4186         (text_toggle_cb), (update_streams), (main):
4187         Rearrange some buttons in playbin2 and make some other boxes insensitive
4188         when needed.
4189         Add language codes to subtitle selection boxes when we gind the right
4190         tags for the streams.
4191
4192 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4195         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4196         (gst_decode_bin_set_subs_encoding),
4197         (gst_decode_bin_get_subs_encoding),
4198         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4199         (deactivate_free_recursive):
4200         Protect caps property with the object lock.
4201         Protect encoding property with the object lock.
4202         Keep list of elements we added that have the subtitle-encoding property.
4203         Distribute the subtitle-encoding to all of the elements when it
4204         changes.
4205
4206 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4207
4208         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4209         Small debug improvement.
4210
4211         * gst-libs/gst/audio/gstbaseaudiosink.c:
4212         (gst_base_audio_sink_render):
4213         Fix bug in determining the sample start/stop position, we want to base
4214         this decision on the fact that we are going forwards or backwards, not
4215         slower or faster. This fixes some ugly resync warnings when playing at
4216         very slow speeds.
4217
4218 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4219
4220         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4221         Correctly set the supported URI schemes and don't leave
4222         some schemes in the middle or at the start at NULL.
4223
4224 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4225
4226         * tests/check/elements/gdpdepay.c:
4227           Make test compile without unused function/variable warnings on PPC.
4228  
4229 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4230
4231         * configure.ac:
4232         * ext/alsa/gstalsamixerelement.c:
4233         (gst_alsa_mixer_element_class_init):
4234         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4236         * ext/cdparanoia/gstcdparanoiasrc.c:
4237         (gst_cd_paranoia_src_class_init):
4238         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4239         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4240         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4241         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4242         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4243         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4246         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4247         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4248         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4249         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4250         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4251         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4252         (gst_audio_filter_template_class_init):
4253         * gst-libs/gst/audio/gstbaseaudiosink.c:
4254         (gst_base_audio_sink_class_init):
4255         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4256         (gst_base_audio_src_class_init):
4257         * gst-libs/gst/cdda/gstcddabasesrc.c:
4258         (gst_cdda_base_src_class_init):
4259         * gst-libs/gst/interfaces/mixertrack.c:
4260         (gst_mixer_track_class_init):
4261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4262         (gst_base_rtp_depayload_class_init):
4263         * gst-libs/gst/rtp/gstbasertppayload.c:
4264         (gst_basertppayload_class_init):
4265         * gst/audioconvert/gstaudioconvert.c:
4266         (gst_audio_convert_class_init):
4267         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4268         * gst/audioresample/gstaudioresample.c:
4269         (gst_audioresample_class_init):
4270         * gst/audiotestsrc/gstaudiotestsrc.c:
4271         (gst_audio_test_src_class_init):
4272         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4273         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4275         (preroll_unlinked):
4276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4277         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4278         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4279         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4280         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4281         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4282         (gst_stream_selector_class_init):
4283         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4284         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4285         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4286         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4287         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4288         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4289         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4290         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4291         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4292         * gst/videotestsrc/gstvideotestsrc.c:
4293         (gst_video_test_src_class_init):
4294         * gst/volume/gstvolume.c: (gst_volume_class_init):
4295         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4296         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4297         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4299         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4301         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4302         static strings (i.e. all). This gives us less memory usage,
4303         fewer allocations and thus less memory defragmentation. Depend
4304         on core CVS for this. Fixes bug #523806.
4305
4306 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4307
4308         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4309         Filter http and https protocols. GIO/GVfs handles them but it's
4310         impossible to implement iradio/icecast with it. Better use
4311         souphttpsrc or something else for this.
4312
4313         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4314         If getting the file informations by a query fails try it with the
4315         seek-to-end trick too.
4316
4317 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4320         (gst_volume_base_init), (gst_volume_class_init),
4321         (volume_process_double), (volume_process_float),
4322         (volume_transform_ip), (plugin_init):
4323         memset buffers to zero if we get a GAP buffer. We usually see a
4324         buffer as one unit so let's handle it as one and don't care about
4325         volume changes while processing one buffer.
4326         Also clean up some stuff a bit.
4327
4328 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4329
4330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4331         (gst_audio_convert_create_silence_buffer),
4332         (gst_audio_convert_transform):
4333         Make audioconvert GAP-aware by outputting silence buffers when the
4334         input has the GAP flag set. This is up to 8x faster.
4335         Based on a patch by Stefan Kost. Fixes bug #517813.
4336
4337 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4338
4339         * gst/volume/gstvolume.c: (volume_process_double):
4340         Use oil_scalarmultiply_f64_ns() for double processing when it's
4341         available at compile time.
4342
4343 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * configure.ac:
4346         Fix lrint/lrintf checks to actually work. These functions are
4347         in libm on Linux at least so try to link to it.
4348
4349 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4350
4351         * configure.ac:
4352         Back to development - 0.10.18.1
4353
4354 === release 0.10.18 ===
4355
4356 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4357
4358         * configure.ac:
4359           releasing 0.10.18, "I will follow"
4360
4361 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4362
4363         * configure.ac:
4364         * win32/common/config.h:
4365         0.10.17.4 pre-release
4366
4367 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4368
4369         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4370         Use GST_STR_NULL when trying to print strings that could be NULL because
4371         this might crash on some platforms. See #520808.
4372
4373 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4374
4375         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4376
4377         * gst-libs/gst/rtsp/gstrtspconnection.c:
4378         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4379         (read_line), (gst_rtsp_connection_read_internal):
4380         Generic Windows fixes that makes libgstrtsp work on Windows when
4381         coupled with the new GstPoll API. See #520808.
4382
4383 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4384
4385         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4386
4387         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4388           If seeking to a new position succeeds don't simply return from
4389           create() without creating a buffer. Do this only in the case
4390           seeking to the new position fails. Fixes bug #523054.
4391
4392 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4395           (gst_video_format_from_rgba32_masks):
4396           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4397           (#522635).
4398
4399         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4400           Add unit test for the RGB caps parsing and creation, checking for
4401           internal consistency of the new API and consistency of the API with
4402           the old GST_VIDEO_CAPS_* defines.
4403
4404 2008-03-14  David Schleef  <ds@schleef.org>
4405
4406         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4407           because -base is in freeze.
4408
4409 2008-03-14  David Schleef  <ds@schleef.org>
4410
4411         Patch by: William M. Brack
4412
4413         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4414
4415 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4416
4417         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4418         (gst_selector_pad_chain):
4419         * gst/playback/gststreamselector.h:
4420         Revert change that caused regression until a real fix is found.
4421         Fixes #522203.
4422
4423 2008-03-12  Michael Smith <msmith@fluendo.com>
4424
4425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4426         * gst-libs/gst/audio/gstringbuffer.h:
4427           Rename recently added buffer types to make more sense.
4428         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4429         (gst_alsasink_write):
4430           Adapt for above API changes.
4431           Fixes bug #520523.
4432
4433 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         * win32/common/libgstnetbuffer.def:
4436         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4437
4438 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4439
4440         * configure.ac:
4441         * win32/common/config.h:
4442         0.10.17.3 pre-release
4443
4444 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4447         (gst_base_audio_src_create):
4448         Fix duration when no clock was provided. Fixes #520300.
4449
4450 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4451
4452         Patch by: Olivier Crete  <tester at tester ca>
4453
4454         * docs/libs/gst-plugins-base-libs-sections.txt:
4455         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4456         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4457         Add trivial function to compare GstNetAddress. See #520626.
4458         API: GstNetBuffer::gst_netaddress_equal
4459
4460 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4461
4462         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4463         Update mode property docs, it's deprecated now.
4464
4465 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4466
4467         * gst-libs/gst/rtsp/gstrtspconnection.c:
4468         (gst_rtsp_connection_create):
4469         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4470         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4471         * gst/tcp/gstmultifdsink.h:
4472         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4473         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4474         Remove GstPollMode from gstpoll constructor.
4475
4476 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4477
4478         * configure.ac:
4479         * win32/common/config.h:
4480         0.10.17.2 pre-release
4481
4482 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4483
4484         * gst/Makefile.am:
4485         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4486         them twice
4487
4488         * win32/common/libgstinterfaces.def:
4489         * win32/common/libgstrtp.def:
4490         Add new API to the defs
4491
4492 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4493
4494         Patch by: Mersad Jelacic  <mersad at axis dot com>
4495
4496         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4497         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4498         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4499         possible to specify the sample size in bits. (#509637)
4500
4501 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4502
4503         * tests/check/libs/mixer.c:
4504           Add a few simple checks for the new message types.
4505
4506 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         * docs/libs/gst-plugins-base-libs-sections.txt:
4509         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4510           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4511           (gst_mixer_message_get_type),
4512           (gst_mixer_message_parse_option_changed),
4513           (gst_mixer_message_parse_options_list_changed):
4514         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4515           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4516           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4517           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4518           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4519           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4520
4521 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4524           (gst_mixer_options_get_values):
4525         * gst-libs/gst/interfaces/mixeroptions.h:
4526           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4527           (_GstMixerOptions), (_GstMixerOptionsClass):
4528           API: add GstMixerOptions::get_values vfunc (#519906)
4529
4530 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4531
4532         * configure.ac:
4533         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4534         plug-ins are included/excluded. (#498222)
4535
4536 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4537
4538         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4539         Add typefinder for IMelody files, using audio/x-imelody.
4540         See bug #519516.
4541
4542 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4545         * ext/alsa/gstalsasink.c: (set_hwparams):
4546         * ext/alsa/gstalsasrc.c: (set_hwparams):
4547         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4548         * ext/ogg/gstoggmux.h:
4549         * ext/ogg/gstogmparse.c:
4550         * gst-libs/gst/audio/audio.c:
4551         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4552         * gst-libs/gst/pbutils/missing-plugins.c:
4553         (gst_missing_uri_sink_message_new),
4554         (gst_missing_element_message_new),
4555         (gst_missing_decoder_message_new),
4556         (gst_missing_encoder_message_new):
4557         * gst-libs/gst/rtp/gstbasertppayload.c:
4558         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4559         (gst_rtcp_packet_bye_get_reason):
4560         * gst/audioconvert/gstaudioconvert.c:
4561         * gst/audioresample/gstaudioresample.c:
4562         * gst/ffmpegcolorspace/imgconvert.c:
4563         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4564         * gst/typefind/gsttypefindfunctions.c:
4565         * gst/videoscale/vs_4tap.c:
4566         * gst/videoscale/vs_4tap.h:
4567         * sys/v4l/gstv4lelement.c:
4568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4569         * sys/v4l/v4l_calls.c:
4570         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4571         (gst_v4lsrc_try_capture):
4572         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4573         (gst_ximagesink_ximage_new):
4574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4575         (gst_xvimagesink_xvimage_new):
4576         * tests/check/elements/audioconvert.c:
4577         * tests/check/elements/audioresample.c:
4578         (fail_unless_perfect_stream):
4579         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4580         * tests/check/elements/decodebin.c:
4581         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4582         (setup_gdpdepay_streamheader):
4583         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4584         (setup_gdppay_streamheader):
4585         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4586         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4587         * tests/check/elements/textoverlay.c:
4588         * tests/check/elements/videorate.c: (setup_videorate):
4589         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4590         * tests/check/elements/volume.c: (setup_volume):
4591         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4592         * tests/check/elements/vorbistag.c:
4593         * tests/check/generic/clock-selection.c:
4594         * tests/check/generic/states.c: (setup), (teardown):
4595         * tests/check/libs/cddabasesrc.c:
4596         * tests/check/libs/video.c:
4597         * tests/check/pipelines/gio.c:
4598         * tests/check/pipelines/oggmux.c:
4599         * tests/check/pipelines/simple-launch-lines.c:
4600         (simple_launch_lines_suite):
4601         * tests/check/pipelines/streamheader.c:
4602         * tests/check/pipelines/theoraenc.c:
4603         * tests/check/pipelines/vorbisdec.c:
4604         * tests/check/pipelines/vorbisenc.c:
4605         * tests/examples/seek/scrubby.c:
4606         * tests/examples/seek/seek.c: (query_positions_elems),
4607         (query_positions_pads):
4608         * tests/icles/stress-xoverlay.c: (myclock):
4609         Correct all relevant warnings found by the sparse semantic code
4610         analyzer. This include marking several symbols static, using
4611         NULL instead of 0 for pointers and using "foo (void)" instead
4612         of "foo ()" for declarations.
4613
4614         * win32/common/libgstrtp.def:
4615         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4616
4617 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         Patch by: José Alburquerque <jaalburqu svn gnome org>
4620
4621         * gst/playback/gstplaybin2.c:
4622           Make the function signature of the _get_*_tags() functions match
4623           the signature of the vfuncs they implement, ie. return a
4624           GstTagList rather than a GstStructure, which is more correct,
4625           even if one is typedef'ed to the other (#518940).
4626
4627 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst-libs/gst/rtsp/gstrtspconnection.c:
4630           Don't include unix headers unconditionally (fixes #518037).
4631
4632 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4633
4634         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4635           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4636           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4637           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4638           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4639           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4640           (gst_video_format_is_packed), (video_format_is_packed):
4641           Add unit test that makes sure that the strides, offsets and
4642           sizes returned for the various YUV formats by the new video API
4643           match the old reference implementation in videotestsrc.
4644
4645 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4648           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4649           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4650           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4651           (gst_video_format_get_pixel_stride),
4652           (gst_video_format_get_component_width),
4653           (gst_video_format_get_component_height),
4654           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4655         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4656           (GST_VIDEO_FORMAT_Y42B):
4657           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4658
4659 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4662           YV12 is I420 with swapped components 1 and 2, so the offset of
4663           component 1 for I420 should be the offset for component 2 for YV12
4664           and vice versa.
4665
4666 2008-02-29  Rene Stadler  <mail@renestadler.de>
4667
4668         * sys/v4l/gstv4lelement.c:
4669         Add missing semicolon to fix indentation.
4670
4671 2008-02-29  Julien Moutte  <julien@fluendo.com>
4672
4673         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4674         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4675         if we can do SPDIF output.
4676         * ext/alsa/gstalsa.h:
4677         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4678         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4679         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4681         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4682         to support AC3, EC3 and IEC958 buffers.
4683
4684 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4687           (gst_mixer_message_parse_mute_toggled),
4688           (gst_mixer_message_parse_record_toggled),
4689           (gst_mixer_message_parse_volume_changed),
4690           (gst_mixer_message_parse_option_changed):
4691           De-cruft and fix message type assertions (NULL is not a really
4692           valid mixer message type string).
4693
4694 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4695
4696         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4697         When negotiating, actually start from a format that we can support
4698         instead of from the too generic template.
4699
4700 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4701
4702         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4703         Enable vis setting.
4704
4705         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4706         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4707         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4708         (gen_vis_chain):
4709         Implement vis switching while playing.
4710
4711 2008-02-28  David Schleef  <ds@schleef.org>
4712
4713         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4714
4715 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4716
4717         Patch by: Peter Kjellerstedt  <pkj at axis com>
4718
4719         * gst/tcp/Makefile.am:
4720         * gst/tcp/fdsetstress.c:
4721         * gst/tcp/gstfdset.c:
4722         * gst/tcp/gstfdset.h:
4723         Removed fdset and stress test, they are now known as GstPoll in
4724         core. 
4725
4726         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4727         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4728         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4729         (gst_multi_fd_sink_handle_client_write),
4730         (gst_multi_fd_sink_queue_buffer),
4731         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4732         (gst_multi_fd_sink_stop):
4733         * gst/tcp/gstmultifdsink.h:
4734         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4735         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4736         (gst_tcp_gdp_read_caps):
4737         * gst/tcp/gsttcp.h:
4738         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4739         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4740         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4741         * gst/tcp/gsttcpclientsink.h:
4742         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4743         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4744         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4745         * gst/tcp/gsttcpclientsrc.h:
4746         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4747         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4748         * gst/tcp/gsttcpserversink.h:
4749         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4750         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4751         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4752         * gst/tcp/gsttcpserversrc.h:
4753         Port to GstPoll. See #505417.
4754
4755 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4756
4757         Patch by: Peter Kjellerstedt  <pkj at axis com>
4758
4759         * gst-libs/gst/rtsp/gstrtspconnection.c:
4760         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4761         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4762         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4763         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4764         (gst_rtsp_connection_flush):
4765         * gst-libs/gst/rtsp/gstrtspconnection.h:
4766         Use GstPoll for the rtsp connection. See #505417.
4767
4768 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4769
4770         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4771         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4772         Add combo box for visualisations, populate it with a factory list
4773         of all visualisation plugins, configure vis plugin instance in
4774         playbin2. 
4775
4776 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4777
4778         * tests/check/libs/rtp.c: (GST_START_TEST):
4779         Add check for RTP buffer defaults, padding and marker bit API.
4780
4781 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4782
4783         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4784         Use memcpy() instead of upcasting a byte array to long *. This
4785         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4786         This should be ported to GCheckSum once we can use GLib 2.16.
4787         Partially fixes bug #500833.
4788
4789 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4792           Push tag event after the newsegment event. Log the pointer of
4793           the buffer we're actually going to push rather than the buffer
4794           we're feeding to _make_metadata_writable().
4795
4796 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4797
4798         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4799         Comment smoke typefinder for now. The smokedec plugin needs one
4800         frame per buffer but we have no parser yet, thus it simply crashes
4801         in most situations.
4802
4803 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4804
4805         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4806         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4807
4808 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4811         (plugin_init):
4812         Add midi typefinder, copied from the timidity plugin.
4813
4814 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4817
4818         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4819         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4820           (subparse_suite):
4821           Forward slashes at the beginning and end of a line also signify
4822           italics (Fixes: #518162).
4823
4824 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4825
4826         * tests/check/gst-plugins-base.supp:
4827         Add a suppression for a cached value in GIO that wasn't moved
4828         while moving gio from -bad to -base.
4829
4830 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4833
4834         * configure.ac:
4835         Don't hardcode -Wall and -Werror for configure checks, this fails
4836         with non-GCC compilers. Fixes bug #517991.
4837
4838 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4839
4840         * gst/audioconvert/gstaudioconvert.c:
4841         * gst/audioconvert/gstaudioquantize.c:
4842         * gst/audioconvert/gstaudioquantize.h:
4843           Make audioconvert gap aware. If noiseshaping is used, wait for
4844           noiseshaping to converge before marking as GAP. Fixes #517813.
4845
4846 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4847
4848         * gst/audiotestsrc/gstaudiotestsrc.c:
4849           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4850
4851 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4852
4853         * ext/gnomevfs/gstgnomevfssink.c:
4854         (gst_gnome_vfs_sink_handle_event):
4855         Return FALSE when seeking for a new segment fails instead
4856         of silently ignoring the failure and appending every buffer
4857         that comes for the new segment.
4858
4859 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4860
4861         * gst/playback/gstplaysink.c: (find_property),
4862         (gst_play_sink_find_property), (gen_video_chain),
4863         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4864         Recursively search the sink element for a last-frame property so that we
4865         can also find the property in autovideosink and friends that don't
4866         always proxy the internal sink properties.
4867
4868 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * gst-libs/gst/audio/multichannel.c:
4871           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4872           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4873           (gst_audio_set_structure_channel_positions_list),
4874           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4875           (gst_audio_fixate_channel_positions):
4876           Fix confusing terminology in docs and code: structure fields are
4877           'fields' and not 'properties'.
4878
4879 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4880
4881         * gst-libs/gst/audio/multichannel.c:
4882           (gst_audio_check_channel_positions), (add_list_to_struct):
4883           Give more useful warning messages if one of the channel
4884           layout enums passed to us is invalid and if the "channels"
4885           field in the caps has a GType we don't expect.
4886
4887 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst-libs/gst/audio/multichannel.c:
4890           Fix typo in docs blurb.
4891
4892 2008-02-19  Julien Moutte  <julien@fluendo.com>
4893
4894         Patch by: Josep Torra Valles <josep@fluendo.com>
4895
4896         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4897         typefind lookup to fix typefinding on HD clips.
4898
4899 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * gst/playback/gstscreenshot.c:
4902         * gst/playback/gstscreenshot.h:
4903           Fix up copyright (I rewrote the GStreamer-0.10 code for
4904           this from scratch back in the days).
4905
4906 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4907
4908         * gst/playback/Makefile.am:
4909         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4910         (create_element), (gst_play_frame_conv_convert):
4911         * gst/playback/gstscreenshot.h:
4912         Add screenshot conversion code from totem.
4913
4914         * gst/playback/gstplay-marshal.list:
4915         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4916         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4917         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4918         Implement frame property to get a color-unconverted snapshot.
4919         Implement convert-frame action signal to get a converted snapshot image.
4920         Configure connection speed in uridecodebin.
4921         Document some more properties.
4922
4923         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4924         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4925         (gst_play_sink_get_last_frame):
4926         * gst/playback/gstplaysink.h:
4927         Use last-buffer property of the video sink to get a video snapshot.
4928
4929         * tests/examples/seek/seek.c: (shot_cb), (main):
4930         Add snapshot button for playbin2 and use the frame property to save the
4931         frame as a png in the current directory.
4932
4933 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4934
4935         Patch by: Josep Torra Valles <josep at fluendo dot com>
4936
4937         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4938         (plugin_init):
4939         Add typefinding support for h264 elementary streams.
4940         Fixes bug #517420.
4941
4942 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4943
4944         * configure.ac:
4945           Require CVS of core for new API in collectpads.
4946
4947         * gst/adder/gstadder.c:
4948           Use new API to make adder sparse stream aware.
4949
4950 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4951
4952         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4953         (no_more_pads_cb):
4954         Get the object data correct so that we can remove our channels
4955         correctly.
4956
4957         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4958         (gen_vis_chain), (gst_play_sink_reconfigure),
4959         (gst_play_sink_request_pad):
4960         Add option to disable async behaviour in the sinks when possible. This
4961         makes it possible to avoid an audio queue when dealing with
4962         visualisations.
4963         Add option to add a queue for the audio path.
4964
4965         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4966         (main):
4967         Disable the vis checkbox to match the defaults of playbin2.
4968         Only get the stream info when we need to.
4969
4970 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4971
4972         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4973         (gst_gio_base_sink_set_stream):
4974         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4975         (gst_gio_base_src_set_stream):
4976         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4977         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4978         Don't use async operations as they require a running main loop.
4979         This makes us block again when closing streams and unable
4980         to mount the enclosing volume of an URI if it isn't yet.
4981
4982 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4983
4984         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4985         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4986         (gen_vis_chain), (gst_play_sink_reconfigure),
4987         (gst_play_sink_request_pad):
4988         Move tee in front of the audio and vis pipelines.
4989         Add queue for audio for now.
4990         Add visualisation support.
4991
4992         * tests/examples/seek/seek.c: (main):
4993         Visualisation is by default disabled.
4994
4995 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4996
4997         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4998         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4999         Improve debugging a bit.
5000
5001         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5002         * ext/gio/gstgiosink.h:
5003         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5004         * ext/gio/gstgiosrc.h:
5005         Try to mount the enclosing volume of a GFile if it isn't mounted
5006         yet. This requires us to wait for an async operation to finish, done
5007         with an nested GMainLoop. Authentication is not supported yet, will
5008         come later.
5009
5010 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5011
5012         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5013         (gst_play_bin_set_property), (gst_play_bin_get_property),
5014         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5015         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5016         (gst_play_sink_get_mute), (gen_audio_chain):
5017         * gst/playback/gstplaysink.h:
5018         Add mute property.
5019
5020         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5021         (gst_selector_pad_chain):
5022         * gst/playback/gststreamselector.h:
5023         Make sure we forward the event only once.
5024
5025         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5026         Add and implement the mute button for playbin2.
5027
5028 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5029
5030         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5031
5032         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5033         Add some more debug info.
5034         Make sure we never return a negative delay. Fixes #516246.
5035
5036 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5039           Revert patch that makes the sink hold the object lock when
5040           calling snd_pcm_delay(), since it breaks playback for me.
5041
5042 2008-02-12  Julien Moutte  <julien@fluendo.com>
5043
5044         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5045         some seek flags when changing rate.
5046
5047 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5048
5049         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5050         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5051         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5052         Fix potential leaks.
5053
5054         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5055         Fix leak when there is no function configured.
5056
5057 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5058
5059         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5060         (gst_v4lsrc_buffer_finalize):
5061         Correctly chain up the finalize method.
5062
5063 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5064
5065         * ext/gio/gstgiostreamsink.c:
5066         * ext/gio/gstgiostreamsrc.c:
5067         Add documentation and example code for giostreamsink/giostreamsrc.
5068
5069         * tests/check/pipelines/gio.c: (GST_START_TEST):
5070         Ask the GMemoryOutputStream for the data instead of assuming that
5071         the pointer to the data stayed the same. It could've been realloc'ed.
5072
5073 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * ext/gio/gstgiosink.c:
5076         * ext/gio/gstgiosrc.c:
5077         Make the documentation of giosink/giosrc complete, large parts
5078         are based on the gnomevfssink/gnomevfssrc docs.
5079
5080 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5081
5082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5083         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5084         * docs/plugins/gst-plugins-base-plugins.args:
5085         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5086         * docs/plugins/gst-plugins-base-plugins.interfaces:
5087         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5088         * docs/plugins/gst-plugins-base-plugins.signals:
5089         * docs/plugins/inspect/plugin-adder.xml:
5090         * docs/plugins/inspect/plugin-audioconvert.xml:
5091         * docs/plugins/inspect/plugin-audiorate.xml:
5092         * docs/plugins/inspect/plugin-audioresample.xml:
5093         * docs/plugins/inspect/plugin-decodebin.xml:
5094         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5095         * docs/plugins/inspect/plugin-gdp.xml:
5096         * docs/plugins/inspect/plugin-gio.xml:
5097         * docs/plugins/inspect/plugin-gnomevfs.xml:
5098         * docs/plugins/inspect/plugin-libvisual.xml:
5099         * docs/plugins/inspect/plugin-ogg.xml:
5100         * docs/plugins/inspect/plugin-pango.xml:
5101         * docs/plugins/inspect/plugin-playback.xml:
5102         * docs/plugins/inspect/plugin-queue2.xml:
5103         * docs/plugins/inspect/plugin-subparse.xml:
5104         * docs/plugins/inspect/plugin-theora.xml:
5105         * docs/plugins/inspect/plugin-uridecodebin.xml:
5106         * docs/plugins/inspect/plugin-videorate.xml:
5107         * docs/plugins/inspect/plugin-videoscale.xml:
5108         * docs/plugins/inspect/plugin-volume.xml:
5109         * docs/plugins/inspect/plugin-vorbis.xml:
5110         Add the GIO documentation again and while at that run make update.
5111
5112 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5115         * ext/alsa/gstalsasink.c: (set_swparams):
5116         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5117           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5118           against libasound >= 1.0.16, since it's been deprecated in
5119           0.10.16, and alignment is always 1 then, apparently. (#512899)
5120
5121 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst/playback/gstplaybin.c: (gen_audio_element):
5124         * gst/playback/gstplaysink.c: (gen_audio_chain):
5125           Handle case where we can't create the volume element a bit
5126           better (#514307).
5127
5128 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5131         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5132           Add support for https protocol. Fixes #510229.
5133
5134 2008-02-11  Julien Moutte  <julien@fluendo.com>
5135         
5136         Patch by: Alan Peevers <peeves@pacbell.net>
5137
5138         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5139         lock when calling alsa methods.
5140
5141 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst/typefind/gsttypefindfunctions.c:
5144           Bump rank of jpeg and png typefinders, which will return maximum
5145           probability in the most common cases (thus short-circuiting more
5146           expensive typefinders like the mp3 one for these two quite common
5147           image types).
5148
5149 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5150
5151         * ext/theora/theoraparse.c:
5152         Fix long description of the theora parser to be more verbose than just
5153         the type name.
5154
5155 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5156
5157         Patch by: Branko Čibej <brane at xbc dot nu>
5158
5159         * sys/xvimage/xvimagesink.c:
5160         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5161         Fixes bug #515654.
5162
5163 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5164
5165         * gst/playback/gstplaybasebin.c:
5166         Set is_dynamic as True if there are elements with both request
5167         and sometimes src pad templates instead of breaking out when it
5168         finds the first pad template that is a src.
5169
5170 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5171
5172         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5173         (update_streams), (video_combo_cb), (audio_combo_cb),
5174         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5175         Add some stream switching and volume gui for playbin2.
5176
5177 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5178
5179         * gst/playback/gstplay-marshal.list:
5180         Added marshal for streamselector Tags.
5181
5182         * gst/playback/gstplaybasebin.c: (set_active_source):
5183         Streamselector now selects pads based on the pad object instead of its
5184         name.
5185
5186         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5187         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5188         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5189         (gst_play_bin_get_text_tags),
5190         (gst_play_bin_set_current_video_stream),
5191         (gst_play_bin_set_current_audio_stream),
5192         (gst_play_bin_set_current_text_stream),
5193         (gst_play_bin_set_property), (gst_play_bin_get_property),
5194         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5195         Remove option to mute streams with the current-a/v/t property, we have
5196         this functionality in the flags.
5197         Add signals to notify when the number of A/V/T channels changed.
5198         Add action signals to get tags for the A/V/T streams.
5199         Implement setting the current A/V/T stream.
5200         Rearrange some things to simplify stream selection.
5201         Implement volume.
5202
5203         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5204         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5205         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5206         (activate_vis), (gst_play_sink_reconfigure):
5207         * gst/playback/gstplaysink.h:
5208         Add and implement volume setting methods.
5209
5210         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5211         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5212         (gst_selector_pad_event), (gst_stream_selector_class_init),
5213         (gst_stream_selector_init), (gst_stream_selector_finalize),
5214         (gst_stream_selector_set_property),
5215         (gst_stream_selector_get_property),
5216         (gst_stream_selector_get_linked_pad),
5217         (gst_stream_selector_request_new_pad):
5218         * gst/playback/gststreamselector.h:
5219         Add pad properties for tags and status of pads.
5220         Keep tags on pads.
5221         Make active pad selection based on pad object instead of name.
5222
5223 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5224
5225         * configure.ac:
5226           Revert last change as we now check in gtk-doc.m4 for sed.
5227
5228 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5229
5230         * configure.ac:
5231         Find and subst SED when building the docs.
5232
5233 2008-02-08  Julien Moutte  <julien@fluendo.com>
5234
5235         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5236         (main): Make sure bus signals are reconnected when pressing STOP
5237         and then PLAY again for a parse launch pipeline. Fix a ref leak
5238         on the bus.
5239         * win32/common/config.h: Updated.
5240
5241 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5242
5243         * configure.ac:
5244         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5245         pre-releases or releases.
5246
5247 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5248
5249         * configure.ac:
5250         * ext/gio/Makefile.am:
5251         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5252         reporting
5253
5254 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5255
5256         * docs/plugins/Makefile.am:
5257         Add the headers which need scanning for the GIO plugin. The rest of
5258         the docs still need migrating.
5259
5260 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5261
5262         * ext/Makefile.am:
5263         * tests/check/Makefile.am:
5264         * tests/check/pipelines/.cvsignore:
5265         Add gio in a few more places.
5266
5267 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5268
5269         * configure.ac:
5270         * ext/Makefile.am:
5271         * tests/check/Makefile.am:
5272         Move gio plugin from -bad and mark as experimental.
5273
5274 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5275
5276         * gst-libs/gst/interfaces/mixeroptions.c:
5277         * gst-libs/gst/interfaces/mixertrack.c:
5278         Comment out a couple of other things which break the build when
5279         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5280
5281 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * docs/libs/gst-plugins-base-libs-sections.txt:
5284           Fix pbutils header.
5285
5286 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5287
5288         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5289         Fix compiler warning.
5290
5291 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5292
5293         Patch by: Peter Kjellerstedt  <pkj at axis com>
5294
5295         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5296         Clear the addrinfo struct using memset. Fixes #514937.
5297
5298 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5299
5300         * gst/tcp/gstfdset.h:
5301         Remove unused field to same some memory.
5302
5303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5304         Mark action signals as such.
5305
5306 2008-02-06  Michael Smith <msmith@fluendo.com>
5307
5308         * ext/theora/theoradec.c: (_theora_granule_frame),
5309         (_inc_granulepos):
5310           Increment granulepos for new-bitstream versions appropriately.
5311           Fixes #514623.
5312
5313 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5314
5315         * tests/examples/seek/seek.c: (do_seek),
5316         (rate_spinbutton_changed_cb), (update_streams), (main):
5317         Remove obsolete stream_time reset after flushing seek, core does that
5318         automatically now.
5319         Improve accuracy of speed spinbutton.
5320         Only do playbin2 stuff when we actually use it.
5321
5322 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * tests/check/Makefile.am:
5325           Revert previous change of the test environment's GST_PLUGIN_PATH.
5326           The problem is not with the plugins, but with element factories
5327           and only occurs if elements are split out from existing plugins
5328           or if plugins change name (see #512740).
5329
5330 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         * tests/check/Makefile.am:
5333           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5334           with the core's plugins first and our local build directories last,
5335           since we might be building against an installed core, and that
5336           core's plugin directory may contain older or other versions of
5337           our own -base plugins, but we really do want to test our local
5338           ones (if there are multiple plugins or element factories with the
5339           same name, those inspected last will trump those read in earlier).
5340           Fixes #512740 for the most part.
5341
5342 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         * configure.ac:
5345         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5346         Use gmtime_r if available as gmtime is not MT-safe.
5347         Fixes bug #511810.
5348
5349 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5350
5351         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5352         Cast glong to time_t as time_t might have a different type on
5353         other platforms, like FreeBSD, and we get a compiler warning
5354         otherwise. Fixes bug #511825.
5355
5356 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5357
5358         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5359         (get_group), (get_n_pads), (gst_play_bin_get_property),
5360         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5361         (autoplug_select_cb), (deactivate_group):
5362         Remove stream-info, we going for something easier.
5363         Refactor getting the current group.
5364         Implement getting the number of audio/video/text streams.
5365
5366         * gst/playback/gststreamselector.c:
5367         (gst_stream_selector_class_init), (gst_stream_selector_init),
5368         (gst_stream_selector_get_property),
5369         (gst_stream_selector_request_new_pad),
5370         (gst_stream_selector_release_pad):
5371         * gst/playback/gststreamselector.h:
5372         Add property for number of pads.
5373
5374         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5375         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5376         (text_toggle_cb), (update_streams), (msg_async_done),
5377         (msg_state_changed), (main):
5378         Block slider callback when updating the slider position.
5379         Add gui elements for controlling playbin2.
5380         Add callback for async_done that updates position/duration.
5381
5382 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5383
5384         * docs/plugins/Makefile.am:
5385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5387         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5388         * docs/plugins/gst-plugins-base-plugins.interfaces:
5389         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5390           First round of plugin docs cleansups.
5391
5392         * docs/plugins/inspect/plugin-adder.xml:
5393         * docs/plugins/inspect/plugin-alsa.xml:
5394         * docs/plugins/inspect/plugin-audioconvert.xml:
5395         * docs/plugins/inspect/plugin-audiorate.xml:
5396         * docs/plugins/inspect/plugin-audioresample.xml:
5397         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5398         * docs/plugins/inspect/plugin-cdparanoia.xml:
5399         * docs/plugins/inspect/plugin-decodebin.xml:
5400         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5401         * docs/plugins/inspect/plugin-gdp.xml:
5402         * docs/plugins/inspect/plugin-gnomevfs.xml:
5403         * docs/plugins/inspect/plugin-libvisual.xml:
5404         * docs/plugins/inspect/plugin-ogg.xml:
5405         * docs/plugins/inspect/plugin-pango.xml:
5406         * docs/plugins/inspect/plugin-subparse.xml:
5407         * docs/plugins/inspect/plugin-tcp.xml:
5408         * docs/plugins/inspect/plugin-theora.xml:
5409         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5410         * docs/plugins/inspect/plugin-video4linux.xml:
5411         * docs/plugins/inspect/plugin-videorate.xml:
5412         * docs/plugins/inspect/plugin-videoscale.xml:
5413         * docs/plugins/inspect/plugin-videotestsrc.xml:
5414         * docs/plugins/inspect/plugin-volume.xml:
5415         * docs/plugins/inspect/plugin-vorbis.xml:
5416         * docs/plugins/inspect/plugin-ximagesink.xml:
5417         * docs/plugins/inspect/plugin-xvimagesink.xml:
5418           Regenerate.
5419
5420         * ext/ogg/Makefile.am:
5421         * ext/ogg/gstoggmux.c:
5422         * ext/ogg/gstoggmux.h:
5423           Add header for oggmux. the c-file needs a doc blob still.
5424
5425 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5426
5427         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5428
5429         * gst-libs/gst/rtp/gstrtpbuffer.c:
5430         (gst_rtp_buffer_set_extension_data):
5431         * gst-libs/gst/rtp/gstrtpbuffer.h:
5432         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5433         Add gst_rtp_buffer_set_extension_data() 
5434         Add a unit test for this addition. Fixes #511478.
5435         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5436
5437 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5438
5439         * configure.ac:
5440         Back to CVS
5441
5442 === release 0.10.17 ===
5443
5444 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5445
5446         * configure.ac:
5447           releasing 0.10.17, "Peanut Butter and Jelly"
5448
5449 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5450
5451         * gst-libs/gst/interfaces/mixeroptions.c:
5452         * gst-libs/gst/interfaces/mixertrack.c:
5453         Also remove the conditional registration of the signals
5454         that disappeared with the ABI change in 0.10.14
5455
5456 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5457
5458         * gst-libs/gst/rtsp/gstrtspconnection.c:
5459         Revert patch to gstrtspconnection.c for brown paper bag
5460         release of -base. Re-opens: #511825
5461
5462 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5463
5464         * gst-libs/gst/interfaces/mixeroptions.h:
5465         * gst-libs/gst/interfaces/mixertrack.h:
5466         Change the way these deprecated function pointers are removed
5467         so that the compiled ABI is unconditionally smaller. This 
5468         sets in stone an ABI break that actually occurred when the
5469         things were deprecated in 0.10.14, which seems to be the best
5470         fix as the only known users are oss-mixer and sunaudio-mixer in 
5471         gst-plugins-good.
5472         Fixes: #513018
5473
5474 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * win32/common/libgstpbutils.def:
5477           Export the two new _get_type() functions which are needed
5478           by the python bindings.
5479
5480 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5481
5482         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5483         Cast glong to time_t as time_t might have a different type on
5484         other platforms, like FreeBSD, and we get a compiler warning
5485         otherwise. Fixes bug #511825.
5486
5487 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5488
5489         * gst-libs/gst/audio/gstaudiofilter.c:
5490         (gst_audio_filter_class_init):
5491         Initialize the GstRingerBuffer class to get it's debug category
5492         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5493         category and otherwise we get some g_critical(). Fixes bug #512334.
5494
5495 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * configure.ac:
5498         Back to CVS
5499
5500 === release 0.10.16 ===
5501
5502 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5503
5504         * configure.ac:
5505           releasing 0.10.16, "Scheduled Interruption"
5506
5507 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5508
5509         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5510
5511         * gst-libs/gst/rtp/gstrtpbuffer.c:
5512         (gst_rtp_buffer_get_extension_data):
5513         Fix typos and wrong extension check. Fixes #511274.
5514
5515 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5516
5517         * po/sk.po:
5518         Oops - add new sk.po mentioned in the LINGUAS I just committed
5519
5520 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5521
5522         * po/LINGUAS:
5523         Add ca translation to the disted list.
5524
5525         * win32/vs6/libgstsdp.dsp:
5526         Convert line endings to CRLF
5527
5528 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5529
5530         * win32/MANIFEST:
5531         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5532
5533 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5534
5535         * win32/common/libgstsdp.def:
5536         * win32/common/libgstvideo.def:
5537         Add new API declarations
5538
5539 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5540
5541         * ext/theora/gsttheoradec.h:
5542         * ext/theora/gsttheoraparse.h:
5543         * ext/theora/theoradec.c:
5544         * ext/theora/theoraparse.c:
5545         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5546         and parser by inspecting the bitstream version of the incoming data.
5547
5548 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5549
5550         * configure.ac:
5551         * pkgconfig/Makefile.am:
5552         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5553         * pkgconfig/gstreamer-audio.pc.in:
5554         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5555         * pkgconfig/gstreamer-cdda.pc.in:
5556         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5557         * pkgconfig/gstreamer-fft.pc.in:
5558         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5559         * pkgconfig/gstreamer-floatcast.pc.in:
5560         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5561         * pkgconfig/gstreamer-interfaces.pc.in:
5562         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5563         * pkgconfig/gstreamer-netbuffer.pc.in:
5564         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5565         * pkgconfig/gstreamer-pbutils.pc.in:
5566         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5567         * pkgconfig/gstreamer-riff.pc.in:
5568         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5569         * pkgconfig/gstreamer-rtp.pc.in:
5570         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5571         * pkgconfig/gstreamer-rtsp.pc.in:
5572         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5573         * pkgconfig/gstreamer-sdp.pc.in:
5574         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5575         * pkgconfig/gstreamer-tag.pc.in:
5576         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5577         * pkgconfig/gstreamer-video.pc.in:
5578         Provide one pkg-config file for every gst-plugins-base library.
5579         This makes linking to those libraries much more intuitive and
5580         provides standard pkg-config behaviour for them. Fixes bug #499697.
5581
5582 2008-01-13  David Schleef  <ds@schleef.org>
5583
5584         * gst/videoscale/vs_4tap.c:
5585           Fix valgrind error on 4tap scaling method.
5586
5587 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5588
5589         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5590         Include Winsock2.h for VS6 and use a different way initialize
5591         hints structure so it can build with VS6.
5592         * win32/MANIFEST:
5593         * win32/vs6/libgstsdp.dsp:
5594         * win32/common/libgstsdp.def:
5595         Add new files for libgstsdp.
5596         * win32/vs6/grammar.dsp:
5597         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5598         * win32/vs6/gst_plugins_base.dsw:
5599         * win32/vs6/libgstdecodebin.dsp:
5600         * win32/vs6/libgstdecodebin2.dsp:
5601         * win32/vs6/libgstplaybin.dsp:
5602         * win32/vs6/libgstvolume.dsp:
5603         Add new dependencies to the link list.
5604
5605 2008-01-13  Julien Moutte  <julien@fluendo.com>
5606
5607         * win32/common/config.h:
5608         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5609         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5610         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5611         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5612         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5613         * win32/common/interfaces-enumtypes.c:
5614         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5615         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5616         (gst_mixer_track_flags_get_type),
5617         (gst_tuner_channel_flags_get_type):
5618         * win32/common/multichannel-enumtypes.c:
5619         (gst_audio_channel_position_get_type):
5620         * win32/common/pbutils-enumtypes.c:
5621         (gst_install_plugins_return_get_type):
5622         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5623         in the win32 build directory.
5624
5625 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5626
5627         * tests/check/Makefile.am:
5628         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5629
5630         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5631         * tests/check/elements/playbin.c:
5632         * tests/check/libs/mixer.c: (test_element_interface_supported),
5633         (gst_implements_interface_init):
5634         * tests/check/libs/rtp.c: (GST_START_TEST):
5635         Fix various assignment type mismatches.
5636
5637 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5638
5639         * configure.ac:
5640         * gst-libs/gst/rtsp/Makefile.am:
5641         Add test to see if hstrerror is available or if we need libresolv
5642         (Solaris) for it, then use it in libgstrtsp.
5643
5644 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5645
5646         * gst-libs/gst/tag/Makefile.am:
5647         Fix include path order
5648
5649 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5650
5651         * gst-libs/gst/pbutils/install-plugins.c:
5652         (gst_install_plugins_context_copy),
5653         (gst_install_plugins_context_get_type):
5654         * gst-libs/gst/pbutils/install-plugins.h:
5655         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5656         for bindings.
5657
5658 2008-01-11  Michael Smith <msmith@fluendo.com>
5659
5660         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5661         (_theora_granule_frame), (_theora_granule_start_time),
5662         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5663           Adapt for post-alpha meaning of granulepos, when we
5664           have a newer version of libtheora.
5665         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5666         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5667         (theora_enc_is_discontinuous), (theora_enc_chain):
5668           Likewise.
5669         * tests/check/Makefile.am:
5670           Link libtheora into theoraenc test so we can check which version of
5671           libtheora we're testing against.
5672         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5673         (check_buffer_granulepos),
5674         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5675         (theoraenc_suite):
5676           Adapt tests to check the values that are now defined for theora; make
5677           the tests backwards-adapt the passed values if we're running against an
5678           old libtheora.
5679           Fixes #497964
5680
5681 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * gst-libs/gst/audio/gstbaseaudiosink.c:
5684           (gst_base_audio_sink_class_init):
5685         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5686           (gst_base_audio_src_class_init):
5687           Ref audio clock class from a thread-safe context to make sure
5688           we're not bit by GObjects lack of thread-safety here (#349410),
5689            however unlikely that may be in practice.
5690
5691 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5692
5693         * autogen.sh:
5694           Add -Wno-portability to the automake parameters to stop warnings
5695           about GNU make extensions being used. We require GNU make in almost
5696           every Makefile anyway.
5697           
5698         * configure.ac:
5699           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5700           at the same time is required for per target flags.
5701
5702 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5705           Post an error message if we can't pull as many bytes as we need
5706           for the tag. This makes sure the user gets to see a proper error
5707           message if a file with a partial ID3 tag is fed to decodebin, and
5708           not a 'no ID3 tag demuxer' error, which would be confusing
5709           (see #508138).
5710
5711 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         * gst-libs/gst/pbutils/descriptions.c: (formats):
5714           Add description strings for ID3, APE, and ICY tags.
5715
5716 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * gst/playback/gstdecodebin.c: (try_to_link_1):
5719           Make sure we error out correctly if we can't activate one of
5720           the elements we've added.  Fixes #508138.
5721           
5722 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         Patch by: Bastien Nocera <hadess at hadess net>
5725
5726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5727           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5728           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5729           the volume is the same for all channels. This works around
5730           some problem in alsa that leaves us with inconsistent state
5731           for some reason (#486840).
5732
5733 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         Patch by: Jerone Young <jerone at gmail com>
5736
5737         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5738           If there's no mixer track by the name of 'Master' or 'Front',
5739           check if there's one called 'PCM' before trying the generic
5740           fallback logic (fixes #506928, where we pick 'Mic' as master
5741           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5742
5743 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5744
5745         * gst/playback/gstplay-enum.c:
5746         (register_gst_autoplug_select_result),
5747         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5748         (gst_play_flags_get_type):
5749         * gst/playback/gstplay-enum.h:
5750         Add enums for configuration flags.
5751
5752         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5753         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5754         (gst_play_bin_get_property), (no_more_pads_cb),
5755         (autoplug_select_cb), (gst_play_bin_change_state):
5756         Merge mode with flags.
5757         Add more property getters/setters, defaults and docs.
5758         Add properties to get number of audio/video/text streams.
5759         Create sink object in _init so that we can always rely on it being
5760         there.
5761
5762         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5763         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5764         (activate_vis), (gst_play_sink_reconfigure),
5765         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5766         (gst_play_sink_change_state):
5767         * gst/playback/gstplaysink.h:
5768         Use flags to configure the sink pipelines.
5769         Add tee before audio pipeline so that we can use it for visualisations.
5770         Start working on integrating visualisations.
5771         Remove mode, we can do everything with the flags now.
5772         Add method to configue the sink pipeline.
5773
5774 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5777           (check_buffer_timestamp), (check_buffer_duration):
5778           Turn these functions into macros so we can see right away
5779           where the failure occured.
5780
5781 2008-01-05  Julien Moutte  <julien@fluendo.com>
5782
5783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5784         debugging information to understand how X calculates the stride
5785         for XvImages.
5786
5787 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5788
5789         * gst/volume/Makefile.am:
5790         * gst/volume/gstvolume.c: (volume_choose_func),
5791         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5792         (volume_setup):
5793         * gst/volume/gstvolume.h:
5794         Use GstAudioFilter as base class for the volume element instead of
5795         plain GstBaseTransform.
5796
5797 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5800         Don't set element details for the abstract GstAudioFilter class.
5801
5802 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5803
5804         * gst-libs/gst/audio/gstaudiofilter.c:
5805         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5806         Implement get_unit_size() vmethod of GstBaseTransform.
5807
5808 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5809
5810         * gst-libs/gst/pbutils/Makefile.am:
5811         * gst-libs/gst/pbutils/pbutils.h:
5812         Use glib-enum generator to have a proper enum GType for
5813         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5814
5815 2007-12-31  David Schleef  <ds@schleef.org>
5816
5817         * tests/check/Makefile.am:
5818         * tests/check/pipelines/theoraenc.c:
5819           Reenable theoraenc test, which fails on the buildbot but
5820           not locally.
5821
5822 2007-12-31  David Schleef  <ds@schleef.org>
5823
5824         * docs/libs/.cvsignore:
5825         * docs/plugins/.cvsignore:
5826           Add *-undeclared.txt to fix buildbot.
5827
5828 2007-12-31  David Schleef  <ds@schleef.org>
5829
5830         * tests/check/Makefile.am:
5831           Second attempt at disabling theoraenc test long enough to
5832           get buildbot to compile -base.
5833
5834 2007-12-31  David Schleef  <ds@schleef.org>
5835
5836         * tests/check/pipelines/theoraenc.c:
5837           Disable theoraenc test long enough to get the buildbot to
5838           compile a recent -base.
5839
5840 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5841
5842         * tests/examples/seek/seek.c: (stop_cb):
5843         Make sure we reset the slider value to 0.0 without racing against a
5844         possible g_idle that sets it to something else.
5845
5846 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5847
5848         * sys/ximage/ximagesink.c:
5849         fix typo
5850
5851 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5852
5853         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5854         * gst-libs/gst/rtsp/gstrtspdefs.h:
5855         Add Location header so that we can start implementing redirects.
5856         See #506025.
5857
5858 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5859
5860         * gst/subparse/gstssaparse.c:
5861         combine if's
5862
5863 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5864
5865         * gst/subparse/gstssaparse.c:
5866         remove duplicate log message
5867
5868 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5869
5870         * ext/libvisual/visual.c: (gst_visual_chain):
5871         Fix 'xyz may be used uninitialized' compiler warnings caused
5872         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5873         abort() in any case but properly report the error.
5874
5875 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5876
5877         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5878         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5879         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5880         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5881         (autoplug_select_cb), (activate_group), (deactivate_group),
5882         (setup_next_source), (save_current_group),
5883         (gst_play_bin_change_state):
5884         Code cleanups.
5885         Remove next-uri, we can use the uri property just fine.
5886         Fix some crasher.
5887         Unref uridecodebin when switching.
5888         Fix going to READY.
5889
5890         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5891         (gst_play_sink_init), (gst_play_sink_dispose),
5892         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5893         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5894         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5895         (gst_play_sink_set_property), (gst_play_sink_get_property),
5896         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5897         (gen_vis_element), (gst_play_sink_get_mode),
5898         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5899         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5900         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5901         (gst_play_sink_change_state):
5902         * gst/playback/gstplaysink.h:
5903         Add some locking to make things threadsafe.
5904
5905         * gst/playback/test7.c: (about_to_finish_cb):
5906         Fix test.
5907
5908 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5911           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5912           (gst_video_scale_transform):
5913           Don't claim to be able to handle/transform caps that can't really
5914           be handled by the currently selected scaling method (here: RGB or
5915           packed YUV with 4-tap method). Also add locking to method property.
5916
5917         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5918           (test_basetransform_based):
5919           Some test pipelines for the above (not entirely valgrind clean yet
5920           apparently).
5921
5922 2007-12-21  David Schleef  <ds@schleef.org>
5923
5924         * gst-libs/gst/video/video.c:
5925         * gst-libs/gst/video/video.h:
5926           Add additional RGBA and RGB-24 video formats.
5927
5928 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5929
5930         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5931           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5932           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5933         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5934           (cddabasesrc_suite):
5935           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5936           deprecated in the future (see #498924).
5937
5938 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5941           Don't leak event.
5942
5943 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5944
5945         * gst-libs/gst/riff/riff-read.c:
5946         Use GST_ROUND_UP_2 macro
5947
5948 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * gst/playback/.cvsignore:
5951           Ignore more.
5952
5953 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5954
5955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5956         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5957           (set_active_source):
5958         * gst/playback/gstplaybasebin.h:
5959         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5960           (setup_sinks), (playbin_set_subtitles_visible):
5961           Make switching off of subtitles work. To avoid all kind of
5962           problems with unlinking of the subtitle input, we just keep
5963           the subtitle inputs linked as they are and tell textoverlay
5964           not to render them. Fixes #373011.
5965           Other subtitle switching issues (esp. when there are both
5966           external and in-stream subtitles) remain. They'll be solved
5967           in playbin2.
5968
5969 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5970
5971         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5972         Init the pad segment too.
5973
5974 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5975
5976         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5977         (gst_audioringbuffer_open_device),
5978         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5979         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5980         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5981         (gst_audio_sink_create_ringbuffer):
5982         Improve debug output.
5983
5984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5985         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5986         Prevent some functions from doing things and failing when the
5987         ringbuffer is not yet acquired.
5988
5989 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5990
5991         * gst-libs/gst/interfaces/interfaces.h:
5992           Also remove interfaces.h from CVS as it is not needed anymore.
5993
5994 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5995
5996         * gst-libs/gst/interfaces/Makefile.am:
5997           interfaces.h is not used anymore so remove it from the build
5998           process.
5999
6000 2007-12-17  David Schleef  <ds@schleef.org>
6001
6002         * gst/videotestsrc/gstvideotestsrc.c:
6003         * gst/videotestsrc/gstvideotestsrc.h:
6004           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
6005           for testing vertical refresh synchronization.
6006
6007 2007-12-17  David Schleef  <ds@schleef.org>
6008
6009         * docs/libs/gst-plugins-base-libs-sections.txt:
6010         * gst-libs/gst/video/video.c:
6011         * gst-libs/gst/video/video.h:
6012           Add new GstVideFormat enum and write a bunch of helper functions
6013           based around it.
6014
6015 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * Makefile.am:
6018           Use new common/win32.mak.
6019
6020 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6021
6022         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6023         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6024         Add debug info.
6025         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6026         the parent state change function, just like the audiosink, because the
6027         parent waits for the element to finish its processing before completing
6028         the state change. This makes going to PAUSED a lot snappier.
6029         When going from READY to PAUSED, don't allow the ringbuffer to start
6030         yet.
6031
6032 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6033
6034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6035         Yet another fix for broken software that produce files with an empty
6036         blockalign field. Instead of completely failing, make a second attempt
6037         at guessing the width/depth by looking at strf->size.
6038
6039 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6042           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6043         * gst-libs/gst/pbutils/install-plugins.c:
6044           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6045         * gst-libs/gst/pbutils/missing-plugins.c:
6046           (gst_missing_plugin_message_get_installer_detail),
6047           (gst_missing_encoder_installer_detail_new):
6048         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6049         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6050           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6051           avoid compiler warnings (#503930).
6052
6053 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6054
6055         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6056         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6057         for jpeg video streams.
6058         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6059         for the above modification.
6060
6061 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6062
6063         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6064           (gst_x_overlay_handle_events):
6065           More guards (we don't want klass to end up being NULL).
6066
6067 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6068
6069         * configure.ac:
6070         * gst/volume/gstvolume.c: (gst_volume_init):
6071           Use new gst_base_transform_set_gap_aware() function as volume
6072           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6073           for this.
6074
6075 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6076
6077         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6078         Don't go to READY on EOS as this avoids testing of seeking and
6079         restarting after EOS, use the stop button when you want to READY.
6080         Don't try to do a flushing seek in segment-done, it does not make
6081         sense to use this for gapless playback and is not needed.
6082
6083 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6084
6085         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6086         (reset_rate_timer), (update_in_rates), (update_out_rates),
6087         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6088         (gst_queue_chain), (gst_queue_loop):
6089         Use separate timers for input and output rates.
6090         Pause measuring the output rate when we block for more data.
6091         See #503262.
6092
6093 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6094
6095         * gst/playback/gstqueue2.c: (gst_queue_chain):
6096         Pause the timer to measure the input rate when we block because the
6097         queue is filled. See #503262.
6098
6099 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6100
6101         Patch by: Peter Kjellerstedt  <pkj at axis com>
6102
6103         * gst-libs/gst/rtsp/gstrtspconnection.c:
6104         (gst_rtsp_connection_free):
6105         Close control sockets. Fixes #503440.
6106
6107 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6108
6109         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6110         Expose the right pad in the right place with the right element.
6111
6112 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         * gst-libs/gst/pbutils/descriptions.c: (formats):
6115           Add description for 'private' dts caps (who come up with that name?).
6116
6117 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * Makefile.am:
6120           Add check-exports target and run it with 'make check'.
6121
6122         * configure.ac:
6123           Be stricter about what we export in our libraries: change regexp so that
6124           we only export _gst_foo(), but not __gst_foo().
6125
6126         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6127         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6128           Change internal functions to __gst_foo so they dont' get exported.
6129
6130         * win32/common/libgstaudio.def:
6131           Add missing symbols.
6132
6133 2007-12-11  David Schleef  <ds@schleef.org>
6134
6135         * ChangeLog: remove conflict markers
6136
6137 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * ext/gnomevfs/Makefile.am:
6140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6141           Use gst_tag_freeform_string_to_utf8() here, which also takes
6142           into account any character sets specified by the user via
6143           environment variables.
6144
6145 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6146
6147         * gst/audioconvert/Makefile.am:
6148         Also link to libm.
6149
6150 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6151
6152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6153         No need for floating point operations here. avoids having to link
6154         against the math library too.
6155
6156 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst-libs/gst/pbutils/descriptions.c: (formats),
6159           (format_info_get_desc):
6160         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6161           (GST_START_TEST):
6162           Add one or two missing formats.  Generate ADPCM description
6163           dynamically depending on layout/format.
6164
6165 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6166
6167         * configure.ac:
6168           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6169
6170 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6173
6174         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6175           Some .srt files start with chunk number 0 and not chunk number 1,
6176           recognise and accept those as well (fixes #502497).
6177
6178         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6179           (test_src):
6180           Add unit test for the above.
6181
6182 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6183
6184         * gst/playback/gstplay-enum.c:
6185         (register_gst_autoplug_select_result),
6186         (gst_autoplug_select_result_get_type):
6187         * gst/playback/gstplay-enum.h:
6188         Add missing files.
6189
6190 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6191
6192         * gst/playback/Makefile.am:
6193         Group decodebin2 and uridecodebin into the same plugin so that they
6194         can share the GEnumType.
6195
6196         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6197         (_gst_select_accumulator), (gst_decode_bin_class_init),
6198         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6199         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6200         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6201         Add signal to sort factories instead of the more awkward autoplug-select
6202         signal.
6203         Modify autoplug_select so that we can try, skip or expose the
6204         autopluggin of an element on a pad.
6205
6206         * gst/playback/gstfactorylists.c: (compare_ranks),
6207         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6208         (element_filter), (gst_factory_list_get_elements),
6209         (gst_factory_list_debug), (gst_factory_list_filter):
6210         * gst/playback/gstfactorylists.h:
6211         Simplify the API, allow getting elements based on mask.
6212
6213         * gst/playback/gstplay-marshal.list:
6214         Add some more marshallers.
6215
6216         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6217         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6218         (autoplug_select_cb), (activate_group):
6219         Add support for managing non-raw sinks by providing a custom element and
6220         sink list to decodebin2.
6221         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6222         decodebin2.
6223
6224         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6225         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6226         * gst/playback/gstplaysink.h:
6227         Add support for raw and non-raw sinks. 
6228         Add support to force sinks selected by playbin2.
6229         Don't plug raw converters for non-raw sinks.
6230
6231         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6232         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6233         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6234         (plugin_init):
6235         Use right accumulators.
6236         Proxy new signal.
6237
6238 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6239
6240         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6241         Use runnning time as the base time instead of the timestamp.
6242         Spotted by Saur on IRC.
6243
6244 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6245
6246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6247         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6248
6249 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6250
6251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6252         (gst_ogg_demux_read_chain):
6253         If we find a new serial number but it does not contain a BOS page, make
6254         sure we initialize the chain to NULL because else we will try to scan it
6255         and crash. Fixes #500763
6256
6257 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6258
6259         * gst/playback/Makefile.am:
6260         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6261         (get_feature_array), (decoders_filter), (sinks_filter),
6262         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6263         (gst_factory_list_filter):
6264         * gst/playback/gstfactorylists.h:
6265         Refactor some common code to filter factories and check caps compat.
6266
6267         * gst/playback/gstdecodebin.c:
6268         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6269         (gst_decode_bin_init), (gst_decode_bin_dispose),
6270         (gst_decode_bin_autoplug_continue),
6271         (gst_decode_bin_autoplug_factories),
6272         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6273         (find_compatibles):
6274         * gst/playback/gstplaybin.c:
6275         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6276         (gst_play_bin_init), (gst_play_bin_finalize),
6277         (autoplug_factories_cb), (activate_group):
6278         * gst/playback/gstqueue2.c:
6279         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6280         (proxy_autoplug_continue_signal),
6281         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6282         (proxy_drained_signal):
6283         Add some more debug info and use factor filtering code.
6284
6285 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6286
6287         * gst/audiotestsrc/gstaudiotestsrc.c:
6288         * gst/volume/gstvolume.c:
6289         * gst/volume/gstvolume.h:
6290           Add GAP-flag support.
6291
6292 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6293
6294         * tests/examples/seek/seek.c: (main): Increase the range of the
6295         rate selector as I would like to test QOS behavior at higher
6296         forward and reverse playback speed like say 64x.
6297
6298 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6299
6300         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6301         (audioresample_query), (audioresample_query_type),
6302         (gst_audioresample_set_property):
6303         Implement latency query.
6304
6305 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6306
6307         * gst-libs/gst/audio/gstbaseaudiosink.c:
6308         (gst_base_audio_sink_drain):
6309         Our EOS time contains the base_time, _wait_eos() expects a running_time
6310         so we have to subtract the base_time again before calling the function.
6311         This fixes an EOS regression where the base_time was added twice and EOS
6312         took longer and longer in certain situations.
6313         Fixes #498767.
6314
6315 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6316
6317         * docs/libs/gst-plugins-base-libs-sections.txt:
6318         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6319         (gst_base_audio_sink_set_provide_clock),
6320         (gst_base_audio_sink_get_provide_clock),
6321         (gst_base_audio_sink_set_slave_method),
6322         (gst_base_audio_sink_get_slave_method),
6323         (gst_base_audio_sink_set_property),
6324         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6325         (gst_base_audio_sink_none_slaving),
6326         (gst_base_audio_sink_handle_slaving):
6327         * gst-libs/gst/audio/gstbaseaudiosink.h:
6328         Expose methods for some object properties so that subclasses can more
6329         easily configure them.
6330         Added slave method none, that completely disables slaving to the
6331         internal clock.
6332         API: gst_base_audio_sink_set_provide_clock()
6333         API: gst_base_audio_sink_get_provide_clock()
6334         API: gst_base_audio_sink_set_slave_method()
6335         API: gst_base_audio_sink_get_slave_method()
6336
6337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6338         (gst_base_audio_src_set_provide_clock),
6339         (gst_base_audio_src_get_provide_clock),
6340         (gst_base_audio_src_set_property),
6341         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6342         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6343         Expose methods for some object properties so that subclasses can more
6344         easily configure them.
6345         API: gst_base_audio_src_set_provide_clock()
6346         API: gst_base_audio_src_get_provide_clock()
6347
6348 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6349
6350         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6351
6352         * gst-libs/gst/sdp/gstsdpmessage.c:
6353         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6354
6355 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6356
6357         * tests/check/libs/fft.c: (GST_START_TEST):
6358         Fix scaling to really have dB instead of something else.
6359
6360 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6361
6362         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6363         GTK version, use it.
6364
6365 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6366
6367         * tests/examples/seek/seek.c: (main): Try to support stable version
6368         of GTK.
6369
6370 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6371
6372         * gst/playback/README:
6373         * gst/playback/test7.c:
6374           Fix the build + little README update.
6375
6376 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6377
6378         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6379         Add playbin2 seek pipeline.
6380
6381 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6382
6383         * gst/playback/Makefile.am:
6384         * gst/playback/gstplayback.c: (plugin_init):
6385         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6386         (eos_cb), (about_to_finish_cb), (main):
6387         Add playbin2.
6388         Added gapless playback example.
6389
6390         * gst/playback/gstplaybasebin.c:
6391         * gst/playback/gstplaybasebin.h:
6392         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6393         * gst/playback/gstqueue2.c:
6394         * gst/playback/test.c:
6395         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6396         (pad_removed_cb):
6397         * gst/playback/gststreaminfo.h:
6398         Change email.
6399
6400         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6401         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6402         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6403         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6404         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6405         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6406         (drained_cb), (unlink_group), (activate_group),
6407         (setup_next_source), (gst_play_bin_change_state),
6408         (gst_play_bin2_plugin_init):
6409         Added raw first version of playbin2. Does chained oggs and gapless
6410         playback fine. No support for raw sinks yet. No visualisations or
6411         subtitles yet.
6412
6413         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6414         (gst_play_sink_class_init), (gst_play_sink_init),
6415         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6416         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6417         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6418         (gst_play_sink_set_property), (gst_play_sink_get_property),
6419         (post_missing_element_message), (free_chain), (add_chain),
6420         (activate_chain), (gen_video_chain), (gen_text_element),
6421         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6422         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6423         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6424         (gst_play_sink_send_event), (gst_play_sink_change_state):
6425         * gst/playback/gstplaysink.h:
6426         Added Element that abstracts the sinks and their pipelines for playbin2.
6427
6428 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6429
6430         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6431         (gst_selector_pad_class_init), (gst_selector_pad_init),
6432         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6433         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6434         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6435         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6436         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6437         (gst_stream_selector_init), (gst_stream_selector_set_property),
6438         (gst_stream_selector_get_linked_pad),
6439         (gst_stream_selector_getcaps),
6440         (gst_stream_selector_is_active_sinkpad),
6441         (gst_stream_selector_activate_sinkpad),
6442         (gst_stream_selector_get_linked_pads),
6443         (gst_stream_selector_request_new_pad),
6444         (gst_stream_selector_release_pad):
6445         * gst/playback/gststreamselector.h:
6446         Improve streamselector, make it select and unselect the current pad more
6447         intelligently. 
6448         Subclass GstPad for the sinkpads of the selector.
6449         Handle segments more correctly.
6450         Fix caps negotiation.
6451         Implement release_pad.
6452
6453 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6454
6455         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6456         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6457         (remove_fakesink):
6458         Add drained signal fired when decodebin finishes decoding the data.
6459         Remove deprecated STATE_DIRTY message.
6460
6461         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6462         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6463         (analyse_source), (proxy_drained_signal), (make_decoder),
6464         (source_new_pad), (value_list_append_structure_list),
6465         (handle_redirect_message), (handle_message):
6466         Proxy the new drained signal.
6467         Handle pad removed from decodebin.
6468         Handle redirect messages by sorting multiple redirections based on the
6469         connection speed.
6470
6471 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6472
6473         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6474
6475         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6476         Fix leaking headers. Fixes #496761.
6477
6478 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6479
6480         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6481
6482         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6483         (gst_ximagesink_change_state):
6484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6485         Don't leak the PAR on errors. Fixes #496731.
6486
6487 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6490           (gst_tag_from_id3_user_tag):
6491           Add mapping for audio cd discid tags, so we can extract
6492           them from tags as well (see #347848). Also compare identifiers
6493           in ID3v2 TXXX frames in a case-insensitive way to increase
6494           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6495
6496 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6497
6498         * gst-plugins-base.doap:
6499         Oops, fix the release name.
6500
6501 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6502
6503         * gst-plugins-base.doap:
6504         Add 0.10.15 release
6505
6506 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6507
6508         * configure.ac:
6509         Back to CVS
6510
6511 === release 0.10.15 ===
6512
6513 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6514
6515         * configure.ac:
6516           releasing 0.10.15, "No need to argue"
6517
6518 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6519
6520         * win32/vs6/libgstfft.dsp:
6521         Convert line endings to DOS.
6522
6523 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6524
6525         * win32/vs6/gst_plugins_base.dsw:
6526         * win32/vs6/libgstfft.dsp:
6527         * win32/MANIFEST:
6528         Add a project file for fft plugin and remove socket
6529         based plugin which don't build from the workspace.
6530         * win32/vs6/libgstaudio.dsp:
6531         * win32/vs6/libgstrtp.dsp:
6532         * win32/vs6/libgsttag.dsp:
6533         Convert line endings back to DOS.
6534         Fixes #496724
6535
6536 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6537
6538         * win32/vs6/libgstinterfaces.dsp:
6539         * win32/vs6/libgstrtsp.dsp:
6540         Convert line endings back to DOS
6541
6542 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6543
6544         * gst-libs/gst/fft/kiss_fft_f32.h:
6545         * gst-libs/gst/fft/kiss_fft_f64.h:
6546         * gst-libs/gst/fft/kiss_fft_s16.h:
6547         * gst-libs/gst/fft/kiss_fft_s32.h:
6548         Don't include malloc.h which doesn't exist on Mac OSX.
6549         Instead, pull in glib.h and use g_malloc/g_free for 
6550         consistency. Fixes: #496548
6551
6552 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6553
6554         * gst/playback/gstdecodebin2.c:
6555           Dont leak ghostpad. Fixes #475451.
6556
6557 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6558
6559         * docs/design/design-decodebin.txt:
6560         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6561         Update some more docs and comments.
6562
6563 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         Patch by: Sebastien Moutte  <sebastien moutte net>
6566
6567         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6568           (gst_rtcp_unix_to_ntp):
6569         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6570           Fix some C99-isms and and a missing function that some versions of
6571           MSVC don't like too much (#494346).
6572
6573         * win32/vs6/gst_plugins_base.dsw:
6574         * win32/vs6/libgstaudio.dsp:
6575         * win32/vs6/libgstrtp.dsp:
6576         * win32/vs6/libgsttag.dsp:
6577           Update vs6 projects files (#494346).
6578
6579 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6580
6581         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6582
6583         * win32/common/libgstaudio.def:
6584         * win32/common/libgstcdda.def:
6585         * win32/common/libgstinterfaces.def:
6586         * win32/common/libgstnetbuffer.def:
6587         * win32/common/libgstpbutils.def:
6588         * win32/common/libgstrtp.def:
6589         * win32/common/libgstrtsp.def:
6590         * win32/common/libgsttag.def:
6591         * win32/common/libgstvideo.def:
6592           More missing symbols to export (fixes #493986).
6593
6594 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6595
6596         * docs/libs/gst-plugins-base-libs-sections.txt:
6597         * gst-libs/gst/fft/gstfftf32.c:
6598         * gst-libs/gst/fft/gstfftf32.h:
6599         * gst-libs/gst/fft/gstfftf64.c:
6600         * gst-libs/gst/fft/gstfftf64.h:
6601         * gst-libs/gst/fft/gstffts16.c:
6602         * gst-libs/gst/fft/gstffts16.h:
6603         * gst-libs/gst/fft/gstffts32.c:
6604         * gst-libs/gst/fft/gstffts32.h:
6605         * tests/check/libs/fft.c: (GST_START_TEST):
6606         Remove the magnitude and phase calculation functions as these have
6607         very special use cases and can't even be used for the spectrum
6608         element. Also adjust the docs to mention some properties of the used
6609         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6610
6611 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6614           (finish_source):
6615           Avoid crash when there are external subtitles (fixes #491722).
6616
6617 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6620         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6621           'Could not open resource for writing' is not an acceptable
6622           error message when we can't open the audio device (see #492334),
6623           even less so when we're trying to open it to record something.
6624
6625 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6628
6629         * win32/common/libgstrtp.def:
6630           Add some more missing symbols (#492813).
6631
6632 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6635
6636         * tests/check/elements/audioconvert.c: (verify_convert):
6637           Add check to make sure that the out caps have a channel layout
6638           set on them where they should have one.
6639
6640 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6643
6644         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6645         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6646           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6647           (#492306).
6648
6649         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6650           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6651           (it disappeared in GLib 2.14.0) (#492306).
6652
6653         * gst-libs/gst/sdp/Makefile.am:
6654         * gst-libs/gst/sdp/gstsdpmessage.c:
6655           Fix includes and LIBS for win32/Mingw (#492306).
6656
6657         * tests/examples/dynamic/addstream.c (pause_play_stream):
6658           Use more portable g_usleep() instead of sleep() (#492306).
6659
6660 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6663
6664         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6665           (gst_ring_buffer_parse_caps):
6666           Return NULL instead of an enum that happens to be 0, fixes warning
6667           on MSVC (#492114).
6668
6669         * gst-libs/gst/audio/gstringbuffer.h:
6670           No trailing commas in enum list (for gcc-2.9x).
6671
6672         * gst/videotestsrc/videotestsrc.c: (random_char):
6673           Make information loss explicit instead of implicitly truncating to
6674           eight bits via the return value.  Fixes runtime error on MSVC when
6675           using the debug CRT (#492114).
6676
6677         * win32/common/config.h.in:
6678           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6679
6680         * win32/common/libgstinterfaces.def:
6681         * win32/common/libgstrtp.def:
6682           Export a few more symbols (#492114).
6683
6684 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * gst-libs/gst/audio/audio.c:
6687         * gst-libs/gst/audio/audio.h:
6688           Readd the deprecation guards, but preserve compilability.
6689
6690 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6693           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6694           Preserve channel layout when fixating the number of channels in the
6695           output caps, or make sure there's a suitable channel position layout
6696           set on the caps if required. Fixes #430677.
6697
6698 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6701           Make sure the pipeline really operates in push mode as it should
6702           in this case.
6703
6704 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst-libs/gst/audio/audio.h:
6707           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6708           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6709           (ie. normal cvs builds) will fail.
6710
6711 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6712
6713         * docs/libs/Makefile.am:
6714         * gst-libs/gst/audio/audio.c:
6715         * gst-libs/gst/audio/audio.h:
6716         * gst-libs/gst/interfaces/mixer.c:
6717           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6718
6719 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6722           (test_channel_layout_value_intersect), (audio_suite):
6723           Add simple unit test to make sure GstValue intersection
6724           of channel layouts works the way I think it does.
6725
6726 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6727
6728         * docs/libs/gst-plugins-base-libs-sections.txt:
6729         * gst-libs/gst/audio/gstaudiofilter.h:
6730         * gst-libs/gst/interfaces/mixer.h:
6731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6732         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6733         * gst-libs/gst/sdp/gstsdpmessage.c:
6734           Fix the docs according to what gtk-doc complained about.
6735
6736 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * tests/icles/stress-playbin.c:
6739           Fix the build.
6740
6741 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6744         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6745           Post nice/more useful error message if we don't have a decoder for
6746           the primary type.
6747
6748 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6751         Be a bit more useful, unblock the pads after we fired the no-more-pads
6752         signal so that we can use the signal to inspect and connect all pads
6753         without having to keep extra state outside of decodebin.
6754
6755 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6756
6757         * gst/playback/gsturidecodebin.c:
6758         (gst_uri_decode_bin_autoplug_continue),
6759         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6760         Implement default signal handler so that we return TRUE when nothing is
6761         connected.
6762
6763 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6764
6765         * gst-libs/gst/riff/riff-media.c:
6766         (gst_riff_wavext_add_channel_layout),
6767         (gst_riff_wave_add_default_channel_layout),
6768         (gst_riff_wavext_get_default_channel_mask),
6769         (gst_riff_create_audio_caps):
6770         Use the ALSA channel layout as default for wav files without channel
6771         layout information. This fixes playback of chan-id.wav on 5.1 systems
6772         for example. Also refactor the channel layout setting a bit and add
6773         more default channel orders. Fixes #489010.
6774
6775 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6778           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6779           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6780           instead.
6781
6782 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6783
6784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6785         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6786         (gst_decode_bin_set_subs_encoding),
6787         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6788         (gst_decode_bin_get_property), (analyze_new_pad):
6789         Move subtitle encoding property to decodebin2 so that it can set the
6790         property value on all elements that it autoplugs and that require it.
6791         Make caps refcounting more consistent in get/set.
6792
6793         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6794         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6795         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6796         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6797         (proxy_autoplug_continue_signal),
6798         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6799         (make_decoder):
6800         Proxy properties and relevant signals from the internal decodebin.
6801         Make properties MT safe.
6802
6803 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6806         * gst-libs/gst/tag/tags.c:
6807           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6808           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6809
6810         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6811           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6812
6813         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6814           (gst_tag_to_vorbis_comments):
6815           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6816           just mapping everything I found in the wild) (#414539).
6817
6818 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6819
6820         Inspired by patch of: René Stadler <mail at renestadler dot de>
6821
6822         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6823         (gst_decode_bin_autoplug_continue),
6824         (gst_decode_bin_autoplug_factories),
6825         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6826         (find_compatibles):
6827         * gst/playback/gstplay-marshal.list:
6828         Remove the autoplug-sort signal and replace it with a binding friendly
6829         autoplug-select signal.
6830         Add an autoplug-factories signal that can be used to generate a list of
6831         factories to try to autoplug.
6832         Add the GstPad to the autoplugging signal args as it might be needed to
6833         make a good factory selection.
6834         Fix up the marshallers for this. Fixes #407282.
6835
6836 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * gst-libs/gst/tag/gsttagdemux.c:
6839           Don't abort with an assertion if we receive a seek event with
6840           a start type of NONE (see launchpad bug #155878).
6841
6842 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6845         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6846         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6848         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6849         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6850         Make sure that before we clean up the X resources, we shutdown and join
6851         the event thread.
6852         Also make sure the event thread does not shut down immediatly after
6853         startup because the running variable is not yet correctly set.
6854         Fixes #378770. 
6855
6856 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6859         Make the window for a race in typefind and shutting down smaller until
6860         we figure out the right locking here. Avoids #485753 usually.
6861
6862         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6863         Remove unneeded lock causing a race in typefind and shutting down.
6864         Fixes #485753.
6865
6866         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6867         Also remove sinks when going to NULL because we might not complete the
6868         state change to PAUSED, causing the PAUSED->READY state change not to
6869         happen.
6870
6871 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6872
6873         * gst-libs/gst/audio/gstbaseaudiosink.c:
6874         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6875         Also explicitly release the ringbuffer when going to NULL because it
6876         is required in the setcaps function, before the state change to PAUSED
6877         completes.
6878
6879 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         * tests/icles/.cvsignore:
6882         * tests/icles/Makefile.am:
6883         * tests/icles/stress-playbin.c:
6884           Does what it says on the tin.
6885
6886 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6887
6888         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6889         Fix queue negotiation. See #486758.
6890
6891 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6892
6893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6894         (gst_xvimagesink_xwindow_new),
6895         (gst_xvimagesink_update_colorbalance),
6896         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6897
6898         Fix handling of some of the X atoms. If the last parameter is True,
6899         XInternAtom won't create the atom if it doesn't exist, and therefore
6900         might return None. This causes X errors on Xv implementations that
6901         don't provide the colour balance attributes.
6902
6903 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * gst-libs/gst/tag/gstvorbistag.c:
6906         * tests/check/libs/tag.c:
6907           Extract vorbis comment LICENSE tags correctly.
6908
6909 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6912
6913         * gst-libs/gst/tag/gstid3tag.c:
6914         * tests/check/libs/tag.c:
6915           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6916
6917 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * gst-libs/gst/tag/gsttagdemux.c:
6920           Don't error out when a buggy downstream element doesn't
6921           handle the newsegment event we send properly (especially
6922           not without posting a meaningful error message on the
6923           bus). See bug #471370 and launchpad bug #136264.
6924
6925 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6926
6927         * gst-libs/gst/audio/gstbaseaudiosink.c:
6928         (gst_base_audio_sink_drain):
6929         Use new basesink method to make our EOS drain interruptable.
6930
6931 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6932
6933         * gst-libs/gst/rtp/gstrtppayloads.c:
6934         Fix silly search-replace oversight.
6935
6936 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6937
6938         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6939
6940         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6941         (gst_basertppayload_set_outcaps):
6942         Fix caps memleak. Fixes #484989.
6943
6944
6945 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6948         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6949         Fix debug output.
6950
6951 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6954         (gst_base_audio_src_create):
6955         Also handle the case where there is no clock set on the audio source,
6956         like in the unit tests.
6957
6958 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6959
6960         * gst-libs/gst/rtp/gstrtppayloads.c:
6961         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6962         to avoid compiler warnings
6963
6964 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6965
6966         * gst/playback/gstdecodebin.c: (type_found),
6967         (gst_decode_bin_change_state):
6968         * gst/playback/gstdecodebin2.c: (type_found),
6969         (gst_decode_bin_change_state):
6970         Don't disconnect the have_type signal because we never reconnect it
6971         later on. Instead keep a variable to see if we already detected a type.
6972
6973 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6974
6975         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6976         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6977         (type_found):
6978         Unlink the signal handler when we found the type, we're not going to do
6979         anything sensible with more type_found signals anyway.
6980
6981 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * gst-libs/gst/tag/gsttagdemux.c:
6984           Don't leak caps.
6985
6986 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * gst-libs/gst/tag/Makefile.am:
6989         * gst-libs/gst/tag/gsttagdemux.c:
6990         * gst-libs/gst/tag/gsttagdemux.h:
6991           API: add GstTagDemux base class for simple tag demuxers.
6992
6993         * docs/libs/gst-plugins-base-libs-docs.sgml:
6994         * docs/libs/gst-plugins-base-libs-sections.txt:
6995           Add GstTagDemux to docs.
6996
6997 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6998
6999         * gst-libs/gst/rtp/gstrtpbuffer.c:
7000         (gst_rtp_buffer_get_payload_subbuffer):
7001         Fix bug introduced with last commit which inverted the logic and
7002         caused all buffers to be dropped. Fixes #483620.
7003         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7004
7005 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7006
7007         * gst-libs/gst/rtp/gstrtpbuffer.c:
7008           Replace g_return_if_val (as it could be disabled), with regular return
7009           and warning.
7010
7011 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
7012
7013         * tests/check/pipelines/simple-launch-lines.c:
7014           Print message name and not just number.
7015
7016 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
7017
7018         * gst-libs/gst/audio/gstbaseaudiosink.c:
7019         (gst_base_audio_sink_async_play):
7020         When slaved to the clock, don't try to align a sample with the previous
7021         one when going to PLAYING again.
7022
7023 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7024
7025         * tests/examples/snapshot/snapshot.c:
7026           Fix the build.
7027
7028 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7029
7030         * gst-libs/gst/sdp/gstsdpmessage.h:
7031         Add RFC 3556 bandwidth modifiers.
7032
7033 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7034
7035         * docs/libs/gst-plugins-base-libs-docs.sgml:
7036         * docs/libs/gst-plugins-base-libs-sections.txt:
7037         * gst-libs/gst/rtp/gstrtppayloads.c:
7038         Update documentation.
7039
7040 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7041
7042         * gst-libs/gst/rtp/Makefile.am:
7043         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7044         (gst_rtp_payload_info_for_name):
7045         * gst-libs/gst/rtp/gstrtppayloads.h:
7046         Added new file and header to deal with payload info.
7047
7048         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7049         (gst_rtp_buffer_default_clock_rate):
7050         * gst-libs/gst/rtp/gstrtpbuffer.h:
7051         Payload specific stuff is move to new headers.
7052         Implement _default_clock rate using the new payload function.
7053
7054         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7055         (gst_sdp_parse_line):
7056         * gst-libs/gst/sdp/gstsdpmessage.h:
7057         Add some more comments.
7058
7059 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7062         (sdp_check_header), (sdp_type_find), (plugin_init):
7063         Add typefind function for application/sdp.
7064         Remove some old dirac typefind code that was ifdeffed out.
7065
7066 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7067
7068         * win32/common/libgstaudio.def:
7069         Add new exported functions.
7070         * win32/vs6/grammar.dsp:
7071         Add autogeneration and copy of some autegenerated files from win32/common
7072         for rtsp library.
7073         * win32/vs6/libgstaudioconvert.dsp:
7074         Add gstaudioquantize.c to the build.
7075         * win32/vs6/libgstinterfaces.dsp:
7076         Add videoorientation.c to the build.
7077         * win32/vs6/libgstriff.dsp:
7078         Add libgsttag to the link libraries list.
7079         * win32/vs6/libgstvolume.dsp:
7080         Add liboil to the link.
7081         * win32/vs6/gst_plugins_base.dsw:
7082         * win32/vs6/libgstrtsp.dsp:
7083         * win32/common/libgstrtsp.def:
7084         Add files to build libgstrtsp library.
7085         
7086 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7087
7088         * tests/examples/snapshot/snapshot.c: (main):
7089         Print error when pipeline failed to construct.
7090
7091 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * configure.ac:
7094         * gst-libs/gst/tag/gstid3tag.c:
7095         * gst-libs/gst/tag/gstvorbistag.c:
7096           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7097           and ID3v2 tags.
7098
7099 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * gst-libs/gst/floatcast/floatcast.h:
7102           Don't include config.h in an installed public header, this
7103           might break compilation of applications that don't have such
7104           a header and doesn't necessarily do what it's supposed to do
7105           anyway (ie. check for the lrint/lrintf defines) (#442065).
7106           Add docs for the various macros and document how this header
7107           has to be used (link against libm, etc.); add a few FIXMEs;
7108           include math.h for non-c99 code path.  Based on patch by
7109           Jan Schmidt.
7110           
7111 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7112
7113         * configure.ac:
7114         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7115         of duplicating these macros in configure.ac.
7116
7117 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7118
7119         * po/hu.po:
7120         * po/sv.po:
7121         * po/uk.po:
7122           Updated translations to 0.10.14
7123
7124 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7125
7126         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7127
7128         * po/pl.po:
7129           Added Polish translation.
7130
7131 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7132
7133         translated by: Ilkka Tuohela <hile@iki.fi>
7134
7135         * po/fi.po:
7136           Added Finnish translation.
7137
7138 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7139
7140         translated by: Jorge González González <aloriel@gmail.com>
7141
7142         * po/es.po:
7143           Added Spanish translation.
7144
7145 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7146
7147         translated by: Mogens Jaeger <mogens@jaeger.tf>
7148
7149         * po/da.po:
7150           Added Danish translation.
7151
7152 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7153
7154         translated by: Funda Wang <fundawang@linux.net.cn>
7155
7156         * po/zh_CN.po:
7157           Added Chinese (simplified) translation.
7158
7159 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7160
7161         translated by: Alexander Shopov <ash@contact.bg>
7162
7163         * po/bg.po:
7164           Added Bulgarian translation.
7165
7166 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7169         Fix compilation wrt printf arguments.
7170
7171 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7172
7173         * configure.ac:
7174         * tests/examples/Makefile.am:
7175         * tests/examples/snapshot/.cvsignore:
7176         * tests/examples/snapshot/Makefile.am:
7177         * tests/examples/snapshot/snapshot.c: (main):
7178         Add simple snapshot example program using appsink.
7179
7180 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7181
7182         * tests/check/generic/states.c:
7183           Improved state change unit test.
7184
7185 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * docs/plugins/.cvsignore:
7188         * tests/check/.cvsignore:
7189           Ignore registries in any format.
7190
7191 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7194         (gst_base_rtp_depayload_chain),
7195         (gst_base_rtp_depayload_set_gst_timestamp):
7196         Only copy timestamp on outgoing packets if the depayloader did not set
7197         one.
7198         Also copy duration on outgoing packets.
7199
7200 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7203         (gst_basertppayload_set_outcaps):
7204         Fix compilation because of missing %d in printf.
7205         When fixating caps, fixate what we can and throw away all remaining
7206         unfixed caps, subclasses should do something smart if they need to.
7207
7208 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7209
7210         * ext/gnomevfs/gstgnomevfssrc.c:
7211           Improve debug logs a bit and be more verbose if things go wrong.
7212
7213 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7214
7215         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7216         (gst_text_overlay_set_property):
7217         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7218         * gst-libs/gst/audio/gstbaseaudiosink.c:
7219         (gst_base_audio_sink_render):
7220         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7221         (gst_rtcp_unix_to_ntp):
7222         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7223         * gst/playback/gstqueue2.c:
7224         * tests/examples/seek/seek.c: (set_scale):
7225         Fix a bunch of compile warnings shown with Forte.
7226
7227         * gst/audiorate/gstaudiorate.c:
7228         Always pull in config.h before including any system headers.
7229
7230 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         * gst/playback/gstqueue2.c: (update_buffering),
7233         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7234         (gst_queue_handle_sink_event), (gst_queue_chain),
7235         (gst_queue_push_one), (gst_queue_sink_activate_push),
7236         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7237         Also fix #476514 for queue2.
7238
7239 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7240
7241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7242         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7243         (gst_base_rtp_depayload_chain),
7244         (gst_base_rtp_depayload_handle_sink_event),
7245         (gst_base_rtp_depayload_push_full),
7246         (gst_base_rtp_depayload_set_gst_timestamp),
7247         (gst_base_rtp_depayload_change_state):
7248         Remove code to deal with RTP to GST time conversion, we now just copy
7249         the GST timestamp we receive to the outgoing buffers.
7250         Handle segment and flushes correctly.
7251
7252         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7253         When we have no valid input timestamp, use the previous rtp timestamp on
7254         the outgoing RTP packet instead of the RTP base time.
7255
7256 2007-09-15  David Schleef  <ds@schleef.org>
7257
7258         * ext/alsa/gstalsa.c:
7259         * ext/alsa/gstalsadeviceprobe.c:
7260         * ext/alsa/gstalsamixer.c:
7261         * ext/alsa/gstalsasink.c:
7262         * ext/alsa/gstalsasrc.c:
7263           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7264
7265 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         * gst-libs/gst/rtp/gstbasertppayload.c:
7268         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7269         Add some debug info when negotiating caps.
7270
7271 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7272
7273         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7274         A buffer with an empty payload is also a valid buffer.
7275
7276 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7279         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7280         (gst_basertppayload_change_state):
7281         Make sure we start our RTP timestamp from the random base RTP
7282         timestamp even if the buffer timestamp starts from some random value.
7283
7284 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         * configure.ac:
7287         * tests/examples/Makefile.am:
7288         * tests/examples/dynamic/.cvsignore:
7289         * tests/examples/dynamic/Makefile.am:
7290         * tests/examples/dynamic/addstream.c: (create_stream),
7291         (pause_play_stream), (message_received), (eos_message_received),
7292         (perform_step), (main):
7293         Add simple exmple app to demonstrate starting and pausing live and
7294         non-live bins in a PLAYING pipeline.
7295
7296 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7297
7298         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7299         typefind for QCP files (RFC #3625)
7300
7301 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7302
7303         * gst-libs/gst/audio/gstbaseaudiosink.c:
7304         (gst_base_audio_sink_init):
7305         Disable pull mode scheduling, we're not ready for it yet and it subtly
7306         breaks a lot of things.
7307
7308 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * tests/check/elements/libvisual.c:
7311           Test all libvisual plugins, not just the first one; this reproduces
7312           bug #450336 quite easily.  Looks like a problem with the 'jess'
7313           visualisation.
7314
7315 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * tests/check/Makefile.am:
7318         * tests/check/elements/.cvsignore:
7319         * tests/check/elements/libvisual.c:
7320           Add basic libvisual test case in an attempt to reproduce bug #450336.
7321           Doesn't reproduce that bug, but some other crasher instead (invalid
7322           free), at least with make elements/libvisual.forever and the bumscope
7323           plugin on x86-64/gutsy. Leaving test disabled for now.
7324
7325 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7328
7329         * gst-libs/gst/rtsp/gstrtspconnection.c:
7330         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7331         (read_body), (gst_rtsp_connection_receive):
7332         Make sure we can not cancel in the middle of receiving a message.
7333         Fixes #475731.
7334
7335 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7336
7337         Patch by: Josep Torra Valles <josep@fluendo.com>
7338
7339         * gst/playback/gstplaybasebin.c:
7340           Increase upper limit for audio queue a bit; fixes preroll problem
7341           with playbin and decodebin2 when playing a quicktime trailer with
7342           multichannel audio via http (#464666).
7343
7344 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7345
7346         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7347         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7348         (gst_base_audio_src_provide_clock),
7349         (gst_base_audio_src_set_property),
7350         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7352         Allow othe clocks than the internal clock to be used for the pipeline.
7353         Add property to disable clock provide.
7354         API: GstBaseAudioSrc::provide-clock
7355
7356 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7357
7358         * gst/playback/gstdecodebin2.c:
7359           Don't leak request pads. Fixes #475395.
7360
7361 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7362
7363         Patch by: René Stadler <mail at renestadler dot de>
7364
7365         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7366         (gst_ximage_buffer_class_init):
7367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7368         (gst_xvimage_buffer_class_init):
7369         Correctly chain up finalize with the parent class to prevent
7370         memory leaks. Fixes #474880.
7371
7372 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7373
7374         * gst/volume/gstvolume.c: (volume_choose_func):
7375         * tests/check/elements/volume.c: (GST_START_TEST):
7376         Revert the latest change: floating point samples are allowed to
7377         have any value, not only values in the range [-1,1]. Thanks to Andy
7378         Wingo for noticing.
7379         Also fix processing of int32 samples with volumes > 4 by making the
7380         unity value smaller which prevents overflows.
7381
7382 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * gst-libs/gst/rtp/gstrtpbuffer.c:
7385         * tests/check/libs/rtp.c:
7386           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7387
7388 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7391
7392         * gst-libs/gst/rtp/gstrtpbuffer.c:
7393           Fix up GstRTPHeader helper struct so that compilers will not under
7394           any circumstances add padding in between our fields, as currently
7395           happens with MSVC on win32, because that would lead to us sending
7396           out RTP payloads with broken RTP headers (#471194).
7397           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7398           
7399         * tests/check/Makefile.am:
7400         * tests/check/libs/.cvsignore:
7401         * tests/check/libs/rtp.c:
7402           Add some simple unit tests for GstRTPBuffer. Some are disabled
7403           because the code tested still needs fixing (set_csrc() does not work).
7404
7405 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * win32/MANIFEST:
7408         * win32/common/gstrtsp-enumtypes.c:
7409         * win32/common/gstrtsp-enumtypes.h:
7410         * win32/common/interfaces-enumtypes.c:
7411         * win32/common/interfaces-enumtypes.h:
7412         * win32/common/multichannel-enumtypes.c:
7413           Add rtsp enumtypes (#474384) and update others.
7414
7415 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7416
7417         * configure.ac:
7418           Fix configure check for HAVE_LIBXML_HTML.
7419
7420 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         * tests/check/libs/.cvsignore:
7423           Ignore more, in case the build bots work again one day.
7424
7425 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7426
7427         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7428
7429         * configure.ac:
7430         * gst-libs/gst/Makefile.am:
7431         * gst-libs/gst/fft/Makefile.am:
7432         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7433         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7434         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7435         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7436         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7437         * gst-libs/gst/fft/gstfft.h:
7438         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7439         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7440         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7441         * gst-libs/gst/fft/gstfftf32.h:
7442         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7443         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7444         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7445         * gst-libs/gst/fft/gstfftf64.h:
7446         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7447         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7448         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7449         * gst-libs/gst/fft/gstffts16.h:
7450         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7451         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7452         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7453         * gst-libs/gst/fft/gstffts32.h:
7454         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7455         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7456         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7457         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7458         * gst-libs/gst/fft/kiss_fft_f32.h:
7459         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7460         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7461         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7462         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7463         * gst-libs/gst/fft/kiss_fft_f64.h:
7464         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7465         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7466         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7467         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7468         * gst-libs/gst/fft/kiss_fft_s16.h:
7469         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7470         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7471         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7472         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7473         * gst-libs/gst/fft/kiss_fft_s32.h:
7474         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7475         (kiss_fftr_f32), (kiss_fftri_f32):
7476         * gst-libs/gst/fft/kiss_fftr_f32.h:
7477         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7478         (kiss_fftr_f64), (kiss_fftri_f64):
7479         * gst-libs/gst/fft/kiss_fftr_f64.h:
7480         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7481         (kiss_fftr_s16), (kiss_fftri_s16):
7482         * gst-libs/gst/fft/kiss_fftr_s16.h:
7483         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7484         (kiss_fftr_s32), (kiss_fftri_s32):
7485         * gst-libs/gst/fft/kiss_fftr_s32.h:
7486         * gst-libs/gst/fft/kiss_version:
7487         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7488         * pkgconfig/gstreamer-plugins-base.pc.in:
7489         Add libgstfft, a FFT library based on Kiss FFT which is
7490         BSD licensed. Supported sample formats are int16, int32,
7491         float and double. For those formats a real FFT and IFFT
7492         can be done, different windowing functions can be applied
7493         and functions for extracting the magnitude and phase exist.
7494         Fixes #468619.
7495
7496         * docs/libs/Makefile.am:
7497         * docs/libs/gst-plugins-base-libs-docs.sgml:
7498         * docs/libs/gst-plugins-base-libs-sections.txt:
7499         Integrate libgstfft into the docs.
7500
7501         * tests/check/Makefile.am:
7502         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7503         Add unit tests for libgstfft, currently only testing the FFT.
7504         Unit tests for IFFT will follow soon.
7505
7506 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7507
7508         Patch by: Peter Kjellerstedt  <pkj at axis com>
7509
7510         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7511         (gst_sdp_message_init), (gst_sdp_message_uninit),
7512         (is_multicast_address), (gst_sdp_message_as_text),
7513         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7514         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7515         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7516         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7517         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7518         (gst_sdp_media_init), (gst_sdp_media_uninit),
7519         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7520         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7521         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7522         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7523         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7524         * gst-libs/gst/sdp/gstsdpmessage.h:
7525         Separate INIT_ARRAY() and related macros into two versions, one for
7526         structures and one for pointers (e.g., INIT_ARRAY() and
7527         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7528         lists of emails and phone numbers.
7529         Add missing const as appropriate.
7530         Change all gint to guint since they all actually represent unsigned
7531         values.
7532         Do not use time as a variable name as it shadows the global time().
7533         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7534         Actually implement gst_sdp_message_add_time().
7535         Make gst_sdp_message_add_time() take repeat times as an argument.
7536         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7537         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7538         misspelled as badwidth).
7539         gst-indented and a little clean up. Fixes #471067.
7540
7541 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7542
7543         * gst/volume/gstvolume.c: (volume_choose_func),
7544         (volume_process_double), (volume_process_double_clamp),
7545         (volume_process_float_clamp):
7546         Correctly clamp float/double samples in the [-1.0,1.0] range to
7547         prevent weird effects.
7548         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7549         Add unit tests for all samples types that had none before.
7550
7551 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7552
7553         * gst-libs/gst/rtp/gstrtpbuffer.c:
7554           Need to include stdlib.h for abs() here too.
7555
7556 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7557
7558         * gst/playback/gststreaminfo.c:
7559           Fix build.
7560
7561 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7562
7563         * gst/playback/gststreaminfo.c:
7564           Clean up some half-disabled code and comment.
7565
7566 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7567
7568         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7569
7570         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7571         (gst_base_rtp_payload_audio_handle_event):
7572         Return FALSE from the event handler to let the parent class handle the
7573         event. Fixes #446766.
7574
7575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7576         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7577         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7578
7579         * gst-libs/gst/rtp/gstbasertppayload.c:
7580         Bump the MTU to 1400.
7581
7582 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7583
7584         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7585         Add an audio/x-nsf typefind function for the nsfdec element.
7586
7587 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7588         * gst/playback/gstplaybasebin.c:
7589         Included "myth://" on stream_uris list for enable buffering to mythtv files
7590
7591 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         * docs/libs/gst-plugins-base-libs-sections.txt:
7594         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7595         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7596         (gst_rtcp_unix_to_ntp):
7597         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7598         Fix parsing of RB blocks.
7599         Fix docs.
7600         Added helper functions to convert to/from UNIX and NTP time.
7601         API: gst_rtcp_ntp_to_unix()
7602         API: gst_rtcp_unix_to_ntp()
7603
7604         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7605         (gst_rtp_buffer_get_header_len),
7606         (gst_rtp_buffer_get_extension_data),
7607         (gst_rtp_buffer_get_payload_subbuffer),
7608         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7609         (gst_rtp_buffer_ext_timestamp):
7610         * gst-libs/gst/rtp/gstrtpbuffer.h:
7611         Fix some more docs.
7612         Implement handling of packets with extensions.
7613         Fix padding check in _validate().
7614         Added function to get extension data.
7615         API: gst_rtp_buffer_get_header_len()
7616         API: gst_rtp_buffer_get_extension_data()
7617
7618 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7621         (gst_base_rtp_depayload_class_init),
7622         (gst_base_rtp_depayload_set_gst_timestamp):
7623         Add some more docs for the queue-delay property and fix a typo in a
7624         comment.
7625
7626         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7627         Fix typo.
7628
7629 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7630
7631         * gst-libs/gst/audio/gstbaseaudiosink.c:
7632         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7633         (gst_base_audio_sink_change_state):
7634         When skew slaving, try to hover around the middle of a segment so that
7635         we at most drift by half a segment.
7636         If we are aligning in the oposite direction of the clock skew, we don't
7637         have to resync.
7638
7639 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7640
7641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7642         (gst_base_rtp_depayload_setcaps),
7643         (gst_base_rtp_depayload_set_gst_timestamp):
7644         Be less silly with the segment start, just apply the clock-base to the
7645         timestamp.
7646
7647 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7648
7649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7650         (gst_base_rtp_depayload_class_init),
7651         (gst_base_rtp_depayload_finalize),
7652         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7653         (gst_base_rtp_depayload_handle_sink_event),
7654         (gst_base_rtp_depayload_set_gst_timestamp),
7655         (gst_base_rtp_depayload_change_state):
7656         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7657         Deprecate the queue handling thread thing and remove the code.
7658         Use new method to calculate the extended timestamp.
7659
7660 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7661
7662         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7663         (gst_rtcp_packet_sdes_copy_entry):
7664         Use g_strndup which does exactly what we want.
7665
7666         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7667         (gst_rtp_buffer_ext_timestamp):
7668         * gst-libs/gst/rtp/gstrtpbuffer.h:
7669         Add helper function to compare seqnums.
7670         Add helper function to calculate extended timestamps.
7671         API: gst_rtp_buffer_compare_seqnum()
7672         API: gst_rtp_buffer_ext_timestamp()
7673
7674 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7677         (gst_rtcp_packet_sdes_get_entry),
7678         (gst_rtcp_packet_sdes_copy_entry):
7679         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7680         Fix and document SDES item data function.
7681         Add new function that makes a proper copy of SDES item data.
7682         API: gst_rtcp_packet_sdes_copy_entry()
7683
7684 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7685
7686         * configure.ac:
7687         * gst/Makefile.am:
7688           The tcp and subparse plugins are under gst, but not totaly free of
7689           dependencies. Handle selection inconfigure.ac, so that they show up
7690           on the final list of what is build and what is not. Maybe they should
7691           better be moved to ext.
7692
7693 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7694
7695         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7696
7697         * configure.ac:
7698         * gst/Makefile.am:
7699           Check if libxml provides HTML parser which subparse needs.
7700           Fixes #451970.
7701
7702 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7703
7704         * ext/alsa/gstalsa.c:
7705           Fix typo and compilation on big endian systems.
7706
7707 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * gst/subparse/gstssaparse.c:
7710           Convert SSA newline codes into actual newline characters (#470766).
7711
7712 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7713
7714         * docs/libs/gst-plugins-base-libs-sections.txt:
7715         * gst-libs/gst/pbutils/install-plugins.c:
7716         * gst-libs/gst/pbutils/install-plugins.h:
7717         * tests/check/libs/pbutils.c:
7718           API: also add gst_install_plugins_supported() while we're at it
7719           (see #470456).
7720
7721 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * docs/libs/gst-plugins-base-libs-sections.txt:
7724         * gst-libs/gst/pbutils/missing-plugins.c:
7725         * gst-libs/gst/pbutils/missing-plugins.h:
7726         * tests/check/libs/pbutils.c:
7727           API: add gst_missing_*_installer_detail_new() convenience API so
7728           that applications that know exactly what they're missing can request
7729           installer detail strings for those items directly instead of having
7730           to first create a dummy missing-plugin message and then get the
7731           installer detail string from that.  Fixes #470456.
7732
7733 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7734
7735         * gst/playback/gstdecodebin.c: (close_pad_link):
7736         We need to set up delayed-linking whenever the caps are non-fixed,
7737         not just when there are multiple types - use gst_pad_is_fixed()
7738         to test.
7739
7740 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         * gst-libs/gst/pbutils/missing-plugins.c:
7743           (gst_missing_plugin_message_get_installer_detail):
7744           Add missing separator in PID fallback case.
7745
7746 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7747
7748         * ext/alsa/Makefile.am:
7749         There is no GST_PLUGINS_BASE_LIBS defined.
7750         
7751         * ext/alsa/gstalsa.c:
7752         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7753         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7754         Add support for ALSA 24-bit formats.
7755         snd_pcm_delay can return an error code, especially
7756         during XRUNS. In that case, the best we can do is assume
7757         delay = 0.
7758
7759         * gst/audioconvert/Makefile.am:
7760         Add flags from -base before any more-remote dependencies.
7761
7762 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7763
7764         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7765
7766         * gst/volume/gstvolume.c: (volume_choose_func),
7767         (volume_update_real_volume), (gst_volume_set_volume),
7768         (gst_volume_init), (volume_process_int32),
7769         (volume_process_int32_clamp), (volume_process_int24),
7770         (volume_process_int24_clamp), (volume_process_int16),
7771         (volume_process_int16_clamp), (volume_process_int8),
7772         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7773         * gst/volume/gstvolume.h:
7774         Add support for int32, int24 and int8 to the volume element.
7775         Fixes #445529.
7776
7777 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * tests/examples/Makefile.am:
7780           Fix even more.
7781
7782 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7783
7784         * configure.ac:
7785         * docs/libs/Makefile.am:
7786         * docs/libs/gst-plugins-base-libs-docs.sgml:
7787         * docs/libs/gst-plugins-base-libs-sections.txt:
7788         * ext/gnomevfs/gstgnomevfssrc.c:
7789         * ext/gnomevfs/gstgnomevfssrc.h:
7790         * gst-libs/gst/Makefile.am:
7791         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7792         * pkgconfig/gstreamer-plugins-base.pc.in:
7793         * sys/v4l/v4lsrc_calls.c:
7794         * tests/examples/Makefile.am:
7795         * win32/common/config.h:
7796           Revert unwanted commit. many thanks to moap. I want a fix for 
7797           https://thomas.apestaart.org/moap/trac/ticket/239
7798
7799 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7800
7801         * gst/volume/gstvolume.c:
7802           Move passthrough below gst_object_sync_values(). Fixes #442654.
7803
7804 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * gst-libs/gst/audio/audio.c:
7807         Clarify the docs a little.
7808
7809 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7810
7811         * gst/volume/gstvolume.c:
7812           Enable liboil for float and add more details about problems with
7813           int16.
7814
7815 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7816
7817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7818         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7819
7820 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7821
7822         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7823         When calculating the first timestamp of the buffers, don't go below 0
7824         and clip the samples because the offset was on the eos page.
7825         Fixes #466717.
7826
7827 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7828
7829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7830         (gst_ogg_demux_collect_chain_info):
7831         Also submit the eos page when trying to find the first timestamp.
7832         See #466717.
7833
7834 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7835
7836         * gst-libs/gst/audio/audio.h:
7837         Use gst_util_uint64_scale() instead of doing the math
7838         with double for GST_FRAMES_TO_CLOCK_TIME() and
7839         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7840         prevents rounding errors. Fixes #467667.
7841
7842 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7843
7844         * gst-libs/gst/rtsp/gstrtspconnection.c:
7845         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7846         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7847         * gst-libs/gst/rtsp/gstrtspconnection.h:
7848         Small cleanups.
7849         On shutdown, don't read the control socket yet.
7850         Set timeout value correctly in all cases.
7851         Add function to check if the server accepts reads or writes.
7852         API: gst_rtsp_connection_poll()
7853
7854         * gst-libs/gst/rtsp/gstrtspdefs.h:
7855         Fix compilation with -pedantic.
7856         Add enum for _poll.
7857
7858 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7859
7860         Patch by: Olivier Crete  <tester at tester ca>
7861
7862         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7863         (gst_basertppayload_getcaps):
7864         * gst-libs/gst/rtp/gstbasertppayload.h:
7865         Add getcaps vfunc to basertppayload. See #465146.
7866
7867 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7868
7869         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7870         Only post buffering messages when we are a stream.
7871
7872 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7873
7874         * gst-libs/gst/pbutils/install-plugins.c:
7875         * gst-libs/gst/pbutils/missing-plugins.c:
7876           Small docs fix and addition.
7877
7878 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * tests/icles/.cvsignore:
7881         * tests/icles/Makefile.am:
7882         * tests/icles/test-textoverlay.c:
7883           Add a dumb little test for textoverlay alignments.
7884
7885 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         Patch by: Dan Williams  <dcbw redhat com>
7888
7889         * ext/pango/gsttextoverlay.c:
7890         * ext/pango/gsttextoverlay.h:
7891           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7892           "silent" property so there's a Since tag in the API reference.
7893
7894 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst-libs/gst/rtp/gstbasertppayload.c:
7897         (gst_basertppayload_set_outcaps):
7898         * gst-libs/gst/rtp/gstbasertppayload.h:
7899         Improve caps negotiation so that downstream elements can confiure
7900         certain RTP properties by fixing them on the caps. See #465146.
7901         Add docs.
7902
7903 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * docs/libs/gst-plugins-base-libs-sections.txt:
7906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7907         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7908           Mark as deprecated some macros which were presumably meant to be
7909           private API and accidentally exposed in the public header file.
7910           Also actually _init() lock (only works at the moment because the
7911           struct is zeroed out when created and the initial values in the
7912           mutex struct are zeroes too). (#459585)
7913
7914 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7915
7916         * docs/libs/Makefile.am:
7917           Remove cruft and do some cleanups.
7918
7919         * docs/libs/gst-plugins-base-libs-docs.sgml:
7920           Prepare for comming gtkdoc features (rebase against online docs).
7921
7922 2007-08-10  Michael Smith <msmith@fluendo.com>
7923
7924         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7925           Debug output fixes.
7926         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7927         (GST_START_TEST):
7928           Change the number of buffers used; 500 is too many and leads to
7929           timeouts.
7930
7931 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7932
7933         * gst/playback/gstqueue2.c:
7934         * gst/videorate/gstvideorate.c:
7935           Printf format fixes (#465028).
7936
7937 2007-08-09  Michael Smith <msmith@fluendo.com>
7938
7939         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7940           If we have a large (> 1 second) discontinuity, push a series of
7941           smaller buffers rather than a single very large buffer. Avoids
7942           unreasonably large single buffer allocations when encountering a
7943           large gap.
7944         * tests/check/elements/audiorate.c: (GST_START_TEST),
7945         (audiorate_suite):
7946           Add a test for this.
7947
7948 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7949
7950         * gst/playback/gstplaybasebin.c: (group_commit),
7951         (queue_remove_probe), (queue_threshold_reached):
7952
7953         Patch by: Josep Torra Valles <josep@fluendo.com>
7954         Fixes: #465015
7955         Make sure we remove the check_queues buffer probe from the 
7956         correct queue to avoid racily going back to "buffering 99%" when
7957         buffering is actually complete.
7958
7959         Also, fix the spelling of Josep's surname in the ChangeLog.
7960
7961 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7962
7963         * ext/ogg/gstoggmux.c:
7964           Do not leak oggmux instance.
7965         
7966         * ext/vorbis/vorbisenc.c:
7967           Also log values.
7968
7969 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7970
7971         * po/hu.po:
7972         * po/it.po:
7973         * po/nl.po:
7974         * po/uk.po:
7975         * po/vi.po:
7976           Updated translations.
7977
7978 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7979
7980         patch by: Yang Hong <hongyang@redflag-linux.com>
7981
7982         * ext/pango/gsttextoverlay.c:
7983         * ext/pango/gsttextoverlay.h:
7984           Add 'silent' property to GstTimeOverlay. Fixes #462979
7985
7986 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         Patch by: Josep Torra Valles <josep@fluendo.com>
7989
7990         * docs/plugins/gst-plugins-base-plugins.args:
7991         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7992         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7993         (gst_uri_decode_bin_get_property), (gen_source_element):
7994         Add connection-speed property. Fixes #464690.
7995
7996 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7999
8000         * configure.ac:
8001         * gst-libs/gst/rtsp/Makefile.am:
8002         * gst-libs/gst/rtsp/gstrtspconnection.c:
8003         (gst_rtsp_connection_connect):
8004         Fix compilation on windows. Fixes #464320.
8005
8006 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         Patch by: Josep Torra Valles <josep@fluendo.com>
8009
8010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8011         (gst_play_base_bin_init), (queue_threshold_reached),
8012         (gen_source_element), (setup_substreams),
8013         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8014         (gst_play_base_bin_get_streaminfo_value_array):
8015         * gst/playback/gstplaybasebin.h:
8016         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8017         (gst_play_bin_set_property), (gst_play_bin_get_property),
8018         (gst_play_bin_handle_redirect_message):
8019         Move connection-speed property from playbin to playbasebin so that we
8020         can also configure it in source elements that have the connection-speed
8021         property. Fixes #464028.
8022         Add some debug info here and there.
8023
8024 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8025
8026         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8027         Properly respond to conversion queries. Fixes #464079.
8028
8029 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8030
8031         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8032         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8033         (gst_audio_test_src_init_sine_table),
8034         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8035         * gst/audiotestsrc/gstaudiotestsrc.h:
8036         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8037         Also set the default volume to the default value specified in the
8038         GParamSpec.
8039
8040 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8041
8042         Patch by: Jens Granseuer <jensgr at gmx dot net>
8043
8044         * gst/audioconvert/gstaudioquantize.c:
8045         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8046
8047 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8048
8049         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8050         Add rdt manager for rdt transport.
8051         Fix parsing of RDT transport.
8052
8053 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8054
8055         * configure.ac:
8056         Back to CVS
8057
8058 === release 0.10.14 ===
8059
8060 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8061
8062         * configure.ac:
8063           releasing 0.10.14, "Light Years Ahead"
8064
8065 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8066
8067         * tests/check/libs/audio.c: (GST_START_TEST):
8068         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8069
8070 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8071
8072         * gst-libs/gst/audio/audio.c:
8073         When clipping a buffer with no timestamp, assume it is
8074         within the segment without warnings.
8075
8076         Fixes: #460978
8077
8078 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8079
8080         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8081         Fire the signal on the object, not the interface.
8082
8083 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8084
8085         * gst-libs/gst/rtsp/.cvsignore:
8086         Ber. Don't include the full path, idiot.
8087
8088 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8089
8090         * gst-libs/gst/rtsp/.cvsignore:
8091         Ignore generated files.
8092
8093 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8094
8095         * gst-libs/gst/interfaces/Makefile.am:
8096         * gst-libs/gst/interfaces/interfaces-marshal.list:
8097         * gst-libs/gst/interfaces/rtspextension.c:
8098         * gst-libs/gst/interfaces/rtspextension.h:
8099         * gst-libs/gst/rtsp/Makefile.am:
8100         * gst-libs/gst/rtsp/gstrtsp.h:
8101         * gst-libs/gst/rtsp/gstrtspextension.c:
8102         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8103         (gst_rtsp_extension_detect_server),
8104         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8105         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8106         (gst_rtsp_extension_configure_stream),
8107         (gst_rtsp_extension_get_transports),
8108         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8109         * gst-libs/gst/rtsp/gstrtspextension.h:
8110         * gst-libs/gst/rtsp/rtsp-marshal.list:
8111         Move the rtspextension.h interface into gstrtspextension.h
8112         as part of libgstrtsp instead of libgstinterfaces, because it's
8113         only for use within plugins, not applications. 
8114         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8115         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8116         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8117         is abstract.
8118
8119 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8120
8121         * gst-libs/gst/interfaces/Makefile.am:
8122         * gst-libs/gst/interfaces/interfaces-marshal.list:
8123         * gst-libs/gst/interfaces/rtspextension.c:
8124         (gst_rtsp_extension_iface_init),
8125         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8126         * gst-libs/gst/interfaces/rtspextension.h:
8127         Fix marshaller for the send signal.
8128         Add URL to stream selection interface method.
8129
8130 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8131
8132         * gst-libs/gst/riff/Makefile.am:
8133         Pull in our dependencies from -base before those from outside.
8134
8135 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8136
8137         * docs/libs/gst-plugins-base-libs-sections.txt:
8138         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8139         * gst-libs/gst/rtsp/gstrtspbase64.h:
8140         API: gst_rtsp_base64_decode_ip()
8141         Added function to decode Base64 in-place.
8142
8143 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8144
8145         * tests/check/libs/.cvsignore:
8146         Ignore the mixer test binary.
8147
8148 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8149
8150         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8151         Gratuitous comment change to trigger a rebuild on the buildbots.
8152
8153 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8154
8155         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8156         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8157         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8158         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8159         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8160         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8161         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8162         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8163         (gst_sdp_media_get_attribute_val):
8164         * gst-libs/gst/sdp/gstsdpmessage.h:
8165         Constify args where we can.
8166
8167 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8168
8169         * gst-libs/gst/interfaces/Makefile.am:
8170         * gst-libs/gst/interfaces/rtspextension.c:
8171         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8172         (gst_rtsp_extension_detect_server),
8173         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8174         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8175         (gst_rtsp_extension_configure_stream),
8176         (gst_rtsp_extension_get_transports),
8177         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8178         * gst-libs/gst/interfaces/rtspextension.h:
8179         Move interface for RTSP extensions from -good to here.
8180         Added helper methods to invoke interface methods.
8181
8182 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8183
8184         * docs/libs/gst-plugins-base-libs-sections.txt:
8185         * gst-libs/gst/rtsp/gstrtspdefs.h:
8186         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8187         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8188         (gst_rtsp_message_init_response),
8189         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8190         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8191         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8192         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8193         (gst_rtsp_message_get_body), (dump_key_value):
8194         * gst-libs/gst/rtsp/gstrtspmessage.h:
8195         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8196         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8197         (gst_rtsp_range_parse):
8198         * gst-libs/gst/rtsp/gstrtsprange.h:
8199         * gst-libs/gst/rtsp/gstrtsptransport.c:
8200         * gst-libs/gst/rtsp/gstrtspurl.c:
8201         Fix some more RTSP docs.
8202         Add some missing methods for dealing with messages.
8203
8204 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8205
8206         * docs/libs/gst-plugins-base-libs-docs.sgml:
8207         * docs/libs/gst-plugins-base-libs-sections.txt:
8208         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8209         * gst-libs/gst/rtsp/gstrtspbase64.h:
8210         * gst-libs/gst/rtsp/gstrtspconnection.c:
8211         (gst_rtsp_connection_connect), (add_auth_header),
8212         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8213         (read_body), (gst_rtsp_connection_receive),
8214         (gst_rtsp_connection_next_timeout),
8215         (gst_rtsp_connection_reset_timeout),
8216         (gst_rtsp_connection_set_auth):
8217         * gst-libs/gst/rtsp/gstrtspconnection.h:
8218         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8219         * gst-libs/gst/rtsp/gstrtspdefs.h:
8220         * gst-libs/gst/rtsp/gstrtspmessage.h:
8221         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8222         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8223         (gst_rtsp_range_parse):
8224         * gst-libs/gst/rtsp/gstrtspurl.h:
8225         Added beginnings of RTSP documentation.
8226
8227 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8228
8229         * docs/libs/Makefile.am:
8230         * docs/libs/gst-plugins-base-libs-docs.sgml:
8231         * docs/libs/gst-plugins-base-libs-sections.txt:
8232         * gst-libs/gst/sdp/gstsdp.h:
8233         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8234         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8235         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8236         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8237         (gst_sdp_message_get_attribute_val),
8238         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8239         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8240         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8241         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8242         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8243         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8244         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8245         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8246         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8247         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8248         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8249         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8250         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8251         (gst_sdp_media_get_attribute_val_n),
8252         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8253         (print_media), (gst_sdp_message_dump):
8254         * gst-libs/gst/sdp/gstsdpmessage.h:
8255         Document the SDP library.
8256         Add some of the missing SDPMedia methods.
8257
8258 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8259
8260         * configure.ac:
8261         * gst-libs/gst/Makefile.am:
8262         * gst-libs/gst/rtsp/Makefile.am:
8263         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8264         * gst-libs/gst/rtsp/gstrtspbase64.h:
8265         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8266         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8267         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8268         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8269         (parse_response_status), (parse_request_line), (parse_line),
8270         (gst_rtsp_connection_read), (read_body),
8271         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8272         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8273         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8274         (gst_rtsp_connection_set_auth):
8275         * gst-libs/gst/rtsp/gstrtspconnection.h:
8276         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8277         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8278         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8279         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8280         (gst_rtsp_find_method):
8281         * gst-libs/gst/rtsp/gstrtspdefs.h:
8282         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8283         (gst_rtsp_message_new), (gst_rtsp_message_init),
8284         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8285         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8286         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8287         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8288         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8289         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8290         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8291         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8292         (gst_rtsp_message_dump):
8293         * gst-libs/gst/rtsp/gstrtspmessage.h:
8294         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8295         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8296         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8297         * gst-libs/gst/rtsp/gstrtsprange.h:
8298         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8299         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8300         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8301         (range_as_text), (rtsp_transport_mode_as_text),
8302         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8303         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8304         (gst_rtsp_transport_free):
8305         * gst-libs/gst/rtsp/gstrtsptransport.h:
8306         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8307         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8308         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8309         * gst-libs/gst/rtsp/gstrtspurl.h:
8310         * gst-libs/gst/sdp/Makefile.am:
8311         * gst-libs/gst/sdp/gstsdp.h:
8312         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8313         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8314         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8315         (gst_sdp_attribute_init), (gst_sdp_message_new),
8316         (gst_sdp_message_init), (gst_sdp_message_uninit),
8317         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8318         (gst_sdp_media_uninit), (gst_sdp_media_free),
8319         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8320         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8321         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8322         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8323         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8324         (gst_sdp_message_get_attribute_val),
8325         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8326         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8327         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8328         (gst_sdp_media_get_attribute_val_n),
8329         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8330         (read_string), (read_string_del), (gst_sdp_parse_line),
8331         (gst_sdp_message_parse_buffer), (print_media),
8332         (gst_sdp_message_dump):
8333         * gst-libs/gst/sdp/gstsdpmessage.h:
8334         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8335         Move SDP and RTSP from helper objects in -good to a reusable library.
8336         Use a proper gst_ namespace.
8337
8338 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8339
8340         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8341         (vorbis_dec_flush_decode):
8342         Use the new buffer clipping function from gstaudio here.
8343
8344 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8345
8346         * docs/libs/gst-plugins-base-libs-sections.txt:
8347         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8348         * gst-libs/gst/audio/audio.h:
8349         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8350         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8351         Also add deprecation guards for gst_audio_structure_set_int() to the
8352         header.
8353
8354 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8355
8356         * docs/libs/gst-plugins-base-libs-sections.txt:
8357           Cleanup the docs.
8358
8359 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8360
8361         Patch by: Dan Williams <dcbw at redhat dot com>
8362
8363         * gst/playback/gstplaybasebin.c:
8364         (gst_play_base_bin_get_streaminfo_value_array):
8365         Don't return NULL when querying the stream info value array but instead
8366         return an empty array. Fixes #459204.
8367
8368 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst/playback/gsturidecodebin.c:
8371           Init debug category before using it.
8372
8373 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8374
8375         * gst-libs/gst/interfaces/mixer.h:
8376         Add padding vars in place of the signal pointers
8377         when building with DISABLE_DEPRECATED so that the
8378         interface structure doesn't change size.
8379
8380 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8381
8382         * docs/libs/gst-plugins-base-libs-sections.txt:
8383         * ext/alsa/gstalsamixer.c:
8384         * ext/alsa/gstalsamixer.h:
8385         * ext/alsa/gstalsamixerelement.c:
8386         * ext/alsa/gstalsamixertrack.c:
8387         * gst-libs/gst/interfaces/mixer.c:
8388         * gst-libs/gst/interfaces/mixer.h:
8389         * gst-libs/gst/interfaces/mixeroptions.c:
8390         * gst-libs/gst/interfaces/mixeroptions.h:
8391         * gst-libs/gst/interfaces/mixertrack.c:
8392         * gst-libs/gst/interfaces/mixertrack.h:
8393         * tests/check/Makefile.am:
8394         * tests/check/libs/mixer.c:
8395
8396         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8397         Fixes: #152864 
8398
8399         Add support for notifying mixer changes on the message bus, and
8400         implement it in alsamixer.
8401
8402         API: gst_mixer_get_mixer_flags
8403         API: gst_mixer_message_parse_mute_toggled
8404         API: gst_mixer_message_parse_record_toggled
8405         API: gst_mixer_message_parse_volume_changed
8406         API: gst_mixer_message_parse_option_changed
8407         API: GstMixerMessageType
8408         API: GstMixerFlags
8409
8410 2007-07-20  Michael Smith <msmith@fluendo.com>
8411
8412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8413         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8414           xcontext->im_format is only for testing XShm support (as the header
8415           file comments document). Use xvimage->im_format for everything else.
8416           Avoids spurious warnings on buffer allocation before setcaps.
8417
8418 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8419
8420         * tests/examples/volume/Makefile.am:
8421         * tests/icles/Makefile.am:
8422           We should use $(LIBM).
8423
8424 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8425
8426         * tests/icles/Makefile.am:
8427           This needs -lm.
8428
8429 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8430
8431         * gst-libs/gst/rtp/gstbasertppayload.c:
8432         (gst_basertppayload_class_init), (gst_basertppayload_init),
8433         (gst_basertppayload_set_property),
8434         (gst_basertppayload_get_property):
8435         Don't break ABI, restore previous ranges. Keep the default random
8436         selection of timestamp and seqnum offset but as soon as the app sets a
8437         specific value, use that one.
8438
8439 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8440
8441         Patch by: Bastien Nocera <hadess at hadess dot net>
8442
8443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8444         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8445         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8446         * sys/xvimage/xvimagesink.h:
8447         Add option to turn off double-buffering for debugging purposes.
8448         Fixes #437169.
8449
8450 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8451
8452         Patch by: Jorn Baayen <jorn at openedhand dot com>
8453
8454         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8455         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8456         (gst_ximagesink_init), (gst_ximagesink_class_init):
8457         * sys/ximage/ximagesink.h:
8458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8459         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8460         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8461         * sys/xvimage/xvimagesink.h:
8462         add 'handle-expose' property. Useful for video widgets which may want to
8463         be in control of Expose behaviour. Fixes #380625
8464
8465 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8466
8467         * gst-libs/gst/rtp/gstbasertppayload.c:
8468         (gst_basertppayload_class_init), (gst_basertppayload_init),
8469         (gst_basertppayload_event), (gst_basertppayload_push),
8470         (gst_basertppayload_set_property),
8471         (gst_basertppayload_get_property),
8472         (gst_basertppayload_change_state):
8473         * gst-libs/gst/rtp/gstbasertppayload.h:
8474         Fix ranges of rtp payloader properties so that the full range can be
8475         used in addition to -1 (random).
8476         Fix wrong seqnum reporting in caps.
8477         Fixes #420326.
8478
8479 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8480
8481         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8482         (gst_video_rate_query):
8483         Use boilerplate.
8484         Add latency query, might not be perfect yet but already works a lot
8485         better. Fixes #442557.
8486
8487 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8488
8489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8490         (gst_xvimagesink_setcaps):
8491         * sys/xvimage/xvimagesink.h:
8492         After a caps change, redraw our borders to avoid garbage left there
8493         when the image format changes to a smaller size, like 16:9 -> 4:3
8494         Also, hold the flow_lock a bit longer in the set_caps while we're
8495         fiddling with the xcontext.
8496
8497 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8498
8499         * Makefile.am:
8500         * configure.ac:
8501         * tests/Makefile.am:
8502         Remove bogus check for libcheck, since we check for
8503         gstreamer-check and it pulls in the required info from there, and we
8504         weren't actually _using_ the information for libcheck ourselves
8505         anyway.
8506
8507 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8508
8509         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8510         (gst_ffmpeg_caps_to_pixfmt):
8511         Fix the r_mask test for RGBA32 on little-endian.
8512         Fix a stupid typo that would have obviously broken 
8513         compilation on big-endian, if anyone was testing.
8514
8515 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8516
8517         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8518         (paint_hline_str4):
8519         * gst/videotestsrc/videotestsrc.h:
8520         Add alpha to the color struct.
8521         Use a default alpha value of 255 instead of 128.
8522
8523 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8524
8525         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8526         (setup_source):
8527         Clear the dynamic pads counter when starting a new uri. This makes
8528         reusing playbin work again.
8529         Fixes #454264.
8530
8531 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8532
8533         * configure.ac:
8534           Use pkg-config to locate check.
8535
8536 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8537
8538         * configure.ac:
8539         * tests/check/elements/volume.c: (GST_START_TEST):
8540           Fix 'make check' build against core CVS.
8541
8542 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8543
8544         * gst-libs/gst/interfaces/propertyprobe.c:
8545         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8546         * gst-libs/gst/tag/gstvorbistag.c:
8547           Make gtk-doc happy.
8548
8549 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * gst-libs/gst/audio/gstbaseaudiosink.c:
8552         (gst_base_audio_sink_callback):
8553           Quick hack to make audiosinks stop at EOS when operating in
8554           pull-mode; needs to be fixed properly some day.
8555
8556 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8557
8558         * docs/libs/gst-plugins-base-libs-sections.txt:
8559           Fix location of includes in the docs.
8560
8561 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8562
8563         * gst/ffmpegcolorspace/avcodec.h:
8564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8565         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8566         (gst_ffmpegcsp_avpicture_fill):
8567         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8568         (img_get_alpha_info):
8569         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8570         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8571         end of the word. Partially fixes #451908
8572
8573 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8574
8575         * docs/libs/Makefile.am:
8576         * docs/plugins/Makefile.am:
8577           Simplify --extra-dir as gtkdoc scans recursively.
8578
8579 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8580
8581         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8582         (gst_adder_request_new_pad):
8583         Make getcaps more robust by not using the proxycaps function. This makes
8584         sure that we don't end up recursively calling getcaps upstream.
8585         See #316248.
8586
8587 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8588
8589         * gst/audioconvert/audioconvert.c:
8590         Include math.h to fix compilation.
8591
8592 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8593
8594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8595         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8596         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8597         format, as produced by some dc1394 cameras like the iSight.
8598         See http://www.fourcc.org/yuv.php#IYU1
8599
8600 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8601
8602         * gst/audioconvert/Makefile.am:
8603         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8604         (check_default), (audio_convert_prepare_context),
8605         (audio_convert_clean_context), (audio_convert_convert):
8606         * gst/audioconvert/audioconvert.h:
8607         * gst/audioconvert/gstaudioconvert.c:
8608         (gst_audio_convert_dithering_get_type),
8609         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8610         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8611         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8612         * gst/audioconvert/gstaudioconvert.h:
8613         * gst/audioconvert/gstaudioquantize.c:
8614         (gst_audio_quantize_setup_noise_shaping),
8615         (gst_audio_quantize_free_noise_shaping),
8616         (gst_audio_quantize_setup_dither),
8617         (gst_audio_quantize_free_dither),
8618         (gst_audio_quantize_setup_quantize_func),
8619         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8620         * gst/audioconvert/gstaudioquantize.h:
8621         Implement dithering and noise shaping in audioconvert. By default now
8622         TPDF dithering (and no noise shaping) will be used when converting
8623         from a higher bit depth to 20 bit depth or smaller, otherwise
8624         everything will be as it is now.
8625         For the last audioconvert in a pipeline it would make sense to
8626         use some kind of noise shaping, enabling it by default for all
8627         conversions would give undesired results though. Fixes #360246.
8628         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8629         (GST_START_TEST):
8630         Adjust unit test for the new audioconvert.
8631
8632 2007-06-28  Wim Taymans  <wim@fluendo.com>
8633
8634         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8635         Use other metrics as well when estimating the buffer level.
8636
8637 2007-06-28  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8640         Small debug improvement.
8641
8642         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8643         (plugin_init):
8644         Tweak the rate estimation period.
8645         When calculating the buffer filledness in rate estimation mode, don't
8646         mix it with other metrics.
8647
8648 2007-06-28  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8651         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8652         When creating the groups, allow for a 5 second, unlimited buffers
8653         preroll phase after which we expose the group.
8654         When the group is exposed, use a small number of buffers up to a 2
8655         second limit. Also disconnect the overrun signal from multiqueue when we
8656         exposed the group because it is not needed anymore.
8657
8658 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8659
8660         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8661           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8662           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8663           (#451707); also, output some debugging info when dealing with
8664           freeform strings.
8665
8666         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8667           Add unit test for the above.
8668
8669 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8672           Add description for Windows Media RTP caps.
8673
8674         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8675           Remove RTP fields that don't define the format from caps.
8676
8677 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8678
8679         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8680           Skip empty buffers, but not empty header buffers. That way the original
8681           vorbisdec unit test still passes (#451145); also, take into account
8682           that those empty packets might carry a granulepos.
8683
8684         * tests/check/Makefile.am:
8685         * tests/check/elements/vorbisdec.c:
8686         (_create_codebook_header_buffer), (_create_audio_buffer),
8687         (GST_START_TEST), (vorbisdec_suite):
8688           Add unit test that sends an empty packet.
8689
8690 2007-06-27  Wim Taymans  <wim@fluendo.com>
8691
8692         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8693         Don't error out on 0-sized packets, just emit a warning because this is
8694         not a fatal error. Fixes #451145.
8695
8696 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8697
8698         * docs/plugins/gst-plugins-base-plugins.args:
8699         * docs/plugins/gst-plugins-base-plugins.signals:
8700         * docs/plugins/inspect/plugin-adder.xml:
8701         * docs/plugins/inspect/plugin-alsa.xml:
8702         * docs/plugins/inspect/plugin-audioconvert.xml:
8703         * docs/plugins/inspect/plugin-audiorate.xml:
8704         * docs/plugins/inspect/plugin-audioresample.xml:
8705         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8706         * docs/plugins/inspect/plugin-cdparanoia.xml:
8707         * docs/plugins/inspect/plugin-decodebin.xml:
8708         * docs/plugins/inspect/plugin-decodebin2.xml:
8709         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8710         * docs/plugins/inspect/plugin-gdp.xml:
8711         * docs/plugins/inspect/plugin-gnomevfs.xml:
8712         * docs/plugins/inspect/plugin-libvisual.xml:
8713         * docs/plugins/inspect/plugin-ogg.xml:
8714         * docs/plugins/inspect/plugin-pango.xml:
8715         * docs/plugins/inspect/plugin-playbin.xml:
8716         * docs/plugins/inspect/plugin-subparse.xml:
8717         * docs/plugins/inspect/plugin-tcp.xml:
8718         * docs/plugins/inspect/plugin-theora.xml:
8719         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8720         * docs/plugins/inspect/plugin-video4linux.xml:
8721         * docs/plugins/inspect/plugin-videorate.xml:
8722         * docs/plugins/inspect/plugin-videoscale.xml:
8723         * docs/plugins/inspect/plugin-videotestsrc.xml:
8724         * docs/plugins/inspect/plugin-volume.xml:
8725         * docs/plugins/inspect/plugin-vorbis.xml:
8726         * docs/plugins/inspect/plugin-ximagesink.xml:
8727         * docs/plugins/inspect/plugin-xvimagesink.xml:
8728           Update docs with caps info.
8729
8730 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8731
8732         * po/POTFILES.in:
8733           Add more files with translatable strings (#450875).
8734
8735 2007-06-23  Edward Hervey  <edward@fluendo.com>
8736
8737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8738         The chain should be freed if we error out here, else it will leak.
8739         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8740         (cleanup_decodebin):
8741         Don't forget to *properly* remove the signals, else it will leak.
8742
8743 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8744
8745         * MAINTAINERS:
8746         Updating all the maintainers files
8747
8748 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8749
8750         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8751         (main):
8752           Destroy and recreate parse-launch based pipeline after stop to be able
8753           to play again. Reorder some code and add more comments.
8754
8755 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8756
8757         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8758         When handling a delayed-caps notification case, mark
8759         the group as dynamic so that the nbdynamic count is
8760         incremented and decremented correctly. Fixes: #449156
8761         Patch by: Wim Taymans <wim@fluendo.com>
8762
8763 2007-06-19  Andy Wingo  <wingo@pobox.com>
8764
8765         * gst-libs/gst/audio/gstbaseaudiosink.c
8766         (gst_base_audio_sink_init): Enable pull-mode operation.
8767
8768 2007-06-19  Michael Smith <msmith@fluendo.com>
8769
8770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8771           Change minimum rate back to 1000 to allow low-sample-rate wav files
8772           to play back.
8773
8774 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8775
8776         * po/vi.po:
8777           Update translations.
8778
8779 2007-06-15  David Schleef  <ds@schleef.org>
8780
8781         * gst/playback/gstqueue2.c:
8782           Fix compile error from ignored return value.
8783
8784 2007-06-15  Michael Smith <msmith@fluendo.com>
8785
8786         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8787           Update tmpbuf for all neccesary rows, not just one, as is required
8788           when downscaling.
8789           Fixes #402076.
8790
8791 2007-06-15  Michael Smith <msmith@fluendo.com>
8792
8793         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8794         (eos_buffer_probe):
8795           Add a test that ensures we set DELTA_UNIT on all non-header,
8796           non-video buffers, if we have a video stream.
8797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8798         (gst_ogg_mux_process_best_pad):
8799           Move setting delta_pad to earlier, where we inspect all pads, so
8800           that leading audio pages don't get DELTA_UNIT unset if they come
8801           before the first DELTA_UNIT from video pages. Fixes the newly-added
8802           test. Fixes #385527.
8803
8804 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8807           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8808           fails on the p5-ppc64 build bot and the failure looks like it is due
8809           to the same issue as #348114, ie. a compiler bug.
8810
8811 2007-06-13  Edward Hervey  <edward@fluendo.com>
8812
8813         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8814         Fix build on MacOSX.
8815
8816 2007-06-13  Wim Taymans  <wim@fluendo.com>
8817
8818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8819         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8820         Fix compilation on mingw. Fixes #446972.
8821
8822 2007-06-12  Wim Taymans  <wim@fluendo.com>
8823
8824         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8825
8826         * gst/playback/gstqueue2.c: (update_buffering),
8827         (gst_queue_locked_enqueue):
8828         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8829         also update the buffering status when receiving events. Fixes #446551.
8830
8831 2007-06-11  Wim Taymans  <wim@fluendo.com>
8832
8833         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8834
8835         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8836         (gst_queue_handle_src_query):
8837         Wait for preroll before attempting to forward a duration query upstream.
8838         Fixes #445505.
8839
8840 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8841
8842         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8843         (gst_base_rtp_depayload_set_gst_timestamp):
8844         Use G_GINT64_CONSTANT macro for int64 constant.
8845         * win32/common/libgstinterfaces.def:
8846         * win32/common/libgsttag.def:
8847         Add new exported functions.
8848
8849 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8852           The BOS page of the first Dirac video stream needs to come before
8853           the BOS page of any Vorbis streams or other audio streams, just like
8854           it is with Theora.
8855
8856 2007-06-07  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8859         Fix compilation.
8860
8861 2007-06-06  Wim Taymans  <wim@fluendo.com>
8862
8863         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8864
8865         * gst/playback/gstqueue2.c: (gst_queue_init),
8866         (gst_queue_handle_sink_event), (gst_queue_chain),
8867         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8868         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8869         (gst_queue_src_activate_pull):
8870         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8871         Does not yet completely work because duration queries upstream won't
8872         block yet.
8873
8874 2007-06-06  Wim Taymans  <wim@fluendo.com>
8875
8876         * configure.ac:
8877         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8878         Some more fseeko checks.
8879
8880 2007-06-06  Wim Taymans  <wim@fluendo.com>
8881
8882         * configure.ac:
8883         check for large file support.
8884
8885 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8886
8887         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8888
8889         * gst/subparse/gstsubparse.c: (parse_subrip),
8890         (subviewer_unescape_newlines), (parse_subviewer),
8891         (gst_sub_parse_data_format_autodetect),
8892         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8893         * gst/subparse/gstsubparse.h:
8894         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8895         * tests/check/elements/subparse.c: (GST_START_TEST),
8896         (subparse_suite):
8897         Add a unit test for both SubViewer formats.
8898
8899 2007-06-01  Michael Smith <msmith@fluendo.com>
8900
8901         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8902           Don't overflow intermediate values when seeking to large time values
8903           in audiotestsrc.
8904
8905 2007-06-05  Wim Taymans  <wim@fluendo.com>
8906
8907         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8908         (gst_queue_create_read), (gst_queue_read_item_from_file),
8909         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8910         Include stdio to define fseeko.
8911
8912 2007-06-05  Wim Taymans  <wim@fluendo.com>
8913
8914         Patch by: Edward Hervey  <edward@fluendo.com>
8915
8916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8917         (gst_v4lsrc_query):
8918         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8919
8920 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * gst-libs/gst/riff/Makefile.am:
8923         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8924           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8925           our own implementation.
8926
8927 2007-06-05  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8930         (gst_base_rtp_depayload_setcaps),
8931         (gst_base_rtp_depayload_set_gst_timestamp),
8932         (gst_base_rtp_depayload_change_state):
8933         Handle timestamp wraparound.
8934
8935 2007-06-05  Wim Taymans  <wim@fluendo.com>
8936
8937         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8938         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8939         (gst_uri_decode_bin_change_state):
8940         Make sure we name srcpads uniquely even when using different internal
8941         decodebins.
8942         Signal no-more-pads when no more dynamic elements exist.
8943         Remove pads on cleanup.
8944
8945 2007-06-05  Wim Taymans  <wim@fluendo.com>
8946
8947         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8948
8949         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8950         (gst_queue_init), (gst_queue_finalize),
8951         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8952         (gst_queue_create_read), (gst_queue_read_item_from_file),
8953         (gst_queue_open_temp_location_file),
8954         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8955         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8956         (gst_queue_is_empty), (gst_queue_is_filled),
8957         (gst_queue_change_state), (gst_queue_set_temp_location),
8958         (gst_queue_set_property):
8959         Add support for filebased buffering. Fixes #441264.
8960
8961 2007-06-05  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8964         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8965         (caps_notify_group_cb), (gst_decode_group_new),
8966         (gst_decode_group_free):
8967         Add support for delayed caps fixation when autoplugging.
8968         Optimize cases where a multiqueue is not needed/wanted, like right after
8969         anything that is not a demuxer.
8970
8971 2007-06-05  Wim Taymans  <wim@fluendo.com>
8972
8973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8974         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8975         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8976         consideratly speedup ogg chain detection by not trying to find a base
8977         timestamp for skeleton streams. 
8978
8979 2007-06-05  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8982         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8983         (gst_multi_fd_sink_remove_flush),
8984         (gst_multi_fd_sink_remove_client_link),
8985         (gst_multi_fd_sink_handle_client_write),
8986         (gst_multi_fd_sink_handle_clients):
8987         * gst/tcp/gstmultifdsink.h:
8988         Add support for remove_flush.
8989
8990 2007-06-05  Wim Taymans  <wim@fluendo.com>
8991
8992         * docs/design/draft-keyframe-force.txt:
8993         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8994         (theora_enc_chain):
8995         Add draft design for forcing keyframes in encoders and implement in
8996         theoraenc.
8997
8998 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8999
9000         * configure.ac:
9001           Back to CVS
9002
9003 === release 0.10.13 ===
9004
9005 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
9006
9007         * configure.ac:
9008           releasing 0.10.13, "What's Going on?"
9009
9010 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9011
9012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9013         In riff, the depth is stored in the size field but it just means that
9014         the least significant bits are cleared. We can therefore just play
9015         the sample as if it had a depth == width. Fixes: #440997
9016
9017         Patch by: Wim Taymans <wim@fluendo.com> 
9018         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
9019
9020 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9021
9022         * gst-libs/gst/floatcast/floatcast.h:
9023         Define inline when needed on win32 builds. Fixes: #441295
9024         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9025
9026 2007-05-29  Wim Taymans  <wim@fluendo.com>
9027
9028         * gst/playback/gstplaybasebin.c: (queue_overrun),
9029         (no_more_pads_full):
9030         Stop buffering when the group is commited because the queues filled up.
9031         Fixes #442024.
9032
9033 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9034
9035         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9036         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9037         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9038         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9039         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9040         * ext/alsa/gstalsamixer.h:
9041         * ext/alsa/gstalsamixerelement.c:
9042         (gst_alsa_mixer_element_interface_supported),
9043         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9044         (gst_alsa_mixer_element_set_property),
9045         (gst_alsa_mixer_element_get_property),
9046         (gst_alsa_mixer_element_change_state):
9047         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9048         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9049         (gst_mixer_option_changed):
9050         * gst-libs/gst/interfaces/mixer.h:
9051         Revert commits towards #152864 made so far. We'll pick it up again
9052         after the 0.10.13 release.
9053
9054 2007-05-24  Wim Taymans  <wim@fluendo.com>
9055
9056         * gst-libs/gst/audio/gstbaseaudiosink.c:
9057         (gst_base_audio_sink_render):
9058         After an interrupt (PAUSED/flush) assume that the next sample should not
9059         be aligned to the previous sample. Fixes #417992.
9060
9061 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9064           Don't add channels and rate fields to the template caps for
9065           audio/x-dts, as wavparse might not always be able to set them,
9066           which would then lead to 'caps are not a real subset of the
9067           template caps' warnings.
9068
9069 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9070
9071         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9072         Handle unknown or invalid pads without crashing, as might occur if
9073         a media file like an mp3 is specified as a subtitle file.
9074         Fixes: #410039
9075
9076 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9077
9078         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9079         (setup_sinks):
9080         Block the subtitle bin output queue before ghosting it and linking,
9081         then unblock after. This avoids spurious not-linked errors caused 
9082         by the queue starting up (because it gets linked when it is ghosted). 
9083         Fixes: #350299
9084
9085 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9086
9087         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9088         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9089         file. Avoids flukes where the input gets typefound to some valid but
9090         useless type.
9091
9092 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         * tests/check/Makefile.am:
9095         * tests/check/elements/.cvsignore:
9096         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9097         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9098           Add unit test for gnomevfssink seeking and position reporting for
9099           file:// URIs.
9100
9101 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         Patch by: Mark Nauwelaerts <manauw at skynet be>
9104
9105         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9106         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9107         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9108         * ext/gnomevfs/gstgnomevfssink.h:
9109           Fix position reporting, especially after a seek (from upstream),
9110           see #412648.
9111
9112 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * ext/cdparanoia/gstcdparanoiasrc.c:
9115           Repair umlaut.
9116
9117 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9118
9119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9120         Specify the full valid range for MP3 samplerates. Fixes a regression
9121         caused by extra header checks since the last release.
9122
9123 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9124
9125         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9127         Fix a locking-order bug I introduced with my changes the other day.
9128         Patch by Mike Smith.
9129
9130 2007-05-21  Michael Smith <msmith@fluendo.com>
9131
9132         * ext/theora/theoradec.c: (theora_handle_data_packet):
9133           Don't look inside 0-length packets (which indicate duplicated
9134           frames)
9135
9136 2007-05-21  Wim Taymans  <wim@fluendo.com>
9137
9138         * ext/cdparanoia/gstcdparanoiasrc.c:
9139         (gst_cd_paranoia_src_read_sector):
9140         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9141         (gst_base_audio_src_create):
9142         Small cleanups.
9143
9144         * ext/theora/theoradec.c: (theora_dec_sink_event):
9145         Fix typo.
9146
9147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9148         (gst_base_rtp_depayload_set_gst_timestamp):
9149         Add some FIXME
9150
9151         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9152         And some debug info when a FIXME path is hit.
9153
9154 2007-05-21  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9157         (gst_base_rtp_audio_payload_class_init),
9158         (gst_base_rtp_audio_payload_init),
9159         (gst_base_rtp_audio_payload_finalize),
9160         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9161         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9162         (gst_base_rtp_payload_audio_handle_event):
9163         Some cleanups, remove minptime property as it is now in the parent
9164         class.
9165         Override parent class event function.
9166
9167         * gst-libs/gst/rtp/gstbasertppayload.c:
9168         (gst_basertppayload_class_init), (gst_basertppayload_init),
9169         (gst_basertppayload_event), (gst_basertppayload_set_property),
9170         (gst_basertppayload_get_property):
9171         * gst-libs/gst/rtp/gstbasertppayload.h:
9172         Add min-ptime property.
9173         Add handle-event vmethod. Fixes #415001.
9174
9175 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9176
9177         * gst-libs/gst/audio/gstbaseaudiosink.c
9178           (gst_base_audio_sink_change_state):
9179           Fix typo in comment.
9180
9181         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9182           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9183           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9184           close_link):
9185         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9186           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9187           Remove trailing whitespaces in comments.
9188
9189         * gst/volume/Makefile.am:
9190           Fix tabs.
9191
9192 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9193
9194         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9195
9196         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9197           set_option, get_option, _gst_reserved):
9198           Revert reordering functions (keep ABI).
9199
9200 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9201
9202         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9203         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9204         (gst_ximagesink_show_frame):
9205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9206         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9207         (gst_xvimagesink_show_frame):
9208         When we create our own window, indicate that we handle the 
9209         WM_DELETE client message from the window manager, so that it won't 
9210         kill our window (and our app) along with it. Handle ClientMessage,
9211         post an error on the bus, and close the window. Further buffers
9212         arriving will result in a FlowError because the window has been
9213         destroyed.
9214
9215         Fixes: #393975
9216
9217         Clean up the X event handling loop and make them the same for
9218         both xvimagesink and ximagesink while I'm at it.
9219
9220 2007-05-17  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9223         Make decodebin2 autoplug depayloaders too.
9224
9225         * gst/playback/gsturidecodebin.c: (source_new_pad):
9226         Set the newly created decoder in a usable state when autoplugging a
9227         dynamic source such as RTSP.
9228
9229 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9230
9231         * gst/playback/gststreaminfo.c: (cb_probe):
9232           Ignore video-codec tag for audio streams and ignore audio-codec tags
9233           for video streams. Should make codec name collection a bit more
9234           robust against sloppy demuxers that send tag events containing both
9235           tags down each pad.
9236
9237 2007-05-17  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/playback/gstqueue2.c: (update_rates):
9240         Tweak the buffering thresholds a little.
9241         Update the buffer size with the previously calculate rate instead of
9242         only when we calculate a new rate so that we get smoother buffering
9243         updates.
9244
9245         * gst/playback/Makefile.am:
9246         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9247         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9248         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9249         (gst_uri_decode_bin_get_property), (unknown_type),
9250         (add_element_stream), (no_more_pads_full), (no_more_pads),
9251         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9252         (gen_source_element), (has_all_raw_caps), (analyse_source),
9253         (remove_decoders), (make_decoder), (remove_source),
9254         (source_new_pad), (setup_source), (decoder_query_init),
9255         (decoder_query_duration_fold), (decoder_query_duration_done),
9256         (decoder_query_position_fold), (decoder_query_position_done),
9257         (decoder_query_latency_fold), (decoder_query_latency_done),
9258         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9259         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9260         (gst_uri_decode_bin_change_state), (plugin_init):
9261         New element that intergrates a source, optional buffering element and
9262         decodebin.
9263
9264 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * configure.ac:
9267           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9268           (also has a .pc file, so we don't need the fallback check any
9269           longer). Fixes #438840.
9270
9271 2007-05-17  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9274         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9275         (apply_segment), (apply_buffer), (update_buffering),
9276         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9277         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9278         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9279         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9280         (plugin_init):
9281         fix build.
9282
9283 2007-05-17  Wim Taymans  <wim@fluendo.com>
9284
9285         * gst/playback/Makefile.am:
9286         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9287         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9288         (gst_queue_getcaps), (gst_queue_bufferalloc),
9289         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9290         (apply_buffer), (update_buffering), (reset_rate_timer),
9291         (update_rates), (gst_queue_locked_flush),
9292         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9293         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9294         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9295         (gst_queue_loop), (gst_queue_handle_src_event),
9296         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9297         (gst_queue_src_activate_push), (gst_queue_change_state),
9298         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9299         On our way to playbin2 this is the new network queue that does buffering
9300         all by itself using high and low watermarks. It can also measure up and
9301         downstream bandwidth to optimally size the queue.
9302
9303 2007-05-17  Michael Smith <msmith@fluendo.com>
9304
9305         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9306         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9307           Use the segment->last_stop value to calculate the next timestamp to
9308           generate after a seek; not the segment->start value.
9309
9310 2007-05-15  David Schleef  <ds@schleef.org>
9311
9312         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9313           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9314
9315 2007-05-15  Wim Taymans  <wim@fluendo.com>
9316
9317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9318         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9319         Some more chained streaming ogg timestamp fixes.
9320
9321 2007-05-15  Wim Taymans  <wim@fluendo.com>
9322
9323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9324         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9325         (gst_ogg_demux_handle_page):
9326         Add some FIXMEs.
9327         Fix chain start/stop segment handling based on patch by
9328         <ahalda at cs dot mcgill dot ca> see #320984.
9329
9330 2007-05-15  Michael Smith <msmith@fluendo.com>
9331
9332         * configure.ac:
9333           We don't require a C++ compiler. So don't require one.
9334
9335 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9336
9337         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9338           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9339           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9340           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9341           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9342           gst_alsa_mixer_update_track):
9343           Apply some of the cleanup Tim suggested in #152864 afterwards.
9344
9345 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9346
9347         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9348
9349         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9350           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9351           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9352           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9353           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9354           gst_alsa_mixer_handle_source_callback,
9355           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9356           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9357           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9358           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9359           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9360           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9361         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9362         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9363           gst_alsa_mixer_element_interface_supported,
9364           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9365           gst_alsa_mixer_element_set_property,
9366           gst_alsa_mixer_element_get_property,
9367           gst_alsa_mixer_element_change_state):
9368         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9369         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9370           gst_mixer_option_changed):
9371         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9372           volume_changed, option_changed, _gst_reserved):
9373           Implement notification for alsamixer. Fixes #152864
9374
9375 2007-05-14  David Schleef  <ds@schleef.org>
9376
9377         * gst/videotestsrc/videotestsrc.c:
9378         * gst/videotestsrc/videotestsrc.h:
9379           Add support for video/x-raw-bayer.
9380
9381 2007-05-12  David Schleef  <ds@schleef.org>
9382
9383         * sys/xvimage/xvimagesink.c:
9384           Add some sanity checking for the XVImage size returned by X.
9385           Related to #377400.
9386
9387 2007-05-12  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9390         (gst_base_rtp_depayload_setcaps),
9391         (gst_base_rtp_depayload_set_gst_timestamp):
9392         Parse and use additional caps fields as described in updated
9393         application/x-rtp caps spec.
9394
9395 2007-05-12  Wim Taymans  <wim@fluendo.com>
9396
9397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9398         (gst_ogg_demux_collect_chain_info):
9399         If there is a stream in a chain without any data packets, ignore the
9400         stream in the total length calculations. Might be related to #436820.
9401
9402 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9403
9404         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9405         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9406         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9407         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9408         (plugin_init):
9409
9410         Consolidate and re-work our mpeg system stream detection to probe
9411         more packets and produce a higher confidence result. Fixes a
9412         regression caused by lowering the typefind probability last year
9413         - related to bug #397810. Remove the redundant MPEG-1 specific 
9414         typefind function, as the new one detects both MPEG-1 & MPEG-2
9415         happily.
9416
9417         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9418         little. 
9419
9420         Tested against my media test directory, with some improvements and
9421         no regressions.
9422
9423 2007-05-10  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9426         (queue_out_of_data):
9427         Connect to the new queue "pushing" signal instead of the broken
9428         "running" one.
9429
9430 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9431
9432         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9433         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9434         Move variable declaration before the first instruction.
9435         * gst/videotestsrc/videotestsrc.c:
9436         Define M_PI if it's not defined yet.
9437         * win32/common/libgstrtp.def:
9438         Add new exported functions.
9439
9440 2007-05-09  Michael Smith <msmith@fluendo.com>
9441
9442         * ext/theora/theoradec.c: (theora_handle_type_packet):
9443           gst_pad_push_event() does not return a GstFlowReturn!
9444
9445 2007-05-09  Wim Taymans  <wim@fluendo.com>
9446
9447         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9448         * tests/examples/seek/seek.c: (do_seek):
9449         Some small cosmetic changes.
9450
9451 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9452
9453         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9454           gst_adder_change_state):
9455         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9456           segment_pending, segment_position, segment_rate):
9457           Handle playback-rate on adder.
9458
9459 2007-05-07  Michael Smith <msmith@fluendo.com>
9460
9461         * ext/theora/gsttheoradec.h:
9462         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9463         (theora_dec_sink_event), (theora_handle_comment_packet),
9464         (theora_handle_type_packet), (theora_dec_change_state):
9465           Don't push events (newsegment, tags) before initialising the
9466           decoder.
9467           This is neccesary for seeking to work correctly in gnonlin.
9468
9469 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9470
9471         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9472         * gst/adder/gstadder.c:
9473         * gst/audiotestsrc/gstaudiotestsrc.c
9474           (gst_audio_test_src_create_white_noise):
9475         * gst/videotestsrc/gstvideotestsrc.c:
9476         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9477           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9478           volume_sink_template, volume_src_template, gst_volume_init,
9479           volume_process_double, volume_process_int16,
9480           volume_process_int16_clamp):
9481           Doc fixes and formatting.
9482
9483 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * tests/check/Makefile.am:
9486         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9487           Minimal check for volume's GstController usability; also another
9488           test for #422295.
9489
9490 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * gst-libs/gst/cdda/gstcddabasesrc.c:
9493         (gst_cdda_base_src_add_track):
9494           Fix it so that it (a) makes sense and (b) doesn't break
9495           everything cdda-related including the unit test.
9496
9497 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9498
9499         * gst-libs/gst/cdda/gstcddabasesrc.c:
9500         (gst_cdda_base_src_add_track):
9501           Fix build when disabling asserts.
9502
9503 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9506           When XShm is not available, we might get row strides that are not
9507           rounded up to multiples of four; this is bad, because virtually
9508           every RGB-processing element in GStreamer assumes rowstrides are
9509           rounded up to multiples of four, so let's allocate at least enough
9510           memory to avoid crashes in this case. The image will still be
9511           displayed distorted though if this happens, so that still needs
9512           fixing (maybe by allocating a bigger image with an 'even' width
9513           and then clipping it appropriately when rendering - something for
9514           Xlib aficionados in any case).
9515
9516 2007-05-03  Michael Smith <msmith@fluendo.com>
9517
9518         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9519           If a buffer doesn't have a timestamp, assume it's contiguous with
9520           the previous buffer, and synthesise timestamps appropriately.
9521
9522 2007-05-03  Edward Hervey  <edward@fluendo.com>
9523
9524         * tests/check/elements/videorate.c: (GST_START_TEST):
9525         Set buffer timestamp to a valid value in order to test the buffer
9526         really does stay in videorate.
9527
9528 2007-05-03  Edward Hervey  <edward@fluendo.com>
9529
9530         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9531         There is no sensible way to handle incoming buffers which don't have a
9532         valid timestamp. We therefore discard them and wait for the next one.
9533
9534 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9537         * gst/playback/gstdecodebin2.c: (plugin_init):
9538           Better error message for text files.
9539
9540 2007-04-29  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9543         Fix offset bug in generation RR packets.
9544
9545 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9546
9547         * ext/theora/theoradec.c: (_theora_granule_time),
9548         (theora_dec_push_forward), (theora_handle_data_packet),
9549         (theora_dec_decode_buffer): Calculate buffer duration correctly
9550         to generate a perfect stream (#433888).
9551         * gst/audioresample/gstaudioresample.c:
9552         (audioresample_check_discont): Glib provides ABS.
9553
9554 2007-04-27  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9557         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9558         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9559         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9560         (gst_rtcp_packet_bye_set_reason):
9561         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9562         Fix RB block parsing and writing.
9563         Add support for constructing BYE packets.
9564
9565 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9566
9567         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9568         (gst_base_audio_src_create):
9569         * po/POTFILES.in:
9570           When posting a warning message because samples were dropped, post
9571           something more intelligible than he default error message for clock
9572           errors which is just confusing in this context (#432984).
9573
9574 2007-04-25  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9577         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9578         (read_packet_header), (gst_rtcp_packet_move_to_next),
9579         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9580         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9581         (gst_rtcp_packet_sdes_get_item_count),
9582         (gst_rtcp_packet_sdes_first_item),
9583         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9584         (gst_rtcp_packet_sdes_first_entry),
9585         (gst_rtcp_packet_sdes_next_entry),
9586         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9587         (gst_rtcp_packet_sdes_add_entry):
9588         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9589         Implement code to write SR, RR and SDES packets.
9590
9591 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9594
9595         * sys/ximage/ximagesink.c:
9596           Fix build if XShm is not available (#432362).
9597
9598 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9599
9600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9601         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9602         pointers to random memory which are passed to g_free() when
9603         audio_convert_prepare_context() is called the first time.
9604
9605 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         Patch by: Dan Williams <dcbw redhat com>
9608
9609         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9610           Don't leak incoming buffer if gst_pad_push() returns a
9611           non-OK flow. Fixes #432755.
9612          
9613         * tests/check/elements/videorate.c: (GST_START_TEST),
9614         (videorate_suite):
9615           Unit test for the above by Yours Truly.
9616
9617 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9618
9619         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9620         (gst_adder_sink_event), (gst_adder_collected):
9621           Fix non-flushing segmented seeks, Fixes #340060 for me
9622
9623 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9624
9625         Patch by: Olivier Crete  <tester at tester ca>
9626
9627         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9628         (gst_base_rtp_audio_payload_class_init),
9629         (gst_base_rtp_audio_payload_init),
9630         (gst_base_rtp_audio_payload_dispose):
9631           Chain up to parent class in dispose function; get rid of
9632           unnecessary 'diposed' flag in private structure (#415001).
9633
9634 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9635
9636         * docs/libs/gst-plugins-base-libs.types:
9637         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9638         (gst_base_rtp_audio_payload_class_init):
9639         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9640         * gst-libs/gst/rtp/gstbasertppayload.c:
9641           Some minor docs fixes and additions; also add missing 'Since' bits.
9642
9643 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9644
9645         Patch by: Zeeshan Ali  <zeenix gmail com>
9646
9647         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9648         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9649         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9650         (gst_base_rtp_audio_payload_push):
9651         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9652           The recently-added gst_base_rtp_audio_payload_push() should take an
9653           object of type GstBaseRTPAudioPayload as first argument (#431672).
9654
9655 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9656
9657         * gst/audioresample/gstaudioresample.c:
9658           Make more functions static, just because we can.
9659
9660 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         * tests/check/elements/audioresample.c:
9663           Add unit test for audioresample shutdown crasher (#420106).
9664
9665 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9666
9667         * gst/subparse/gstsubparse.c:
9668         * gst/subparse/samiparse.c:
9669           Use GST_DISABLE_XML here
9670
9671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9672         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9673         (gst_xvimagesink_buffer_alloc),
9674         (gst_xvimagesink_navigation_send_event):
9675         * sys/xvimage/xvimagesink.h:
9676           Include stdlib.h when using atoi.
9677           
9678         * tests/check/elements/playbin.c: (playbin_suite):
9679           Use GST_DISABLE_REGISTRY here
9680
9681 2007-04-19  Michael Smith  <msmith@fluendo.com>
9682
9683         * ext/theora/gsttheoraenc.h:
9684         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9685         (theora_enc_sink_event), (theora_enc_change_state):
9686           Track initialisation state; don't try to use encoder state if we're
9687           not initialised (it'll segfault).
9688
9689 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9690
9691         * tests/check/pipelines/.cvsignore:
9692         Fix build.
9693
9694 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9695
9696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9697         Allow random depths between 1 and 32 instead of only multiplies of 8.
9698
9699 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9700
9701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9702         Set the maximum number of channels for PCM and float in the correct
9703         place to have it also used when creating the template caps.
9704
9705 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9706
9707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9708         Correctly support 4, 6 and 8 channels with normal PCM and float
9709         wav files.
9710
9711         Fix the depth and signedness calculation in extensible wav files and
9712         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9713         mask is found.
9714
9715         Add support for float, alaw and mulaw in extensible wav files.
9716
9717         This allows correct playback of all but 5 files from
9718         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9719         
9720         (gst_riff_create_audio_template_caps):
9721         Add voxware and float formats to the template caps.     
9722
9723 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9724
9725         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9726
9727         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9728         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9729
9730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9731         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9732         Use the correct format strings for integer formats.
9733
9734 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9737           Don't use pad_alloc_buffer_and_set_caps to create a small header
9738           packet, or, worse, to create a big temporary video buffer using the
9739           src pad.
9740
9741 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9742
9743         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9744         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9745           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9746           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9747
9748 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9751           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9752           streamheader_suite):
9753           Add another test set up for failure
9754
9755 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9756
9757         * tests/check/Makefile.am:
9758         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9759           GST_START_TEST, streamheader_suite, main):
9760           Add a test for the streamheader bug Wim fixed.
9761
9762 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9763
9764         * ext/theora/theoradec.c: (theora_dec_sink_event):
9765         Fix misleading comment.
9766
9767 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9768
9769         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9770           More sanity checks for the header fields.
9771
9772 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9775           Try encodings from all environment variables, not just those in the
9776           first environment variable that is set.
9777
9778 2007-04-12  Wim Taymans  <wim@fluendo.com>
9779
9780         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9781         (gst_video_rate_chain):
9782         Add some debug.
9783
9784         * tests/check/elements/videorate.c: (GST_START_TEST),
9785         (videorate_suite):
9786         Added check for videorate changing caps handling. Closes #421834.
9787
9788 2007-04-12  Michael Smith  <msmith@fluendo.com>
9789
9790         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9791           Use scale functions to avoid overflow when calculating duration of 
9792           vorbis buffers.
9793
9794 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         * docs/libs/gst-plugins-base-libs-sections.txt:
9797         * gst-libs/gst/tag/tag.h:
9798         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9799           API: add gst_tag_freeform_string_to_utf8() (#405072).
9800
9801         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9802           Use gst_tag_freeform_string_to_utf8() here.
9803
9804 2007-04-12  Wim Taymans  <wim@fluendo.com>
9805
9806         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9807         (gst_gdp_pay_sink_event):
9808         Make sure we set the IN_CAPS flag correctly.
9809
9810         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9811         Get the IN_CAPS flag before we call functions that mess with the flags.
9812
9813 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9814
9815         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9816           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9817           Only stamp buffers with offset/offset_end right before they get
9818           pushed.  This ensures offset continuity, which was not the case
9819           before as shown by
9820           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9821
9822 2007-04-06  Wim Taymans  <wim@fluendo.com>
9823
9824         * gst/playback/gstplaybin.c: (add_sink),
9825         (gst_play_bin_change_state):
9826         Activate sync in playbin, we are ready to handle it for live streams.
9827
9828 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * tests/check/elements/playbin.c:
9831         (test_sink_usage_video_only_stream), (playbin_suite):
9832           Add small test for stream-info-value-array code paths.
9833
9834 2007-04-05  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst-libs/gst/audio/gstbaseaudiosink.c:
9837         (gst_base_audio_sink_skew_slaving):
9838         Don't try to create invalid calibration parameters by making the
9839         internal time go backwards, instead make external time go forward.
9840
9841 2007-04-05  Wim Taymans  <wim@fluendo.com>
9842
9843         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9844
9845         * gst/playback/gstplaybasebin.c: (add_stream):
9846         Fix leak in add_stream(), when g_value_set_object() increases the
9847         refcount of streaminfo object. Fixes #426250.
9848
9849 2007-04-03  David Schleef  <ds@schleef.org>
9850
9851         * gst/videotestsrc/gstvideotestsrc.c:
9852         * gst/videotestsrc/gstvideotestsrc.h:
9853         * gst/videotestsrc/videotestsrc.c:
9854         * gst/videotestsrc/videotestsrc.h:
9855           Add a test pattern called "circular", which has concentric
9856           rings with varying radial frequency.  The main purpose of this
9857           pattern is to test fidelity loss in a filter or scaler element.
9858           Notably, this pattern is scale invariant, and is optimally viewed
9859           with a width (and height) of 400.
9860
9861 2007-04-03  Wim Taymans  <wim@fluendo.com>
9862
9863         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9864
9865         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9866         (deactivate_free_recursive):
9867         Decodebin2 doesn't unref pads it obtains in some occasions:
9868         - multiqueue src pads, when either connecting further or exposing
9869         - sink pads of new autoplugged elements
9870         - peer pads when recursively freeing elements
9871         Fixes #425455.
9872
9873 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9874
9875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9876         Add audio/x-raw-float support, now that audioconvert support
9877         non-native endianness floats.
9878
9879 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9880
9881         * docs/libs/gst-plugins-base-libs-docs.sgml:
9882           gstreamer-plugins-base.pc doesn't exist, it's
9883           gstreamer-plugins-base-0.10.pc.
9884
9885 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9886
9887         Patch by: René Stadler <mail at renestadler dot de>
9888         with some minor changes
9889
9890         * gst-libs/gst/floatcast/floatcast.h:
9891         Use more efficient float endianness conversion functions that don't
9892         involve 2 function calls per value.
9893         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9894         (check_default), (audio_convert_prepare_context):
9895         * gst/audioconvert/gstaudioconvert.c:
9896         (gst_audio_convert_parse_caps), (make_lossless_changes):
9897         Support non-native endianness floats as input and output.
9898         Fixes #339838.
9899         * tests/check/elements/audioconvert.c: (verify_convert),
9900         (GST_START_TEST):
9901         Add unit tests for the non-native endianness float conversions.
9902
9903 2007-03-29  Wim Taymans  <wim@fluendo.com>
9904
9905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9906         (gst_base_rtp_depayload_base_init),
9907         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9908         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9909         (gst_base_rtp_depayload_set_gst_timestamp),
9910         (gst_base_rtp_depayload_change_state),
9911         (gst_base_rtp_depayload_set_property),
9912         (gst_base_rtp_depayload_get_property):
9913         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9914         Add Private structure.
9915         Bring element code to 2007.
9916         Parse clock-base caps param and use it when generating the
9917         newsegment.
9918         Reset variables before going to PAUSED.
9919         Fix some docs.
9920
9921 2007-03-29  Wim Taymans  <wim@fluendo.com>
9922
9923         * docs/libs/gst-plugins-base-libs-docs.sgml:
9924         * docs/libs/gst-plugins-base-libs-sections.txt:
9925         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9926         (gst_base_rtp_audio_payload_get_adapter):
9927         Add RTCP docs.
9928         Fix some more docs.
9929
9930         * gst-libs/gst/rtp/Makefile.am:
9931         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9932         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9933         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9934         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9935         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9936         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9937         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9938         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9939         (gst_rtcp_packet_sr_get_sender_info),
9940         (gst_rtcp_packet_sr_set_sender_info),
9941         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9942         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9943         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9944         (gst_rtcp_packet_sdes_get_chunk_count),
9945         (gst_rtcp_packet_sdes_first_chunk),
9946         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9947         (gst_rtcp_packet_sdes_first_item),
9948         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9949         (gst_rtcp_packet_bye_get_ssrc_count),
9950         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9951         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9952         (gst_rtcp_packet_bye_get_reason_len),
9953         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9954         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9955         Add new helper object for parsing and creating RTCP messages.
9956
9957 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9958
9959         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9960         PCM samples with width=8 must be always unsigned, no matter what
9961         depth they have.
9962
9963 2007-03-29  Andy Wingo  <wingo@pobox.com>
9964
9965         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9966         perfect offsets also, not just timestamps.
9967
9968         * tests/check/elements/videorate.c (test_more): Test that given
9969         any incoming offsets, that videorate produces perfect offsets.
9970
9971 2007-03-29  Wim Taymans  <wim@fluendo.com>
9972
9973         * gst-libs/gst/riff/riff-ids.h:
9974         Add some more RIFF formats.
9975
9976 2007-03-29  Wim Taymans  <wim@fluendo.com>
9977
9978         * gst-libs/gst/rtp/gstrtpbuffer.c:
9979         (gst_rtp_buffer_default_clock_rate):
9980         * gst-libs/gst/rtp/gstrtpbuffer.h:
9981         Fix fixed payload names and docs.
9982         Added method to get the default clock rates of fixed payload types.
9983         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9984
9985 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9986
9987         * tests/check/pipelines/.cvsignore:
9988         Add new vorbisdec test to cvsignore.
9989
9990 2007-03-28  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9993         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9994         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9995         (gst_base_audio_sink_set_property),
9996         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9997         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9998         (gst_base_audio_sink_skew_slaving),
9999         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10000         (gst_base_audio_sink_async_play):
10001         * gst-libs/gst/audio/gstbaseaudiosink.h:
10002         Store private stuff in GstBaseAudioSinkPrivate.
10003         Add configurable clock slaving modes property.
10004         API:: GstBaseAudioSink::slave-method property
10005         Some more latency reporting tweaks.
10006         Added skew based clock slaving correction and make it the default until
10007         the resampling method is more robust.
10008
10009 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
10010
10011         * gst/audioconvert/audioconvert.c:
10012         Add docs to the integer pack functions and implement proper
10013         rounding. Before we had rounding towards negative infinity, i.e.
10014         always the smaller number was taken. Now we use natural rounding,
10015         i.e. rounding to the nearest integer and to the one with the largest
10016         absolute value for X.5. The old rounding introduced some minor
10017         distortions. Fixes #420079
10018         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10019         Fix one unit test that assumed the old rounding and added unit tests
10020         for checking signed/unsigned int16 <-> signed/unsigned int16 with
10021         depth 8, one for signed int16 <-> unsigned int16 and one for the new
10022         rounding from signed int32 to signed/unsigned int16.
10023
10024 2007-03-27  Michael Smith  <msmith@fluendo.com>
10025
10026         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10027         (gst_audio_convert_transform_caps):
10028           Fix typo in debug line introduced recently, as pointed out on irc.
10029
10030 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10033         * tests/check/libs/tag.c: (GST_START_TEST):
10034           Make sure we parse floating-point numbers in vorbis comments
10035           correctly with either '.' or ',' as separator, no matter what
10036           the current locale is. Add unit test for this too.
10037
10038 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         Patch by: René Stadler  <mail at renestadler de>
10041
10042         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10043           When writing out floating-point numbers to vorbis comment tags, always
10044           use the same character as separator no matter what the current locale is
10045           (fixes #423051).
10046
10047         * tests/check/libs/tag.c: (GST_START_TEST):
10048           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10049
10050 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10051
10052         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10053           vorbis_handle_data_packet):
10054           Correctly set DURATION to generate a timestamp-continuous stream.
10055           One bug left at the end; see
10056           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10057         * tests/check/Makefile.am:
10058         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10059           Add a test to check this.  Without the above patch this test fails.
10060
10061 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10062
10063         * gst-libs/gst/rtp/Makefile.am:
10064         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10065
10066 2007-03-23  Michael Smith  <msmith@fluendo.com>
10067
10068         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10069         (gst_video_rate_reset), (gst_video_rate_chain):
10070           If videorate changes caps, we can no longer use the old buffer
10071           (which may have a different size, incompatible with our caps).
10072           So don't do that; just duplicate the new frame more times.
10073
10074 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10075
10076         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10077         Remove playbin's override of the set_clock vmethod. It's irrelevant
10078         after Wim's commit on the 19th.
10079
10080 2007-03-22  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10083         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10084         * ext/gnomevfs/gstgnomevfssrc.h:
10085         Don't cache file sizes. Fixes #341078.
10086
10087 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10088
10089         * gst/playback/gstplaybin.c: (add_sink):
10090           Use GST_PTR_FORMAT to log caps. 
10091
10092 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10093
10094         Patch by: Young-Ho Cha <ganadist at chollian net>
10095
10096         * gst/subparse/samiparse.c: (handle_start_font):
10097           Special-case some more colour names that pango doesn't handle by
10098           default. Fixes #420578.
10099
10100 2007-03-20  Michael Smith  <msmith@fluendo.com>
10101
10102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10103           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10104           that marks EOS internally. After that, libvorbis will buffer all
10105           input data, and encode none of it, eventually leading to memory
10106           exhaustion.
10107
10108 2007-03-19  Wim Taymans  <wim@fluendo.com>
10109
10110         * gst/playback/gstdecodebin.c: (remove_fakesink):
10111         Don't post STATE_DIRTY anymore.
10112
10113         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10114         (gst_play_bin_change_state):
10115         Remove stream_time reset in seek handling, core does that now.
10116         Disable clocking for live pipelines by forcing a NULL clock to the
10117         complete pipeline, core is too smart now for our previous hack.
10118         We can always autoplug in PAUSED now.
10119
10120 2007-03-17  David Schleef  <ds@schleef.org>
10121
10122         * REQUIREMENTS:  Update this file, change the formatting to make
10123         it more consistent, plus more machine readable.
10124
10125 2007-03-16  Michael Smith  <msmith@fluendo.com>
10126
10127         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10128         (strip_width_64), (append_with_other_format):
10129           Previous fix was too simplistic, and broke the tests. Use a better
10130           approach; only strip 64 from widths for integer audio.
10131
10132 2007-03-16  Michael Smith  <msmith@fluendo.com>
10133
10134         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10135         (gst_audio_convert_transform_caps):
10136           We don't support 64 bit integer audio, so don't try to claim we can.
10137           Stops us producing caps don't match our template caps.
10138           Update comments.
10139
10140 2007-03-15  Michael Smith  <msmith@fluendo.com>
10141
10142         * gst/audioresample/gstaudioresample.c:
10143         (audioresample_check_discont), (audioresample_transform):
10144           Don't trigger discontinuities for very small imperfections; a filter
10145           flush will sound bad, and many plugins have rounding errors leading
10146           to these.
10147
10148 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10149
10150         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10151
10152         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10153         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10154         API: add "min-ptime" property to RTP base audio payloader.
10155         API: add gst_base_rtp_audio_payload_push().
10156         API: add gst_base_rtp_audio_payload_get_adapter().
10157         Fixes #415001
10158         Indentation/whitespace/documentation fixes.
10159
10160 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10161
10162         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10163         (audioresample_transform_size), (audioresample_do_output),
10164         (audioresample_transform), (audioresample_pushthrough): Handle
10165         discontinuous streams.
10166         * gst/audioresample/gstaudioresample.h:
10167         * tests/check/elements/audioresample.c:
10168         (test_discont_stream_instance), (GST_START_TEST),
10169         (audioresample_suite): Add a test for discontinuous streams.
10170         * win32/common/config.h: Updated.
10171
10172 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10173
10174         * po/af.po:
10175         * po/az.po:
10176         * po/cs.po:
10177         * po/en_GB.po:
10178         * po/it.po:
10179         * po/nb.po:
10180         * po/nl.po:
10181         * po/or.po:
10182         * po/sq.po:
10183         * po/sr.po:
10184         * po/sv.po:
10185         * po/uk.po:
10186         * po/vi.po:
10187           Update translations from translation project.
10188
10189 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10190
10191         * gst/audioresample/debug.h:
10192         * gst/audioresample/resample.c: (resample_init):
10193           Since I really am not interested in a debug line for each sample
10194           being processed, move the library's debugging to its own category,
10195           libaudioresample
10196
10197 2007-03-13  Michael Smith  <msmith@fluendo.com>
10198
10199         * ext/theora/theoradec.c: (theora_handle_type_packet):
10200           Since the plugin doesn't support anything other than 4:2:0 right
10201           now, post an error and fail if we get something else. Won't matter
10202           until libtheora supports the other pixel formats, but hopefully
10203           that'll be soon...
10204
10205 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10206
10207         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10208         Use gst_guint64_to_gdouble for conversion.
10209         * win32/MANIFEST:
10210         Add new files to the win32 MANIFEST.
10211         * win32/common/libgstaudio.def:
10212         * win32/common/libgstpbutils.def:
10213         Add new exported functions.
10214         * win32/vs6/gst_plugins_base.dsw:
10215         * win32/vs6/libgstdecodebin.dsp:
10216         * win32/vs6/libgstplaybin.dsp:
10217         Change the link to libgstpbutils.lib.
10218         * win32/vs6/libgstdecodebin2.dsp:
10219         Add a new project for decodebin2.
10220         * win32/vs6/libgstpbutils.dsp:
10221         Add a new project for pbutils.
10222
10223 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10226           Also accept partial dates with only year and month,
10227           like 1999-12-00 (fixes #410396 even more).
10228
10229         * tests/check/libs/tag.c: (GST_START_TEST):
10230           Add unit test for the above.
10231
10232 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * tests/check/elements/subparse.c: (GST_START_TEST),
10235         (subparse_suite):
10236           Add unit test for MPL2 subtitle format (#413799).
10237
10238 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10241
10242         * gst/subparse/Makefile.am:
10243         * gst/subparse/gstsubparse.c:
10244         (gst_sub_parse_data_format_autodetect),
10245         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10246         (gst_subparse_type_find):
10247         * gst/subparse/gstsubparse.h:
10248         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10249         * gst/subparse/mpl2parse.h:
10250           Add support for MPL2 subtitle format (#413799).
10251
10252 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         * configure.ac:
10255           We require core CVS for the new buffer metadata copy functions.
10256
10257 2007-03-09  Wim Taymans  <wim@fluendo.com>
10258
10259         * gst-libs/gst/tag/gstid3tag.c:
10260         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10261         Fixes #414496.
10262
10263         Patch by: Alex Lancaster <alexl at users sourceforge net>
10264
10265 2007-03-09  Wim Taymans  <wim@fluendo.com>
10266
10267         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10268         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10269         Improve adapter usage and comments.
10270
10271 2007-03-09  Wim Taymans  <wim@fluendo.com>
10272
10273         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10274         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10275         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10276         Use new metadata copy function.
10277
10278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10279         (gst_ffmpegcsp_transform):
10280         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10281         Basetransform copied the metadata for us.
10282
10283 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10286         (gst_text_overlay_video_event):
10287           Some more logging. Only accept newsegment events in TIME format and
10288           send a WARNING message if they are not in TIME format.
10289
10290         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10291         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10292         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10293         * gst/subparse/gstsubparse.h:
10294           No need to allocate GstSegment structure dynamically, just put it
10295           into the instance structure; ignore newsegment events in BYTE
10296           format and in particular don't let it overwrite our saved TIME
10297           segment from the last seek.
10298
10299 2007-03-09  Michael Smith  <msmith@fluendo.com>
10300
10301         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10302           Replace AC3 typefinder with one that isn't terrible, and actually
10303           works usefully.
10304
10305 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10306
10307         * gst/audioconvert/gstaudioconvert.c:
10308         (gst_audio_convert_transform):
10309           fix error category and translatable string
10310           
10311
10312 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10315         * pkgconfig/gstreamer-plugins-base.pc.in:
10316           Fix up utils => pbutils here too.
10317
10318 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         * gst/subparse/gstsubparse.c: (handle_buffer):
10321           Break out of loop in chain function as soon as possible if we get
10322           a non-OK flow return.
10323
10324 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10325
10326         * tests/check/elements/alsa.c: (GST_START_TEST):
10327         Unref the mixer if the state change fails too (if the
10328         alsa devices are inaccessible, for example)
10329
10330 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10331
10332         * tests/check/Makefile.am:
10333         Don't test libvisual elements in the states check, because libvisual
10334         seems to leak internally.
10335
10336         Re-enable the alsa and states tests now that there's new suppressions
10337         in gst.supp.
10338
10339         * tests/check/elements/alsa.c: (GST_START_TEST):
10340         Don't leak the alsamixer we instantiated.
10341
10342 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10343
10344         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10345         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10346         (gst_ximagesink_finalize):
10347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10348         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10349         Move some cleanup stuff from the state change handler into a _reset()
10350         function that can be called from _finalize(). This ensures that things
10351         get freed even if (for some reason) the NULL->READY state transition
10352         fails in the parent class.
10353         Even if a parent state change fails, process our downward state change
10354         logic instead of bailing out early.
10355         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10356
10357 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10358
10359         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10360         Extra log line.
10361
10362         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10363         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10364         Use pango_font_description_set_family_static instead of 
10365         pango_font_description_set_family to save a string copy (it was
10366         leaking due to the strdup anyway)
10367
10368         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10369         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10370         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10371         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10372         Chain up in finalize.
10373
10374 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * gst-libs/gst/interfaces/mixertrack.c:
10377         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10378         (gst_mixer_track_set_property):
10379           API: add "untranslated-label" property which should be set by
10380           implementations at construct time (#414645).
10381
10382         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10383         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10384           Set "untranslated-label" when constructing mixer track objects.
10385
10386         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10387           Unit test to check the above.
10388
10389 2007-03-07  Wim Taymans  <wim@fluendo.com>
10390
10391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10392         Fix confusing debug message.
10393
10394 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10395
10396         * gst-plugins-base.doap:
10397         update doap file with new version
10398
10399 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         * configure.ac:
10402         Back to CVS
10403
10404 === release 0.10.12 ===
10405
10406 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10407
10408         * configure.ac:
10409           releasing 0.10.12, "Zombie Horde"
10410
10411 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10412
10413         * configure.ac:
10414         Bump version to 0.10.11.4 pre-release
10415
10416 2007-03-06  Wim Taymans  <wim@fluendo.com>
10417
10418         * gst-libs/gst/audio/gstbaseaudiosink.c:
10419         (gst_base_audio_sink_async_play):
10420         Fix regression that made GStreamer skip the first samples of audio.
10421         Fixes #414684.
10422
10423 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10424
10425         * configure.ac:
10426         Bump version to 0.10.11.3 pre-release
10427
10428 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10429
10430         * po/POTFILES.in:
10431           Update paths for the rename from utils to pbutils to fix the build.
10432
10433 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst-libs/gst/pbutils/Makefile.am:
10436           Change directory to install headers in from gst/utils to gst/pbutils
10437           as well.
10438
10439 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * configure.ac:
10442         * docs/libs/gst-plugins-base-libs-docs.sgml:
10443         * docs/libs/gst-plugins-base-libs-sections.txt:
10444         * gst-libs/gst/Makefile.am:
10445         * gst-libs/gst/interfaces/mixer.c:
10446         * gst-libs/gst/pbutils/Makefile.am:
10447         * gst-libs/gst/pbutils/descriptions.c:
10448         (gst_pb_utils_get_source_description),
10449         (gst_pb_utils_get_sink_description),
10450         (gst_pb_utils_get_decoder_description),
10451         (gst_pb_utils_get_encoder_description),
10452         (gst_pb_utils_get_element_description),
10453         (gst_pb_utils_add_codec_description_to_tag_list),
10454         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10455         * gst-libs/gst/pbutils/descriptions.h:
10456         * gst-libs/gst/pbutils/install-plugins.c:
10457         * gst-libs/gst/pbutils/install-plugins.h:
10458         * gst-libs/gst/pbutils/missing-plugins.c:
10459         (gst_missing_uri_source_message_new),
10460         (gst_missing_uri_sink_message_new),
10461         (gst_missing_element_message_new),
10462         (gst_missing_decoder_message_new),
10463         (gst_missing_encoder_message_new),
10464         (gst_missing_plugin_message_get_description):
10465         * gst-libs/gst/pbutils/missing-plugins.h:
10466         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10467         * gst-libs/gst/pbutils/pbutils.h:
10468         * gst-libs/gst/utils/Makefile.am:
10469         * gst-libs/gst/utils/base-utils.c:
10470         * gst-libs/gst/utils/base-utils.h:
10471         * gst-libs/gst/utils/descriptions.c:
10472         * gst-libs/gst/utils/descriptions.h:
10473         * gst-libs/gst/utils/install-plugins.c:
10474         * gst-libs/gst/utils/install-plugins.h:
10475         * gst-libs/gst/utils/missing-plugins.c:
10476         * gst-libs/gst/utils/missing-plugins.h:
10477         * gst-plugins-base.spec.in:
10478         * gst/playback/Makefile.am:
10479         * gst/playback/gstdecodebin.c:
10480         * gst/playback/gstdecodebin2.c:
10481         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10482         (gen_source_element):
10483         * gst/playback/gstplaybin.c: (plugin_init):
10484         * tests/check/Makefile.am:
10485         * tests/check/libs/pbutils.c: (GST_START_TEST),
10486         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10487         * tests/check/libs/utils.c:
10488           rename utils to pbutils
10489
10490 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10491
10492         * docs/plugins/Makefile.am:
10493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10495         * docs/plugins/inspect/plugin-decodebin2.xml:
10496         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10497         Add documentation for decodebin2 that indicates that the API
10498         is still unstable.
10499
10500 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10501
10502         * configure.ac:
10503         Update to 0.10.11.2 (0.10.12 pre-release)
10504
10505 2007-03-01  Wim Taymans  <wim@fluendo.com>
10506
10507         * gst-libs/gst/audio/gstbaseaudiosink.c:
10508         (gst_base_audio_sink_async_play):
10509         base time is irrelevant here.
10510
10511 2007-03-01  Wim Taymans  <wim@fluendo.com>
10512
10513         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10514         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10515         Improve debugging.
10516
10517         * gst-libs/gst/audio/gstbaseaudiosink.c:
10518         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10519         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10520         Improve latency and clock slaving calculations.
10521         Improve slave clock calibration.
10522
10523         * gst-libs/gst/audio/gstringbuffer.c:
10524         (gst_ring_buffer_commit_full):
10525         When we are asked to render N sample to 0 bytes, return N.
10526
10527 2007-03-01  Wim Taymans  <wim@fluendo.com>
10528
10529         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10530         (gst_alsasink_write), (gst_alsasink_reset):
10531         * ext/alsa/gstalsasink.h:
10532         Remove unused dispose function.
10533         Rename lock to not interfere with alsasrc lock.
10534
10535         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10536         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10537         (gst_alsasrc_read), (gst_alsasrc_reset):
10538         * ext/alsa/gstalsasrc.h:
10539         Implement finalize function.
10540         Use lock to protect alsa access.
10541         Implement _reset.
10542         Fine tune sw params.
10543
10544 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10545
10546         * configure.ac:
10547           Convert to new AG_GST style.
10548
10549 2007-02-28  Wim Taymans  <wim@fluendo.com>
10550
10551         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10552
10553         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10554         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10555         Fix race condition when rapidly switching visualisations in playbin.
10556         Fixes #401029.
10557
10558 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10559
10560         * tests/check/Makefile.am:
10561         Include local stuff before system installed things in LDFLAGS and
10562         CFLAGS.
10563
10564 2007-02-28  Wim Taymans  <wim@fluendo.com>
10565
10566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10567         Improve debugging.
10568
10569 2007-02-28  Wim Taymans  <wim@fluendo.com>
10570
10571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10572         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10573         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10574         Fix duration and timestamping, taking latency into account.
10575         Implement latency query.
10576
10577 2007-02-28  Wim Taymans  <wim@fluendo.com>
10578
10579         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10580         (gst_audio_clock_new):
10581         Fix clock name.
10582
10583         * gst-libs/gst/audio/gstbaseaudiosink.c:
10584         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10585         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10586         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10587         (gst_base_audio_src_create):
10588         Improve latency query code.
10589         Use proper clock names.
10590
10591 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * tests/check/generic/states.c: (GST_START_TEST):
10594           Copy the states.c test from core again
10595         * tests/check/Makefile.am:
10596           ignore cdio and cdparanoiasrc
10597
10598 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10599
10600         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10601         (double_hq), (audio_convert_get_func_index), (check_default),
10602         (audio_convert_prepare_context), (audio_convert_convert):
10603           Also make valgrind happy and avoid copying data in some cases.
10604
10605 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10606
10607         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10608         (double_hq), (audio_convert_get_func_index),
10609         (audio_convert_prepare_context), (audio_convert_convert):
10610         * gst/audioconvert/gstaudioconvert.c:
10611         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10612         (gst_audio_convert_transform_caps):
10613         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10614         (audioconvert_suite):
10615           Don't run inplace if that overwrites source data as we go. Add more
10616           tests. Fixes #339837 even more.
10617
10618 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10619
10620         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10621         (msg_segment_done): Fix various seeking bugs (Slider was not
10622         updating when doing a non flushing seek, Reverse playback 
10623         on segment seek was wrong).
10624
10625 2007-02-26  Wim Taymans  <wim@fluendo.com>
10626
10627         * tests/examples/seek/seek.c: (stop_seek):
10628         When we stop scrubbing, don't leave the pipeline PLAYING when we
10629         requested a PAUSED state.
10630
10631 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         Patch by: René Stadler <mail at renestadler de>
10634
10635         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10636           Parse date strings in vorbis comments that have an invalid (zero)
10637           month or day (#410396).
10638
10639         * tests/check/libs/tag.c: (GST_START_TEST):
10640           Test case for the above.
10641
10642 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10643
10644         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10645
10646         * configure.ac:
10647         * ext/alsa/Makefile.am:
10648         * gst/audiotestsrc/Makefile.am:
10649           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10650
10651 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * gst/playback/gstplaybin.c:
10654           Improve docs: point out that the application needs to assist playbin
10655           with buffering.
10656
10657 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst-libs/gst/utils/install-plugins.c:
10660         * gst-libs/gst/utils/missing-plugins.c:
10661         * tests/check/libs/utils.c: (missing_msg_check_getters):
10662           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10663           to just 'gstreamer'. Document the caps string component of the
10664           decoder/encoder detail a bit better, since not everyone will be
10665           familiar with the GStreamer media type/caps system (but they better
10666           enjoy nested itemized lists).
10667
10668 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10671         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10672           Fix copying of GstNetBuffer (would crash before, or at least lead to
10673           invalid memory access, #410772), for now by copying the GstBuffer copy
10674           code from the core over here so we can copy the GstBuffer fields on a
10675           provided buffer instance (of type GstNetBuffer in this case). Would be
10676           better to fix this with some support by the core though (and in the long
10677           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10678
10679         * tests/check/Makefile.am:
10680           Enable unit test for GstNetBuffer.
10681
10682 2007-02-22  Andy Wingo  <wingo@pobox.com>
10683
10684         * gst-libs/gst/audio/gstbaseaudiosink.c
10685         (gst_base_audio_sink_init): Disable pull-mode activation until we
10686         figure out how to make audio sinks go to PLAYING.
10687
10688 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10689
10690         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10691         (double_hq), (audio_convert_get_func_index),
10692         (audio_convert_prepare_context), (audio_convert_convert):
10693         * gst/audioconvert/audioconvert.h:
10694         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10695         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10696         * gst/audioconvert/gstchannelmix.h:
10697         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10698           Add float as an intermediate format, as well as float mixing. Enable
10699           test that was failing before. Fixes #339837
10700
10701 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10702
10703         * tests/examples/seek/seek.c: (do_seek):
10704         Undo the previous commit: -1 as a stop time implies that the stop
10705         time is the end of file, clearing any previously configured segment.
10706
10707 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10708
10709         * tests/examples/seek/seek.c: (do_seek):
10710         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10711
10712 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10713
10714         * gst/volume/gstvolume.c: (volume_process_int16),
10715         (volume_process_int16_clamp), (volume_set_caps):
10716           Unbreak volume, value remains gint.
10717
10718 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10719
10720         * gst/volume/gstvolume.c: (volume_choose_func),
10721         (volume_update_real_volume), (gst_volume_set_volume),
10722         (gst_volume_init), (volume_process_double), (volume_process_float),
10723         (volume_process_int16), (volume_process_int16_clamp),
10724         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10725         * gst/volume/gstvolume.h:
10726           Extend float audio support (double) and some int->uint cleanups.
10727
10728 2007-02-20  Edward Hervey  <edward@fluendo.com>
10729
10730         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10731         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10732         (sort_end_pads), (gst_decode_group_expose),
10733         (gst_decode_group_hide):
10734         Don't free groups from the streaming threads. Just put them aside and
10735         free them in dispose.
10736
10737 2007-02-20  Edward Hervey  <edward@fluendo.com>
10738
10739         * gst/playback/gstdecodebin2.c: (connect_element),
10740         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10741         (sort_end_pads), (gst_decode_group_expose):
10742         Handle dynamic pads within groups.
10743         Sort pads before exposing them in order to make playbin happy.
10744         There still is a race with the multiqueue filling up. This should be
10745         solved separately.
10746         Fixes #398721
10747
10748 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * gst-libs/gst/utils/base-utils.c:
10751         * gst-libs/gst/utils/descriptions.c:
10752         * gst-libs/gst/utils/install-plugins.c:
10753         * gst-libs/gst/utils/missing-plugins.c:
10754           Some more docs (and descriptions for two subtitle formats).
10755
10756 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst-libs/gst/audio/audio.c:
10759           Fix documentation.
10760
10761 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         Patch by: Yves Lefebvre  <ivanohe abacom com>
10764
10765         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10766           Don't leak caps. Fixes #408278.
10767
10768 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10769
10770         * ext/cdparanoia/gstcdparanoiasrc.h:
10771         * ext/ogg/gstoggdemux.h:
10772         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10773         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10774         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10775         * gst-libs/gst/audio/audio.h:
10776         * gst-libs/gst/audio/gstaudiofilter.h:
10777         * gst-libs/gst/interfaces/videoorientation.h:
10778         * gst/adder/gstadder.h:
10779           More docs coverage and some ChangeLog surgery (add missing names)
10780
10781 2007-02-15  Wim Taymans  <wim@fluendo.com>
10782
10783         * sys/ximage/ximagesink.c:
10784         (gst_ximagesink_calculate_pixel_aspect_ratio):
10785         * sys/xvimage/xvimagesink.c:
10786         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10787         Small constifications.
10788
10789 2007-02-15  Wim Taymans  <wim@fluendo.com>
10790
10791         * gst-libs/gst/audio/gstbaseaudiosink.c:
10792         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10793         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10794         (gst_base_audio_sink_async_play),
10795         (gst_base_audio_sink_change_state):
10796         Answer latency query.
10797         Use configured latency when syncing.
10798         Fix clock slaving.
10799
10800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10801         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10802         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10803         Fix possible memleak.
10804         Implement latency query.
10805         Small cleanups.
10806
10807 2007-02-15  Wim Taymans  <wim@fluendo.com>
10808
10809         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10810         Ignore errors in reset, these are not fatal. They also grab the element
10811         lock which is already taking when this function is called. Fixes
10812         #405451.
10813
10814 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10815
10816         * configure.ac:
10817           Remove 'tests/examples/xerror/Makefile' from output files again.
10818
10819 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10820
10821         * configure.ac:
10822         * docs/plugins/Makefile.am:
10823           Also crossref against gst-plugins-base-libs.
10824
10825 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10826
10827         * configure.ac:
10828         * docs/libs/Makefile.am:
10829         * docs/plugins/Makefile.am:
10830           Add crossreferences to glib/gobject/gstream docs.
10831
10832         * gst-libs/gst/audio/audio.h:
10833           Source formatting.
10834
10835         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10836           Add own debug category.
10837
10838 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         Patch by: René Stadler <mail at renestadler de>
10841
10842         * gst-libs/gst/tag/gstvorbistag.c:
10843           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10844           (#403597).
10845
10846 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * gst/playback/gstplaybasebin.c: (setup_source):
10849           When we have external subtitles and wait for the subtitle decodebin
10850           to get up and running, we set up a (sync) bus handler for the
10851           subtitle decodebin, so we can stop waiting when it posts an error
10852           message. However, we should do that before we set the subtitle
10853           decodebin's state to playing, otherwise things are racy and we might
10854           miss error messages posted before we had a chance to set up the bus.
10855           This should finally fix totem hanging on .txt pseudo-subtitle files.
10856           
10857 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10858
10859         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10860           Use gst_gdouble_to_guint64 for conversions.
10861         * win32/common/config.h.in:
10862           Add a define for GST_INSTALL_PLUGINS_HELPER
10863         * win32/common/libgstaudio.def:
10864         * win32/common/libgstcdda.def:
10865         * win32/common/libgstnetbuffer.def:
10866         * win32/common/libgstrtp.def:
10867         * win32/common/libgutils.def:
10868           Add new exported functions.
10869         * win32/vs6/gst_plugins_base.dsw:
10870         * win32/vs6/libgstdecodebin.dsp:
10871         * win32/vs6/libgstnetbuffer.dsp:
10872         * win32/vs6/libgstplaybin.dsp:
10873         * win32/vs6/libgstrtp.dsp:
10874         * win32/vs6/libgstvorbis.dsp:
10875         * win32/vs6/libgstcdda.dsp:
10876         * win32/vs6/libgstgdp.dsp:
10877         * win32/vs6/libgstutils.dsp:
10878           Update and add new project files.
10879
10880 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10883         (subrip_remove_unhandled_tags), (parse_subrip):
10884           For SubRip (.srt) subtitles, ignore all markup tags we don't
10885           handle (like font tags, for example).
10886
10887         * tests/check/elements/subparse.c:
10888           Add test for this.
10889
10890 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * gst/playback/gstdecodebin.c: (add_fakesink),
10893         (gst_decode_bin_change_state):
10894         * gst/playback/gstdecodebin2.c: (add_fakesink),
10895         (gst_decode_bin_change_state):
10896           Don't error out if there is no fakesink in the NULL to READY state
10897           change, since when decodebin is re-used, we're only adding the
10898           fakesink element in READY to PAUSED.
10899
10900         * tests/check/elements/decodebin.c:
10901         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10902         (decodebin_suite):
10903           Minimal unit test to make sure we can use the same decodebin
10904           instance twice (at least with audiotestsrc input).
10905
10906 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10909           Try to get devic-name from device string first, and from handle only
10910           as fallback (seems to yield better results and is more robust
10911           against buggy probing code on the application side).
10912
10913 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10916
10917         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10918         (gst_alsa_find_device_name):
10919         * ext/alsa/gstalsa.h:
10920         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10921         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10922           Improve device-name detection a bit, especially in the case where
10923           the device is not actually open (#405020, #405024). Move common code
10924           into gstalsa.c instead of duplicating it.
10925
10926 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/audioconvert/gstaudioconvert.c:
10929           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10930
10931 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10932
10933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10934         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10935         (gst_xvimagesink_interface_supported),
10936         (gst_xvimagesink_probe_get_properties),
10937         (gst_xvimagesink_probe_probe_property),
10938         (gst_xvimagesink_probe_needs_probe),
10939         (gst_xvimagesink_probe_get_values),
10940         (gst_xvimagesink_property_probe_interface_init),
10941         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10942         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10943         (gst_xvimagesink_get_type):
10944         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10945         for XVAdaptors so that one can choose the adaptor to use with 
10946         gstreamer-properties.
10947
10948 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10949
10950         * gst/audioconvert/gstaudioconvert.c:
10951           Also mention that a conversion from double to float is suboptimal still.
10952
10953 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst-libs/gst/audio/gstaudiofilter.c:
10956         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10957           Clear our formats structure and free the caps contained in it when
10958           shutting down.
10959
10960 2007-02-05  Andy Wingo  <wingo@pobox.com>
10961
10962         * gst-libs/gst/audio/gstbaseaudiosink.c
10963         (gst_base_audio_sink_callback): Update basesink->offset so that we
10964         pull monotonically increasing offsets instead of, um, seeking back
10965         to 0 each time. Fixes alsasrc ! alsasink!
10966
10967 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst/videoscale/gstvideoscale.c:
10970           A width and height of 1 makes us crash, so increase minimum size to
10971           2x2 pixels until someone feels like fixing this (#404512).
10972
10973 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10976           Add small test to make sure request pads are cleaned up properly
10977           even if oggmux never changes state out of NULL.
10978
10979 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * tests/check/libs/utils.c: (GST_START_TEST):
10982           Fix unit test. Turns out things work much better when you
10983           NULL-terminate string arrays. Should make p5 build bot happy again.
10984
10985 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * gst-libs/gst/audio/Makefile.am:
10988         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10989         (gst_audio_filter_template_base_init),
10990         (gst_audio_filter_template_class_init),
10991         (gst_audio_filter_template_init),
10992         (gst_audio_filter_template_set_property),
10993         (gst_audio_filter_template_get_property),
10994         (gst_audio_filter_template_setup),
10995         (gst_audio_filter_template_filter),
10996         (gst_audio_filter_template_filter_inplace), (plugin_init):
10997           Oops, forgot to commit fixed-up example.
10998
10999 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * docs/libs/gst-plugins-base-libs-sections.txt:
11002         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11003         (gst_audio_filter_class_init), (gst_audio_filter_init),
11004         (gst_audio_filter_set_caps),
11005         (gst_audio_filter_class_add_pad_templates):
11006         * gst-libs/gst/audio/gstaudiofilter.h:
11007           Port GstAudioFilter to 0.10. This change technically breaks
11008           API and ABI (and thus also every library developer's heart),
11009           but seems justifiable on the grounds that the base class was
11010           completely unusable before (ie. would crash immediately when
11011           actually used). Fixes #403963 (and eventually also #403572).
11012           Also document all of this a bit.
11013
11014 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst-libs/gst/utils/install-plugins.c:
11017         (gst_install_plugins_spawn_child):
11018         * tests/check/libs/utils.c:
11019         (test_base_utils_install_plugins_do_callout):
11020           Lowering log level to see why things fail on the p5 build bot;
11021           fix some typos in unit test messages.
11022
11023 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * tests/check/libs/utils.c:
11026         (test_base_utils_install_plugins_do_callout):
11027           Don't hard-code temp directory for test helper; use GLib functions
11028           to write out file and do error checking etc.
11029
11030 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * gst-libs/gst/utils/Makefile.am:
11033         * gst-libs/gst/utils/base-utils.h:
11034         * gst-libs/gst/utils/install-plugins.c:
11035         (gst_install_plugins_context_set_xid),
11036         (gst_install_plugins_context_new),
11037         (gst_install_plugins_context_free),
11038         (gst_install_plugins_get_helper),
11039         (gst_install_plugins_spawn_child),
11040         (gst_install_plugins_return_from_status),
11041         (gst_install_plugins_installer_exited),
11042         (gst_install_plugins_async), (gst_install_plugins_sync),
11043         (gst_install_plugins_return_get_name),
11044         (gst_install_plugins_installation_in_progress):
11045         * gst-libs/gst/utils/install-plugins.h:
11046           API: add API for applications to initiate installation of missing
11047           plugins, ie. gst_install_plugins_async() primarily.
11048           Based on libgimme-codec by Ryan Lortie.
11049
11050         * configure.ac:
11051           Add --with-install-plugins-helper configure option so distros can specify
11052           the path of the helper script or program to call when plugin installation
11053           is requested (distros: please do any argument munging in this helper
11054           script instead of patching GStreamer to pass arguments differently
11055           to another program directly).
11056
11057         * docs/libs/gst-plugins-base-libs-docs.sgml:
11058         * docs/libs/gst-plugins-base-libs-sections.txt:
11059           Build and document new API.
11060
11061         * tests/check/libs/utils.c: (result_cb),
11062         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11063         (libgstbaseutils_suite):
11064           Some simple checks for the new API.
11065
11066 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * tests/check/elements/audioconvert.c: (test_float_conversion):
11069           Add small test for 32bit float <=> 64bit float conversion (works
11070           only one way so far, 32=>64 produces structured noise).
11071
11072 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/audioconvert/gstaudioconvert.c:
11075         (set_structure_widths_32_and_64), (make_lossless_changes):
11076           We don't support floats with a width of 40, 48 or 56 bits.
11077
11078 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * gst/audioconvert/audioconvert.c: (float), (double),
11081         (audio_convert_get_func_index):
11082         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11083         (make_lossless_changes):
11084           Support for 64-bit float audio in audioconvert (#339837)
11085
11086 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         Patch by: Holger Wansing  <linux wansing-online de>
11089
11090         * po/LINGUAS:
11091         * po/de.po:
11092           Add German translation (#352069).
11093
11094 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11095
11096         reviewed by: Wim Taymans <wim@fluendo.com>
11097
11098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11099         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11100         Use newly added GstCollectPads API to free the allocated resources in
11101         the GstOggPad structures (#402393).
11102
11103 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11104
11105         * gst/playback/gstplaybin.c: (gen_vis_element):
11106           Add audioresample+audioconvert in front of the visualisation
11107           element, so that elements like libvisual 0.4 that don't support all
11108           samplerates can work.
11109
11110           Fixes: #402505
11111
11112 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11115         (gst_play_base_bin_get_streaminfo_value_array):
11116           Take some locks and make a copy of the streaminfo value array we
11117           maintain while holding the lock, so that the application can
11118           retrieve the stream-info as a value array in a thread-safe way.
11119
11120 2007-01-30  Wim Taymans  <wim@fluendo.com>
11121
11122         * gst/audioconvert/gstaudioconvert.c:
11123         Don't fail on 0 sized buffers. Fixes #396835.
11124
11125 2007-01-29  David Schleef  <ds@schleef.org>
11126
11127         * gst/typefind/gsttypefindfunctions.c:
11128           Detect BBCD as video/x-dirac, so we can play raw dirac
11129           streams.
11130
11131 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11132
11133         * ext/theora/theoraenc.c: (theora_enc_chain):
11134           Check return value of theora_encode_header(), or we might try to
11135           allocate a random number of bytes. theora_encode_header() can fail
11136           if libtheora has been compiled with encoding support disabled.
11137           Fixes #398110.
11138
11139 2007-01-29  Wim Taymans  <wim@fluendo.com>
11140
11141         * tests/check/gst/.cvsignore:
11142         Do as buildbot says.
11143
11144 2007-01-29  Wim Taymans  <wim@fluendo.com>
11145
11146         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11147         Fix strides in libvisual. Gst uses X strides.
11148         Inspired by: <ed at catmur dot co dot uk> and 
11149         <tim at centricular dot net>
11150         Fixes #401118.
11151
11152 2007-01-27  Wim Taymans  <wim@fluendo.com>
11153
11154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11155         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11156         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11157         (gst_ogg_demux_perform_seek),
11158         (gst_ogg_demux_bisect_forward_serialno),
11159         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11160         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11161         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11162         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11163         * ext/ogg/gstoggdemux.h:
11164         Properly propagate streaming errors when we are scanning the file for
11165         chains so that we don't crash when shut down. Might fix some crashers
11166         when quickly switching oggs in RB such as #332503 and #378436.
11167
11168 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11171           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11172           error code as well.
11173
11174 2007-01-25  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst/playback/gstplaybasebin.c: (remove_source):
11177         Don't try to disconnect a signal from a finalized object.
11178
11179 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11182           Cast lock macro parameters to make sure we're actually accessing the
11183           lock member at the right class level. Free list itself in _dispose()
11184           as well and NULL it in case dispose gets called multiple times.
11185
11186 2007-01-25  Edward Hervey  <edward@fluendo.com>
11187
11188         * gst/playback/gstdecodebin2.c:
11189         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11190         Free GstDecodeGroups no longer used.
11191         (gst_decode_group_expose):
11192         Don't unlock too many times !
11193         (deactivate_free_recursive):
11194         Free iterator once we're done with it.
11195         Fix for recursively deactivating elements (stop at ghostpads).
11196
11197 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst/playback/gstplaybin.c: (handoff):
11200           Fix up caps on the frame buffer before we save it and potentially
11201           make it accessible to other threads via g_object_get; also use
11202           gst_buffer_replace() instead of gst_mini_object_replace().
11203
11204 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11207           Make getting the current frame thread-safe.
11208
11209 2007-01-25  Edward Hervey  <edward@fluendo.com>
11210
11211         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11212         (gst_decode_group_new), (gst_decode_group_free):
11213         Set queues to bigger sizes to cope with HD contents.
11214         Fix some mutex freeing and add comment about MT safe methods.
11215
11216 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11219         (gst_text_overlay_text_event):
11220           Don't unnecessarily ref (and then leak) upstream events if the text
11221           pad is not linked. Fixes #399948.
11222
11223         * tests/check/gst-plugins-base.supp:
11224           Add suppression for pango on edgy/x86 for textoverlay test.
11225
11226 2007-01-24  Wim Taymans  <wim@fluendo.com>
11227
11228         * gst-libs/gst/rtp/gstrtpbuffer.h:
11229         Add some more fixed payloads.
11230
11231 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11234           Error out properly if we get an error from libogg while reading the
11235           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11236
11237 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11240           Don't leak mutex.
11241
11242         * tests/check/elements/playbin.c:
11243         (test_sink_usage_video_only_stream),
11244         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11245         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11246         (test_missing_suburisource_handler),
11247         (test_missing_primary_decoder), (playbin_suite):
11248           Run all tests once with decodebin and once with decodebin2.
11249           One test does not pass yet with decodebin2.
11250
11251 2007-01-23  Edward Hervey  <edward@fluendo.com>
11252
11253         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11254         Fix the cases where oggmux doesn't properly figure out that all
11255         sinkpads have gone EOS, and therefore doesn't push out the remaining
11256         buffers and the final EOS event.
11257         Fixes #363379
11258
11259 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11260
11261         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11263         Don't lock on navigation event push, just on keysym to string.
11264         Fixes #397673 again.
11265
11266 2007-01-22  Edward Hervey  <edward@fluendo.com>
11267
11268         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11269         (get_current_group), (group_demuxer_event_probe),
11270         (gst_decode_group_expose), (deactivate_free_recursive),
11271         (gst_decode_group_free):
11272         Cleanups.
11273         Don't forget to emit 'no-more-pads' once a group is exposed.
11274         Cleanup elements from a DecodeGroup once we remove it.
11275         Protect call to gst_decode_group_expose() with the decodebin lock.
11276
11277 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11278
11279         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11281         Looking at Xorg code i can't figure out if that XKeysymToString
11282         function is thread sensible or not. Lock it just in case as
11283         recommended by Radek Doulik <rodo at ximian dot com>.
11284
11285 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11286
11287         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11289         Lock that X Call as well. Fixes #397673.
11290
11291 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11292
11293         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11294           Don't go into an endless loop if the file starts with 00 00 01 2X,
11295           like quicktime redirect files might. Fixes #396042.
11296
11297         * tests/check/Makefile.am:
11298         * tests/check/gst/.cvsignore:
11299         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11300         (typefindfunctions_suite):
11301           Add unit test for the above.
11302
11303 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11306           On second thought, use "depth" field rather than "bpp" field.
11307
11308 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11311           Camtasia caps apparently need a bpp field (#398875).
11312
11313 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11316         (gen_source_element), (gst_play_base_bin_change_state):
11317           Attempt at a better error message in case we don't have the required
11318           URI handler installed; post missing-plugin message also when we're
11319           missing an URI handler for the subtitle URI; clean up properly also
11320           when an error occurs and we never made it to PAUSED state.
11321
11322         * tests/check/elements/playbin.c: (GST_START_TEST),
11323         (playbin_suite):
11324           Check that we're also getting a missing-plugin messsage for a
11325           missing subtitle URI handler (and clean up properly).
11326
11327 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11330           Plug a few reference leaks.
11331
11332 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11335           Lower probability a bit if the marker isn't right at the start,
11336           to decrease the chance of false positives.
11337
11338 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11341           Small mpeg2 system stream typefinding improvement: make typefinder
11342           probe a bit into the stream instead of just looking for a marker
11343           at the beginning. Fixes #397810.
11344
11345 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * gst/audioconvert/gstchannelmix.c:
11348           Remove compatibility cruft for prehistoric GLib versions.
11349
11350 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * gst/playback/Makefile.am:
11353         * gst/playback/gstdecodebin.c: (close_pad_link):
11354         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11356         (gst_play_base_bin_handle_message_func), (unknown_type):
11357           Let decodebin be the element to post missing-plugin messages for
11358           missing decoders (rather than playbin); make playbin implement
11359           GstBin::handle_message so we can suppress missing-plugin messages
11360           for types we're not handling on purpose (don't want to bring up an
11361           installer in those cases).
11362
11363 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11366         * gst-libs/gst/tag/gstvorbistag.c:
11367         (gst_tag_list_to_vorbiscomment_buffer):
11368         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11369           Fix potentially unaligned access (#397207).
11370
11371 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11372
11373         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11374         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11375         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11376         (main):
11377           Allow to toggle looping while it plays. Fix callback prototype. Clean
11378           up code a bit more. Add copyright header.
11379
11380 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11381
11382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11383           Red and blue mask was swapped (spotted by Dan Williams).
11384
11385 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11386
11387         * gst-libs/gst/tag/gstid3tag.c:
11388         * gst-libs/gst/tag/gstvorbistag.c:
11389           Use new beats-per-minute tag from core.
11390
11391 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * po/POTFILES.in:
11394           Add new files with translatable strings, so they actually make it
11395           into the template file one day.
11396
11397 2007-01-12  Andy Wingo  <wingo@pobox.com>
11398
11399         * gst-libs/gst/audio/gstbaseaudiosink.c
11400         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11401         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11402         stuff, as the base class handles this now. Actually tell the ring
11403         buffer to start.
11404         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11405         How did this work before? Maybe I'm not as awesome a programmer as
11406         I think.
11407
11408         * gst-libs/gst/audio/gstbaseaudiosrc.c
11409         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11410         of a pad function.
11411
11412 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11415           Remove more fields so that the application can better blacklist
11416           formats that have been tried before.
11417
11418 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * gst-libs/gst/audio/mixerutils.h:
11421           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11422           used when compiling with c++ compilers as well.
11423
11424 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/typefind/gsttypefindfunctions.c:
11427           Fix comment.
11428
11429 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/playback/gstplaybin.c: (post_missing_element_message),
11432         (gen_video_element), (gen_text_element), (gen_audio_element),
11433         (gen_vis_element):
11434           Post missing-plugin messages also when we error out because
11435           converters, textoverlay or auto*sinks are missing (#161922).
11436
11437 2007-01-10  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11440         (is_demuxer_element), (new_caps):
11441         * gst/playback/gstplaybasebin.c: (source_new_pad):
11442         Fix the case where we try to ref a NULL element when we delay a link
11443         because of unfixed caps.
11444         Set the state of autoplugged decodebins to PAUSED.
11445         RTSP now works in playbin, we can remove it from the blacklist.
11446
11447 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * gst/playback/Makefile.am:
11450         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11451         (unknown_type), (setup_subtitle), (gen_source_element):
11452         * gst/playback/gstplaybin.c: (plugin_init):
11453           Post missing-plugin messages on the bus for missing sources and
11454           missing decoders/demuxers/depayloaders; fix error code used when
11455           we're missing an URI handler source; for media types that we are not
11456           handling on purpose at the moment, don't print "don't know how to
11457           handle xyz" messages to the terminal or post missing-plugin
11458           messages on the bus.
11459
11460         * tests/check/elements/playbin.c: (create_playbin),
11461         (GST_START_TEST), (gst_codec_src_uri_get_type),
11462         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11463         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11464         (gst_codec_src_init_type), (gst_codec_src_base_init),
11465         (gst_codec_src_create), (gst_codec_src_class_init),
11466         (gst_codec_src_init), (plugin_init), (playbin_suite):
11467           Add some tests for the missing-plugin stuff.
11468
11469 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * configure.ac:
11472         * gst-libs/gst/Makefile.am:
11473         * gst-libs/gst/utils/Makefile.am:
11474         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11475         * gst-libs/gst/utils/base-utils.h:
11476         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11477         (find_format_info), (caps_are_rtp_caps),
11478         (gst_base_utils_get_source_description),
11479         (gst_base_utils_get_sink_description),
11480         (gst_base_utils_get_decoder_description),
11481         (gst_base_utils_get_encoder_description),
11482         (gst_base_utils_get_element_description),
11483         (gst_base_utils_add_codec_description_to_tag_list),
11484         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11485         * gst-libs/gst/utils/descriptions.h:
11486         * gst-libs/gst/utils/missing-plugins.c:
11487         (missing_structure_get_type), (copy_and_clean_caps),
11488         (gst_missing_uri_source_message_new),
11489         (gst_missing_uri_sink_message_new),
11490         (gst_missing_element_message_new),
11491         (gst_missing_decoder_message_new),
11492         (gst_missing_encoder_message_new),
11493         (missing_structure_get_string_detail),
11494         (missing_structure_get_caps_detail),
11495         (gst_missing_plugin_message_get_installer_detail),
11496         (gst_missing_plugin_message_get_description),
11497         (gst_is_missing_plugin_message):
11498         * gst-libs/gst/utils/missing-plugins.h:
11499           API: add new libgstbaseutils library with functions
11500           - to create and parse missing-plugins messages
11501           - that provide (translated) descriptions for caps/decoders/sources/etc.
11502           Closes #392393.
11503
11504         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11505         * pkgconfig/gstreamer-plugins-base.pc.in:
11506           Add new lib.
11507
11508         * docs/libs/gst-plugins-base-libs-docs.sgml:
11509         * docs/libs/gst-plugins-base-libs-sections.txt:
11510           Generate docs for new lib and API.
11511
11512         * tests/check/Makefile.am:
11513         * tests/check/libs/.cvsignore:
11514         * tests/check/libs/utils.c: (missing_msg_check_getters),
11515         (GST_START_TEST), (libgstbaseutils_suite):
11516           Add some basic unit tests.
11517
11518 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * ext/ogg/Makefile.am:
11521           Dist gstoggdemux.h to fix 'make distcheck'.
11522
11523         * sys/v4l/Makefile.am:
11524           Fix 'make distcheck' even more.
11525
11526 2007-01-09  Wim Taymans  <wim@fluendo.com>
11527
11528         * docs/plugins/Makefile.am:
11529         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11530         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11531         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11532         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11533         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11534         (gst_ogg_demux_perform_seek):
11535         * ext/ogg/gstoggdemux.h:
11536         Added docs.
11537         Add some more comments.
11538         Small cleanups.
11539
11540 2007-01-09  Wim Taymans  <wim@fluendo.com>
11541
11542         * ext/theora/theoradec.c:
11543         * ext/vorbis/vorbisdec.c:
11544         * gst-libs/gst/audio/gstringbuffer.c:
11545         (gst_ring_buffer_commit_full):
11546         * gst-libs/gst/audio/gstringbuffer.h:
11547         * gst-libs/gst/rtp/gstrtpbuffer.c:
11548         * gst-libs/gst/tag/gstvorbistag.c:
11549         Small documentation updates/fixes
11550
11551 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * configure.ac:
11554           Require core CVS HEAD for Andy's basesrc/sink API additions.
11555
11556 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11559
11560         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11561         (plugin_init):
11562           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11563           on flac.sf.net (there appear to be other versions of the first
11564           ogg page in the wild) (#391365).
11565
11566 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * configure.ac:
11569           Check if localtime_r() is available.
11570
11571         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11572           If localtime_r() is not available, fall back to localtime(). Should
11573           fix build on MingW (#393310).
11574
11575 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11578         * gst/subparse/gstsubparse.h:
11579           Remove spurious 1000 subtrahend when calculating the timestamp from
11580           the frame number and the frame rate . Also, use the frames/second
11581           value specified in the first line of the file, if one is specified
11582           there. Should fix #357503.
11583
11584         * tests/check/elements/subparse.c: (do_test),
11585         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11586         (subparse_suite):
11587           Add some basic unit tests for the microdvd subtitle format.
11588
11589 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11590
11591         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11592
11593         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11594         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11595         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11596         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11597         (gst_xvimagesink_set_xwindow_id),
11598         (gst_xvimagesink_set_event_handling),
11599         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11600         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11601         Fixes: #390076.
11602         Add an adaptor property to select a specific XV adaptor.
11603         * sys/xvimage/xvimagesink.h:
11604
11605 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11606
11607         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11608         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11609         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11610         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11611         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11612         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11613         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11614         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11615         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11616         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11617         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11618         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11619         Use flow_lock much more to protect every access to xwindow.
11620         Try to catch erros while creating images in case some drivers are
11621         just generating an XError when the requested image is too big.
11622         Should fix : #354698, #384008, #384060.
11623         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11624         Implement some stress testing of setting window xid.
11625
11626 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11627
11628         * win32/common/libgsaudio.def:
11629           Add new exported function.
11630         * win32/common/libgstogg.dsp:
11631           Add gstoggaviparse.c to the build.
11632         * win32/common/libgstvideoscale.dsp:
11633           Add vs_4tap.c to the build.
11634         * win32/common/libgstvorbis.dsp:
11635           Add vorbistag.c to the build.
11636         
11637 2007-01-06  Andy Wingo  <wingo@pobox.com>
11638
11639         * gst-libs/gst/audio/gstbaseaudiosink.c
11640         (gst_base_audio_sink_class_init)
11641         (gst_base_audio_sink_init): 
11642         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11643         to baseaudiosink, and tell basesink that we can work in pull mode.
11644         This way the ring buffer thread drives the pipeline directly, if
11645         pull mode is possible. There is some lingering nastiness regarding
11646         capsnego, however.
11647         (gst_base_audio_sink_callback): Implement the callback to pull
11648         data. This interface is a bit light, though -- it should get a
11649         GstFlowReturn return value at least.
11650
11651 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11654         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11655         * gst/playback/gstdecodebin2.c:
11656         (gst_decode_group_check_if_blocked):
11657           Printf format and missing argument fixes.
11658
11659 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11660
11661         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11662         (gst_ogm_parse_change_state):
11663         Activate pads before adding them to the element.
11664
11665 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * tests/examples/seek/scrubby.c: (main):
11668         * tests/examples/seek/seek.c: (main):
11669           Call g_thread_init() first thing in main() (see #391278).
11670
11671 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * tests/check/Makefile.am:
11674         * tests/check/libs/.cvsignore:
11675         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11676         (netbuffer_suite):
11677           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11678           for the time being, since it's broken, see #393099.
11679
11680 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * tests/check/Makefile.am:
11683           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11684
11685 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11686
11687         * configure.ac:
11688           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11689           so that GST_BASE_CFLAGS can go inbetween them, making sure
11690           we use uninstalled gst-libs headers
11691         * docs/libs/Makefile.am:
11692         * ext/alsa/Makefile.am:
11693         * ext/cdparanoia/Makefile.am:
11694         * ext/gnomevfs/Makefile.am:
11695         * ext/libvisual/Makefile.am:
11696         * ext/ogg/Makefile.am:
11697         * ext/theora/Makefile.am:
11698         * ext/vorbis/Makefile.am:
11699         * gst-libs/gst/audio/Makefile.am:
11700         * gst-libs/gst/cdda/Makefile.am:
11701         * gst-libs/gst/interfaces/Makefile.am:
11702         * gst-libs/gst/riff/Makefile.am:
11703         * gst-libs/gst/rtp/Makefile.am:
11704         * gst-libs/gst/tag/Makefile.am:
11705         * gst/adder/Makefile.am:
11706         * gst/audioconvert/Makefile.am:
11707         * gst/audiorate/Makefile.am:
11708         * gst/audioresample/Makefile.am:
11709         * gst/playback/Makefile.am:
11710         * gst/tcp/Makefile.am:
11711         * gst/videoscale/Makefile.am:
11712         * gst/volume/Makefile.am:
11713         * sys/ximage/Makefile.am:
11714         * sys/xvimage/Makefile.am:
11715         * tests/icles/Makefile.am:
11716           adapt
11717
11718 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11719
11720         * gst-libs/gst/interfaces/xoverlay.c:
11721         (gst_x_overlay_handle_events):
11722         * gst-libs/gst/interfaces/xoverlay.h:
11723         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11724         (gst_ximagesink_set_xwindow_id),
11725         (gst_ximagesink_set_event_handling),
11726         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11727         (gst_ximagesink_get_property), (gst_ximagesink_init),
11728         (gst_ximagesink_class_init):
11729         * sys/ximage/ximagesink.h:
11730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11731         (gst_xvimagesink_set_xwindow_id),
11732         (gst_xvimagesink_set_event_handling),
11733         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11734         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11735         (gst_xvimagesink_class_init):
11736         * sys/xvimage/xvimagesink.h:
11737         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11738         Add a method to the XOverlay interface to allow disabling of 
11739         event handling in x[v]imagesink elements. This will let X events
11740         propagate to parent windows which can be usefull in some cases.
11741         Be carefull that the application is then responsible of pushing
11742         navigation events and expose events to the video sink.
11743         Fixes: #387138.
11744
11745 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * gst-libs/gst/tag/gstvorbistag.c:
11748         * tests/check/libs/tag.c: (GST_START_TEST):
11749           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11750           (fixes #392070).
11751
11752 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * configure.ac:
11755         * docs/Makefile.am:
11756         * docs/design/Makefile.am:
11757           Dist design docs.
11758
11759 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11760
11761         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11762         typo. Fixes: #390063.
11763
11764 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11765
11766         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11768         caps leak.
11769         * win32/common/config.h: Updated.
11770
11771 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11772
11773         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11774         (setup_gdpdepay_streamheader):
11775         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11776         (setup_gdppay_streamheader):
11777           Fix the dp tests, but activating the pads for the streamheader tests
11778           too and cleaning up conditionaly
11779
11780 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11781
11782         * gst/ffmpegcolorspace/avcodec.h:
11783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11784         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11785         (gst_ffmpegcsp_avpicture_fill):
11786         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11787         (img_get_alpha_info):
11788         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11789         other end of the word. Fixes: #387073.
11790
11791         Add some inconsequential branch hints in a couple of places.
11792
11793 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11796         (gst_ffmpeg_caps_to_smpfmt):
11797           The "signed" field in raw audio caps is of boolean type, trying to
11798           extract the value with _get_int() will fail (fix to keep in sync with
11799           the copy in gst-ffmpeg)
11800
11801 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11802
11803         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11804         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11805         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11806         (cleanup_gdpdepay):
11807         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11808         * tests/check/elements/subparse.c: (teardown_subparse):
11809         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11810         * tests/check/elements/videorate.c: (cleanup_videorate):
11811         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11812         * tests/check/elements/volume.c: (cleanup_volume):
11813         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11814         (cleanup_vorbisdec):
11815         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11816         (cleanup_vorbistag):
11817           consistent pad (de)activation
11818
11819 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11822           Forgot to register the extensions.
11823
11824 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11827         (plugin_init):
11828           Add typefinder for VIVO files (my christmas present to the 90s).
11829
11830 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * gst/playback/gstdecodebin.c: (type_found):
11833           Special-case the text/plain media type: we only want to recognise it
11834           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11835           parser, but not if the entire stream is of text/plain type. If the
11836           entire stream is text/plain, we should just error out.
11837
11838           This fixes playback of audio files with lyrics in totem. Totem can't
11839           distinguish between text files and subtitle files and passes any
11840           .txt file with the same basename as the main file to playbin as
11841           suburi, and playbin will then throw a 'subtitle found, but no video
11842           stream' error, which isn't entirely helpful. See #380342.
11843
11844           Also, with this change we'll show a slightly more correct error
11845           message in case totem passes a playlist file to us (although a
11846           custom error message wording instead of the default text would
11847           probably not be a bad idea either).
11848
11849           Same problem also needs to be fixed for playbin+decodebin2.
11850
11851         * tests/check/Makefile.am:
11852         * tests/check/elements/decodebin.c: (src_handoff_cb),
11853         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11854         (decodebin_suite):
11855           Add simple unit test for decodebin for the above.
11856
11857 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11860         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11861           Refuse to change state to READY when we failed to create any of the
11862           required elements in our instance init function.
11863
11864 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * docs/libs/gst-plugins-base-libs-sections.txt:
11867           Small docs fixes/updates.
11868
11869         * gst-libs/gst/video/gstvideosink.h:
11870           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11871           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11872           removed from the base sink API between 0.9.6 and 0.9.7).
11873           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11874           accessor macros, so we don't do a runtime GObject type check every
11875           time we use them.
11876
11877 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11878
11879         * Makefile.am:
11880         * gst-plugins-base.doap:
11881         * gst-plugins-base.spec.in:
11882           add doap file
11883
11884 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         Patch by: Jens Granseuer <jensgr at gmx net>
11887
11888         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11889         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11890         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11891         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11893           Declare variables at the beginning of a block. Fixes #383195.
11894
11895 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11896
11897         * configure.ac:
11898         Bump version nano - back to CVS.
11899
11900
11901 === release 0.10.11 ===
11902
11903 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11904
11905         * configure.ac:
11906           releasing 0.10.11, "Dumb things"
11907
11908 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11909
11910         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11911         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11912         Handle the case where an element has multiple pads with 
11913         unfixed caps as well as still possibly producing more dynamic 
11914         pads by storing each case as a distinct entry in the dynamic list.
11915         Fixes #38223 again.
11916
11917 2006-12-04  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst/playback/gstdecodebin.c: (close_pad_link):
11920         Fix #382223, add more dynamic caps handling.
11921
11922 2006-12-04  Wim Taymans  <wim@fluendo.com>
11923
11924         * gst-libs/gst/audio/gstringbuffer.h:
11925         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11926         (gst_netaddress_set_ip4_interface),
11927         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11928         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11929         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11930         (gst_netaddress_get_ttl):
11931         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11932         * gst/playback/gstdecodebin.c: (close_pad_link):
11933         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11934         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11935         * win32/common/config.h:
11936
11937 2006-12-01  Michael Smith  <msmith@fluendo.com>
11938
11939         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11940           Delete bad debug code.
11941           Fixes #381219
11942
11943 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11944
11945         * gst/videoscale/vs_4tap.c:
11946         * win32/MANIFEST:
11947         * win32/common/config.h:
11948         * win32/vs8/libgstvideoscale.vcproj:
11949         Fix compilation on win32 under VS8
11950         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11951         Partially fixes #381175
11952
11953 2006-11-30  Michael Smith  <msmith@fluendo.com>
11954
11955         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11956         (GST_START_TEST):
11957           It would be very bad if, after a discont buffer, we thought every
11958           single following buffer was also discont. So, add to the test to
11959           ensure that this isn't the case.
11960           
11961         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11962           ... it was the case. So fix it.
11963
11964 2006-11-28  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst/playback/gstplaybasebin.c: (check_queue_event):
11967         Improve debug.
11968
11969         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11970         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11971         padtemplate caps. Refixes #357577.
11972
11973 2006-11-28  Wim Taymans  <wim@fluendo.com>
11974
11975         * gst/playback/gstplaybasebin.c: (check_queue_event),
11976         (queue_threshold_reached), (queue_out_of_data),
11977         (gen_preroll_element):
11978         Add event probe to see when EOS is in a queue and we can disable the
11979         underrun signals. Fixes #357577.
11980
11981 2006-11-28  Edward Hervey  <edward@fluendo.com>
11982
11983         * gst/playback/Makefile.am:
11984         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11985         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11986         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11987         (gst_decode_bin_init), (gst_decode_bin_dispose),
11988         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11989         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11990         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11991         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11992         (connect_element), (expose_pad), (type_found),
11993         (pad_added_group_cb), (pad_removed_group_cb),
11994         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11995         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11996         (are_raw_caps), (multi_queue_overrun_cb),
11997         (multi_queue_underrun_cb), (gst_decode_group_new),
11998         (get_current_group), (group_demuxer_event_probe),
11999         (gst_decode_group_control_demuxer_pad),
12000         (gst_decode_group_control_source_pad),
12001         (gst_decode_group_check_if_blocked),
12002         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12003         (gst_decode_group_hide), (gst_decode_group_free),
12004         (gst_decode_group_set_complete), (source_pad_blocked_cb),
12005         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12006         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12007         (plugin_init):
12008         New decodebin2 element.
12009         Closes #370092
12010         * gst/playback/gstplay-marshal.list:
12011         Added marshallers for new signals in decodebin2
12012         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12013         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12014         is set.
12015
12016 2006-11-28  Wim Taymans  <wim@fluendo.com>
12017
12018         * gst/playback/gstplaybasebin.c: (setup_source),
12019         (gst_play_base_bin_change_state):
12020         Disable rtsp:// uris for the release, it's not good enough yet.
12021         Remove unused var.
12022
12023 2006-11-26  Wim Taymans  <wim@fluendo.com>
12024
12025         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12026         (theora_dec_push_forward), (theora_dec_push_reverse),
12027         (theora_handle_data_packet), (theora_dec_decode_buffer),
12028         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12029         (theora_dec_chain_forward), (theora_dec_chain):
12030         Implement reverse playback.
12031
12032         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12033         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12034         (vorbis_dec_chain_forward):
12035         Clear buffers used for reverse playback in _reset.
12036         No need to set the eos flag, we clip samples using the segment.
12037
12038 2006-11-24  Wim Taymans  <wim@fluendo.com>
12039
12040         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12041         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12042         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12043         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12044         Some cleanups.
12045         Handle continued pages in reverse mode.
12046
12047 2006-11-24  Wim Taymans  <wim@fluendo.com>
12048
12049         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12050         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12051         (vorbis_dec_flush_decode):
12052         Small cleanups.
12053         Don't try to add invalid timestamps.
12054         Clipping will unref the buffer.
12055
12056 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12057
12058         * gst/adder/gstadder.h:
12059         * gst/audiotestsrc/gstaudiotestsrc.h:
12060           remove obsolete _factory_init protos
12061
12062 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12063
12064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12065           Fix spacing in debug message.
12066
12067 2006-11-23  Wim Taymans  <wim@fluendo.com>
12068
12069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12070         (gst_ogg_demux_chain):
12071         Don't just ignore return values from _pad_push().
12072         Small debug improvements.
12073
12074 2006-11-23  Michael Smith  <msmith@fluendo.com>
12075
12076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12077           If our incoming buffer is marked as DISCONT, then increment the page
12078           number (so that the discontinuity is marked in the final ogg
12079           bitstream) and flush the previous page.
12080
12081 2006-11-22  Michael Smith  <msmith@fluendo.com>
12082
12083         * ext/theora/gsttheoraenc.h:
12084         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12085         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12086         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12087         (theora_enc_chain), (theora_enc_change_state):
12088           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12089
12090         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12091         (GST_START_TEST), (theoraenc_suite):
12092           Enable discontinuity test, fix it.
12093
12094 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12097         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12098         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12099         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12100         (gst_text_overlay_change_state):
12101         * ext/pango/gsttextoverlay.h:
12102           Some textoverlay fixes: for one, in the video chain function,
12103           actually wait for a text buffer to come in if there is none at the
12104           moment and there should be one; also, deal more gracefully with
12105           incoming buffers that do not have a timestamp or duration; discard
12106           text buffer when not needed any longer. Fixes #341681.
12107
12108         * tests/check/Makefile.am:
12109         * tests/check/elements/.cvsignore:
12110         * tests/check/elements/textoverlay.c:
12111         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12112         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12113         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12114         (test_video_waits_for_text_send_text_newsegment_thread),
12115         (test_video_waits_for_text_shutdown_element),
12116         (test_render_continuity_push_video_buffers_thread),
12117         (textoverlay_suite):
12118           Add some unit tests for textoverlay.
12119
12120 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12121
12122         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12123           Avoid integer underflow when the found probability for mp3 is
12124           smaller than the 'penalty' we subtract if there's not a clean
12125           mp3 header sync at offset 0.
12126
12127 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12128
12129         * docs/libs/gst-plugins-base-libs-sections.txt:
12130           Add some new symbols to the docs
12131
12132 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12133
12134         * tests/check/Makefile.am:
12135         * tests/check/elements/ffmpegcolorspace.c:
12136         (ffmpegcolorspace_suite):
12137           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12138           (for now not for valgrinding though, since it takes too long).
12139
12140 2006-11-20  Wim Taymans  <wim@fluendo.com>
12141
12142         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12143         (gst_ffmpeg_pixfmt_to_caps):
12144         Fix RGBA32 caps. Fixes #357038.
12145
12146 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12147
12148         * gst-libs/gst/interfaces/mixertrack.h:
12149           Add FIXME so we can add some padding here in 0.11
12150
12151 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12152
12153         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12154           Fix GstBaseRTPAudioPayload structure so the whole GObject
12155           inheritance business actually works (parent class instance structure
12156           must always come first in the derived class instance structure).
12157
12158 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12159
12160         * gst/videotestsrc/Makefile.am:
12161         * tests/check/Makefile.am:
12162           Make sure our checks and the videotestsrc plugin link against the
12163           local uninstalled gst libs and not any installed gst libs that
12164           might happen to exist as well.
12165
12166         * tests/check/elements/adder.c: (message_received),
12167         (test_event_message_received), (test_play_twice_message_received):
12168         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12169           Fix compiler warnings when compiling against core with disabled
12170           debugging system.
12171
12172 2006-11-16  Michael Smith  <msmith@fluendo.com>
12173
12174         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12175         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12176           Fix audiorate, so that it accurately sets offsets and timestamps.
12177           Doesn't change the fundamental algorithmic decisions; so should be
12178           safe.
12179
12180         * tests/check/Makefile.am:
12181           Enable audiorate test now that it passes.
12182
12183 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12184
12185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12186           clear xv when going to NULL, remove // commented non-existant proto
12187
12188         * tests/examples/seek/seek.c: (main):
12189           add missing tooltip description for scrub and play_scrub
12190
12191 2006-11-14  David Schleef  <ds@schleef.org>
12192
12193         * configure.ac:
12194           Bump liboil requirement to 0.3.8.
12195         * gst-libs/gst/riff/riff-media.c:
12196           Add Dirac fourcc.
12197         * gst/videoscale/vs_image.h:
12198         * gst/videoscale/vs_scanline.h:
12199           Use liboil's stdint.h.
12200         * gst/videotestsrc/videotestsrc.c:
12201           Remove liboil related ifdef's, since they aren't needed now, and
12202           won't work with future versions.
12203
12204 2006-11-14  David Schleef  <ds@schleef.org>
12205
12206         * gst/videoscale/Makefile.am:
12207         * gst/videoscale/gstvideoscale.c:
12208         * gst/videoscale/gstvideoscale.h:
12209         * gst/videoscale/vs_4tap.c:
12210         * gst/videoscale/vs_4tap.h:
12211         * gst/videoscale/vs_image.c:
12212         * gst/videoscale/vs_image.h:
12213         * gst/videoscale/vs_scanline.c:
12214         * gst/videoscale/vs_scanline.h:
12215           Add a 4-tap image scaler.  Theoretically looks much prettier.
12216           The tap calculation could use some improvement.
12217
12218 2006-11-14  Wim Taymans  <wim@fluendo.com>
12219
12220         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12221
12222         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12223         (gst_riff_parse_strf_iavs):
12224         * gst/subparse/gstsubparse.c: (convert_encoding):
12225         * gst/tcp/gstmultifdsink.c:
12226         (gst_multi_fd_sink_handle_client_write):
12227         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12228         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12229         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12230         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12231         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12232         (gst_ximagesink_ximage_new):
12233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12234         Various gsize and gssize printf fixes. Fixes #372507.
12235
12236 2006-11-13  Wim Taymans  <wim@fluendo.com>
12237
12238         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12239         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12240         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12241         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12242         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12243         * ext/vorbis/vorbisdec.h:
12244         First stab at vorbis reverse playback.
12245
12246 2006-11-13  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst-libs/gst/audio/gstbaseaudiosink.c:
12249         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12250         * gst-libs/gst/audio/gstbaseaudiosink.h:
12251         Make the clock sync code more accurate wrt resampling and playback
12252         at different rates.
12253         
12254         * gst-libs/gst/audio/gstringbuffer.c:
12255         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12256         * gst-libs/gst/audio/gstringbuffer.h:
12257         Use better algorithm to interpolate sample rates. 
12258
12259 2006-11-13  Michael Smith  <msmith@fluendo.com>
12260
12261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12262           Improve a debug line slightly.
12263
12264         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12265           Call gst_riff_init() in plugin_init, to avoid getting errors from
12266           the debug system (unrelated changes to another plugin made this turn
12267           up; not sure why).
12268
12269 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12272
12273         * win32/common/libgsttag.def:
12274           Add missing symbol (#366492).
12275
12276 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12279           Don't unref a NULL pad.
12280
12281 2006-11-09  Wim Taymans  <wim@fluendo.com>
12282
12283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12284         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12285         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12286         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12287         (gst_ogg_demux_loop):
12288         Implement first stab at reverse playback.
12289
12290 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12291
12292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12293         (gst_riff_create_video_template_caps):
12294           add h263/h264 variants to the caps, Fixes #363118
12295
12296 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12299         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12300           Use g_strerror instead of strerror so we get UTF-8.
12301
12302 2006-11-03  David Schleef  <ds@schleef.org>
12303
12304         * ext/ogg/gstoggdemux.c:
12305         * ext/ogg/gstoggmux.c:
12306           Add/remove KW-DIRAC header here, since it is ogg-specific.
12307
12308 2006-11-03  Michael Smith  <msmith@fluendo.com>
12309
12310         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12311           Recognise more mpeg4 elementary video streams.
12312
12313 2006-11-02  Edward Hervey  <edward@fluendo.com>
12314
12315         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12316         Lower the probability of mp3 typefinding functions if we don't find a
12317         valid mp3 header at the start of the file.
12318         Closes #369482
12319
12320 2006-11-02  Wim Taymans  <wim@fluendo.com>
12321
12322         * ext/theora/gsttheoradec.h:
12323         * ext/theora/theoradec.c: (gst_theora_dec_init),
12324         (theora_dec_sink_event), (theora_dec_chain_forward),
12325         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12326         (theora_dec_chain):
12327         Document and partially implement an algorithm for doing reverse playback
12328         of theora video.
12329
12330 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12331
12332         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12333
12334         * win32/common/config.h:
12335         * win32/common/interfaces-enumtypes.c:
12336         * win32/common/libgsttag.def:
12337         * win32/vs8/gst-plugins-base.sln:
12338         * win32/vs8/libgstaudioresample.vcproj:
12339         * win32/vs8/libgstinterfaces.vcproj:
12340         * win32/vs8/libgstogg.vcproj:
12341         * win32/vs8/libgstriff.vcproj:
12342         * win32/vs8/libgsttag.vcproj:
12343         * win32/vs8/libgsttheora.vcproj:
12344         * win32/vs8/libgstvideoscale.vcproj:
12345         * win32/vs8/libgstvorbis.vcproj:
12346           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12347           to libgsttag.def; add missing dependencies for some vs8 projects;
12348           re-arrange placement of .def files in vs8 projects (#366334).
12349
12350 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * ext/ogg/gstogg.c:
12353           Remove unused variable.
12354
12355         * ext/ogg/gstoggdemux.c:
12356           Fix Wim's surname in plugin description.
12357
12358 2006-10-31  Wim Taymans  <wim@fluendo.com>
12359
12360         * gst-plugins-base.spec.in:
12361         spec new .h file. Fixes #368310.
12362
12363 2006-10-31  Michael Smith  <msmith@fluendo.com>
12364
12365         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12366         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12367         (gst_multi_fd_sink_get_stats),
12368         (gst_multi_fd_sink_remove_client_link),
12369         (gst_multi_fd_sink_queue_buffer),
12370         (gst_multi_fd_sink_handle_clients):
12371         * gst/tcp/gstmultifdsink.h:
12372           Make using the remove or clear signals threadsafe.
12373           Make calling get-stats with an invalid fd not segfault.
12374           Fixes 368273.
12375
12376 2006-10-31  Wim Taymans  <wim@fluendo.com>
12377
12378         * gst-libs/gst/rtp/Makefile.am:
12379         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12380         (gst_base_rtp_audio_payload_init):
12381         Fix and activate base audio payloader.
12382
12383 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12384
12385         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12386         (plugin_init):
12387           Add typefinder for QuickTime Image Files (see #366156).
12388
12389 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12392           Another typo fix (#366212).
12393
12394 2006-10-27  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/volume/gstvolume.c: (volume_transform_ip):
12397         Use stream time to synchronize volume property instead of rather random
12398         timestamps. This is needed when gnonlin does its time shifting.
12399
12400 2006-10-27  Wim Taymans  <wim@fluendo.com>
12401
12402         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12403
12404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12405         Remove the pad from the element in release_pad. Fixes #364812.
12406
12407 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12411           Explicitly create our custom buffer classes at a thread-safe
12412           location as well, since g_type_class_ref() doesn't seem to be
12413           entirely thread-safe either (#365501; also see #349410).
12414
12415 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12418         (gst_riff_parse_info):
12419           If strings in INFO chunk are not UTF-8, do something similar to
12420           what we do for ID3v1 tags: check a number of environment variables
12421           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12422           character sets to try, otherwise try the current locale and/or fall
12423           back on ISO-8859-1. Fixes #360552.
12424
12425 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         * gst/videotestsrc/gstvideotestsrc.c:
12428         (gst_video_test_src_pattern_get_type),
12429         (gst_video_test_src_set_pattern):
12430         * gst/videotestsrc/gstvideotestsrc.h:
12431         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12432         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12433         (gst_video_test_src_checkers8):
12434         * gst/videotestsrc/videotestsrc.h:
12435           Add a bunch of exciting new checkers patterns.
12436
12437 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/subparse/Makefile.am:
12440         * gst/subparse/gstsubparse.c:
12441         (gst_sub_parse_data_format_autodetect),
12442         (gst_sub_parse_format_autodetect), (handle_buffer),
12443         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12444         * gst/subparse/gstsubparse.h:
12445         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12446         (parse_tmplayer):
12447         * gst/subparse/tmplayerparse.h:
12448           Add support for TMPlayer-type subtitles (#362845).
12449
12450         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12451         (GST_START_TEST), (subparse_suite):
12452           Add some basic unit tests for the above.
12453
12454 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12455
12456         * tests/check/elements/audiorate.c: (test_injector_base_init),
12457         (test_injector_class_init), (test_injector_chain),
12458         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12459         (GST_START_TEST), (audiorate_suite):
12460           More tests for audiorate: inject buffers to check behaviour when
12461           buffers overlap.
12462
12463 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * tests/check/Makefile.am:
12466         * tests/check/elements/.cvsignore:
12467         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12468         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12469           Add some basic unit tests for audiorate. Disabled at the moment
12470           since it doesn't pass yet (see bug #363119).
12471
12472 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12475         (parse_subrip), (handle_buffer):
12476           Add missing closing tags for markup and fix broken markup,
12477           otherwise pango won't render anything (fixes #357531). Also,
12478           make sure the text we send out is always NUL-terminated
12479           (better safe than sorry etc.).
12480
12481         * tests/check/elements/subparse.c: (test_srt_do_test),
12482         (test_srt):
12483           Some more tests for .srt incl. tests for the above stuff.
12484
12485 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12486
12487         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12489         Patch by: Stefan Kost  <ensonic@users.sf.net>
12490         Try to redraw borders only when needed. Apparently this consumes
12491         resources on small devices... :-O (#363607)
12492
12493 2006-10-20  Michael Smith  <msmith@fluendo.com>
12494
12495         * gst/tcp/gstmultifdsink.c:
12496         (gst_multi_fd_sink_client_queue_buffer):
12497           If caps change, then update the client's idea of the caps so that we
12498           don't end up re-sending streamheaders for every single buffer after
12499           the caps change.
12500
12501 2006-10-20  Michael Smith  <msmith@fluendo.com>
12502
12503         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12504         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12505           Set caps on pushed buffers; fix up refcounting of caps objects.
12506
12507 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12508
12509         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12510         (plugin_init):
12511           Typefind mmsh header data packet to application/x-mmsh (#362625).
12512
12513 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * tests/check/Makefile.am:
12516         * tests/check/elements/.cvsignore:
12517         * tests/check/elements/subparse.c: (buffer_from_static_string),
12518         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12519         (GST_START_TEST), (subparse_suite):
12520           Add very simple unit test for subparse.
12521
12522 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12525         (parse_subrip):
12526           Strip trailing newlines from subtitle text output.
12527
12528 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12531         (gst_sub_parse_change_state):
12532           Fix memleak; clear subparse->textbuf n state change function.
12533
12534 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * gst/subparse/gstsubparse.c:
12537         (gst_sub_parse_data_format_autodetect):
12538           Don't require subrip (.srt) files to start with a chunk number of 1.
12539
12540 2006-10-18  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst-libs/gst/audio/gstbaseaudiosink.c:
12543         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12544         * gst-libs/gst/audio/gstbaseaudiosink.h:
12545         Extract rate from the NEWSEGMENT event.
12546         Use commit_full to also take rate adjustment into account when writing
12547         samples to the ringbuffer.
12548         
12549         * gst-libs/gst/audio/gstringbuffer.c:
12550         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12551         (gst_ring_buffer_read):
12552         * gst-libs/gst/audio/gstringbuffer.h:
12553         Added _commit_full() to also take rate into account.
12554         Use simple interpolation algorithm to resample audio.
12555         API: gst_ring_buffer_commit_full()
12556
12557         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12558         * tests/examples/seek/seek.c: (segment_done):
12559         Don't try to seek with 0.0 rate, just pause instead.
12560         Remove bogus debug line.
12561
12562 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12565         (setup_source):
12566           Catch async errors when starting up the subtitle bin, so we can
12567           stop waiting and continue with the main film instead of hanging
12568           forever. Fixes #339366.
12569
12570         * tests/check/elements/playbin.c: (playbin_suite):
12571           Enable unit test for the above.
12572
12573 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         * tests/check/Makefile.am:
12576         * tests/check/elements/.cvsignore:
12577         * tests/check/elements/playbin.c: (GST_START_TEST),
12578         (gst_red_video_src_uri_get_type),
12579         (gst_red_video_src_uri_get_protocols),
12580         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12581         (gst_red_video_src_uri_handler_init),
12582         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12583         (gst_red_video_src_create), (gst_red_video_src_class_init),
12584         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12585           Some small and basic unit tests for playbin; not very useful yet,
12586           but at least a start.
12587
12588 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12589
12590         * gst/playback/gstplaybin.c: (setup_sinks):
12591           The old pad activation spiel.
12592
12593 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * gst/playback/gstplaybasebin.c: (setup_source):
12596           Don't hang forever if the subbin already fails to start up in 
12597           the state change to PAUSED (#339366).
12598
12599 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12602         (gst_tuner_set_channel), (gst_tuner_get_channel),
12603         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12604         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12605         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12606         (gst_tuner_find_channel_by_name):
12607           Fix some function guards, add some more function guards.
12608
12609 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12610
12611         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12612         (remove_element_chain):
12613         Don't return a pad from get_our_ghost_pad unless it is actually the
12614         one we want.
12615         Change a cast in remove_element_chain slightly.
12616
12617 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12618
12619         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12620         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12621         Segment seeking needs to use the rate and set stop to -1.
12622
12623 2006-10-13  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst-libs/gst/audio/gstbaseaudiosink.c:
12626         (gst_base_audio_sink_setcaps):
12627         Don't crash when ringbuffer is not yet created.
12628         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12629         Fixes #361634.
12630
12631         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12632         * gst/playback/gststreamselector.c:
12633         (gst_stream_selector_request_new_pad):
12634         Activate pads befre adding them to running elements.
12635
12636 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12637
12638         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12639         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12640         updater when we start grabing the slider. Don't wait for the
12641         pipeline to be PAUSED.
12642
12643 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12646         (gst_mixer_set_volume), (gst_mixer_get_volume),
12647         (gst_mixer_set_mute), (gst_mixer_set_option),
12648         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12649         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12650         (gst_mixer_option_changed):
12651           Guard mixer interface functions against bogus arguments.
12652
12653 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12654
12655         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12656         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12657         (msg_state_changed), (main): Use state-changed messages to trigger
12658         start/stop of scale update timer. Indeed the scale slider was
12659         jumping here and there because the update timer was activated 
12660         before seek completed. This fixes instant applying of rate changes
12661         by pressing the spinbutton like a crazy man !
12662
12663 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12666
12667         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12668         (gst_basertppayload_finalize):
12669           Fix two small memory leaks (#361456).
12670
12671 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12672
12673         * tests/examples/seek/seek.c: (do_seek),
12674         (rate_spinbutton_changed_cb): When changing spinbutton we try
12675         to change the rate on the fly.
12676
12677 2006-10-10  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst-libs/gst/riff/riff-ids.h:
12680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12681         (gst_riff_create_audio_template_caps):
12682         Add WMS caps.
12683
12684 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12685
12686         Patch by: Josep Torra Valles <josep@fluendo.com>
12687
12688         * ext/gnomevfs/gstgnomevfssink.c:
12689         * ext/gnomevfs/gstgnomevfssrc.c:
12690         Fix URI interface implementation return type.
12691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12692         Fix what looks like a copy/paste issue when assigning values.
12693         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12694         (gst_audio_filter_template_get_type):
12695         Cast to prevent Forte warnings.
12696         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12697         Fix URI interface implementation return type.
12698         gst_pad_query_position requires a signed integer pointer as
12699         3rd parameter, GstClockTime is unsigned.
12700         * gst/audioconvert/audioconvert.c:
12701         Fix integer overflow when treated as signed.
12702         * gst/audioresample/resample.c: (resample_add_input_data):
12703         Cast to prevent warnings on Forte.
12704         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12705         Fix integer overflow when treated as signed.
12706         * gst/ffmpegcolorspace/imgconvert_template.h:
12707         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12708         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12709         (cleanup_decodebin):
12710         Who initialises a guint to -1!
12711         Cast function pointers to prevent warnings on Forte.
12712         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12713         (queue_threshold_reached):
12714         Cast function pointers correctly to prevent warnings on Forte.
12715         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12716         Cast function pointers correctly to prevent warnings on Forte.
12717         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12718         Obvious change to unsigned, 0xEF > max signed char.
12719         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12720         GstClockTime is unsigned, initialise correctly.
12721         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12722         Cast so pointer arithemetic doesn't cause warnings on Forte.
12723         * gst/videorate/gstvideorate.c:
12724         Use correct return value.
12725         * tests/examples/seek/scrubby.c:
12726         GstClockTime is unsigned, initialise correctly.
12727
12728 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12731
12732         * gst/typefind/gsttypefindfunctions.c:
12733           Recognise XML files and XML-like files shorter than 256 bytes as
12734           well (fixes #359237).
12735
12736 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12737
12738         Patch by: Renato Filho <renato.filho@indt.org.br>
12739         
12740         * gst/typefind/gsttypefindfunctions.c:
12741         Added typefind functions to video/x-nuv media.
12742         
12743 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12744
12745         * gst-libs/gst/interfaces/xoverlay.c:
12746         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12747           Some more guards against invalid input.
12748
12749 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12750
12751         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12752         Useless goto.
12753         * tests/examples/seek/seek.c: (do_seek),
12754         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12755         seek example to experiment with rates != 1.0 (reverse playback !)
12756
12757 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12758
12759         * gst-libs/gst/interfaces/xoverlay.c:
12760           Unref message in doc-example (spotted by Robert McQueen)
12761
12762 2006-10-06  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12765         (mpeg1_parse_header), (mpeg1_sys_type_find):
12766         printf fix.
12767
12768 2006-10-06  Wim Taymans  <wim@fluendo.com>
12769
12770         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12771         (close_pad_link):
12772         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12773         Activate dynamic pads before adding them to the element.
12774
12775 2006-10-06  Michael Smith  <msmith@fluendo.com>
12776
12777         * gst-libs/gst/floatcast/floatcast.h:
12778           Fix obviously-bogus macros; use the correct types.
12779
12780 2006-10-06  Wim Taymans  <wim@fluendo.com>
12781
12782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12783         (gst_base_rtp_depayload_change_state):
12784         Also call parent state change function to activate pads.
12785
12786         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12787         (mpeg1_parse_header), (mpeg1_sys_type_find):
12788         Add some more debug info in mpeg typefinding.
12789
12790 2006-10-06  Michael Smith  <msmith@fluendo.com>
12791
12792         * ext/theora/theoradec.c: (theora_dec_chain):
12793           Zero byte theora packets are valid and well-defined; don't warn on
12794           them.
12795
12796 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12797
12798         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12799         (gst_multi_fd_sink_get_stats), (find_limits),
12800         (gst_multi_fd_sink_queue_buffer):
12801           API: add dropped_buffers to the get-stats GValueArray
12802
12803 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * ext/alsa/gstalsadeviceprobe.c:
12806         (gst_alsa_device_property_probe_get_values):
12807         * ext/alsa/gstalsasink.c: (set_hwparams):
12808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12809         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12811         (gst_ogg_mux_process_best_pad):
12812         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12813         (gst_ogg_parse_chain):
12814         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12815         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12816         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12817         (gst_vorbis_enc_buffer_check_discontinuous):
12818         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12819         * gst-libs/gst/audio/gstbaseaudiosink.c:
12820         (gst_base_audio_sink_render):
12821         * gst-libs/gst/cdda/gstcddabasesrc.c:
12822         (gst_cdda_base_src_handle_track_seek):
12823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12824         (gst_base_rtp_depayload_push_full):
12825         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12826         * gst/audioresample/resample.c: (resample_input_pushthrough):
12827         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12828         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12829         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12830         (wavpack_type_find):
12831         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12832         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12833         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12834         * tests/check/elements/volume.c: (GST_START_TEST):
12835           Printf format fixes.
12836
12837 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12838
12839         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12840           Fix a simple mistake (see the docs)
12841           Fixes #359580
12842
12843 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * docs/plugins/Makefile.am:
12846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12848         * docs/plugins/gst-plugins-base-plugins.args:
12849         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12850         * docs/plugins/inspect/plugin-adder.xml:
12851         * docs/plugins/inspect/plugin-alsa.xml:
12852         * docs/plugins/inspect/plugin-audioconvert.xml:
12853         * docs/plugins/inspect/plugin-audiorate.xml:
12854         * docs/plugins/inspect/plugin-audioresample.xml:
12855         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12856         * docs/plugins/inspect/plugin-cdparanoia.xml:
12857         * docs/plugins/inspect/plugin-decodebin.xml:
12858         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12859         * docs/plugins/inspect/plugin-gdp.xml:
12860         * docs/plugins/inspect/plugin-gnomevfs.xml:
12861         * docs/plugins/inspect/plugin-libvisual.xml:
12862         * docs/plugins/inspect/plugin-ogg.xml:
12863         * docs/plugins/inspect/plugin-pango.xml:
12864         * docs/plugins/inspect/plugin-playbin.xml:
12865         * docs/plugins/inspect/plugin-subparse.xml:
12866         * docs/plugins/inspect/plugin-tcp.xml:
12867         * docs/plugins/inspect/plugin-theora.xml:
12868         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12869         * docs/plugins/inspect/plugin-video4linux.xml:
12870         * docs/plugins/inspect/plugin-videorate.xml:
12871         * docs/plugins/inspect/plugin-videoscale.xml:
12872         * docs/plugins/inspect/plugin-videotestsrc.xml:
12873         * docs/plugins/inspect/plugin-volume.xml:
12874         * docs/plugins/inspect/plugin-vorbis.xml:
12875         * docs/plugins/inspect/plugin-ximagesink.xml:
12876         * docs/plugins/inspect/plugin-xvimagesink.xml:
12877           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12878
12879 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12882
12883         * ext/vorbis/Makefile.am:
12884         * ext/vorbis/vorbis.c: (plugin_init):
12885         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12886         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12887         * ext/vorbis/vorbisparse.h:
12888         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12889         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12890         (gst_vorbis_tag_parse_packet):
12891         * ext/vorbis/vorbistag.h:
12892           Add new vorbistag element which derives from vorbisparse
12893           and is essentially the same as well, only that it implements
12894           the GstTagSetter interface and can modify the stream's
12895           vorbiscomment on the fly (#335635).
12896
12897         * tests/check/Makefile.am:
12898         * tests/check/elements/.cvsignore:
12899         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12900         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12901         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12902         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12903           Add unit test for new vorbistag element.
12904
12905 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12908         (vorbis_parse_push_headers), (vorbis_parse_chain):
12909           Set BOS flag in packet structure to fix 'jump depends
12910           on unitialized value' errors in valgrind; various minor
12911           clean-ups.
12912
12913 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12914
12915         * gst/playback/gstdecodebin.c: (close_pad_link):
12916         Fix typo in a debug statement.
12917
12918         * gst/playback/gstplaybasebin.c: (probe_triggered),
12919         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12920         (gen_source_element), (source_new_pad), (analyse_source),
12921         (setup_source):
12922         When handling no_more_pads in new_decoded_pad, make sure to treat
12923         subtitle pads correctly. Fixes playback with subtitle files.
12924
12925         Move a recurring message to LOG level.
12926
12927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12928         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12929         which ends up as -1 when cast to an int. Make the logic handle the
12930         max value as an unsigned mask and only change the colorkey when it's
12931         a value we recognise.
12932
12933 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12934
12935         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12936         Removed empty * between paragraphs
12937
12938 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12939
12940         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12941         * gst-libs/gst/rtp/README:
12942         Moved some documentation into .c file
12943
12944 2006-09-29  Wim Taymans  <wim@fluendo.com>
12945
12946         * gst/playback/gstdecodebin.c: (no_more_pads):
12947         Fix compilation.
12948
12949 2006-09-29  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst/playback/gstdecodebin.c: (new_caps):
12952         Remove g_print
12953
12954         * gst/playback/gstplaybin.c:
12955         Add some docs.
12956
12957 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12958
12959         * tests/check/Makefile.am:
12960           Re-enable cddabasesrc test to see if it works again
12961           now.
12962
12963 2006-09-29  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12966         (gen_source_element):
12967         Handle invalid URIs a bit more gracefully.
12968
12969 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * tests/check/pipelines/oggmux.c:
12972           Remove obsolete comment.
12973
12974 2006-09-29  Michael Smith  <msmith@fluendo.com>
12975
12976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12977         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12978         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12979         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12980         (gst_ogg_mux_collected):
12981           Commit patch from James "Doc" Livingston, adds proper EOS handling
12982           in oggmux. GStreamer can, for the first time ever, create a valid
12983           Ogg file! Yay!
12984
12985         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12986         (oggmux_suite):
12987           Reenable tests now that they pass.
12988
12989 2006-09-29  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12992         Stop reading commands when EOF (we read 0) as well.
12993
12994 2006-09-28  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12997         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12998         (find_dynamic), (unlinked), (close_link):
12999         Implement delayed caps linking needed for element with a lot of
13000         different caps on the src pads that get fixed at runtime.
13001         Improve management of dynamic elements.
13002
13003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13004         (group_destroy), (group_commit), (check_queue), (queue_overrun),
13005         (gen_preroll_element), (remove_groups), (unknown_type),
13006         (add_element_stream), (no_more_pads_full), (no_more_pads),
13007         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13008         (new_decoded_pad), (setup_subtitle), (array_has_value),
13009         (gen_source_element), (source_new_pad), (has_all_raw_caps),
13010         (analyse_source), (remove_decoders), (make_decoder),
13011         (remove_source), (setup_source), (finish_source), (prepare_output),
13012         (gst_play_base_bin_change_state):
13013         * gst/playback/gstplaybasebin.h:
13014         Use more _CAST instead of full type checking casts.
13015         Small cleanups, plug some leaks.
13016         Handle dynamic sources.
13017         Add some helper functions to create lists of strings used for
13018         blacklisting and other stuff.
13019         Refactor some code dealing with analysing the source.
13020         Re-enable sources without pads (like cd:// or other selfcontained
13021         elements).
13022
13023 2006-09-28  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst-libs/gst/audio/gstbaseaudiosink.c:
13026         (gst_base_audio_sink_render):
13027         When we have a timestamp, we can still perform clipping.
13028         When we have no clock, we must play the sample ASAP.
13029
13030 2006-09-28  Wim Taymans  <wim@fluendo.com>
13031
13032         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13033         Set caps on outgoing buffers.
13034
13035         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13036         (gst_video_rate_event), (gst_video_rate_chain):
13037         * gst/videorate/gstvideorate.h:
13038         Fix videorate some more. Fixes #357977
13039
13040 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * tests/check/elements/adder.c: (adder_suite):
13043           Don't set timeout to 6 seconds when we're running
13044           in valgrind ... (and how is 6 seconds longer than
13045           the default anyway?)
13046
13047 2006-09-28  Wim Taymans  <wim@fluendo.com>
13048
13049         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13050         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13051         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13052         Keep sink and src segment to keep track of time and support more
13053         input formats.
13054         Fix bogus next_offset and run_time calculation, don't understand how
13055         this could have worked before. Fixes #357976.
13056         Remove some unneeded vars.
13057
13058 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * gst/playback/gstplaybin.c: (remove_sinks):
13061           Only remove visualisation from visbin if there is a visbin (or:
13062           don't throw warnings when closing totem without playing a file).
13063
13064 2006-09-27  Wim Taymans  <wim@fluendo.com>
13065
13066         * gst-libs/gst/audio/gstbaseaudiosink.c:
13067         (gst_base_audio_sink_render):
13068         Add some more info in a WARNING.
13069
13070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13071         (gst_base_audio_src_create):
13072         Handle PAUSE in create function, use new -core addition to
13073         wait for playing. Fixes pausing and resuming capture from an
13074         audiosrc.
13075
13076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13077         (gst_ring_buffer_read):
13078         Constify some more.
13079         Caller supports interrupted reads now.
13080
13081 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13082
13083         * tests/check/Makefile.am:
13084           Another attempt to make the gen64 buildbot happy.
13085
13086 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13087
13088         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13089
13090         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13091         (gst_visual_chain), (gst_visual_change_state):
13092           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13093           correctly. Fixes #357800
13094
13095 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13098           Add timeout to _get_state() so we see which pipeline it is
13099           that causes trouble on the gen64 build bot.
13100
13101 2006-09-27  Wim Taymans  <wim@fluendo.com>
13102
13103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13104         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13105         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13106         (gst_base_rtp_depayload_set_gst_timestamp):
13107         the source pad always uses fixed caps.
13108
13109 2006-09-27  Wim Taymans  <wim@fluendo.com>
13110
13111         * docs/libs/gst-plugins-base-libs-docs.sgml:
13112         * docs/libs/gst-plugins-base-libs-sections.txt:
13113         * gst-libs/gst/audio/gstaudioclock.c:
13114         * gst-libs/gst/audio/gstaudioclock.h:
13115         * gst-libs/gst/audio/gstaudiosink.c:
13116         * gst-libs/gst/audio/gstaudiosink.h:
13117         * gst-libs/gst/audio/gstaudiosrc.c:
13118         * gst-libs/gst/audio/gstbaseaudiosink.c:
13119         (gst_base_audio_sink_render):
13120         * gst-libs/gst/audio/gstbaseaudiosink.h:
13121         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13122         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13123         * gst-libs/gst/audio/gstringbuffer.h:
13124         Added docs for the audio libs.
13125
13126 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * tests/check/Makefile.am:
13129           Temporarily disable test that fails on the bots for unknown reasons.
13130
13131 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13132
13133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13134         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13135         Moved AudioCodecType into priv
13136         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13137
13138 2006-09-25  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13141         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13142         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13143         (new_pad):
13144         Cleanups and small leak fixes.
13145         Added Depayloaders to valid list of autopluggable elements.
13146
13147 2006-09-25  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13150         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13151         (gen_video_element), (gen_text_element), (gen_audio_element),
13152         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13153         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13154         Detect NO_PREROLL state change returns and disable clock distribution to
13155         the sinks so that sync is disabled.
13156         Avoid some type checking and do simple casts instead.
13157         Small cleanups, fix some FIXMEs.
13158         Be more robust when linking user specified elements, catch an report
13159         errors. Fixes #357404.
13160         Fix some leaks in the error paths.
13161
13162 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13163
13164         * ChangeLog:
13165           ChangeLog surgery for missing bug-number
13166
13167 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         Patch by: Peter Kjellerstedt  <pkj at axis com>
13170
13171         * gst/playback/test.c:
13172           Fix compilation with uClibc and -Werror (#357591).
13173
13174 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13177           Parse dates that are followed by a time as well (#357532).
13178
13179         * tests/check/libs/tag.c: (test_vorbis_tags):
13180           Add unit test for this.
13181
13182 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13183
13184         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13185         (gst_audio_convert_transform_caps):
13186         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13187         * gst/videotestsrc/videotestsrc.h:
13188           A few array const-ifications.
13189
13190 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13191
13192         * tests/check/Makefile.am:
13193           See if this makes the build bots happy.
13194
13195         * tests/check/libs/cddabasesrc.c:
13196           UTF8-ise my name.
13197
13198 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13201
13202         * gst/subparse/samiparse.c: (handle_start_font),
13203         (fix_invalid_entities):
13204           More case-insensitivity for certain tags; recognise entities with
13205           decimal codes as special entities as well (#357330).
13206
13207 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * gst-libs/gst/Makefile.am:
13210           Need to build tag directory before cdda.
13211
13212 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         * docs/libs/gst-plugins-base-libs-sections.txt:
13215         * gst-libs/gst/cdda/Makefile.am:
13216         * gst-libs/gst/cdda/gstcddabasesrc.c:
13217         (gst_cdda_base_src_base_init):
13218         * gst-libs/gst/cdda/gstcddabasesrc.h:
13219         * gst-libs/gst/tag/tag.h:
13220         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13221         (gst_tag_register_musicbrainz_tags):
13222           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13223           depend on libgsttag. This is required so we can extract/read tags like
13224           DISCID without depending on libgstcddabasesrc (which used to register
13225           them).
13226
13227         * gst-libs/gst/tag/gstvorbistag.c:
13228           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13229           tags (also see #347848).
13230
13231         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13232           Log vorbis comments we are actually writing. Const-ify array.
13233
13234 2006-09-23  Wim Taymans  <wim@fluendo.com>
13235
13236         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13237         Improve buffering a bit by avoiding a deadlock because we cannot assume
13238         the underrun is always called.
13239
13240 2006-09-23  Wim Taymans  <wim@fluendo.com>
13241
13242         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13243
13244         * gst-libs/gst/riff/riff-ids.h:
13245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13246         (gst_riff_create_audio_template_caps):
13247         Added MPEG-4 AAC and id and caps. Fixes #357289
13248         Added WMA9 Lossless id.
13249
13250 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * ext/gnomevfs/gstgnomevfssrc.c:
13253           Fix misleading docs addition.
13254
13255         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13256           Get rid of compiler warning the right way.
13257
13258 2006-09-22  Wim Taymans  <wim@fluendo.com>
13259
13260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13261         (gst_base_rtp_depayload_finalize),
13262         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13263         (gst_base_rtp_depayload_push_full),
13264         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13265         (gst_base_rtp_depayload_process),
13266         (gst_base_rtp_depayload_set_gst_timestamp),
13267         (gst_base_rtp_depayload_queue_release):
13268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13269         Small cleanups.
13270         Fix some leaks.
13271         Refactored the process method and added methods to push from the process
13272         vmethod.
13273         Use _scale functions.
13274         API: gst_base_rtp_depayload_push_ts
13275         API: gst_base_rtp_depayload_push
13276
13277         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13278         timestamps are uint.
13279
13280 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13281
13282         * gst-libs/gst/interfaces/xoverlay.c:
13283           Remove unused statement from doc example.
13284
13285 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13286
13287         * gst-libs/gst/interfaces/videoorientation.c:
13288         (gst_video_orientation_iface_init),
13289         (gst_video_orientation_get_hflip),
13290         (gst_video_orientation_get_vflip),
13291         (gst_video_orientation_get_hcenter),
13292         (gst_video_orientation_get_vcenter),
13293         (gst_video_orientation_set_hflip),
13294         (gst_video_orientation_set_vflip),
13295         (gst_video_orientation_set_hcenter),
13296         (gst_video_orientation_set_vcenter):
13297           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13298           in ChangeLog)
13299
13300 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * tests/check/Makefile.am:
13303         * tests/check/elements/.cvsignore:
13304         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13305         (create_rgb_conversions), (rgb_conversion_free),
13306         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13307         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13308           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13309           but disable for now since it doesn't pass (something wrong with
13310           RGBA somewhere).
13311
13312 2006-09-21  Wim Taymans  <wim@fluendo.com>
13313
13314         * gst/playback/gstplaybasebin.c: (group_commit),
13315         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13316         (queue_out_of_data), (gen_preroll_element),
13317         (preroll_remove_overrun), (probe_triggered):
13318         Refactor handling of overrun detection.
13319         Separate handling of group completion and deadlock detection when doing
13320         network buffering. This should fix some deadlocks that were not detected
13321         because the group was completed.
13322         Add more comments, improve debugging.
13323
13324 2006-09-21  Wim Taymans  <wim@fluendo.com>
13325
13326         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13327         * tests/check/libs/audio.c:
13328         Some more compilation fixes.
13329
13330 2006-09-21  Wim Taymans  <wim@fluendo.com>
13331
13332         * gst-libs/gst/audio/gstringbuffer.c:
13333         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13334         (gst_ring_buffer_read):
13335         Early morning compilation fix.
13336
13337 2006-09-20  Wim Taymans  <wim@fluendo.com>
13338
13339         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13340         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13341         * tests/check/elements/videorate.c: (GST_START_TEST):
13342         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13343         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13344         Fix some warnings.
13345
13346 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13347
13348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13349         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13350         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13351           Handcrafted merge to help CVS understanding what I changed and what
13352           not.
13353
13354 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13355
13356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13357         (gst_xvimagesink_get_times):
13358           change colorkey behaviour back according to #354773 comment 6/7
13359
13360 2006-09-19  Michael Smith  <msmith@fluendo.com>
13361
13362         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13363         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13364         (gst_multi_fd_sink_recover_client),
13365         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13366         (gst_multi_fd_sink_get_property):
13367         * gst/tcp/gstmultifdsink.h:
13368           Implement stubbed out properties unit-type, units-soft-max,
13369           units-max, to allow specifying maximum sizes in units other than
13370           buffers.
13371           Fixes #355935
13372
13373 2006-09-19  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13376         (gst_riff_create_audio_template_caps):
13377         Reorder the audio formats a bit for clarity.
13378         Detect and create caps for MSGSM and MSN (WAV49).
13379         Fixes #356596.
13380
13381         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13382         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13383         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13384         Small cleanups, move error handling out of normal flow for clarity.
13385
13386 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13387
13388         * docs/libs/gst-plugins-base-libs-docs.sgml:
13389         * docs/libs/gst-plugins-base-libs.types:
13390         * gst-libs/gst/interfaces/Makefile.am:
13391         * gst-libs/gst/interfaces/videoorientation.c:
13392         (gst_video_orientation_get_type),
13393         (gst_video_orientation_iface_init),
13394         (gst_video_orientation_get_hflip),
13395         (gst_video_orientation_get_vflip),
13396         (gst_video_orientation_get_hcenter),
13397         (gst_video_orientation_get_vcenter),
13398         (gst_video_orientation_set_hflip),
13399         (gst_video_orientation_set_vflip),
13400         (gst_video_orientation_set_hcenter),
13401         (gst_video_orientation_set_vcenter):
13402         * gst-libs/gst/interfaces/videoorientation.h:
13403           API: Add new interface to control video orientation (fixes #354908)
13404
13405 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13406
13407         * gst/videotestsrc/gstvideotestsrc.c:
13408           Use G_UNLIKELY in _create and log one more detail.
13409           
13410         (gst_video_test_src_get_times), (gst_video_test_src_create):
13411         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13412           Use gst_util_uint64_scale_int in _get_times().
13413
13414 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13417           Give better warning message (add object and detail).
13418
13419 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13420
13421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13422         (gst_xvimagesink_get_times):
13423           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13424           #354773), use gst_util_uint64_scale_int in _get_times()
13425
13426 2006-09-18  Michael Smith  <msmith@fluendo.com>
13427
13428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13429           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13430           always true, leading to dropping all timestamps.
13431
13432 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13433
13434         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13435         (gst_visual_chain), (gst_visual_change_state):
13436           update to work also with libvisual 0.4 API, fix double unref (#355914)
13437           
13438         * tools/gst-launch-ext.1.in:
13439         * tools/gst-visualise.1.in:
13440           remove references to old man-pages
13441
13442         * tests/examples/seek/seek.c: (main):
13443           add real meadi-buttons, add tool-tips for the seek-options, arrange
13444           seek options in a table
13445
13446 2006-09-18  Michael Smith  <msmith@fluendo.com>
13447
13448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13449         (gst_ogg_mux_push_buffer):
13450           Don't generate out-of-order timestamps from oggmux, instead clamp
13451           output timestamps to be >= the previously output ts.
13452           Fixes #355595
13453
13454 2006-09-18  Michael Smith  <msmith@fluendo.com>
13455
13456         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13457         (gst_multi_fd_sink_class_init):
13458           Updates, fixes, and typo corrections for multifdsink. No functional
13459           changes.
13460
13461 2006-09-17  Michael Smith  <msmith@fluendo.com>
13462
13463         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13464           Don't crash on truncated files - check that we got an 8 byte buffer
13465           before trying to memcmp it.
13466
13467 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * gst/playback/gstplaybasebin.c: (get_active_source):
13470           Make stream-switching appear instant to the application
13471           (ie. make sure that a g_object_get on 'current-foo' returns
13472           the stream previously set with g_object_set(). Totem needs
13473           this to update stream-related meta-info (like audio-codec)
13474           correctly when switching streams.
13475
13476 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13479         (gst_alsa_mixer_ensure_track_list):
13480           Try harder to guess which mixer track is the master mixer
13481           track (instead of just taking the first one that has a pvolume).
13482           Fixes #342228.
13483
13484 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13485
13486         reviewed by: <delete if not using a buddy>
13487
13488         * gst-libs/gst/audio/audio.h:
13489         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13490
13491 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13492
13493         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13494         (gst_audio_convert_transform_caps):
13495           Get structure-name just once.
13496
13497 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13498
13499         * tests/check/elements/audioresample.c: (GST_START_TEST):
13500         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13501         * tests/check/elements/volume.c: (GST_START_TEST):
13502         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13503         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13504         (test_pipeline), (GST_START_TEST):
13505         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13506         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13507           Fix big batch of compiler warnings.
13508
13509 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13510
13511         * ext/gnomevfs/gstgnomevfssrc.c:
13512           Add docs about icydemux usage in connection with gnomevfssrc
13513
13514         * ext/libvisual/visual.c:
13515         * ext/ogg/gstoggaviparse.c:
13516         * ext/ogg/gstoggdemux.c:
13517         * ext/ogg/gstoggmux.c:
13518         * ext/ogg/gstoggparse.c:
13519         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13520         * gst-libs/gst/audio/gstaudiosink.c:
13521         * gst-libs/gst/audio/gstaudiosrc.c:
13522         * gst/audiorate/gstaudiorate.c:
13523           More G_OBJECT macro fixing.
13524
13525         * gst/audiotestsrc/gstaudiotestsrc.h:
13526           Fix wrong info in header due to copy & paste
13527
13528 2006-09-15  Wim Taymans  <wim@fluendo.com>
13529
13530         * gst-libs/gst/audio/gstbaseaudiosink.c:
13531         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13532         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13533         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13534         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13535         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13536         Do the delay calculation in the source/sink base classes as this is
13537         specific for the capture/playback mode.
13538         Try to fixate a bit better, like round depth up to a multiple of 8
13539         bigger than width.
13540         Handle underruns correctly by marking DISCONT on buffers and adjusting
13541         timestamps to handle the gap.
13542         Set offset/offset_end correctly on buffers.
13543
13544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13545         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13546         (gst_ring_buffer_read):
13547         Remove resync and underrun recovery from the ringbuffer.
13548         Fix ringbuffer read code on under/overrun.
13549
13550 2006-09-15  Wim Taymans  <wim@fluendo.com>
13551
13552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13553         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13554         (queue_threshold_reached), (gst_play_base_bin_set_property),
13555         (gst_play_base_bin_get_property):
13556         * gst/playback/gstplaybasebin.h:
13557         Don't use a 0 low watermark when buffering, it is catching starvation
13558         way too late. Instead, use a 3 second queue with 30 and 95
13559         percent low/high watermarks. 
13560         Added queue-min-threshold property to configure low watermark.
13561         Use new _buffering message API.
13562         Make queue_threshold variable big enough to store a uint64 time value.
13563         API: playbin::queue-min-threshold property.
13564
13565 2006-09-15  Wim Taymans  <wim@fluendo.com>
13566
13567         * configure.ac:
13568         We require 0.10.10.1 now because of _wait_preroll().
13569
13570         * gst-libs/gst/audio/gstbaseaudiosink.c:
13571         (gst_base_audio_sink_render):
13572         Use gst_base_sink_wait_preroll().
13573
13574 2006-09-15  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13577         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13578         Use DEBUG_OBJECT more.
13579
13580 === release 0.10.10 ===
13581
13582 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13583
13584         patch by: Michael Smith <msmith at fluendo dot com>
13585
13586         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13587         (gst_multi_fd_sink_client_queue_buffer),
13588         (gst_multi_fd_sink_new_client):
13589         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13590         (multifdsink_suite):
13591           Fix implementation of sync-method 'next-keyframe'
13592           Closes #354594
13593
13594 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13595
13596         patch by: Wim Taymans <wim at fluendo dot com>
13597
13598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13599         This patch removes the RANDOM flag that was incorrectly introduced with
13600         revision 1.91.  Fixes #354590
13601
13602 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         * tests/check/Makefile.am:
13605           Random variation in Makefile line to see if it makes the
13606           gen64-base-full bot any happier.
13607
13608 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13611           Disable test that fails at the moment (killed after timeout).
13612
13613 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         Patch by: James Livingston  <doclivingston at gmail.com>
13616
13617         * tests/check/Makefile.am:
13618         * tests/check/pipelines/.cvsignore:
13619         * tests/check/pipelines/oggmux.c: (get_page_codec),
13620         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13621         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13622         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13623         (test_theora_vorbis), (oggmux_suite):
13624           Add simple unit test for oggmux from #337026 with checking for the
13625           EOS flags disabled for the time being.
13626
13627 2006-09-04  Wim Taymans  <wim@fluendo.com>
13628
13629         patch by: Alessandro Dessina <alessandro nnva org>
13630
13631         * ext/ogg/gstoggmux.c:
13632         Add cmml caps to oggmux. Fixes #353912
13633
13634 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13637           Returning a return value often helps. In this case, we
13638           don't need the return value anyway, so just get rid of it.
13639           Should make build bots much happier.
13640
13641 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13644         (paint_get_structure), (gst_video_test_src_get_size),
13645         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13646         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13647         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13648         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13649         * gst/videotestsrc/videotestsrc.h:
13650           Add support for AYUV and the various RGBA formats. Initialise
13651           fields of paintinfo structs allocated on the stack.
13652
13653         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13654         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13655         (check_rgb_buf), (videotestsrc_suite):
13656           Add unit tests for videotestsrc's RGB output.
13657
13658 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13659
13660         * gst/videotestsrc/gstvideotestsrc.c:
13661         (gst_video_test_src_pattern_get_type),
13662         (gst_video_test_src_set_pattern):
13663         * gst/videotestsrc/gstvideotestsrc.h:
13664         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13665         (gst_video_test_src_black), (gst_video_test_src_white),
13666         (gst_video_test_src_red), (gst_video_test_src_green),
13667         (gst_video_test_src_blue):
13668         * gst/videotestsrc/videotestsrc.h:
13669           Add more uni-colour patterns ("white", "red", "green", and "blue").
13670
13671 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13672
13673         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13674           Fix stride for YVYU, should be word-aligned (#353658).
13675
13676 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13677
13678         * gst/adder/gstadder.c: (gst_adder_src_event):
13679           Fix build.
13680
13681 2006-08-31  Edward Hervey  <edward@fluendo.com>
13682
13683         * gst/adder/gstadder.c: (forward_event_func),
13684         (gst_adder_src_event), (gst_adder_collected),
13685         (gst_adder_change_state):
13686         * gst/adder/gstadder.h:
13687         Remember the start position asked in the incoming seeks, so we can
13688         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13689         of assuming it will always be 0).
13690
13691 2006-08-31  Edward Hervey  <edward@fluendo.com>
13692
13693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13694         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13695         (gst_ogg_demux_loop):
13696         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13697
13698 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13699
13700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13701         (gst_ffmpegcsp_get_unit_size):
13702           Return FALSE instead of returning a random false unit
13703           size when the format isn't known/supported (even if
13704           this shouldn't happen under normal circumstances).
13705
13706 2006-08-29  Wim Taymans  <wim@fluendo.com>
13707
13708         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13711         (gst_gnome_vfs_src_start):
13712         Try harder to get the size from a uri by using _info_uri() when
13713         _info_from_handle() does not give us enough info. 
13714         Also follow symlinks when getting the size.
13715         Partially Fixes #332864.
13716
13717 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13720
13721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13722         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13723         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13724         (gst_alsa_mixer_set_record):
13725         * ext/alsa/gstalsamixertrack.c:
13726         (gst_alsa_mixer_track_update_alsa_capabilities),
13727         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13728         (gst_alsa_mixer_track_update):
13729         * ext/alsa/gstalsamixertrack.h:
13730           Improve and fix mixer track handling, in particular better handling
13731           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13732           separate track objects for tracks that have both capture and playback
13733           volume (and label them differently as well so they're not mistakenly
13734           assumed to be duplicates); classify mixer tracks that only affect
13735           the audible volume of something (rather than the capture volume)
13736           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13737           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13738           (following the meaning documented in the mixer interface header
13739           file); add support for alsa's exclusive cswitch groups; update/sync
13740           state/flags better if mixer settings are changed by another
13741           application. Fixes #336075.
13742
13743 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * gst/playback/gstplaybin.c:
13746           Improve docs: add section about BUFFERING messages sent by playbin.
13747
13748 2006-08-29  Michael Smith  <msmith@fluendo.com>
13749
13750         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13751         (gst_vorbis_enc_buffer_check_discontinuous),
13752         (gst_vorbis_enc_chain):
13753           Ignore explicit DISCONT marked on buffers (which is often spurious,
13754           particularly when using multiple segments), in favour of solely
13755           using the timestamps/durations.
13756
13757 2006-08-29  Edward Hervey  <edward@fluendo.com>
13758
13759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13760         Don't rely on incoming buffers offset anymore, since it is completely
13761         broken when using multiple segments.
13762         Instead convert the incoming buffers timestamp to running time, and
13763         then convert that value to the offsets.
13764         Also inform GstSegment of the last outputted stop position, which is
13765         needed if we received several segments with an unknown stop value.
13766
13767 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13768
13769         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13770           fix buffer unreffing on a header push failure
13771
13772 2006-08-28  Wim Taymans  <wim@fluendo.com>
13773
13774         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13775         (gst_audio_rate_chain):
13776         Make the metadata of the buffer writable before changing its
13777         flags.
13778
13779 2006-08-28  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13782         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13783         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13784         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13785         Fix audiorate some more.
13786         Reset and resync counters on flush and READY.
13787         Handle the DISCONT flag correctly.
13788         Use GstSegment to track position.
13789         Fail when not negotiated.
13790         Fixes #353234.
13791
13792 2006-08-25  Michael Smith  <msmith@fluendo.com>
13793
13794         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13795           Fix spelling.
13796           Remove accidently included debug line.
13797
13798 2006-08-25  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13801         Small cleanups.
13802         If a buffer is received with no caps, make the buffer metadata
13803         writable and set the caps, making sure that we don't screw up the
13804         refcounts.
13805
13806 2006-08-25  Michael Smith  <msmith@fluendo.com>
13807
13808         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13809         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13810           Fix memory leaks and misleading debug messages, add a couple of
13811           comments.
13812
13813         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13814         (gst_multi_fd_sink_render):
13815           Do not use gst_buffer_make_writable() in a basesink render method,
13816           as it may incorrectly unref the buffer. Instead, use convoluted
13817           dance to avoid copying the buffer except when we need to.
13818
13819 2006-08-25  Michael Smith  <msmith@fluendo.com>
13820
13821         * ext/vorbis/vorbisenc.c:
13822         (gst_vorbis_enc_buffer_check_discontinuous):
13823           Allow very small discontinuities in the timestamps. These we can't
13824           do anything useful with anyway (because vorbis's timestamps have
13825           only sample granularity), and are commonly produced by elements with
13826           minor bugs. Allow up to 1/2 a sample out.
13827           Fixes #351742.
13828
13829 2006-08-24  Wim Taymans  <wim@fluendo.com>
13830
13831         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13832         (play_scrub_toggle_cb), (main):
13833         Add a checkbox to enable play scrubbing. Makes it possible to disable
13834         normal scrubbing.
13835
13836 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13837
13838         * tests/check/elements/.cvsignore:
13839           make buildbot happy
13840
13841 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13844         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13845         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13846         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13847         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13848         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13849         (gst_ogm_text_parse_strip_trailing_zeroes),
13850         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13851         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13852           Refactor ogm parse, do better input checking, misc. clean-ups.
13853           Cache incoming events and push them once the source pad has
13854           been created. Don't pass unterminated strings to sscanf().
13855           Strip trailing zeroes from subtitle text output, since they
13856           are not valid UTF-8. Don't push vorbiscomment packets on
13857           the subtitle text pad. Output perfect streams if possible.
13858
13859 2006-08-23  Wim Taymans  <wim@fluendo.com>
13860
13861         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13862         Waits for tasks to settle down so that we clean up correctly for 
13863         valgrind.
13864
13865 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13868           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13869           actually return return value in taglists_are_equal.
13870
13871 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13874           Fix crash due to broken bitstream parsing on x86-64: can't make
13875           any assumptions about sizeof(struct) due to alignment/packing
13876           differences on different architectures. Fixes #351790.
13877
13878 2006-08-22  Wim Taymans  <wim@fluendo.com>
13879
13880         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13881         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13882         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13883         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13884         (gst_riff_parse_info):
13885         Protect public functions against bad input.
13886         Do some cleanups.
13887         Fix documentation.
13888
13889 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * gst-libs/gst/riff/riff-ids.h:
13892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13893           Add voxware audio IDs (even if we can't play it) (#351795).
13894
13895 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * gst-libs/gst/riff/riff-media.c:
13898         (gst_riff_create_video_template_caps),
13899         (gst_riff_create_audio_template_caps),
13900         (gst_riff_create_iavs_template_caps):
13901           Const-ify some arrays and use G_N_ELEMENTS instead
13902           of wasting oodles of RAM on terminator bits.
13903
13904 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         * gst-libs/gst/tag/gstvorbistag.c:
13907         (gst_tag_list_to_vorbiscomment_buffer):
13908         * tests/check/libs/tag.c: (GST_START_TEST):
13909           And the same for _to_vorbiscomment_buffer(): allow
13910           id_data_len == 0 for speex.
13911
13912 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * configure.ac:
13915         * docs/plugins/Makefile.am:
13916         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13917         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13918         * docs/plugins/inspect/plugin-gdp.xml:
13919         * gst/gdp/Makefile.am:
13920         * tests/check/Makefile.am:
13921           Move GDP plugin to -base from -bad.  Closes #347783.
13922
13923 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13924
13925         * gst-libs/gst/tag/gstvorbistag.c:
13926         (gst_tag_list_from_vorbiscomment_buffer):
13927           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13928           Also add some checks to make sure we don't memcmp() beyond the end of
13929           vorbiscomment buffer if the ID to check for is larger than the buffer.
13930
13931         * tests/check/libs/tag.c: (GST_START_TEST):
13932           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13933
13934 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13935
13936         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13937         (gst_vorbis_enc_set_metadata):
13938           Use vorbis comment utility functions from libgsttag
13939           instead of re-inventing the wheel (partially fixes #347091).
13940
13941 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13942
13943         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13944         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13945         as some that won't.
13946
13947 2006-08-21  Wim Taymans  <wim@fluendo.com>
13948
13949         * docs/libs/Makefile.am:
13950         * docs/libs/gst-plugins-base-libs-sections.txt:
13951         * docs/libs/gst-plugins-base-libs.types:
13952         Don't try to GObject scan the netbuffer as it's not a GObject.
13953         Fixes #351308.
13954
13955         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13956         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13957         Document GstNetBuffer.
13958
13959 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13960
13961         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13962         (audioconvert_suite):
13963           Add testcase for caps-size-explosion
13964
13965 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13966
13967         * gst/audioconvert/gstaudioconvert.c:
13968         (gst_audio_convert_get_unit_size), (set_structure_widths):
13969           Lower debug, use g_assert in _get_unit_size
13970
13971         * gst/audioresample/gstaudioresample.c:
13972         (audioresample_get_unit_size):
13973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13974         (gst_ffmpegcsp_get_unit_size):
13975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13976           use g_assert in _get_unit_size
13977
13978 2006-08-18  Wim Taymans  <wim@fluendo.com>
13979
13980         * docs/libs/gst-plugins-base-libs-sections.txt:
13981         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13982         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13983         (gst_rtp_buffer_get_payload_buffer):
13984         * gst-libs/gst/rtp/gstrtpbuffer.h:
13985         Document GstRTPBuffer.
13986         Added function to efficiently strip payload headers.
13987         API: gst_rtp_buffer_get_payload_subbuffer()
13988
13989 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13992         (gst_tag_to_vorbis_comments):
13993           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13994           tags and deserialise them properly as well (#347091).
13995           Add some more gtk-doc blurbs and also some g_return_if_fail().
13996
13997         * tests/check/libs/tag.c: (GST_START_TEST),
13998         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13999           More tests.
14000
14001 2006-08-17  Wim Taymans  <wim@fluendo.com>
14002
14003         * ext/ogg/Makefile.am:
14004         * ext/ogg/gstogg.c: (plugin_init):
14005         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14006         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14007         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14008         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14009         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14010         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14011         Added ogg-in-avi parser element. Fixes #140139.
14012
14013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14014         Fixed a bug in oggdemux debug code.
14015
14016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14017         (gst_riff_create_audio_template_caps):
14018         Recognise Ogg in the AVI extensible wave format.
14019
14020 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14023           Make buffer durations add up (duration should be next_ts-ts for
14024           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14025           from CVS.
14026
14027         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14028         (test_buffer_timestamps), (cddabasesrc_suite):
14029           Add unit test for the above.
14030
14031         * tests/check/Makefile.am:
14032           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14033           to see what happens.
14034
14035 2006-08-16  Wim Taymans  <wim@fluendo.com>
14036
14037         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14038         (gst_alsasink_open):
14039         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14040         (gst_alsasrc_open):
14041         Avoid setting and using a NULL device name.
14042         Print more info when we fail to open a device.
14043
14044 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         * docs/libs/gst-plugins-base-libs-sections.txt:
14047         * gst-libs/gst/tag/tag.h:
14048         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14049           API: add gst_tag_parse_extended_comment() (#351426).
14050
14051         * tests/check/Makefile.am:
14052         * tests/check/libs/.cvsignore:
14053         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14054           Add unit test for gst_tag_parse_extended_comment().
14055
14056 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14057
14058         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14060           Fix leak (#351502).
14061
14062 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14063
14064         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14065         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14066         * docs/plugins/gst-plugins-base-plugins.args:
14067         * gst/playback/gstplaybin.c:
14068           Document playbin.
14069           
14070         * docs/plugins/inspect/plugin-adder.xml:
14071         * docs/plugins/inspect/plugin-alsa.xml:
14072         * docs/plugins/inspect/plugin-audioconvert.xml:
14073         * docs/plugins/inspect/plugin-audiorate.xml:
14074         * docs/plugins/inspect/plugin-audioresample.xml:
14075         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14076         * docs/plugins/inspect/plugin-cdparanoia.xml:
14077         * docs/plugins/inspect/plugin-decodebin.xml:
14078         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14079         * docs/plugins/inspect/plugin-gnomevfs.xml:
14080         * docs/plugins/inspect/plugin-ogg.xml:
14081         * docs/plugins/inspect/plugin-pango.xml:
14082         * docs/plugins/inspect/plugin-playbin.xml:
14083         * docs/plugins/inspect/plugin-subparse.xml:
14084         * docs/plugins/inspect/plugin-tcp.xml:
14085         * docs/plugins/inspect/plugin-theora.xml:
14086         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14087         * docs/plugins/inspect/plugin-video4linux.xml:
14088         * docs/plugins/inspect/plugin-videorate.xml:
14089         * docs/plugins/inspect/plugin-videoscale.xml:
14090         * docs/plugins/inspect/plugin-videotestsrc.xml:
14091         * docs/plugins/inspect/plugin-volume.xml:
14092         * docs/plugins/inspect/plugin-vorbis.xml:
14093         * docs/plugins/inspect/plugin-ximagesink.xml:
14094         * docs/plugins/inspect/plugin-xvimagesink.xml:
14095           Update to CVS version.
14096
14097 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14098
14099         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14100         (gst_play_bin_set_property), (gst_play_bin_get_property),
14101         (value_list_append_structure_list),
14102         (gst_play_bin_handle_redirect_message),
14103         (gst_play_bin_handle_message):
14104           API: GstPlayBin::connection-speed
14105           Add "connection-speed" property; re-order redirect messages with
14106           multiple redirect locations depending on the minimum bitrate if
14107           that information is available and a connection speed is set
14108           (#350399).
14109
14110 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * gst/playback/gstplaybin.c:
14113           Update max volume to the same value that the volume element uses.
14114
14115 2006-08-14  Wim Taymans  <wim@fluendo.com>
14116
14117         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14118         Less uglyness..
14119
14120 2006-08-14  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14123         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14124         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14125         Add some more debug info.
14126         Don't crash when a seek failed.
14127         Actually return the result of the seek instead of TRUE.
14128         Ignore multiple BOS pages with the same serial so that we don't create
14129         the same stream multiple times.
14130         Post an error when we fail to do the initial seek.
14131
14132 2006-08-13  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14135         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14136         Small code cleanup.
14137
14138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14139         (gst_alsa_mixer_new):
14140         Remove hack that always set the device to hw:0*.
14141         Properly find the card name for whatever device was configured.
14142         Do some better debugging.
14143         Fixes #350784.
14144
14145         * ext/alsa/gstalsamixerelement.c:
14146         (gst_alsa_mixer_element_set_property),
14147         (gst_alsa_mixer_element_change_state):
14148         Cleanups.
14149         Handle setting of a NULL device name better.
14150
14151 2006-08-11  Wim Taymans  <wim@fluendo.com>
14152
14153         * gst/adder/gstadder.c:
14154         Don't clip float values. Fixes #350900.
14155
14156 2006-08-11  Andy Wingo  <wingo@pobox.com>
14157
14158         * gst/tcp/gsttcp.c: Really fix the build?
14159
14160         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14161         fixes the build.
14162
14163 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14166           Float caps shouldn't have a "signed" field.
14167
14168 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14169
14170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14171           Implement SEEKING query in its most basic form, so that we can
14172           at least check if we're seekable or not (#350655).
14173
14174 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14175
14176         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14177           The checks here are not even close to anything that would
14178           justify MAXIMUM probability, lowering to POSSIBLE until someone
14179           fixes the checks (case at hand: quicktime redirection files
14180           might start with 00 00 01 XX and pass the checks here just
14181           fine, see #350399).
14182
14183 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14184
14185         Patch by: Sjoerd Simons  <sjoerd at luon net>
14186
14187         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14188           Better detection for multipart/x-mixed-replace: accept leading
14189           whitespaces before the boundary marker as well (as our very own
14190           multipartmux used to produce) (#349068).
14191
14192 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         Patch by: Young-Ho Cha  <ganadist at chollian net>
14195
14196         * gst-libs/gst/riff/riff-ids.h:
14197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14198         (gst_riff_create_audio_template_caps):
14199           Detect DTS audio streams (#350157).
14200
14201 2006-08-05  Andy Wingo  <wingo@pobox.com>
14202
14203         * ext/theora/gsttheoraparse.h:
14204         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14205         (theora_parse_dispose, theora_parse_set_property)
14206         (theora_parse_get_property, theora_parse_munge_granulepos)
14207         (theora_parse_push_buffer, theora_parse_change_state):
14208         API: GstTheoraParse::synchronization-points
14209         Add a property 'synchronization-points' to fix badly synchronized oggs.
14210
14211 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * tests/check/Makefile.am:
14214         * tests/check/libs/.cvsignore:
14215         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14216         (fixed_caps_have_channel_positions), (GST_START_TEST),
14217         (audio_suite), (main):
14218           Add a few tests for the channel position stuff in libgstaudio.
14219
14220 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14221
14222         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14223         (gst_alsa_detect_channels):
14224         * ext/alsa/gstalsasink.c:
14225           Add support for cards that (only) do more than 8 channels,
14226           like the Delta 44 (#345188).
14227
14228         * gst-libs/gst/audio/multichannel.c:
14229         (gst_audio_check_channel_positions):
14230         * gst-libs/gst/audio/multichannel.h:
14231           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14232           unspecified channel position and cannot be combined with any
14233           of the other audio channel positions; adjust position layout
14234           checks accordingly (#345188).
14235
14236 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14239           Recognise ancient RealAudio files (see #349779).
14240
14241 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         Patch by: Jens Granseuer  <jensgr at gmx net>
14244
14245         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14246           Add typefinder for Interplay's MVE format (#348973).
14247
14248 2006-08-02  Wim Taymans  <wim@fluendo.com>
14249
14250         Patch by: Marcel Moreaux <marcelm at luon dot net>
14251
14252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14253         (gst_base_rtp_depayload_add_to_queue):
14254         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14255         Handle RTP sequence number rollover.
14256         Disable jitterbuffer by default.
14257
14258 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14259
14260         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14261         (audioresample_set_caps):
14262         Don't leak references to the incoming caps. Clean them up when
14263         stopping.
14264
14265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14266         (gst_video_scale_finalize):
14267         Don't leak our temporary pixel buffer.
14268
14269         * tests/check/Makefile.am:
14270         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14271         (GST_START_TEST), (simple_launch_lines_suite):
14272
14273         Fix leaks and re-enable the test for valgrind checking.
14274
14275 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14276
14277         Patch by: Sjoerd Simons  <sjoerd at luon net>
14278
14279         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14280         (plugin_init):
14281           Add typefind function for multipart/x-mixed-replace (#348916).
14282
14283 2006-07-28  Wim Taymans  <wim@fluendo.com>
14284
14285         * gst/adder/gstadder.c: (gst_adder_setcaps),
14286         (gst_adder_query_duration):
14287         Fix leak in duration query.
14288         Reflow some docs and notes.
14289
14290 2006-07-28  Michael Smith  <msmith@fluendo.com>
14291
14292         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14293         (vorbisenc_suite):
14294           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14295           aspect of it.
14296
14297 2006-07-28  Michael Smith  <msmith@fluendo.com>
14298
14299         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14300         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14301         (gst_vorbis_enc_push_buffer),
14302         (gst_vorbis_enc_buffer_check_discontinuous),
14303         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14304         * ext/vorbis/vorbisenc.h:
14305           Handle discontinuities in the input vorbis stream correctly,
14306           so that the output is properly timestamped (and has good granulepos
14307           values). Needs some oggmux fixes too.
14308
14309 2006-07-27  Wim Taymans  <wim@fluendo.com>
14310
14311         patch by: Kai Vehmanen <kv2004 eca cx>
14312
14313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14314         (gst_base_rtp_depayload_chain),
14315         (gst_base_rtp_depayload_handle_sink_event),
14316         (gst_base_rtp_depayload_change_state):
14317         Don't send multiple newsegments with different formats.
14318         Fixes #348677.
14319
14320 2006-07-26  Wim Taymans  <wim@fluendo.com>
14321
14322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14323         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14324         Make seeking in ogg more accurate again by doing the more correct
14325         granuletime to stream time conversion.
14326
14327 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14330         (gst_multi_fd_sink_new_client):
14331           debug a little more understandably
14332           do not use goto as a substitute for break, especially if
14333           break is also being used
14334
14335 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14336
14337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14338         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14339           Remove GLib-2.6 compatibility cruft.
14340
14341 2006-07-24  Wim Taymans  <wim@fluendo.com>
14342
14343         * gst-libs/gst/audio/gstbaseaudiosink.c:
14344         (gst_base_audio_sink_render):
14345         Don't try to align a sample to an unknown value.
14346
14347 2006-07-24  Wim Taymans  <wim@fluendo.com>
14348
14349         * gst-libs/gst/audio/gstbaseaudiosink.c:
14350         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14351         When the audio clock is slaved to another clock, never try to align
14352         samples but trust the rate interpolation algorithm.
14353
14354 2006-07-24  Wim Taymans  <wim@fluendo.com>
14355
14356         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14357         Don't try to calculate silence samples, base class does this much
14358         better now.
14359
14360         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14361         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14362         (gst_ring_buffer_acquire):
14363         Calculate silence samples correctly.
14364
14365         * gst-libs/gst/audio/gstringbuffer.h:
14366         Add _CAST macro.
14367
14368 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14371           Limit search for the first markup tag to the first few kB of
14372           the file. If we don't find one there, it's highly unlikely that
14373           this is an XML(-ish) file.
14374
14375 2006-07-21  Andy Wingo  <wingo@pobox.com>
14376
14377         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14378         test to the one in vorbisenc. Also commented out.
14379
14380         * tests/check/pipelines/vorbisenc.c: 
14381         (test_discontinuity): New test, commented out until Mike lands
14382         some elite vorbisenc patches.
14383
14384         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14385         Bufferstraw was actually factored out of these tests. Now we share
14386         code yay.
14387
14388         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14389         for bufferstraw addition to gstcheck.
14390
14391 2006-07-21  Wim Taymans  <wim@fluendo.com>
14392
14393         * ext/theora/theoradec.c: (clip_buffer):
14394         Better clipping.
14395
14396 2006-07-21  Wim Taymans  <wim@fluendo.com>
14397
14398         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14399         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14400         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14401         Fix leak.
14402         Avoid type casting when we can.
14403
14404         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14405         Fix mem leak.
14406
14407 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         * ext/alsa/gstalsamixerelement.c:
14410         (gst_alsa_mixer_element_change_state):
14411           Make state change fail if the specified device can't be opened
14412           for some reason.
14413
14414 2006-07-20  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14417         (cb_newpad), (main):
14418         Example of a small audio/video player using decodebin.
14419
14420 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14421
14422         * gst-libs/gst/riff/riff-ids.h:
14423           Add 'fact' chunk id
14424
14425 2006-07-19  Wim Taymans  <wim@fluendo.com>
14426
14427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14428         (gst_base_rtp_depayload_chain),
14429         (gst_base_rtp_depayload_change_state):
14430         Don't assert when not negotiated but post a meaningfull 
14431         error message. Fixes #347918.
14432
14433         * gst-libs/gst/rtp/gstbasertppayload.c:
14434         Add comment about better default MTU size.
14435
14436         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14437         Small cleanups, start docs.
14438
14439 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         Patch by: Martin Szulecki
14442
14443         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14444           If "device-name" is requested and the device is not
14445           open, try to temporarily open it to obtain this
14446           information (#342494).
14447
14448 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * gst-libs/gst/tag/gstid3tag.c:
14451           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14452
14453         * gst-libs/gst/tag/gsttageditingprivate.h:
14454         * gst-libs/gst/tag/gstvorbistag.c:
14455           Some more random const-ifications.
14456
14457 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14458
14459         * gst-libs/gst/riff/riff-ids.h:
14460         * gst-libs/gst/riff/riff-media.c:
14461         (gst_riff_create_video_template_caps):
14462           Add more FOURCCs (sort list to make stuff easier to find),
14463           add comment what those 16 bytes in struct _gst_riff_strh according to
14464           one avi-dumper are
14465
14466 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14467
14468         * gst-libs/gst/audio/multichannel.c:
14469         (gst_audio_check_channel_positions),
14470         (gst_audio_fixate_channel_positions):
14471           Const-ify two arrays.
14472
14473 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14474
14475         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14476           Fix typo, so that alsasink also advertises 8 channels
14477           if that's supported (tags: can, worms, open, alsa, ph34r).
14478
14479 2006-07-17  Wim Taymans  <wim@fluendo.com>
14480
14481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14482         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14483         *sigh*, when is the compiler going to warn when the comments
14484         are out-of-sync with the code.. Refix case of busted theora
14485         headers with 0 granule pos.
14486
14487 2006-07-14  Wim Taymans  <wim@fluendo.com>
14488
14489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14490         (gst_base_rtp_depayload_wait),
14491         (gst_base_rtp_depayload_change_state),
14492         (gst_base_rtp_depayload_set_property),
14493         (gst_base_rtp_depayload_get_property):
14494         Fix 99% cpu load by waiting for absolute times on the
14495         clock. Fixes #347300.
14496
14497 2006-07-14  Andy Wingo  <wingo@pobox.com>
14498
14499         * ext/theora/gsttheoraparse.h: 
14500         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14501         (theora_parse_push_headers, theora_parse_clear_queue)
14502         (theora_parse_drain_queue_prematurely, )
14503         (theora_parse_sink_event, theora_parse_change_state): Queue events
14504         until we initialized our state, like in vorbisparse.
14505
14506         * ext/vorbis/vorbisparse.h: 
14507         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14508         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14509         (vorbis_parse_drain_queue_prematurely, )
14510         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14511         until we have initialized our state. Fixes seeking after an
14512         initial pad block.
14513
14514 2006-07-14  Andy Wingo  <wingo@pobox.com>
14515
14516         Patch by: Iain Holmes <iaingnome@gmail.com>
14517         
14518         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14519
14520 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14521
14522         * configure.ac:
14523         Bump nano back to CVS
14524
14525 === release 0.10.9 ===
14526
14527 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14528
14529         * configure.ac:
14530           releasing 0.10.9, "I walk the line"
14531
14532 2006-07-14  Michael Smith  <msmith@fluendo.com>
14533
14534         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14535           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14536           (commonly happens when running this test under valgrind) when trying
14537           to remove the buffer probe.
14538
14539 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14540
14541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14542         Fix missing g_unlock from the previous commit
14543
14544 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14545
14546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14547         (gst_ximagesink_change_state):
14548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14549         (gst_xvimagesink_change_state):
14550         Implement a locking order to ensure we always take the object lock
14551         before the x_lock and never vice-versa.
14552
14553 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14554
14555         * gst/playback/gstdecodebin.c: (find_compatibles):
14556         Fix a caps leak when linking (#347304)
14557
14558         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14559         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14560         (gst_ximagesink_change_state):
14561         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14562         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14563         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14564         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14565         Don't leak shared memory resources. Use the object lock to protect
14566         against the xcontext disappearing while returning a buffer from the
14567         pipeline. (#347304)
14568
14569 2006-07-12  Edward Hervey  <edward@fluendo.com>
14570
14571         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14572         (vorbis_handle_comment_packet):
14573         gst_tag_list_merge() returns a new object. Take that into account when
14574         using it. This avoids memleak.
14575         Revert previous commit which is not needed.
14576
14577 2006-07-12  Edward Hervey  <edward@fluendo.com>
14578
14579         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14580         Reset the decoder in finalize so that all fields get cleared.
14581
14582 2006-07-12  Wim Taymans  <wim@fluendo.com>
14583
14584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14585         (gst_base_audio_src_set_clock),
14586         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14587         Don't try to post an error message when setting the clock fails
14588         as this can happen when adding an element to a bin which will then
14589         deadlock. Fixes #347296.
14590
14591 2006-07-12  Edward Hervey  <edward@fluendo.com>
14592
14593         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14594         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14595         (vorbis_handle_type_packet):
14596         Post tag messages on the bus even if we're not initialized.
14597         If we're not initialized, we still postpone the event pushing of tags.
14598
14599 2006-07-12  Wim Taymans  <wim@fluendo.com>
14600
14601         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14602         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14603         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14604         Revert last two changes that broke the freeze.
14605
14606 2006-07-12  Wim Taymans  <wim@fluendo.com>
14607
14608         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14609         basesink calculates silence sample correctly for us.
14610
14611 2006-07-12  Wim Taymans  <wim@fluendo.com>
14612
14613         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14614         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14615         Calculate correct silence samples so we don't fill our ringbuffer
14616         with noise.
14617
14618 2006-07-12  Edward Hervey  <edward@fluendo.com>
14619
14620         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14621         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14622         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14623         * ext/vorbis/vorbisdec.h:
14624         Delay sending events (newsegment, tags) until the decoder is properly
14625         initialized.
14626         Fixes #347295
14627
14628 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14629
14630         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14631         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14632           Patch from #347221 adding a test for audioconvert
14633           channel remappings.
14634
14635 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14638         (gst_ssa_parse_parse_line):
14639           Don't include the terminating NUL in the buffer size,
14640           it's only there for extra paranoia (would add random
14641           '*' characters at the end of each subtitle since the
14642           terminator itself is not valid UTF-8 technically).
14643           Also fix indenting after boilerplate macro.
14644
14645 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14646
14647         * gst/playback/gstdecodebin.c: (close_pad_link):
14648           Also emit 'unknown-type' signal (which should really be
14649           called unhandled-type) if we found potential decoders/demuxers
14650           in the registry but none of them worked in the end (as in the
14651           case where the plugins don't exist any longer but are still
14652           listed in the registry). Fixes #329798.
14653
14654 2006-07-08  Andy Wingo  <wingo@pobox.com>
14655
14656         * theoraparse.c (theora_parse_push_buffer)
14657         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14658         Add some more debugging. Fix granulepos reconstruction in the face
14659         of discontinuities.
14660
14661 2006-07-06  Wim Taymans  <wim@fluendo.com>
14662
14663         * gst-libs/gst/audio/gstbaseaudiosink.c:
14664         (gst_base_audio_sink_class_init),
14665         (gst_base_audio_sink_provide_clock):
14666         Use gobject_class instead of G_OBJECT_CLASS (klass)
14667
14668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14669         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14670         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14671         (gst_base_audio_src_get_time),
14672         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14673         (gst_base_audio_src_create_ringbuffer):
14674         Fix latency and buffer-time constants and properties ala basesink.
14675         Implement pull based scheduling. Fixes #346527.
14676         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14677         one segment.
14678         Refuse slaving to another clock instead of silently not working.
14679         Only provide a clock when we are actually able to do so.
14680         Various small cleanups and compiler hints.
14681
14682 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         Patch by: Lutz Mueller <lutz at topfrose de>
14685
14686         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14687         (plugin_init):
14688           Add typefinding for text/html (#346581).
14689
14690 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14691
14692         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14693         (xml_check_first_element), (xml_type_find), (smil_type_find):
14694           Fix SMIL typefinding, make xml_check_first_element() more
14695           useful.
14696
14697 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14700         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14701         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14702         * gst/playback/gstplaybasebin.h:
14703           Protect list of elements with a subtitle-encoding property and
14704           the subtitle encoding member itself with a lock of their own
14705           instead of using the object lock. This prevents a dead-lock in
14706           the element-remove callback in some circumstances when shutting
14707           down playbin.
14708
14709 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14710
14711         * win32/common/libgsttag.def:
14712         Export some new functions.
14713         * win32/vs6/libgstogg.dsp:
14714         Add a link to libgsttag-0.10.lib.
14715
14716 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14717
14718         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14719           Some const-ification.
14720
14721 2006-07-04  Wim Taymans  <wim@fluendo.com>
14722
14723         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14724         Improve checking if we are dealing with a stream. Added some
14725         more uris that need buffering.
14726
14727 2006-07-03  Edward Hervey  <edward@fluendo.com>
14728
14729         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14730         Remove unused variable.
14731
14732 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14733
14734         * Makefile.am:
14735           include lcov.mak
14736         * configure.ac:
14737           add GCOV_LIBS to GST_LIBS
14738
14739 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14742
14743         * ext/alsa/gstalsasrc.c:
14744           Add 32 bps to template caps and increase channels range
14745           from [1,2] to [1,MAX]. See #346326.
14746
14747 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14750           Recognise 'WMVA' video codec fourcc (#345879).
14751           
14752 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14753          
14754         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14755           Fixed nasty memory leak
14756
14757 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14760         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14761           fix logging
14762
14763 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14764
14765         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14766         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14767         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14768         Protect remove_fakesink using a mutex, so that we don't try and
14769         remove the fakesink simultaneously from multiple threads.
14770
14771         When going from READY to PAUSED, restore the fakesink, so that
14772         it is there when decodebin gets reused.
14773
14774 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14778         * gst-libs/gst/rtp/gstbasertppayload.c:
14779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14780         * gst/tcp/gstmultifdsink.c:
14781         * gst/tcp/gsttcpclientsink.c:
14782         * gst/tcp/gsttcpclientsrc.c:
14783         * gst/tcp/gsttcpserversink.c:
14784         * gst/tcp/gsttcpserversrc.c:
14785         * gst/videorate/gstvideorate.c:
14786         * gst/videotestsrc/gstvideotestsrc.c:
14787         * sys/v4l/gstv4ljpegsrc.c:
14788         * sys/v4l/gstv4lmjpegsink.c:
14789         * sys/v4l/gstv4lsrc.c:
14790         * tests/examples/seek/scrubby.c:
14791         * tests/examples/seek/seek.c:
14792           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14793
14794 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14797           Second field in GEnumValue shouldn't be a description,
14798           but a stringified version of the enum value.
14799
14800 2006-06-22  Wim Taymans  <wim@fluendo.com>
14801
14802         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14803         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14804         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14805         Avoid type checking in buffer casts.
14806         Avoid caps copy in buffer_alloc when we can.
14807         Use pad_peer_accept.
14808
14809 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * gst-libs/gst/tag/tag.h:
14812           Oops, make that 'Since: 0.10.9'.
14813
14814 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * docs/libs/gst-plugins-base-libs-sections.txt:
14817         * gst-libs/gst/tag/tag.h:
14818         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14819         (gst_tag_image_type_get_type):
14820           API: add GstTagImageType enum to describe images contained
14821           in image tags (#345641).
14822
14823 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14826           Fix warnings with gst-inspect: "buffers-min" property
14827           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14828           typo in property description.
14829
14830 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         Patch by: Cody Russell <bratsche at gnome org>
14833
14834         * gst/audioresample/gstaudioresample.c:
14835         (gst_audioresample_class_init):
14836         * gst/playback/gststreamselector.c:
14837         (gst_stream_selector_class_init):
14838         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14839         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14840         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14841         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14842         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14843         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14844         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14845         * gst/videotestsrc/gstvideotestsrc.c:
14846         (gst_video_test_src_class_init):
14847         * gst/volume/gstvolume.c: (gst_volume_class_init):
14848           Avoid unnecessary class cast check in class_init
14849           functions (#337747).
14850
14851 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14854         (gst_text_overlay_video_chain):
14855           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14856           and doesn't validate its input either (and neither did
14857           textoverlay it seems). Let's do that then and fix #345206.
14858
14859 2006-06-19  Wim Taymans  <wim@fluendo.com>
14860
14861         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14862         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14863         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14864         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14865         (find_syncframe), (find_limits), (assign_value),
14866         (count_burst_unit), (gst_multi_fd_sink_new_client),
14867         (gst_multi_fd_sink_handle_client_write),
14868         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14869         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14870         (gst_multi_fd_sink_change_state):
14871         * gst/tcp/gstmultifdsink.h:
14872         Added shiny new burst-on-connect methods.
14873         Add properties to control the minimal amount of data queued.
14874         Small cleanups.
14875         API: bytes-min property
14876         API: time-min property
14877         API: buffers-min property
14878         API: burst-unit property
14879         API: burst-value property
14880         API: add-full signal
14881
14882         * gst/tcp/gsttcp-marshal.list:
14883         Added new marshaller code for the new signal.
14884
14885         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14886         (multifdsink_suite):
14887         Added testcases for new burst methods.
14888
14889 2006-06-19  Edward Hervey  <edward@fluendo.com>
14890
14891         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14892         Implement clipping for accurate seeking.
14893         Closes #345225
14894
14895 2006-06-19  Wim Taymans  <wim@fluendo.com>
14896
14897         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14898
14899         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14900         (gst_video_scale_transform):
14901         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14902
14903 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * configure.ac:
14906           Fix --disable-external (can't set conditionals conditionally,
14907           #343602).
14908
14909 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * tests/check/elements/audioresample.c: (test_reuse),
14912         (audioresample_suite):
14913           Add test case for bug #342789 fixed below.
14914
14915 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * gst/audioresample/gstaudioresample.c:
14918         (gst_audioresample_class_init), (gst_audioresample_init),
14919         (audioresample_start), (audioresample_stop),
14920         (gst_audioresample_set_property), (gst_audioresample_get_property):
14921           Implement GstBaseTransform::start and ::stop so that audioresample
14922           can clear its internal state properly and be reused instead of
14923           causing non-negotiated errors with playbin under some circumstances
14924           (#342789).
14925
14926         * tests/check/elements/audioresample.c: (setup_audioresample),
14927         (cleanup_audioresample):
14928           Need to set element state here so that ::start and ::stop are
14929           called.
14930
14931 2006-06-16  Wim Taymans  <wim@fluendo.com>
14932
14933         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14934
14935         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14936         Parse extra data better, apparently it's right behind
14937         the normal strf header size. Fixes #343500.
14938
14939 2006-06-16  Wim Taymans  <wim@fluendo.com>
14940
14941         * ext/alsa/gstalsasink.c: (set_hwparams):
14942         If we fail to set the buffer_time and period_time alsa
14943         parameters, post a warning and leave alsa select a 
14944         default instead of failing. Fixes #342085
14945
14946 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * docs/libs/gst-plugins-base-libs-sections.txt:
14949         * gst-libs/gst/cdda/gstcddabasesrc.h:
14950           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14951           out in the header file and shouldn't be listed in the docs.
14952
14953         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14954           Must dereference pointer to fourcc in the debug statement.
14955
14956 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14957
14958         * docs/libs/Makefile.am:
14959         * docs/libs/gst-plugins-base-libs-docs.sgml:
14960         * docs/libs/gst-plugins-base-libs-sections.txt:
14961         * docs/libs/gst-plugins-base-libs.types:
14962         add remaining symbols into correct setions
14963         
14964         * gst-libs/gst/audio/gstringbuffer.c:
14965         fix incomplete docs
14966         
14967         * gst-libs/gst/audio/gstringbuffer.h:
14968         comment out not yet implemented function
14969         
14970         
14971         * gst-libs/gst/floatcast/floatcast.h:
14972         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14973         add short descriptions
14974         
14975         
14976         * gst-libs/gst/interfaces/propertyprobe.c:
14977         fix return value docs   
14978         
14979         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14980         simplify debug logging
14981         
14982         * gst-libs/gst/riff/riff-read.h:
14983         sync function prototype and docs
14984         
14985         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14986         remove left over symbol
14987
14988 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14989
14990         * autogen.sh:
14991         * configure.ac:
14992         * docs/Makefile.am:
14993           Use GST_PLUGIN_DOCS macro in configure.ac, add
14994           --enable-plugin-docs default to autogen.sh and use
14995           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14996
14997 2006-06-15  Wim Taymans  <wim@fluendo.com>
14998
14999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15000         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15001         (gst_ogg_demux_loop):
15002         Combine GstFlowReturn from the source pads to give a
15003         meaningfull result to the upstream peer or to stop the
15004         processing task in case of errors.
15005
15006 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * gst/playback/gststreaminfo.c: (cb_probe):
15009           Try GST_TAG_CODEC as fallback when extracting the
15010           codec name; more debug info.
15011
15012 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * ext/ogg/Makefile.am:
15015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15016           Extract language tags from ogm subtitle streams, so that
15017           the subtitle menu choices are labelled correctly in
15018           Totem (fixes #344708).
15019
15020 2006-06-14  Wim Taymans  <wim@fluendo.com>
15021
15022         Patch by: Alessandro Decina <alessandro at nnva dot org>
15023
15024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15025         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15026         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15027         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15028         Fix various leaks. Fixes #343699.
15029         Add x-smoke mime type.
15030
15031 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst-libs/gst/riff/riff-ids.h:
15034           Add IDs for 'bext' chunks (see #343837).
15035
15036 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         Patch by: Young-Ho Cha  <ganadist at chollian net>
15039
15040         * gst/subparse/samiparse.c: (sami_context_pop_state),
15041         (handle_start_font), (end_sami_element):
15042           Honour font face tags in SAMI subtitles (#344503).
15043
15044 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15045
15046         * po/POTFILES.in:
15047           add missing files containing translatable strings
15048
15049 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15050
15051         * docs/libs/tmpl/.cvsignore:
15052           we don't want those *.sgml files in CVS either
15053
15054 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15055
15056         * docs/libs/.cvsignore:
15057         * tests/check/elements/.cvsignore:
15058         * tests/check/libs/.cvsignore:
15059           ignore more
15060
15061 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15062
15063         * docs/libs/Makefile.am:
15064           also commiting the changed Makefile.am (added more libs to the
15065           doc-build)
15066
15067 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15068
15069         * docs/libs/gst-plugins-base-libs-docs.sgml:
15070         * docs/libs/gst-plugins-base-libs-sections.txt:
15071         * docs/libs/gst-plugins-base-libs.types:
15072           first batch of reordering things, add index & hierarchy
15073
15074 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15075
15076         * configure.ac:
15077           use GST_PKG_CHECK_MODULES, cleans up output
15078
15079 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15082           Add support for burn:// URIs (#343385); const-ify things a bit,
15083           use G_N_ELEMENTS instead of hard-coded array size.
15084
15085 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         Patch by: Young-Ho Cha  <ganadist at chollian net>
15088
15089         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15090           Fix up broken entities before passing them to libxml *sigh*.
15091           (#343303).
15092           
15093 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15094
15095         * configure.ac:
15096           back to TRUNK
15097
15098 === release 0.10.8 ===
15099
15100 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15101
15102         * configure.ac:
15103           releasing 0.10.8, "Moar gij ziet mij nie"
15104
15105 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15106
15107         * configure.ac:
15108         * po/af.po:
15109         * po/az.po:
15110         * po/cs.po:
15111         * po/en_GB.po:
15112         * po/hu.po:
15113         * po/it.po:
15114         * po/nb.po:
15115         * po/nl.po:
15116         * po/or.po:
15117         * po/sq.po:
15118         * po/sr.po:
15119         * po/sv.po:
15120         * po/uk.po:
15121         * po/vi.po:
15122         * win32/common/config.h:
15123           0.10.7.2 prerelease
15124
15125 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         * docs/libs/tmpl/gstaudio.sgml:
15128         * docs/libs/tmpl/gstcolorbalance.sgml:
15129         * docs/libs/tmpl/gstmixer.sgml:
15130         * docs/libs/tmpl/gstringbuffer.sgml:
15131         * docs/libs/tmpl/gsttuner.sgml:
15132         * docs/libs/tmpl/gstxoverlay.sgml:
15133         * gst-libs/gst/audio/audio.c:
15134         * gst-libs/gst/audio/gstringbuffer.c:
15135         * gst-libs/gst/interfaces/colorbalance.c:
15136         * gst-libs/gst/interfaces/mixer.c:
15137         * gst-libs/gst/interfaces/tuner.c:
15138         * gst-libs/gst/interfaces/xoverlay.c:
15139           move last template doc snippets to source code and delete them
15140
15141 2006-06-06  Michael Smith  <msmith@fluendo.com>
15142
15143         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15144         (theora_parse_drain_queue):
15145           Mark DELTA_UNIT on non-keyframes.
15146
15147 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15148
15149         * gst-libs/gst/audio/gstbaseaudiosink.c:
15150         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15151         * gst-libs/gst/audio/gstbaseaudiosink.h:
15152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15153         (gst_ring_buffer_samples_done):
15154         * gst-libs/gst/audio/gstringbuffer.h:
15155         Document better the fact that latency_time and buffer_time are values
15156         stored in microseconds, and not the usual GStreamer nanoseconds.
15157         Change the variables (compatibly) that store them from GstClockTime 
15158         to guint64 to make it more clear that they're not storing clock times.
15159         Also, remove the bogus property description that says the user can
15160         specify -1 to get the default value, since that's never been the case.
15161
15162         When computing the default segment size for the ring buffer, make it
15163         an integer number of samples.
15164
15165         When the sub-class indicates a delay greater than the number of
15166         samples we've written return 0 from the audio sink get_time method.
15167
15168 2006-06-02  Michael Smith  <msmith@fluendo.com>
15169
15170         * tests/check/elements/audioconvert.c: (set_channel_positions),
15171         (get_float_mc_caps), (get_int_mc_caps):
15172         * tests/check/elements/audioresample.c:
15173         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15174         * tests/check/elements/videorate.c:
15175         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15176         * tests/check/elements/volume.c:
15177         * tests/check/elements/vorbisdec.c:
15178         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15179           Don't busy-wait in tests; this was causing test timeouts very
15180           frequently when running under valgrind.
15181
15182 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * gst/tcp/README:
15185         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15186         (gst_multi_fd_sink_remove_client_link),
15187         (gst_multi_fd_sink_client_queue_caps),
15188         (gst_multi_fd_sink_client_queue_buffer),
15189         (gst_multi_fd_sink_handle_client_write),
15190         (gst_multi_fd_sink_render):
15191         * gst/tcp/gstmultifdsink.h:
15192           make multifdsink properly deal with streamheader:
15193           - streamheader is taken from caps
15194           - buffers marked with IN_CAPS are not sent
15195           - streamheaders are sent, on connection, from the caps of the
15196             buffer where the client gets positioned to
15197           - further streamheader changes are done every time the client
15198             will receive a buffer with different caps
15199         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15200         (gst_multifdsink_create_streamheader):
15201           add tests for this
15202
15203 2006-06-02  Michael Smith  <msmith@fluendo.com>
15204
15205         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15206           Reinstate limit on channel count. Vorbis does not define the meaning
15207           of > 6 channels, so they're just independent channels. Gstreamer
15208           currently has no mechanism to represent N independent channels.
15209
15210 2006-06-02  Michael Smith  <msmith@fluendo.com>
15211
15212         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15213           Don't arbitrarily restrict channel counts and rate in vorbis.
15214           In terms of effects likely on real-world files, this fixes 96kHz
15215           playback of vorbis.
15216
15217 2006-06-02  Michael Smith  <msmith@fluendo.com>
15218
15219         * gst/audioconvert/audioconvert.c: (float):
15220           More correct float->int conversion.
15221
15222 2006-06-02  Michael Smith  <msmith@fluendo.com>
15223
15224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15225           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15226           value. Fixes g-critical on trying to play back ogg containing
15227           unknown codec.
15228
15229 2006-06-02  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15232         (setup_source):
15233         * gst/playback/gstplaybasebin.h:
15234         Make the subtitle detection work from any thread so we don't
15235         deadlock. Fixes #343397.
15236
15237 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15238
15239         * gst/volume/Makefile.am:
15240           Seriously, it's not *that* hard to get compilation right.  Even
15241           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15242
15243 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15244
15245         * gst/volume/gstvolume.c: (volume_choose_func),
15246         (volume_update_real_volume), (gst_volume_class_init),
15247         (gst_volume_init), (volume_process_float), (volume_process_int16),
15248         (volume_process_int16_clamp), (volume_set_caps),
15249         (volume_transform_ip), (plugin_init):
15250         * gst/volume/gstvolume.h:
15251         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15252         another property desc., remove unused param from process function
15253         
15254         * tests/check/elements/volume.c: (volume_suite):
15255         reactivate the passthrough test
15256
15257 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15258
15259         * ext/alsa/gstalsamixerelement.h:
15260         * ext/alsa/gstalsamixeroptions.h:
15261         * ext/alsa/gstalsamixertrack.h:
15262         * ext/gnomevfs/gstgnomevfssink.h:
15263         * ext/gnomevfs/gstgnomevfssrc.h:
15264         * ext/theora/gsttheoradec.h:
15265         * ext/theora/gsttheoraenc.h:
15266         * ext/theora/gsttheoraparse.h:
15267         * ext/vorbis/vorbisparse.h:
15268         * gst-libs/gst/audio/gstaudioclock.h:
15269         * gst-libs/gst/audio/gstaudiofilter.h:
15270         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15271         * gst/audioconvert/gstaudioconvert.h:
15272         * gst/audioresample/gstaudioresample.h:
15273         * gst/audiotestsrc/gstaudiotestsrc.h:
15274         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15275         * gst/playback/gststreamselector.h:
15276         * gst/tcp/gstmultifdsink.h:
15277         * gst/tcp/gsttcpclientsink.h:
15278         * gst/tcp/gsttcpclientsrc.h:
15279         * gst/tcp/gsttcpserversink.h:
15280         * gst/tcp/gsttcpserversrc.h:
15281         * gst/videorate/gstvideorate.h:
15282         * gst/videoscale/gstvideoscale.h:
15283         * gst/videotestsrc/gstvideotestsrc.h:
15284         * gst/volume/gstvolume.h:
15285         * sys/v4l/gstv4ljpegsrc.h:
15286         * sys/v4l/gstv4lmjpegsink.h:
15287         * sys/v4l/gstv4lmjpegsrc.h:
15288         * sys/v4l/gstv4lsrc.h:
15289         * sys/ximage/ximagesink.h:
15290         * sys/xvimage/xvimagesink.h:
15291         * tests/old/testsuite/alsa/sinesrc.h:
15292         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15293
15294 2006-05-31  Wim Taymans  <wim@fluendo.com>
15295
15296         * ext/libvisual/visual.c: (gst_visual_reset),
15297         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15298         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15299         Handle DISCONT.
15300         Use running time before doing QoS.
15301         Handle mono too.
15302
15303 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15304
15305         * docs/libs/Makefile.am:
15306           set a magic variable to indicate we know the docs are incomplete
15307
15308 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15309
15310         * win32/common/libgstvideo.def:
15311           export gst_video_calculate_display_ratio
15312         * win32/vs6/libgstvideoscale.dsp:
15313           add link to libgstvideo-0.10.lib
15314
15315 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * gst/playback/gstplaybasebin.c: (gen_source_element):
15318           Throw a more comprehensible error for rtsp:// URIs (rather
15319           than erroring out with a negotiation error later on) until
15320           we fix playbin to handle rtspsrc etc.
15321
15322 2006-05-30  Wim Taymans  <wim@fluendo.com>
15323
15324         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15325         (gst_text_overlay_text_event):
15326         Added some FIXMEs.
15327
15328 2006-05-30  Wim Taymans  <wim@fluendo.com>
15329
15330         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15331         (gst_adder_request_new_pad), (gst_adder_release_pad):
15332         * gst/adder/gstadder.h:
15333         Implement release_request_pad.
15334         Make padcounter atomic.
15335
15336         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15337         Added check for release_pad in adder.
15338
15339 2006-05-30  Wim Taymans  <wim@fluendo.com>
15340
15341         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15342         Fix build again.
15343
15344 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15345
15346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15347         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15348         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15349         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15350         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15351         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15352         (gst_ogg_demux_bisect_forward_serialno),
15353         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15354         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15355           add more debugging
15356           clean up printf formats for granulepos and serialno
15357
15358 2006-05-30  Michael Smith  <msmith@fluendo.com>
15359
15360         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15361         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15362         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15363         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15364         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15365         * ext/vorbis/vorbisenc.h:
15366           Multi-channel caps negotiation, so we can do proper multichannel
15367           vorbis encoding, negotiated through audioconvert.
15368
15369 2006-05-30  Wim Taymans  <wim@fluendo.com>
15370
15371         * tests/check/elements/adder.c: (test_event_message_received),
15372         (test_play_twice_message_received), (GST_START_TEST),
15373         (adder_suite):
15374         Added check to show that #339935 is fixed with ongoing
15375         adder and collectpads fixes.
15376
15377 2006-05-29  Wim Taymans  <wim@fluendo.com>
15378
15379         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15380         Don't leak pad name.
15381
15382 2006-05-29  Wim Taymans  <wim@fluendo.com>
15383
15384         * gst/adder/gstadder.c: (gst_adder_query_duration),
15385         (forward_event_func), (forward_event), (gst_adder_src_event):
15386         Fix adder seeking.
15387         Make query/seeking code threadsafe.
15388
15389         * tests/check/Makefile.am:
15390         * tests/check/elements/adder.c: (test_event_message_received),
15391         (GST_START_TEST), (test_play_twice_message_received):
15392         Fix adder test case.
15393
15394 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15395
15396         Patch by: Young-Ho Cha  <ganadist at chollian net>
15397
15398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15399         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15400         (set_encoding_element), (decodebin_element_added_cb),
15401         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15402         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15403         * gst/playback/gstplaybasebin.h:
15404           Add 'subtitle-encoding' property to playbin, so applications can
15405           force a subtitle encoding for non-UTF8 subtitles (#342268).
15406
15407         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15408         (gst_sub_parse_set_property):
15409           Rename recently-added 'encoding' property to 'subtitle-encoding'
15410           (so it can be proxied by playbin/decodebin in a generic way
15411           with less danger of false positives).
15412
15413 2006-05-29  Michael Smith  <msmith@fluendo.com>
15414
15415         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15416         (append_with_other_format), (set_structure_widths),
15417         (gst_audio_convert_transform_caps):
15418           Patch from #341562: give more specific audio caps in get_caps, so
15419           that basetransform  can make better decisions on what caps to
15420           negotiate.
15421
15422 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15423
15424         * tests/check/elements/volume.c:
15425         make it compile again
15426
15427 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15428
15429         * tests/check/elements/volume.c: (volume_suite):
15430         disable test until #343196 gets resolved
15431
15432 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15433
15434         * gst/adder/gstadder.c: (gst_adder_get_type):
15435         Make it easier to copy&paste
15436         
15437         * gst/volume/Makefile.am:
15438         * gst/volume/gstvolume.c: (volume_update_real_volume),
15439         (gst_volume_set_volume), (gst_volume_set_mute),
15440         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15441         (volume_transform_ip), (volume_update_mute),
15442         (volume_update_volume):
15443         * gst/volume/gstvolume.h:
15444         Add own debug category, move duplicate code to helper function, fix
15445         property texts, add more comments and prepare ffor liboil-goodness
15446         
15447         * tests/check/Makefile.am:
15448         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15449         add test for mute and passtrough case, be a bit more verbose to track
15450         failure
15451         
15452         * tests/check/generic/states.c: (GST_START_TEST):
15453         catch elements that fail to instantiate
15454
15455 2006-05-28  Edward Hervey  <edward@fluendo.com>
15456
15457         * tests/check/pipelines/simple-launch-lines.c:
15458         * tests/check/pipelines/theoraenc.c:
15459         * tests/check/pipelines/vorbisenc.c:
15460         Comment out tests using parse_launch() if core was built without
15461         parsing capabilities.
15462
15463 2006-05-27  Edward Hervey  <edward@fluendo.com>
15464
15465         * tests/check/Makefile.am:
15466         Extra bonus points for whoever explains to ensonic that you are meant
15467         to test unit tests thoroughly before commiting them, especially if
15468         you know it's going to break.
15469         De-activated element/adder tests.
15470
15471 2006-05-27  Edward Hervey  <edward@fluendo.com>
15472
15473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15474         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15475         Marking caps conversion issues as GST_WARNING is way too verbose,
15476         Moving them to GST_LOG.
15477
15478 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * README:
15481           Replace current README (containing the release notes from
15482           some 0.9.x version) with a proper README taken from the core.
15483
15484 2006-05-26  Wim Taymans  <wim@fluendo.com>
15485
15486         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15487         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15488         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15489         (vorbis_dec_change_state):
15490         Small cleanups.
15491         Add some FIXMEs
15492         Clip output samples to segment boundaries.
15493
15494 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15495
15496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15497         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15498         Improve the errors produced on bad output, including some human
15499         readable description strings.
15500         Handle the (theoretical for ximagesink) case where the XServer 
15501         has a different idea about the size required for a particular 
15502         frame and gives us too small a memory allocation.
15503
15504 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15505
15506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15507         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15508         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15509         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15510         Improve the errors produced on bad output, including some human 
15511         readable description strings.
15512         Handle RGB Xv formats properly by transforming them into our 
15513         big-endian caps description.
15514         Use gst_caps_truncate to ensure that we never try and choose a
15515         non-fixed caps in buffer_alloc.
15516         Handle the case where the XServer has a different idea about the size
15517         required for a particular frame and gives us too small a memory
15518         allocation.
15519         Use -1 to indicate 'no image format', because 0 is a valid XServer
15520         image format number.
15521         Put RGB Xv formats at the end of the caps, so that we always prefer
15522         YUV format frames.
15523         Iterate the available Xv Encodings to determine the maximum width and
15524         height, and then return that in our caps.
15525         (Closes #315312, #337544)
15526
15527 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15528
15529         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15530         When there is only one unfinished pad and it receives an event that
15531         doesn't match our requirements, we need to set alldone=FALSE so that
15532         the fakesink is not removed yet.
15533
15534 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15537           Use gst_type_find_helper_for_buffer() to find the type
15538           of stream from the first packet.
15539
15540         * configure.ac:
15541           Bump requirements to core CVS (needed for vorbis
15542           typefinding to work).
15543
15544 2006-05-24  Edward Hervey  <edward@fluendo.com>
15545
15546         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15547         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15548         contain.  Else they play perfectly fine with qtdemux.
15549
15550 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15551
15552         * ext/theora/theoradec.c:
15553         * ext/theora/theoraenc.c:
15554         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15555         * gst/audiorate/gstaudiorate.c:
15556           make more debug catagories static
15557         
15558         * tests/check/Makefile.am:
15559         * tests/check/elements/adder.c: (message_received),
15560         (test_event_message_received), (GST_START_TEST),
15561         (test_play_twice_message_received), (adder_suite):
15562           added test case for using element twice, extra bonus points for anyone
15563           who can make these test run reliably
15564
15565 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * ext/theora/theoradec.c: (theora_dec_chain):
15568           Make work with time-stamped input buffers that do not
15569           have a granulepos in BUFFER_OFFSET_END (like theora
15570           buffers coming from matroskademux). Fixes #342448.
15571
15572 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         Patch by: Peter Kjellerstedt  <pkj at axis com>
15575
15576         * gst/tcp/Makefile.am:
15577           fdstresstest doesn't need Gtk+, fix compilation if 
15578           gtk is not available (#342566).
15579
15580 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15581          
15582         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15583           80 line columns
15584           Removed redundant floor()
15585
15586 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15589           On second thought, just skip JUNK chunks automatically, so
15590           the caller doesn't have to handle this. Fixes #342345.
15591           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15592           not GST_FLOW_ERROR.
15593
15594 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15597           Don't bail out on JUNK chunks with a size of 0 (would try to
15598           pull_range 0 bytes before, which sources don't like too much).
15599           See #342345.
15600
15601 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15602
15603         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15605         Use the gstutil scaling function to preserve 64 bits while calculating
15606         output width and height from the display-aspect-ratio. (A continuation
15607         of #341542)
15608
15609 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15610
15611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15612         (gst_xvimagesink_buffer_alloc):
15613         * sys/xvimage/xvimagesink.h:
15614         When performing buffer allocations, remember the caps and image format
15615         we return so that if the same caps are asked for next time we can
15616         return them immediately without doing any caps intersections.
15617
15618 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15619          
15620         * gst-libs/gst/rtp/README:
15621           Some new documentation
15622         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15623           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15624         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15625         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15626           New RTP audio base payloader class. Supports frame or sample based
15627           codecs.  Not enabled in Makefile.am until approved.
15628
15629 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15630
15631         * tests/check/elements/alsa.c: (test_device_property_probe):
15632           Fix test case: don't try to free NULL GValueArray when there
15633           are no devices.
15634
15635 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * tests/check/Makefile.am:
15638         * tests/check/elements/alsa.c: (test_device_property_probe),
15639         (alsa_suite), (main):
15640           Add simple test that runs a device property probe on alsasrc,
15641           alsasink and alsamixer. Disable valgrind check for now (too
15642           many leaks in libasound, and valgrind ignored my suppressions
15643           additions).
15644
15645 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15646
15647         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15648         (gst_alsa_device_property_probe_probe_property),
15649         (gst_alsa_device_property_probe_needs_probe),
15650         (gst_alsa_device_property_probe_get_values),
15651         (gst_alsa_type_add_device_property_probe_interface):
15652         * ext/alsa/gstalsadeviceprobe.h:
15653         * ext/alsa/gstalsamixerelement.c:
15654         (gst_alsa_mixer_element_init_interfaces):
15655         * ext/alsa/gstalsamixerelement.h:
15656           Clean up and simplify alsa device probing. Make it actually work
15657           for multiple classes. Don't cache results any longer.
15658
15659         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15660         (gst_alsasink_init):
15661         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15662         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15663         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15664           Make alsasink and alsasrc implement the GstPropertyProbe interface
15665           for device probing (#342181).
15666           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15667
15668 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * gst/subparse/samiparse.c: (handle_start_font):
15671           Don't ignore return value of strtol (++compiler_happiness).
15672
15673 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         Patch by: Young-Ho Cha  <ganadist chollian net>
15676
15677         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15678         (gst_sub_parse_class_init), (gst_sub_parse_init),
15679         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15680         (convert_encoding):
15681         * gst/subparse/gstsubparse.h:
15682           Add 'encoding' property (#341681).
15683
15684         * gst/subparse/samiparse.c: (characters_sami):
15685           Output is pango markup, so we need to escape text
15686           between tags (#342143).
15687
15688 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15689
15690         * gst-libs/gst/audio/multichannel.c:
15691         (gst_audio_check_channel_positions):
15692           It's okay to have caps with channels=1 and a channel position
15693           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15694           (deinterleavers might want to keep the position in the caps,
15695           so that they can be re-interleaved again properly later).
15696           Leave check for unexpected 2-channel layouts intact for now.
15697
15698 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15699
15700         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15701         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15702         basesrc can do its job correctly.
15703
15704 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * ext/alsa/Makefile.am:
15707         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15708         (gst_alsa_detect_formats), (get_channel_free_structure),
15709         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15710         (gst_alsa_probe_supported_formats):
15711         * ext/alsa/gstalsa.h:
15712         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15713           Refactor and improve caps probing code: probe signedness
15714           when we probe the supported formats/widths; set endianness
15715           to the one we actually probed for (ie. cpu endianness).
15716           
15717         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15718         (gst_alsasrc_close):
15719         * ext/alsa/gstalsasrc.h:
15720           Implement caps probing for alsasrc.
15721
15722 2006-05-15  Wim Taymans  <wim@fluendo.com>
15723
15724         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15725         (theora_dec_src_query), (theora_dec_src_event),
15726         (theora_dec_sink_event), (theora_handle_comment_packet),
15727         (theora_handle_data_packet), (theora_dec_change_state):
15728         Cleanups, add some G_LIKELY.
15729         Use segment helpers instead of our own wrong code.
15730         Clear queued buffers on seek and READY.
15731
15732         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15733         (vorbis_dec_convert), (vorbis_dec_src_query),
15734         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15735         (vorbis_handle_comment_packet), (vorbis_dec_push),
15736         (vorbis_handle_data_packet), (vorbis_dec_chain),
15737         (vorbis_dec_change_state):
15738         * ext/vorbis/vorbisdec.h:
15739         Remove old useless packetno variable.
15740         Do position query properly.
15741         Add some G_LIKELY.
15742         Do cleanup of queued buffers in new helper function
15743         and use it.
15744
15745 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15748           Query supported sample rates. Fixes #341732.
15749
15750 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15751
15752         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15753         (gst_decode_bin_change_state): Make decodebin reusable
15754         when going from PAUSE_TO_READY and then back to PAUSED.
15755         Fixes #331678.
15756
15757 2006-05-15  Wim Taymans  <wim@fluendo.com>
15758
15759         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15760         (vorbis_dec_convert), (vorbis_dec_src_query),
15761         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15762         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15763         (vorbis_dec_clean_queued), (vorbis_dec_push),
15764         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15765         Cleanups. Use refcounting and DEBUG_OBJECT.
15766         Reset segment on flush, use code methods instead of our
15767         own wrong version.
15768         Fix potential memleak.
15769
15770 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15773         (gst_alsasink_init):
15774         * ext/alsa/gstalsasink.h:
15775           Don't leak allocated snd_output_t structure if there's
15776           more than one alsasink instance at a time (#341873).
15777           Also fix GObject macros in header file.
15778           
15779 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15780
15781         * gst/subparse/gstsubparse.c:
15782         (gst_sub_parse_data_format_autodetect):
15783           Don't use libxml functions in the typefinding code.
15784
15785 2006-05-15  Wim Taymans  <wim@fluendo.com>
15786
15787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15788         Fix seeking performance in the case where a non-header 
15789         packet has a 0 granulepos (busted theora case). 
15790         Fixes #341719
15791         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15792          the first place, you limelight stealer you)
15793
15794 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * gst/subparse/gstsubparse.c:
15797         (gst_sub_parse_data_format_autodetect):
15798           Improve SAMI typefinding: handle case where there are
15799           whitespaces or newlines in front of the first <SAMI>
15800           tag (#169936).
15801
15802 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15803
15804         * configure.ac:
15805           Build video4linux plugin even if there's no XVIDEO, just
15806           without implementing the GstXOverlay interface (#334002).
15807          
15808 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15809
15810         * configure.ac:
15811         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15812         (plugin_init):
15813           Add tentative support for libvisual-0.4 (#336881).
15814
15815 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         Patch by: Young-Ho Cha <ganadist at chollian net>
15818
15819         * gst/subparse/samiparse.c: (handle_start_font):
15820           Need to map "silver" colour explicitly (#169936).
15821
15822 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15823
15824         Patch by: Young-Ho Cha  <ganadist at chollian net>
15825
15826         * gst/subparse/Makefile.am:
15827         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15828         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15829         (gst_sub_parse_format_autodetect), (feed_textbuf),
15830         (gst_subparse_type_find), (plugin_init):
15831         * gst/subparse/gstsubparse.h:
15832         * gst/subparse/samiparse.c:
15833         * gst/subparse/samiparse.h:
15834           Add support for SAMI subtitles (#169936).
15835
15836 2006-05-14  Michael Smith  <msmith@fluendo.com>
15837
15838         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15839           Fix #341696: crash when mixing L+R+C to mono or stereo.
15840         * tests/check/Makefile.am:
15841         * tests/check/elements/audioconvert.c: (set_channel_positions),
15842         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15843         (audioconvert_suite):
15844           Add test for the above, including some generic framework bits for
15845           testing multichannel things.
15846
15847 === release 0.10.7 ===
15848
15849 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15850
15851         * configure.ac:
15852           releasing 0.10.7, "Leave the gun"
15853
15854 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15855
15856         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15858         Fix the build.
15859
15860 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15861
15862         * docs/libs/gst-plugins-base-libs-docs.sgml:
15863         * docs/libs/gst-plugins-base-libs-sections.txt:
15864         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15865         * gst-libs/gst/video/video.h:
15866         * gst/videoscale/Makefile.am:
15867         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15869         * tests/check/Makefile.am:
15870         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15871         (main):
15872           Fix integer overflow problem with pixel-aspect-ratio calculations
15873           in videoscale and xvimagesink (#341542)
15874
15875 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         * gst-libs/gst/tag/gstid3tag.c:
15878           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15879
15880 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15881
15882         * win32/MANIFEST:
15883           update win32 files listing
15884
15885 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15886
15887         patch by: Sjoerd Simons (sjoerd@luon.net)
15888
15889         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15890         (group_create), (group_destroy), (add_stream),
15891         (gst_play_base_bin_get_property),
15892         (gst_play_base_bin_get_streaminfo_value_array):
15893         * gst/playback/gstplaybasebin.h:
15894           API: GstPlayBaseBin::stream-info-value-array property
15895           use a more bindings-friendly way of exposing streaminfo
15896           using a GValueArray.  Tested in ipython.
15897           Closes #341114
15898
15899 2006-05-11  Wim Taymans  <wim@fluendo.com>
15900
15901         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15902         (queue_underrun_cb), (queue_filled_cb):
15903         Also catch queue underruns but don't do anything yet.
15904         Refactor and comment queue enlarging code a bit.
15905
15906         * gst/playback/gstplaybasebin.c: (queue_overrun),
15907         (queue_threshold_reached), (queue_out_of_data),
15908         (gen_preroll_element):
15909         If a queue over/underruns check that we don't create nasty
15910         deadlocks when the min-threshold is not reached but the
15911         max-bytes is. In those cases disable max-bytes when we
15912         know that the queue is fed timed data.
15913         Add more comments.
15914
15915 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15916
15917         * gst/playback/gstplaybin.c: (gen_audio_element):
15918           Make playbin automatically plug an 'audioresample'
15919           element before the audio sink as well. This solves
15920           problems with sinks that only accept a very specific
15921           sample rate, like esdsink (e.g. #340379).
15922
15923 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15924
15925         * gst/playback/gstplaybasebin.c: (gen_source_element):
15926           Make http sources send special headers so that we receive
15927           icecast metadata if the http stream is an icecast stream
15928           (otherwise the server will just ignore them). This also
15929           means that from now on users will need the 'icydemux'
15930           element from gst-plugins-good installed if they want to
15931           listen to icecast radio streams. (#341432, #333657).
15932
15933 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15934
15935         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15936         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15937           remove stupid example from docs - it should come with a simple
15938           C program instead.
15939           Clean up/fix docs
15940         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15941         (fail_if_can_read), (GST_START_TEST),
15942         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15943           add a test for changing streamheader which exposes a bug in
15944           multifdsink
15945
15946 2006-05-11  Michael Smith  <msmith@fluendo.com>
15947
15948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15949         (gst_gnome_vfs_src_received_headers_callback):
15950         * ext/gnomevfs/gstgnomevfssrc.h:
15951           Don't set icy-caps unless we have a sane interval value. Move
15952           interval to a local variable; we never use it outside this function.
15953
15954 2006-05-11  Wim Taymans  <wim@fluendo.com>
15955
15956         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15958         Register special buffer types along with the objects so
15959         that they are not registered at runtime from N different
15960         streaming threads since they are not threadsafe.
15961
15962 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15963
15964         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15965         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15966           add two more tests, one doing streamheader
15967
15968 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15969
15970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15971           clean up the bufqueue when shutting down
15972         * tests/check/Makefile.am:
15973         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15974         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15975         (main):
15976           add a test for the leak that was just fixed
15977
15978 2006-05-10  Wim Taymans  <wim@fluendo.com>
15979
15980         * gst/adder/gstadder.c: (gst_adder_setcaps),
15981         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15982         (gst_adder_src_event), (gst_adder_sink_event),
15983         (gst_adder_class_init), (gst_adder_finalize),
15984         (gst_adder_request_new_pad), (gst_adder_collected):
15985         * gst/adder/gstadder.h:
15986         Updated some docs. Added comments and FIXMEs all over the place.
15987         Improve debugging info.
15988         Fix leak on finalize by not calling the parent.
15989         Implement duration query.
15990         Make event forwarding threadsafe.
15991         Correctly send NEWSEGMENT at start and after flush.
15992         Handle EOS correctly.
15993         Post error when not negotiated.
15994
15995         * tests/check/elements/adder.c: (GST_START_TEST):
15996         Added FIXME in the test.
15997
15998 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16001         (gst_text_overlay_halign_get_type),
16002         (gst_text_overlay_wrap_mode_get_type):
16003         * ext/theora/theoradec.c: (theora_handle_type_packet),
16004         (theora_handle_data_packet):
16005         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16006         (theora_enc_sink_setcaps), (theora_enc_chain):
16007         * gst-libs/gst/cdda/gstcddabasesrc.c:
16008         (gst_cdda_base_src_mode_get_type):
16009         * gst/audiotestsrc/gstaudiotestsrc.c:
16010         (gst_audiostestsrc_wave_get_type):
16011         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16012         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16013         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16014         (gst_sync_method_get_type), (gst_unit_type_get_type),
16015         (gst_client_status_get_type):
16016         * gst/videoscale/gstvideoscale.c:
16017         (gst_video_scale_method_get_type):
16018         * gst/videotestsrc/gstvideotestsrc.c:
16019         (gst_video_test_src_pattern_get_type):
16020         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16021         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16022         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16023         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16024         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16025         (paint_setup_RGB565), (paint_setup_xRGB1555):
16026           Const-ify GEnumValue and GFlagsValue arrays. Use
16027           GST_ROUND_UP_* macros instead of home-made ones.
16028
16029 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         * configure.ac:
16032           Require core CVS for the new newsegment stuff.
16033
16034 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16035
16036         Patch by: Sjoerd Simons  <sjoerd at luon net>
16037
16038         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16039           Register nick for enum value (#341160).
16040
16041 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16042
16043         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16044         (plugin_init):
16045          backout typefind patch #340375
16046          
16047         * tests/check/elements/adder.c: (message_received),
16048         (GST_START_TEST), (adder_suite):
16049           redo, signal-handling of test
16050
16051 2006-05-09  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16054         (gst_adder_collected):
16055         * gst/adder/gstadder.h:
16056         Remove bogus segment merging and forwarding, we don't
16057         care about timestamps anyway and we just produce a
16058         continuous stream. 
16059         Also create a nice NEWSEGMENT event when we start.
16060         Use _scale_int some more.
16061
16062 2006-05-09  Edward Hervey  <edward@fluendo.com>
16063
16064         * tests/icles/stress-xoverlay.c:
16065         Fix if core was built without parsing support.
16066
16067 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16068
16069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16070           Add SEDG (Samsung MPEG-4) fourcc.
16071
16072 2006-05-09  Edward Hervey  <edward@fluendo.com>
16073
16074         * tests/icles/stress-xoverlay.c:
16075         * tests/examples/volume/volume.c:
16076         Fix if core was built without parsing support.
16077
16078         * tests/examples/seek/seek.c:
16079         Disable the parse_launch example if core was built without parsing
16080         support.
16081
16082 2006-05-08  Edward Hervey  <edward@fluendo.com>
16083
16084         * autogen.sh: (CONFIGURE_DEF_OPT): 
16085         libtoolize on Darwin/MacOSX is called glibtoolize
16086
16087 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16088
16089         * tests/check/Makefile.am:
16090         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16091           Disable the adder test, until the build-slaves posses the kindness to 
16092           either like it or to give valid reason for not doing so 
16093
16094 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16095
16096         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16097         (adder_suite):
16098           Shuffle NULL state change around and raise timeout more
16099
16100 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16101
16102         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16103         (mp4_type_find), (plugin_init):
16104           Add typefind to distinguish between "audio/x-m4a" and new type
16105           "video/mp4". Fixes #340375
16106
16107         * tests/check/elements/adder.c: (adder_suite):
16108           Raise timeout to make buildbot happy
16109
16110 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16111
16112         * gst/adder/gstadder.c: (gst_adder_sink_event),
16113         (gst_adder_request_new_pad), (gst_adder_change_state):
16114         * gst/adder/gstadder.h:
16115         * tests/check/Makefile.am:
16116         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16117         (adder_suite), (main):
16118           Add sink-event handling to adder. It tries to merge incomming
16119           newsegment-events. Added test to check if segment_done is comming
16120           through. Fixes #340060
16121
16122 2006-05-05  Andy Wingo  <wingo@pobox.com>
16123
16124         * ext/theora/theoraparse.c (gst_theora_parse_init)
16125         (theora_parse_src_convert, theora_parse_src_query):
16126         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16127         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16128         query functions on the source pads of the theora and vorbis parse
16129         elements. Fixes position querying when doing a remux.
16130
16131 2006-05-05  Michael Smith  <msmith@fluendo.com>
16132
16133         * ext/theora/theoraparse.c: (parse_granulepos),
16134         (theora_parse_drain_queue_prematurely),
16135         (theora_parse_queue_buffer), (theora_parse_sink_event):
16136           Fix flushing.
16137           Fix invalid granulepos outputs when starting with a non-keyframe.
16138
16139 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16140
16141         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16142         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16143         Rearrange MPEG system stream detection, fixing some memleaks in the
16144         process.
16145         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16146         they clean up their data correctly.
16147         Remove unused ogganx caps and move the 'is_annodex' check to inside
16148         the 'is_ogg' if statement.
16149
16150 2006-05-05  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16153         Properly remove ghostpads. Fixes #340392
16154
16155 2006-05-04  David Schleef  <ds@schleef.org>
16156
16157         * gst/typefind/gsttypefindfunctions.c:
16158
16159 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16160
16161         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16162         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16163
16164         When typefinding an MP3 in push-based mode, don't penalise the
16165         probability down to 74% when we found 5 valid frames just because we
16166         can't peek the end of the file.
16167
16168         Make the probability for detecting MPEG Transport Streams based on the
16169         number of sequential headers we successfully detected.
16170
16171 2006-05-03  Wim Taymans  <wim@fluendo.com>
16172
16173         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16174         (vorbis_dec_push), (vorbis_dec_chain):
16175         Still produce an error when we receive an empty packet.
16176
16177 2006-05-03  Wim Taymans  <wim@fluendo.com>
16178
16179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16180         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16181         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16182         Mark buffers with DISCONT after seek and after activating new
16183         chains.
16184
16185         * ext/theora/gsttheoradec.h:
16186         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16187         (theora_get_query_types), (theora_dec_sink_event),
16188         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16189         (theora_dec_change_state):
16190         Fix frame counter.
16191         Detect and mark DISCONT buffers.
16192
16193         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16194         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16195         (vorbis_dec_change_state):
16196         * ext/vorbis/vorbisdec.h:
16197         Use GstSegment.
16198         Detect and mark DISCONT buffers.
16199         Don't crash on 0 sized buffers.
16200
16201 2006-05-03  Wim Taymans  <wim@fluendo.com>
16202
16203         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16204         (volume_transform_ip):
16205         Increase "volume" property to 10.0. Fixes #340369.
16206         Set the process function to NULL when capsnego fails so that
16207         we properly error out.
16208
16209 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16210
16211         * gst/playback/gstplaybin.c: (add_sink):
16212         * gst/playback/test.c: (main):
16213         * gst/playback/test5.c: (dump_element_stats):
16214         * gst/playback/test6.c: (main):
16215           free caps using gst_caps_unref, don't leak caps-strings
16216
16217 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16220         (plugin_init):
16221           Refine musepack typefinding a bit. Return MAXIMUM
16222           probability when we detect stream version 7 to make
16223           sure the mpeg audio typefinder doesn't trump us.
16224
16225 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16228           Protect against unexpected NULL strf_data buffer.
16229
16230 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * tests/check/elements/audioconvert.c: (verify_convert),
16233         (GST_START_TEST):
16234           interpret the out[] buffer in the order the bytes are actually
16235           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16236           Other tests should use BYTE_ORDER since the array is filled in
16237           with actual values
16238
16239 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * tests/check/elements/audioconvert.c: (verify_convert),
16242         (GST_START_TEST):
16243           when a test fails, give an indication of which it is
16244
16245 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16246
16247         * gst-libs/gst/cdda/gstcddabasesrc.c:
16248           compile fix; strtol() needs <stdlib.h>
16249
16250 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16251
16252         * ext/alsa/gstalsamixerelement.c:
16253         * ext/alsa/gstalsasrc.c:
16254         * ext/cdparanoia/gstcdparanoiasrc.c:
16255         * ext/gnomevfs/gstgnomevfssink.c:
16256         * ext/gnomevfs/gstgnomevfssrc.c:
16257         * ext/ogg/gstoggdemux.c:
16258         * ext/ogg/gstoggmux.c:
16259         * ext/ogg/gstoggparse.c:
16260         * ext/ogg/gstogmparse.c:
16261         * ext/pango/gstclockoverlay.c:
16262         * ext/pango/gsttextoverlay.c:
16263         * ext/pango/gsttextrender.c:
16264         * ext/pango/gsttimeoverlay.c:
16265         * ext/theora/theoradec.c:
16266         * ext/theora/theoraenc.c:
16267         * ext/vorbis/vorbisdec.c:
16268         * ext/vorbis/vorbisenc.c:
16269         * gst-libs/gst/audio/gstaudiofilter.c:
16270         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16271         * gst/audioconvert/gstaudioconvert.c:
16272         * gst/audiorate/gstaudiorate.c:
16273         * gst/audioresample/gstaudioresample.c:
16274         * gst/audiotestsrc/gstaudiotestsrc.c:
16275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16276         * gst/playback/gstdecodebin.c:
16277         * gst/playback/gstplaybin.c:
16278         * gst/playback/gststreamselector.c:
16279         * gst/subparse/gstsubparse.c:
16280         * gst/tcp/gstmultifdsink.c:
16281         * gst/tcp/gsttcpclientsink.c:
16282         * gst/tcp/gsttcpclientsrc.c:
16283         * gst/tcp/gsttcpserversink.c:
16284         * gst/tcp/gsttcpserversrc.c:
16285         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16286         * gst/videorate/gstvideorate.c:
16287         * gst/videoscale/gstvideoscale.c:
16288         * gst/videotestsrc/gstvideotestsrc.c:
16289         * gst/volume/gstvolume.c:
16290         * sys/v4l/gstv4ljpegsrc.c:
16291         * sys/v4l/gstv4lmjpegsink.c:
16292         * sys/v4l/gstv4lmjpegsrc.c:
16293         * sys/v4l/gstv4lsrc.c:
16294         * sys/ximage/ximagesink.c:
16295         * sys/xvimage/xvimagesink.c:
16296         * tests/check/libs/cddabasesrc.c:
16297           make GstElementDetails const
16298
16299 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16300
16301         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16302         (gst_adder_init):
16303           send events from src-pad to all sink-pads fixes #338657
16304
16305 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16306
16307         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16308         (alsasink_parse_spec):
16309           query width capabilities from alsa, fixes #338919
16310
16311 2006-04-28  Wim Taymans  <wim@fluendo.com>
16312
16313         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16314         (gst_multi_fd_sink_remove_client_link):
16315         * gst/tcp/gstmultifdsink.h:
16316         Fix race condition in multifdsink that can lead to spurious 
16317         duplicate clients. this patch adds a new signal that is fired when
16318         multifdsink has removed all references to the fd.
16319         Fixes #339574.
16320         Updated documentation.
16321         API: client-fd-removed signal added
16322
16323 2006-04-28  Michael Smith  <msmith@fluendo.com>
16324
16325         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16326           When asking g_value_array_new to prealloc elements, we may as well
16327           ask for the right number of elements.
16328
16329 2006-04-28  Wim Taymans  <wim@fluendo.com>
16330
16331         * gst-libs/gst/audio/gstbaseaudiosink.c:
16332         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16333         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16334         patch to make timestamp checking more tollerant to rounding 
16335         errors given that real discontinuities are to be marked on
16336         buffers. Fixes some asf files and #338778.
16337         Also avoid some crashers when we receive an event in the 
16338         NULL state.
16339
16340 2006-04-28  Michael Smith  <msmith@fluendo.com>
16341
16342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16343         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16344         (gst_gnome_vfs_src_get_property),
16345         (gst_gnome_vfs_src_send_additional_headers_callback),
16346         (gst_gnome_vfs_src_received_headers_callback),
16347         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16348         (gst_gnome_vfs_src_stop):
16349         * ext/gnomevfs/gstgnomevfssrc.h:
16350           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16351           proper shared support within icydemux.
16352
16353 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16354
16355         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16356         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16357           fix up docs
16358           fix a leak when no caps negotiated
16359           fix counting of input frames
16360         * tests/check/elements/.cvsignore:
16361         * tests/check/elements/videorate.c: (assert_videorate_stats),
16362         (GST_START_TEST), (videorate_suite):
16363           add tests for these
16364
16365 2006-04-28  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst-libs/gst/audio/gstringbuffer.c:
16368         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16369         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16370         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16371         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16372         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16373         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16374         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16375         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16376         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16377         Check arguments passed to public functions instead of
16378         crashing.
16379
16380 2006-04-28  Wim Taymans  <wim@fluendo.com>
16381
16382         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16383         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16384         GstBaseAudioSrc must be live or it does not work.
16385
16386         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16387         Don't set live to TRUE as this is the default in the parentclass.
16388
16389 2006-04-28  Wim Taymans  <wim@fluendo.com>
16390
16391         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16392         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16393         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16394         fixation cases better. Fixes #338991
16395
16396 2006-04-28  Wim Taymans  <wim@fluendo.com>
16397
16398         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16399         Handle 0/1 framerate correctly Fixes #331901.
16400
16401 2006-04-28  Wim Taymans  <wim@fluendo.com>
16402
16403         * tests/check/elements/audioconvert.c: (get_float_caps),
16404         (GST_START_TEST), (audioconvert_suite):
16405         Added check for correct clipping when doing float samples
16406         in audioconvert.
16407
16408 2006-04-28  Wim Taymans  <wim@fluendo.com>
16409
16410         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16411         (gst_video_rate_chain):
16412         Print more debugging info.
16413
16414 2006-04-28  Wim Taymans  <wim@fluendo.com>
16415
16416         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16417         (resample_set_state_from_caps):
16418         Add support for other formats audioresample can handle such as
16419         32 bits in and float and 64 bits float. Fixes #301759
16420
16421 2006-04-28  Wim Taymans  <wim@fluendo.com>
16422
16423         * gst/audioconvert/audioconvert.c: (float):
16424         correctly clip float samples > 1.0. Fixes #338718
16425
16426 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         Patch by: Young-Ho Cha  <ganadist at chollian net>
16429
16430         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16431         (gst_text_overlay_render_text):
16432           Don't strip newlines from the text. Also, center lines
16433           within multi-line paragraphs (#339405).
16434
16435 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16438           Fix wavpack typefinding to work in more cases (don't peek
16439           for chunks of multiple hundred kBs at once, but process
16440           things step-by-step in smaller units). Fixes #339786.
16441
16442 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16443
16444         * configure.ac:
16445           back to HEAD
16446
16447 === release 0.10.6 ===
16448
16449 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16450
16451         * configure.ac:
16452           releasing 0.10.6, "Chao"
16453
16454 2006-04-26  David Schleef  <ds@schleef.org>
16455
16456         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16457           Fixes #338897.
16458
16459 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16460
16461         * configure.ac:
16462         * win32/common/config.h:
16463           new prerelease
16464
16465 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16466
16467         patch by: Wim Taymans
16468
16469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16470         (gst_ogg_demux_perform_seek):
16471           make sure correct newsegments are sent, so that the decoder
16472           and the demuxer agree on timestamps.  Fixes playback of a lot
16473           of Ogg files that do not start from 0.  Fixes #339833.
16474
16475 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16476
16477         Patch by: Edward Hervey  <edward@fluendo.com>
16478
16479         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16480         * tests/check/Makefile.am:
16481         * tests/check/elements/videorate.c: (assert_videorate_stats),
16482         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16483         (videorate_suite), (main):
16484           Fix an infinite loop if frames are passed in with wrongly ordered
16485           timestamps.  Fixes #339013.
16486
16487 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16488
16489         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16492           fix typefinding on some ISO files.  Fixes #339212.
16493
16494 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16495
16496         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16497
16498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16499           add another H264 fourcc.  Fixes #339047.
16500
16501 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         Patch by: Jan Schmidt
16504
16505         * gst/playback/gststreamselector.c:
16506         (gst_stream_selector_bufferalloc):
16507           Restore old StreamSelector behaviour.
16508           Fixes #338419.
16509
16510 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16511
16512         * configure.ac:
16513         * win32/common/config.h:
16514           prerelease
16515
16516 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16519
16520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16521         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16522           Fix some memory leaks: on finalize, free buffers left in the queue
16523           before destroying the queue; in _push(), unref rtp_buf even if
16524           the process vfunc returned a NULL buffer as output buffer (#337548);
16525           demote some recuring debug messages to LOG level.
16526
16527 2006-04-11  Wim Taymans  <wim@fluendo.com>
16528
16529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16530         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16531         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16532         (gst_ogg_demux_loop):
16533         More cleanups.
16534         Respect segment stop when emiting EOS or SEGMENT_DONE.
16535         Fixes (#337945).
16536
16537 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16538
16539         * gst/playback/gststreamselector.c:
16540         (gst_stream_selector_get_property):
16541           Don't leak pad name.
16542
16543 2006-04-10  Michael Smith  <msmith@fluendo.com>
16544
16545         * tests/check/Makefile.am:
16546         * tests/check/gst-plugins-base.supp:
16547           Suppress an old libtheora bug (fixed in more recent versions), so 
16548           that FC4 buildslaves can pass.
16549
16550 2006-04-10  Wim Taymans  <wim@fluendo.com>
16551
16552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16553         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16554         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16555         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16556         (gst_ogg_demux_loop):
16557         Don't leak events.
16558         Remember what error we got when finding chains, if we
16559         were shutdown, that would not be an error.
16560
16561 2006-04-10  Wim Taymans  <wim@fluendo.com>
16562
16563         * gst-libs/gst/audio/gstbaseaudiosink.c:
16564         (gst_base_audio_sink_event):
16565         Starting the ringbuffer when we did not acquire it can cause
16566         a deadlock, is pointless and causes nasty things for
16567         subclasses. 
16568         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16569
16570 2006-04-10  Wim Taymans  <wim@fluendo.com>
16571
16572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16573         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16574         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16575         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16576         (gst_ogg_demux_deactivate_current_chain),
16577         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16578         (gst_ogg_demux_bisect_forward_serialno),
16579         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16580         Add some more debugging.
16581
16582 2006-04-10  Wim Taymans  <wim@fluendo.com>
16583
16584         * ext/theora/theoradec.c: (theora_dec_src_event),
16585         (theora_handle_data_packet):
16586         Some more debug info.
16587
16588         * tests/examples/seek/seek.c: (start_seek), (main):
16589         Print element messages too.
16590
16591 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16592
16593         * gst/audioresample/debug.h:
16594           replace debug macros with variable number of parameters
16595           by a simple alias to gstreamer standard debug macros 
16596          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16597           supported by MSVC 6.0 and 7.1)
16598         * gst/audioresample/resample.h:
16599           define M_PI and rint for WIN32
16600         * win32/common/libgstaudio.def:
16601         * win32/common/libgstriff.def:
16602         * win32/common/libgsttag.def:
16603         * win32/common/libgstvideo.def:
16604           add new exported functions
16605         * win32/vs6:
16606           update project files
16607
16608 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16609
16610         * ext/alsa/gstalsamixeroptions.c:
16611         (gst_alsa_mixer_options_class_init):
16612         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16615         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16616         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16617         * gst-libs/gst/audio/gstaudiofilter.c:
16618         (gst_audio_filter_class_init):
16619         * gst-libs/gst/audio/gstaudiosink.c:
16620         (gst_audioringbuffer_class_init):
16621         * gst-libs/gst/audio/gstaudiosrc.c:
16622         (gst_audioringbuffer_class_init):
16623         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16624         * gst-libs/gst/interfaces/colorbalancechannel.c:
16625         (gst_color_balance_channel_class_init):
16626         * gst-libs/gst/interfaces/mixeroptions.c:
16627         (gst_mixer_options_class_init):
16628         * gst-libs/gst/interfaces/mixertrack.c:
16629         (gst_mixer_track_class_init):
16630         * gst-libs/gst/interfaces/tunerchannel.c:
16631         (gst_tuner_channel_class_init):
16632         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16633         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16634         (gst_netbuffer_class_init):
16635         * gst-libs/gst/rtp/gstbasertppayload.c:
16636         (gst_basertppayload_class_init):
16637         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16639         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16640         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16641         * gst/playback/gststreamselector.c:
16642         (gst_stream_selector_class_init):
16643         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16644         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16645         * sys/v4l/gstv4lcolorbalance.c:
16646         (gst_v4l_color_balance_channel_class_init):
16647         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16648         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16650         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16651         (gst_v4l_tuner_norm_class_init):
16652         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16654         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16655         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16656
16657 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16658
16659         * ext/pango/gsttextrender.h:
16660         * gst-libs/gst/audio/gstaudiosink.h:
16661         * gst-libs/gst/audio/gstaudiosrc.h:
16662         * gst-libs/gst/audio/gstbaseaudiosink.h:
16663         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16664         * gst-libs/gst/audio/gstringbuffer.h:
16665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16666         * gst-libs/gst/rtp/gstbasertppayload.h:
16667         * gst-libs/gst/video/gstvideofilter.h:
16668         * gst-libs/gst/video/gstvideosink.h:
16669         * gst/playback/gstplaybasebin.h:
16670         * gst/tcp/gstmultifdsink.h:
16671         * sys/v4l/gstv4lelement.h:
16672         Fix broken GObject macros
16673
16674 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16675
16676         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16677         More debug to trace why my USB headset is not working with gst
16678
16679 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16680
16681         * gst/playback/gstplaybasebin.c: (group_destroy):
16682         Clean up our group elements properly in the case where it never 
16683         got committed - it still got added unconditionally to the bin.
16684
16685 2006-04-07  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/theora/theoradec.c: (theora_dec_sink_event),
16688         (theora_handle_data_packet), (theora_dec_chain):
16689         Unref unhandled events.
16690         Protect against empty buffers.
16691         Perform QoS on running time.
16692
16693 2006-04-07  Michael Smith  <msmith@fluendo.com>
16694
16695         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16696         (gst_vorbis_enc_chain):
16697           Remove leaks from vorbisenc.
16698           Mostly minor changes, the only significant one is that now the
16699           buffers we set as 'streamheader' on the caps are copies of the
16700           original buffers, to avoid circular refcounting problems.
16701
16702 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16703
16704         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16705           Don't remove our mute-probe if someone else already did so.
16706           Don't set a 2nd one if there is already one pending on the pad.
16707
16708         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16709         (do_playbin_seek):
16710           When a seek fails, ensure that playbin is still set back to playing.
16711           
16712         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16713         (mpeg_ts_type_find), (plugin_init):
16714           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16715
16716 2006-04-06  Andy Wingo  <wingo@pobox.com>
16717
16718         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16719         (gst_video_rate_init): Caps-related parameters should not be reset
16720         by a flush -- move their inits to the instance init function.
16721         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16722         is not OK, just return the result.
16723
16724         * gst/audiotestsrc/gstaudiotestsrc.c
16725         (gst_audio_test_src_class_init)
16726         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16727         broken by Stefan's commit on 24 March.
16728
16729         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16730         buffers being pushed out. Fixes oggmux ! multifdsink.
16731
16732 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16735         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16736         * ext/vorbis/vorbisdec.h:
16737         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16738         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16739         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16740         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16741         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16742         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16743         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16744         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16745         (gst_vorbis_enc_buffer_from_packet),
16746         (gst_vorbis_enc_buffer_from_header_packet),
16747         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16748         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16749         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16750         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16751         (gst_vorbis_enc_change_state):
16752         * ext/vorbis/vorbisenc.h:
16753           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16754           vorbisenc adhere to the official nomenclature; use boilerplate
16755           macro.
16756
16757 2006-04-04  Andy Wingo  <wingo@pobox.com>
16758
16759         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16760         Whoops, fix bug introduced. Bad hacker!
16761         
16762         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16763         Properly handle the case where you get EOS before any buffers are
16764         received. Use gst_buffer_make_metadata_writable where appropriate.
16765
16766         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16767         is often negative -- make it signed so as not to wrap around.
16768         Fixes segfaults introduced on 9 March.
16769
16770 2006-04-03  Wim Taymans  <wim@fluendo.com>
16771
16772         * ext/theora/gsttheoradec.h:
16773         * ext/theora/theoradec.c: (theora_dec_src_event):
16774         Don't try to store a gdouble in a gboolean.
16775         Small cleanups.
16776
16777 2006-04-03  Michael Smith  <msmith@fluendo.com>
16778
16779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16780           Oggmux sucks.
16781           Make it suck slightly less by writing out the final page.
16782           Still can't encode a vorbis-in-ogg file correctly, though.
16783
16784 2006-04-03  Andy Wingo  <wingo@pobox.com>
16785
16786         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16787         a g_print.
16788
16789         * ext/theora/theora.c (plugin_init): Register theoraparse.
16790
16791         * ext/theora/gsttheoraparse.h: 
16792         * ext/theora/theoraparse.c: New files implementing a theora
16793         parser. Now we can properly remux ogg/theora+vorbis, yay.
16794
16795         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16796
16797 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16798
16799         * gst/audiotestsrc/gstaudiotestsrc.c:
16800           Fixed the sample pipeline (see #323798)
16801
16802 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16803
16804         * configure.ac:
16805         * win32/common/config.h:
16806         * win32/common/config.h.in:
16807           use AS_VERSION and AS_NANO
16808           more cleanups
16809
16810 2006-03-31  Andy Wingo  <wingo@pobox.com>
16811
16812         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16813         uninitialized variable return that would happen.
16814         
16815         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16816         uninitialized variable return that would never happen.
16817
16818         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16819         (vorbis_parse_sink_event): Add an event function to flush our
16820         state on a seek, and to drain buffers on a premature EOS.
16821         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16822         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16823         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16824         (vorbis_parse_drain_queue): Queue up buffers until we can set
16825         their timestamps and granulepos values.
16826
16827         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16828         and keep track of data needed for deriving granulepos and
16829         timestamps for buffers.
16830
16831 2006-03-29  Wim Taymans  <wim@fluendo.com>
16832
16833         Patch by: j^ <j at bootlab dot org>
16834
16835         * ext/alsa/gstalsamixerelement.c:
16836         (gst_alsa_mixer_element_class_init):
16837         * ext/alsa/gstalsasink.c:
16838         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16839         * ext/ogg/gstoggdemux.c:
16840         * ext/ogg/gstoggmux.c:
16841         * ext/ogg/gstoggparse.c:
16842         * ext/pango/gstclockoverlay.c:
16843         * ext/pango/gsttextoverlay.c:
16844         * ext/pango/gsttextrender.c:
16845         * ext/pango/gsttimeoverlay.c:
16846         * ext/theora/theoradec.c:
16847         * ext/theora/theoraenc.c:
16848         * ext/vorbis/vorbisdec.c:
16849         * ext/vorbis/vorbisenc.c:
16850         * gst/audioconvert/gstaudioconvert.c:
16851         * gst/subparse/gstsubparse.c:
16852         * gst/tcp/gstmultifdsink.c:
16853         * gst/tcp/gsttcpclientsink.c:
16854         * gst/tcp/gsttcpclientsrc.c:
16855         * gst/tcp/gsttcpserversink.c:
16856         * gst/tcp/gsttcpserversrc.c:
16857           better/unified long descriptions
16858           Fixes #336477
16859
16860 2006-03-29  Wim Taymans  <wim@fluendo.com>
16861
16862         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16863         (stop_seek):
16864         Don't let double and triple clicks mess up our state.
16865
16866 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * gst/playback/gstplaybin.c: (gen_video_element),
16869         (gen_text_element), (gen_audio_element), (gen_vis_element):
16870           Error out gracefully when we can't create any of the usual
16871           conversion elements for some reason. Also, don't try to
16872           create an audioscale (sic) element that's not used anyway.
16873
16874 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * gst/playback/gstplaybasebin.c: (setup_source):
16877           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16878           element for a particular protocol, that's confusing for users.
16879           Instead, post a RESOURCE_FAILED error, so that our own error
16880           message is actually shown in totem etc. (#336303).
16881
16882 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16885
16886         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16887         (gst_gnome_vfs_src_get_icy_metadata):
16888           Fix some minor memory leaks (#336194).
16889
16890 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * ext/gnomevfs/gstgnomevfs.c:
16893         (gst_gnome_vfs_location_to_uri_string):
16894         * ext/gnomevfs/gstgnomevfs.h:
16895         * ext/gnomevfs/gstgnomevfssink.c:
16896         (gst_gnome_vfs_sink_set_property):
16897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16898           Make gnomevfssink accept filenames as well as URIs for the
16899           "location" property, just like gnomevfssrc does (and
16900           filesrc/filesink do) (#336190).
16901
16902 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16903
16904         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16905           set to NULL before unreffing, fixes a valgrind leak.
16906           Why was this not triggering the error that an object needs to
16907           be NULL before unreffing ?
16908         * win32/common/config.h:
16909           update
16910
16911 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * gst/subparse/gstsubparse.c: (convert_encoding),
16914         (gst_sub_parse_change_state):
16915         * gst/subparse/gstsubparse.h:
16916           Text subtitle files may or may not be UTF-8. If it's not, we
16917           don't really want to see '?' characters in place of non-ASCII
16918           characters like accented characters. So let's assume the input
16919           is UTF-8 until we come across text that is clearly not. If it's
16920           not UTF-8, we don't really know what it is, so try the following:
16921           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16922           is set; if not, check (b) if the current locale encoding is
16923           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16924           the current locale encoding is UTF-8 and the environment variable
16925           was not set to any particular encoding. Not perfect, but better
16926           than nothing (and better than before, I think) (fixes #172848).
16927
16928 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16929
16930         * configure.ac:
16931           update core requirement to 0.10.4.1 because of async_playback
16932           vmethod on GstBaseSink
16933
16934 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16935
16936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16937         * gst/adder/gstadder.c: (gst_adder_init):
16938         use DEBUG_FUNCPTR for collectpads
16939
16940 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16941
16942         * docs/plugins/Makefile.am:
16943         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16944         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16945         * ext/cdparanoia/gstcdparanoiasrc.c:
16946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16947         (gst_gnome_vfs_sink_class_init):
16948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16950         * ext/ogg/gstoggmux.c:
16951         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16952         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16953         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16954         * ext/pango/gsttextoverlay.c:
16955         * ext/pango/gsttextrender.c:
16956         * ext/theora/theoradec.c:
16957         * ext/theora/theoraenc.c:
16958         * ext/vorbis/vorbisdec.c:
16959         * ext/vorbis/vorbisenc.c:
16960         * gst-libs/gst/audio/gstaudiofilter.c:
16961         (gst_audio_filter_base_init):
16962         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16963         (gst_audio_filter_template_base_init):
16964         * gst/adder/gstadder.c: (gst_adder_get_type):
16965         * gst/adder/gstadder.h:
16966         * gst/audioconvert/gstaudioconvert.c:
16967         * gst/audiotestsrc/gstaudiotestsrc.c:
16968         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16969         (gst_audio_test_src_create):
16970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16971         * gst/playback/gstdecodebin.c:
16972         * gst/playback/gstplaybin.c:
16973         * gst/playback/gststreamselector.c:
16974         (gst_stream_selector_base_init):
16975         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16976         * gst/volume/gstvolume.c:
16977         * sys/v4l/gstv4lmjpegsink.c:
16978         * sys/v4l/gstv4lmjpegsrc.c:
16979         * tests/check/libs/cddabasesrc.c:
16980         * tests/old/examples/gob/gst-identity2.gob:
16981           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16982           define GstElementDetails at the top
16983
16984 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16985
16986         * win32/common/libgstinterfaces.def:
16987         Add a lot of export functions for gst-python
16988         * win32/vs6/libgstinterfaces.dsp:
16989         Add a missing include folder in the project configuration
16990         
16991 2006-03-23  Wim Taymans  <wim@fluendo.com>
16992
16993         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16994         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16995         (gst_base_audio_src_change_state):
16996         Fix audio sources, forgot to make the ringbuffer
16997         startable...
16998
16999 2006-03-23  Wim Taymans  <wim@fluendo.com>
17000
17001         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17002         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17003         (gst_base_audio_src_change_state):
17004         unparent instead of unref the ringbuffer.
17005
17006 2006-03-23  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst-libs/gst/audio/gstbaseaudiosink.c:
17009         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17010         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17011         Implement new async_play vmethod to start slaving and allow
17012         playback start in case of async PLAY state changes. 
17013
17014         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17015         Enable QoS with new method in base class.
17016
17017 2006-03-23  Wim Taymans  <wim@fluendo.com>
17018
17019         Patch by: Julien MOUTTE <julien at moutte dot net>
17020
17021         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17022         (gst_video_test_src_do_seek), (gst_video_test_src_create):
17023         Partially handle 0 framerate, only EOS after the first frame
17024         is missing.
17025
17026 2006-03-23  Wim Taymans  <wim@fluendo.com>
17027
17028         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17029
17030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17031         (gst_riff_create_video_template_caps):
17032         * gst/ffmpegcolorspace/avcodec.h:
17033         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17034         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17035         (gst_ffmpegcsp_avpicture_fill):
17036         * gst/ffmpegcolorspace/imgconvert.c:
17037         Patch for support of YVU9 AVI files (#334822)
17038
17039 2006-03-22  Edward Hervey  <edward@fluendo.com>
17040
17041         * docs/design/design-decodebin.txt:
17042         Added design document for new decodebin
17043         (Target Caps): text/x-pango-markup is also a default target caps.
17044
17045 2006-03-22  Wim Taymans  <wim@fluendo.com>
17046
17047         * gst-libs/gst/audio/gstbaseaudiosink.c:
17048         (gst_base_audio_sink_dispose):
17049         Since we _parent the ringbuffer, we also need to
17050         _unparent instead of a plain _unref.
17051
17052 2006-03-22  Wim Taymans  <wim@fluendo.com>
17053
17054         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17055         (stop_seek), (scrub_toggle_cb), (main):
17056         Add scrub checkbox.
17057
17058 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17059
17060         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17061         (gst_ogg_parse_chain):
17062           Fix very inefficient usage of linked lists (#335365).
17063
17064 2006-03-21  Edward Hervey  <edward@fluendo.com>
17065
17066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17067         * gst/playback/gstplaybin.c: (handoff):
17068         * gst/playback/gststreamselector.c:
17069         (gst_stream_selector_set_property):
17070         gcc 4.1 unreferenced pointer fixes.
17071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17073         gst_buffer_ref() now takes a GstBuffer*.
17074
17075 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17076
17077         * sys/xvimage/xvimagesink.c:
17078         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17079         by Jan Schmidt.
17080
17081 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17082
17083         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17084         (id3v1_type_find), (apetag_type_find), (plugin_init):
17085           Can't do tag preferences via probability, as tags would then
17086           lose against types that are recognised with MAXIMUM probability
17087           (like .wav); so let all tag typefinders return MAXIMUM themselves
17088           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17089           that we can prefer APE to ID3v1 (fixes #335028).
17090           
17091 2006-03-17  Wim Taymans  <wim@fluendo.com>
17092
17093         * gst-libs/gst/audio/gstbaseaudiosink.c:
17094         (gst_base_audio_sink_change_state):
17095         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17096         (gst_ring_buffer_may_start):
17097         * gst-libs/gst/audio/gstringbuffer.h:
17098         Only start playback if we are playing.
17099         should fix #330748.
17100
17101 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17102
17103         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17104         * win32/common/config.h:
17105           Revert accidental commits to these files.
17106
17107 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17110
17111         * tests/Makefile.am:
17112           Don't try to build tests in tests/icles if we
17113           don't have X (#323852)
17114
17115 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * gst-libs/gst/tag/gstid3tag.c:
17118           Add TXXX frame identifiers for replaygain stuff as used
17119           by some taggers (see #323721).
17120
17121 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17122
17123         * gst/playback/gststreamselector.c:
17124         (gst_stream_selector_set_property),
17125         (gst_stream_selector_bufferalloc):
17126           Preserve the existing buggy streamselector behaviour by performing
17127           a fallback buffer allocation when downstream isn't linked yet.
17128           This should really be fixed in playbin by blocking pads until it's
17129           linked them.
17130           Also, use gst_pad_alloc_buffer instead of
17131           gst_pad_alloc_buffer_and_set.
17132
17133 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * gst-libs/gst/tag/gstid3tag.c:
17136           Don't crash on unknown ID3v2 TXXX frames.
17137           
17138 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17139
17140         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17141           Chain up to the parent finalize method.
17142           Add 32-bit sample size to the template caps.
17143
17144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17145         (gst_riff_create_video_template_caps):
17146           Add the fourcc that the VMWare codec uses.
17147           
17148         * gst/playback/gststreamselector.c:
17149         (gst_stream_selector_set_property),
17150         (gst_stream_selector_bufferalloc),
17151         (gst_stream_selector_request_new_pad):
17152           For the active pad, forward buffer-alloc requests, otherwise
17153           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17154           having to memcpy every frame when used by playbin.
17155
17156         * gst/tcp/gstmultifdsink.c:
17157         (gst_multi_fd_sink_handle_client_write):
17158           Get negotiated caps from the sink pad, rather than the sink
17159           pad's peer.
17160
17161 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17162
17163         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17164         
17165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17166           Don't forget to set src->callbacks_pushed to FALSE again when
17167           popping them, otherwise re-activation in a different mode won't
17168           work (#334620).
17169
17170 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         Patch by: Sebastien Moutte  <sebastien moutte net>
17173
17174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17175         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17176         (gst_ffmpeg_smpfmt_to_caps):
17177           Replace __VA_ARGS__ caps creation macros with varargs functions.
17178           Makes things compile on MSVC (#320765), looks nicer, and we can
17179           tell the compiler to check for the NULL terminator.
17180
17181 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17182
17183         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17184
17185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17186           Make sure the buffer we copy into is really always big
17187           enough, this time for real (#333488).
17188           
17189 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17190
17191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17192           Add support for 24bpp DIB (#305279).
17193
17194 2006-03-14  Wim Taymans  <wim@fluendo.com>
17195
17196         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17197         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17199         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17200         (gst_video_scale_init), (gst_video_scale_src_event):
17201         Re-enable QoS after the release.
17202         Rework videoscale to use the base class src_event handler.
17203
17204 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * configure.ac:
17207           back to CVS.
17208
17209 === release 0.10.5 ===
17210
17211 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17212
17213         * configure.ac:
17214           releasing 0.10.5, "Net"
17215
17216 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         * docs/plugins/Makefile.am:
17219           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17220           
17221 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17225         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17226           Add cdparanoiasrc to docs.
17227
17228         * gst-libs/gst/cdda/gstcddabasesrc.c:
17229           More GstCddaBaseSrc docs.
17230
17231 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17232
17233         * docs/libs/gst-plugins-base-libs-sections.txt:
17234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17235         * gst-libs/gst/tag/tag.h:
17236           API: libgsttag: new method gst_tag_from_id3_user_tag().
17237
17238 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17241           NULL-terminate array of mpeg4 video file extensions.
17242           Fixes crash on PPC (#334226).
17243
17244 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         * ext/gnomevfs/gstgnomevfssrc.c:
17247         (gst_gnome_vfs_src_check_get_range):
17248           gnome_vfs_uri_is_local() alone is not a good indicator
17249           whether we can operate in pull-mode with a specific URI,
17250           as it returns FALSE for file:// URIs that point to an
17251           NFS-mounted path. Be more conservative here: whitelist
17252           local files, blacklist http URIs and use the old
17253           mechanism for anything else (fixes #334216).
17254
17255 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17256
17257         * configure.ac:
17258           back to trunk
17259
17260 === release 0.10.4 ===
17261
17262 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17263
17264         * configure.ac:
17265           releasing 0.10.4, "Power"
17266
17267 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17268
17269         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17270         Disable max-lateness by setting it to -1 for now, so that 
17271         we can bed QoS stuff in thoroughly between now and the next
17272         release.
17273
17274 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17275
17276         Patch by: Fabrizio Gennari
17277
17278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17279           Make sure we don't read beyond the palette buffer in case of
17280           broken or manipulated files (#333488)
17281
17282 2006-03-10  Edward Hervey  <edward@fluendo.com>
17283
17284         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17285         Fix for variable not initialized.
17286
17287 2006-03-09  Wim Taymans  <wim@fluendo.com>
17288
17289         * ext/libvisual/visual.c: (gst_visual_get_type),
17290         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17291         (gst_visual_chain):
17292         Small cleanups.
17293
17294         * ext/theora/gsttheoradec.h:
17295         * ext/theora/theoradec.c: (gst_theora_dec_init),
17296         (gst_theora_dec_reset), (_theora_granule_time),
17297         (theora_dec_src_convert), (theora_dec_sink_convert),
17298         (theora_dec_src_query), (theora_dec_src_event),
17299         (theora_dec_sink_event), (theora_handle_comment_packet),
17300         (theora_handle_header_packet), (theora_dec_push),
17301         (theora_handle_data_packet), (theora_dec_chain),
17302         (theora_dec_change_state):
17303         Add simple QoS.
17304
17305 2006-03-09  Wim Taymans  <wim@fluendo.com>
17306
17307         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17308         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17309         Some cleanups.
17310
17311 2006-03-09  Wim Taymans  <wim@fluendo.com>
17312
17313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17314         Don't try to activate NULL chains.
17315
17316 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17317
17318         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17319           Fix invalid memory access to region before peek'd data (#332964).
17320
17321 2006-03-09  Wim Taymans  <wim@fluendo.com>
17322
17323         Patch by: Christophe Fergeau
17324
17325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17326         * ext/pango/gsttextrender.c: (gst_text_render_init):
17327         * gst/adder/gstadder.c: (gst_adder_init):
17328         Don't leak padtemplates, closes #333510.
17329
17330 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17333           Fix invalid memory access: make sure string passed to
17334           regexec() is NUL-termianted.
17335
17336 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17337
17338         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17339         (mp3_type_find):
17340           Refactor mpeg/audio typefinding to make it more maintainable
17341           and easier to fine-tune. Make probing into middle of the file
17342           work properly (fixes #333900, also see #152688).
17343
17344 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17345
17346         * gst/typefind/gsttypefindfunctions.c:
17347         (utf8_type_find_have_valid_utf8_at_offset):
17348           Remove part from previous commit that was bogus:
17349           g_utf8_validate() does in fact not accept embedded
17350           zeroes, so we don't need to check for those (thanks
17351           to Mike for the hint).
17352
17353 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         * gst/typefind/gsttypefindfunctions.c:
17356         (utf8_type_find_count_embedded_zeroes),
17357         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17358           Make plain/text typefinder more conservative: firstly, check
17359           for embedded zeroes, which are perfectly valid UTF-8 characters,
17360           but also a fairly good sign that something is not a plain text
17361           file; secondly, probe into the middle of the file if possible.
17362           If we can't probe into the middle, limit the probability value
17363           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17364
17365 2006-03-08  Michael Smith  <msmith@fluendo.com>
17366
17367         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17368           Make typefind function name for mpeg4 video unique.
17369
17370 2006-03-08  Wim Taymans  <wim@fluendo.com>
17371
17372         * ext/libvisual/visual.c: (gst_visual_init),
17373         (gst_visual_clear_actors), (gst_visual_dispose),
17374         (gst_visual_reset), (gst_visual_src_setcaps),
17375         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17376         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17377         (gst_visual_chain), (gst_visual_change_state):
17378         Cleanups, post nice errors.
17379         Handle sink and src events.
17380         Implement simple QoS.
17381
17382         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17383         Use new basesink methods to configure max-lateness.
17384         Small doc update.
17385
17386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17387         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17388         Debug statement cleanups.
17389
17390         * gst/volume/gstvolume.c: (gst_volume_class_init):
17391         Simple cleanup.
17392
17393 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17396         (gst_text_overlay_init), (gst_text_overlay_set_property),
17397         (gst_text_overlay_get_property):
17398           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17399           as string type properties, but mark them deprecated. Add
17400           'halignment' and 'valignment' properties that use enums
17401           instead of strings.
17402
17403 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         Patch by: Fabrizio Gennari
17406
17407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17408           Allow palettes with less than 256 colours in AVI files
17409           (#333488)
17410
17411 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17412
17413         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17414         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17415         pad. We were releasing the queued text buffer when we should keep
17416         it until video pad gets EOS or discard the text buffer because it's
17417         too old. That was eating the last subtitle buffer. Add some more
17418         debug.
17419
17420 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17423         (gst_text_overlay_video_chain):
17424           Fix invalid memory access (we can't access a buffer after it's been
17425           pushed downstream without taking a reference); fix memory leak (if
17426           there's no text to render, bail out before allocating stuff).
17427
17428 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17429
17430         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17431         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17432         * ext/pango/gsttextoverlay.h:
17433           If input is plain text, escape it before passing it to
17434           pango_layout_set_markup().
17435
17436 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17437
17438         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17439           Don't ignore flow return from gst_pad_push().
17440
17441 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         Patch by: Fabrizio Gennari
17444
17445         * ext/libvisual/visual.c: (gst_visual_getcaps),
17446         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17449         (gst_vorbisenc_convert_sink):
17450         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17451         (gst_audio_duration_from_pad_buffer):
17452         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17453         (gst_audio_filter_chain):
17454         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17455         (gst_base_rtp_depayload_setcaps):
17456         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17457         (gst_video_get_size):
17458         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17459           Don't leak references returned by gst_pad_get_parent()
17460           (#333663)
17461
17462 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17463
17464         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17465           change location param details
17466         * gst/volume/gstvolume.c: (plugin_init):
17467           correct plugin description
17468
17469 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17472         (gst_gnome_vfs_src_check_get_range):
17473           Override GstBaseSrc::check_get_range() in order to avoid opening
17474           the resource just to check whether we can operate in pull-mode or
17475           not - we can predict that pretty well from the URI alone. Should
17476           fix problems with last.fm (#331690). (Requires latest core CVS).
17477
17478 2006-03-06  Wim Taymans  <wim@fluendo.com>
17479
17480         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17481         (gst_video_sink_class_init):
17482         Throw away frames that are later than 20 ms.
17483
17484 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         Patch by: Fabrizio Gennari
17487
17488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17489           Set depth on WMA caps (#333545)
17490
17491 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17492
17493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17494         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17495           put Theora BOS pages before others.  This hardcodes
17496           the Ogg/Theora I profile, but hey.
17497
17498 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17499
17500         * ext/ogg/README:
17501           updated with some examples
17502         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17503         (granulepos_add), (theora_buffer_from_packet):
17504         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17505         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17506         (gst_vorbisenc_chain):
17507           implement strategy from ext/ogg/README
17508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17509         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17510         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17511         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17512           Fix muxer so that oggz-validate is happy with all streams;
17513           except for no eos mark, and the BOS page ordering
17514         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17515         (check_buffer_granulepos):
17516         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17517           update tests to check for OFFSET being set as requested
17518           fixed type of granulepos, it's not a ClockTime
17519
17520 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17521
17522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17523         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17524         Check that the xvimage we are creating has a correct size
17525         before returning it. (#314897)
17526
17527 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17530           Give id3 and ape tag typefinders a rank slightly higher
17531           than PRIMARY to ensure they're always run before any of
17532           the other typefinders (in particular wav and mp3) (#324186).
17533
17534 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17537           Add support for '3IVD' fourcc (#333403).
17538
17539 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17540
17541         * configure.ac:
17542           Bump requirements to GStreamer CVS for the new error enum.
17543
17544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17545           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17546           space left on the device (fixes #333352).
17547
17548 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17549
17550         * win32/vs6:
17551           add a project file for libgstvolume
17552           update the workspace
17553
17554 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17557         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17558         (GST_START_TEST):
17559           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17560           Set IN_CAPS on header buffers
17561
17562 2006-03-02  Wim Taymans  <wim@fluendo.com>
17563
17564         * docs/plugins/Makefile.am:
17565         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17566         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17567         Add audioresample to docs.
17568
17569         * gst/audioconvert/gstaudioconvert.c:
17570         Add revision date.
17571
17572         * gst/audioresample/gstaudioresample.c:
17573         (gst_audioresample_base_init), (gst_audioresample_class_init),
17574         (gst_audioresample_init), (gst_audioresample_dispose),
17575         (audioresample_get_unit_size), (audioresample_transform_caps),
17576         (resample_set_state_from_caps), (audioresample_transform_size),
17577         (audioresample_set_caps), (audioresample_event),
17578         (audioresample_do_output), (audioresample_transform),
17579         (audioresample_pushthrough), (gst_audioresample_set_property),
17580         (gst_audioresample_get_property), (plugin_init):
17581         * gst/audioresample/gstaudioresample.h:
17582         Added docs.
17583         Small code cleanups.
17584
17585 2006-03-02  Wim Taymans  <wim@fluendo.com>
17586
17587         * docs/plugins/Makefile.am:
17588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17590         Added videoscale to docs.
17591
17592         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17593         (gst_video_rate_swap_prev), (gst_video_rate_event),
17594         (gst_video_rate_chain):
17595         Fix typo in docs.
17596
17597         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17598         (gst_video_scale_init), (gst_video_scale_prepare_size),
17599         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17600         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17601         * gst/videoscale/gstvideoscale.h:
17602         Added docs, examples.
17603         Some code cleanups.
17604         Post errors instead of g_warning.
17605
17606 2006-03-02  Wim Taymans  <wim@fluendo.com>
17607
17608         * docs/libs/gst-plugins-base-libs-docs.sgml:
17609         * docs/libs/gst-plugins-base-libs-sections.txt:
17610         * docs/libs/gst-plugins-base-libs.types:
17611         * docs/plugins/Makefile.am:
17612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17614         Added some more docs to libs and plugins.
17615
17616         * gst-libs/gst/audio/gstringbuffer.c:
17617         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17618         * gst-libs/gst/audio/gstringbuffer.h:
17619         Document ringbuffer some more.
17620
17621         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17622         (gst_video_rate_setcaps), (gst_video_rate_reset),
17623         (gst_video_rate_init), (gst_video_rate_flush_prev),
17624         (gst_video_rate_swap_prev), (gst_video_rate_event),
17625         (gst_video_rate_chain), (gst_video_rate_change_state):
17626         * gst/videorate/gstvideorate.h:
17627         Fix videorate to use segments.
17628         Make it work with 0/1 framerates (closes #331903)
17629         Handle EOS correctly.
17630         Added docs.
17631
17632 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17633
17634         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17635         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17636         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17637           In state change function, first chain up to parent class,
17638           then handle downwards state change stuff. Remove some
17639           commented out cruft from 0.8 code.
17640
17641 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17642
17643         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17644         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17645         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17646         (gst_ogm_parse_chain):
17647           Don't remove/re-add source pad if the new caps are the same as
17648           the old caps anyway (#333042). When removing source pad, don't
17649           unref it afterwards - we didn't ref it when adding. Sprinkle some
17650           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17651           after using gst_pad_get_parent(). Return downstream flow return
17652           value in chain function.
17653
17654 2006-03-02  Wim Taymans  <wim@fluendo.com>
17655
17656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17657         * docs/plugins/gst-plugins-base-plugins.args:
17658         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17659         * docs/plugins/gst-plugins-base-plugins.interfaces:
17660         * docs/plugins/gst-plugins-base-plugins.signals:
17661         Fix hierarchy, added some more elements to the docs.
17662
17663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17664         (gst_ffmpegcsp_get_type):
17665         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17666         Fix docs for ffmpegcolorspace.
17667
17668 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17669
17670         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17671         (apetag_type_find), (ape_type_find), (plugin_init):
17672           Some typefinding fine-tuning:
17673           - rank ID3/APE tags in order of preference via probabilities, so that
17674             ID3v2 > APEv2 > APEv1 > ID3v1.
17675           - three or four bytes don't really justify MAXIMUM probability,
17676             change those to 'very likely' (musepack and monkeysaudio).
17677
17678 2006-03-01  Wim Taymans  <wim@fluendo.com>
17679
17680         * docs/plugins/Makefile.am:
17681         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17682         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17683         * ext/alsa/gstalsamixer.c:
17684         * ext/alsa/gstalsamixer.h:
17685         * ext/alsa/gstalsamixerelement.c:
17686         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17687         * ext/alsa/gstalsamixerelement.h:
17688         * ext/alsa/gstalsasink.c:
17689         * ext/alsa/gstalsasink.h:
17690         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17691         (gst_alsasrc_init):
17692         * ext/alsa/gstalsasrc.h:
17693         Added alsa docs.
17694         Small code cleanups.
17695
17696 2006-03-01  Wim Taymans  <wim@fluendo.com>
17697
17698         * ext/theora/Makefile.am:
17699         Dist new header too,
17700
17701 2006-03-01  Wim Taymans  <wim@fluendo.com>
17702
17703         * docs/plugins/Makefile.am:
17704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17706         * ext/gnomevfs/gstgnomevfssink.h:
17707         * ext/gnomevfs/gstgnomevfssrc.h:
17708         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17709         * ext/vorbis/vorbisdec.h:
17710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17711         * ext/vorbis/vorbisenc.h:
17712         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17713         (vorbis_parse_chain), (vorbis_parse_change_state):
17714         * ext/vorbis/vorbisparse.h:
17715         * gst/audioconvert/gstaudioconvert.h:
17716         * gst/tcp/gsttcpserversink.h:
17717         * gst/videotestsrc/gstvideotestsrc.c:
17718         * gst/videotestsrc/gstvideotestsrc.h:
17719         * gst/volume/gstvolume.c:
17720         * gst/volume/gstvolume.h:
17721         Fix some more docs.
17722         Added docs for vorbisdec and vorbisparse.
17723         Fix vorbisparse.
17724
17725 2006-03-01  Wim Taymans  <wim@fluendo.com>
17726
17727         * docs/plugins/Makefile.am:
17728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17730         * ext/pango/gstclockoverlay.h:
17731         * ext/pango/gsttextoverlay.h:
17732         * ext/pango/gsttextrender.h:
17733         * ext/pango/gsttimeoverlay.h:
17734         * ext/theora/gsttheoradec.h:
17735         * ext/theora/gsttheoraenc.h:
17736         * ext/theora/theoradec.c:
17737         * ext/theora/theoraenc.c:
17738         * gst/audioconvert/gstaudioconvert.h:
17739         * gst/audiotestsrc/gstaudiotestsrc.h:
17740         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17741         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17742         * gst/tcp/gstmultifdsink.h:
17743         Updated/added documentation.
17744
17745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17746         (gst_text_overlay_halign_get_type),
17747         (gst_text_overlay_wrap_mode_get_type),
17748         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17749         (gst_text_overlay_init), (gst_text_overlay_set_property),
17750         (gst_text_overlay_get_property):
17751         Fix up properties to be enums instead of string to make bindings,
17752         introspection and automatic GUI creation possible.
17753         Add getters for the properties.
17754
17755 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17756
17757         * gst/audiotestsrc/gstaudiotestsrc.c:
17758           added defines of M_PI and M_PI_2
17759         * gst/ffmpegcolorspace/avcodec.h:
17760           removed #include "stdint.h" for win32 as _stdint.h is 
17761           autogenerated to win32/common
17762         * win32/common/libgstaudio.def:
17763         * win32/common/libgsttag.def:
17764           added some exports
17765         * win32/vs6:
17766           some project files bugs corrected
17767         * win32/vs7:
17768           project files are reset to the default vs7 configuration 
17769           (they link to msvcr71.dll using default optimizations)
17770           
17771 2006-02-28  Wim Taymans  <wim@fluendo.com>
17772
17773         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17774         Fix some docs.
17775
17776 2006-02-28  Edward Hervey  <edward@fluendo.com>
17777
17778         * ext/alsa/gstalsasrc.c:
17779         Set proper class on the ElementDetails:
17780         Source/Audio instead of Src/Audio/
17781
17782 2006-02-28  Edward Hervey  <edward@fluendo.com>
17783
17784         * gst/videoscale/vs_scanline.c:
17785         (vs_scanline_resample_nearest_RGBA):
17786         Revert optimization in videoscale. It should go in liboil and have
17787         an appropriate liboil function.
17788
17789 2006-02-28  Wim Taymans  <wim@fluendo.com>
17790
17791         * gst-libs/gst/audio/gstbaseaudiosink.c:
17792         (gst_base_audio_sink_provide_clock):
17793         Don't try to provide a clock in the NULL state.
17794
17795 2006-02-28  Wim Taymans  <wim@fluendo.com>
17796
17797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17798         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17799         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17800         (gst_ogg_demux_deactivate_current_chain),
17801         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17803         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17804         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17805         Use GstSegment infrastructure to remove duplicated code
17806         and handle more seek cases correctly.
17807
17808 2006-02-28  Wim Taymans  <wim@fluendo.com>
17809
17810         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17811         (gst_ffmpegcsp_transform):
17812         Don't ignore return code from ffmpeg convert function.
17813
17814         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17815         Split out some long statements to ease debugging.
17816
17817 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17818
17819         * ext/libvisual/visual.c: (gst_visual_init),
17820         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17821         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17822         being able to renegotiate the size. Instead, use the negotiation
17823         algorithm from the goom plugin to pick an initial output caps. 
17824
17825         Also, allow theoretical libvisual plugins that might support non-GL 
17826         output even if they also do GL.
17827
17828 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17829
17830         * ext/libvisual/visual.c: (gst_visual_init),
17831         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17832         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17833         possible negotiation issues.
17834
17835 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17836
17837         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17838
17839 2006-02-24  Michael Smith  <msmith@fluendo.com>
17840
17841         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17842         (cmml_type_find), (plugin_init):
17843           Fix CMML type find function to not require a specific minor version
17844           of the CMML header.
17845
17846           Add an MPEG4 video elementary stream typefind function.
17847
17848 2006-02-04  Michael Smith  <msmith@fluendo.com>
17849
17850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17851         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17852         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17853         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17854         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17855         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17856           Annodex support in ogg demuxer. Doesn't do very much without the
17857           other annodex patches (to come).
17858
17859 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17862
17863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17864           Pick up palette for MS video v1 (#327028)
17865
17866 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17867
17868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17869         (gst_ffmpegcsp_caps_remove_format_info),
17870         (gst_ffmpegcsp_get_unit_size):
17871           The 'palette_data' field from incoming RGB caps shouldn't be
17872           proxied on outgoing YUV caps; also, restrict unit size
17873           adjustment in case of paletted data only to the unit that
17874           actually has a palette. Fixes #330711.
17875
17876 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17879         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17880         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17881         (gst_ffmpegcsp_get_unit_size):
17882           Plug some memory leaks.
17883
17884 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17885
17886         * sys/ximage/Makefile.am:
17887         * sys/xvimage/Makefile.am:
17888           Add some _CFLAGS and _LIBS that seem to be missing
17889           and/or required for Cygwin (see #317048).
17890
17891 2006-02-22  Wim Taymans  <wim@fluendo.com>
17892
17893         * ext/alsa/gstalsasrc.c:
17894         Fix description as pointed out by caugier.
17895
17896 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17897
17898         Reviewed by : Edward Hervey  <edward@fluendo.com>
17899
17900         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17901         (qt_type_find):
17902         Better 3gp typefinding (#331526).
17903
17904 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17905
17906         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17907           Don't send EOS event here, the base class will send one for us.
17908
17909         * gst/playback/gstplaybasebin.c: (prepare_output):
17910           Subpictures without video stream aren't allowed either.
17911         
17912         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17913           Fix debug statement copy'n'paste-o.
17914
17915 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17916
17917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17918           Fix issues with mixer keeping state when muting/unmuting
17919           and when changing the volume whilst muted (see #331763
17920           and #331765).
17921
17922 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17925         (parse_subrip), (gst_sub_parse_format_autodetect):
17926           Set right caps given that we send escaped text. Also,
17927           honour <i></i>, <b></b> and <u></u> markers that can be found
17928           in .srt files (fixes #310202).
17929
17930 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * gst-libs/gst/audio/mixerutils.c:
17933         (element_factory_rank_compare_func):
17934           Make order in which elements are tried more determinable.
17935
17936 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17937
17938         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17939         (remove_element_chain), (cleanup_decodebin),
17940         (gst_decode_bin_change_state): Make decodebin reusable by
17941         fixing remove_element_chain first and then introduce a
17942         cleaner in state change to ->NULL. (Closes #331678)
17943
17944 2006-02-19  Wim Taymans  <wim@fluendo.com>
17945
17946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17947         use 0666 mask when creating files so umask gets applied
17948         correctly. Fixes #331295.
17949
17950 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17951
17952         * gst/subparse/Makefile.am:
17953         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17954         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17955         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17956         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17957         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17958         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17959         * gst/subparse/gstssaparse.h:
17960         * gst/subparse/gstsubparse.c: (plugin_init):
17961           Add very basic parser for SSA subtitle streams (as often
17962           found in matroska files).
17963
17964 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17967           That should be text/x-pango-markup, not text/x-pango-layout.
17968
17969 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17970
17971         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17972         Polishing.
17973
17974 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17975
17976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17977         (gst_text_overlay_finalize), (gst_text_overlay_init),
17978         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17979         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17980         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17981         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17982         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17983         Fix state change deadlock.
17984
17985 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17986
17987         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17988         (gst_text_overlay_finalize), (gst_text_overlay_init),
17989         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17990         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17991         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17992         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17993         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17994         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17995         and subtitles files.
17996
17997 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17998
17999         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18000         should be considered as raw.
18001
18002 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18003
18004         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18005         (cb_probe):
18006         * gst/playback/gststreaminfo.h: Introduce language informations.
18007
18008 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18009
18010         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18011         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18012         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18013         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18014         Set shared memory segments to be deleted as soon as we have attached,
18015         that way they get cleaned up automatically if we crash.
18016
18017 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18018
18019         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
18020         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18021         functions are called with lock held.
18022
18023 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18024
18025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18026         (gst_text_overlay_finalize), (gst_text_overlay_init),
18027         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18028         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18029         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18030         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18031         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18032         (gst_text_overlay_change_state): Refactoring of textoverlay
18033         without collectpads. This now supports sparse subtitles coming
18034         from a demuxer instead of a sub file. Seeking is still broken 
18035         though. Need to discuss with wtay some more on how to handle
18036         seeking correctly.
18037         * ext/pango/gsttextoverlay.h:
18038         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18039         subtitles coming from the demuxer.
18040
18041 2006-02-17  Wim Taymans  <wim@fluendo.com>
18042
18043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18044         (gst_vorbisenc_convert_sink):
18045         Use some more scaling functions.
18046
18047 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * ext/cdparanoia/gstcdparanoiasrc.c:
18050         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18051         (gst_cd_paranoia_paranoia_callback),
18052         (gst_cd_paranoia_src_signal_is_being_watched),
18053         (gst_cd_paranoia_src_read_sector):
18054         * ext/cdparanoia/gstcdparanoiasrc.h:
18055           Add back 'transport-error' and 'uncorrected-error' signals and
18056           make them actually be fired when bad stuff happens (#319340).
18057
18058 2006-02-17  Wim Taymans  <wim@fluendo.com>
18059
18060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18061         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18062         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18063         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18064         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18065         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18066         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18067         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18068         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18069         (gst_ring_buffer_clear):
18070         Small cleanups.
18071         Added some G_LIKELY.
18072
18073 2006-02-17  Wim Taymans  <wim@fluendo.com>
18074
18075         * gst-libs/gst/audio/TODO:
18076         Update TODO
18077
18078         * gst-libs/gst/audio/gstbaseaudiosink.c:
18079         (gst_base_audio_sink_get_offset):
18080         When trying to play samples ASAP and we don't have a
18081         previous sample, try to play at position 0 instead of
18082         an invalid position.
18083
18084 2006-02-17  Wim Taymans  <wim@fluendo.com>
18085
18086         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18087         (gst_alsasink_reset):
18088         Also release lock when we get an error in _reset();
18089         fix an error message.
18090
18091 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18092
18093         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18094         (gst_alsasink_init), (get_channel_free_structure),
18095         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18096         (gst_alsasink_close):
18097         * ext/alsa/gstalsasink.h:
18098           Add support for more than 2 channels (#326720).
18099
18100 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18101
18102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18103           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18104           with 4 or 6 channels, assume a default channel layout to make things
18105           work (not sure there's anything else we can do in those cases).
18106
18107 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * gst-libs/gst/audio/multichannel.c:
18110           Minor docs fix.
18111
18112         * gst-libs/gst/riff/Makefile.am:
18113         * gst-libs/gst/riff/riff-ids.h:
18114         * gst-libs/gst/riff/riff-media.c:
18115         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18116           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18117           channels and a channel layout map.
18118           
18119 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18120
18121         Reviewed by Edward Hervey  <edward@fluendo.com>
18122
18123         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18124         C-level optimization of the RGBA nearest neighbour function.
18125         Eventually this might end up in liboil with vectorized versions.
18126
18127 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * gst-libs/gst/audio/multichannel.c:
18130         (gst_audio_get_channel_positions):
18131           When we have more than 2 channels, but no channel layout is
18132           specified in the caps, return some default channel layout
18133           to the caller and warn about about a possibly buggy element
18134           (could be buggy filtercaps as well of course) (#317038).
18135
18136 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18137
18138         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18139           Add gst-libs/gst/cdda to list of lib search paths.
18140
18141 2006-02-15  Andy Wingo  <wingo@pobox.com>
18142
18143         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18144         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18145         to the Lord Jesus that I do not have to touch the ogg muxer ever
18146         again.
18147
18148 2006-02-15  Edward Hervey  <edward@fluendo.com>
18149
18150         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18151         quicktime movie files can also contain 'uuid' atoms.
18152
18153 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18154
18155         * gst/audioconvert/plugin.c: (plugin_init):
18156           Register the GstAudioChannelPosition enum type with the type
18157           system in the plugin_init function, so that it is known before
18158           any element actually makes use of multi-channel stuff. This is
18159           required for example if one wants to be able to deserialise/use
18160           a caps string with channel positions before any pipeline has
18161           been setup and started, like with gst-launch.
18162
18163 2006-02-14  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst-libs/gst/audio/gstringbuffer.c:
18166         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18167         (gst_ring_buffer_samples_done), (wait_segment),
18168         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18169         Add some compiler G_(UN_)LIKELY help.
18170         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18171         make sure they can exit their functions. Should fix #330748
18172
18173 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18174
18175         * Makefile.am:
18176         * configure.ac:
18177         * win32/MANIFEST:
18178         * win32/common/_stdint.h:
18179           Windows does not have long long; copy the generated _stdint.h
18180         * win32/common/interfaces-enumtypes.c:
18181         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18182         (gst_mixer_track_flags_get_type),
18183         (gst_tuner_channel_flags_get_type):
18184         * win32/common/multichannel-enumtypes.c:
18185         (gst_audio_channel_position_get_type):
18186           update
18187
18188 2006-02-13  Wim Taymans  <wim@fluendo.com>
18189
18190         * gst-libs/gst/audio/gstbaseaudiosink.c:
18191         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18192         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18193         Always sync on first sample we receive when starting.
18194
18195 2006-02-13  Wim Taymans  <wim@fluendo.com>
18196
18197         * gst/playback/gstplaybin.c: (gen_vis_element):
18198         Update vis bin docs.
18199         Move queue after tee so we don't queue video buffers but
18200         audio samples instead. Fixes problems where the video queue
18201         is filled and the audio queue empty.
18202
18203 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18204
18205         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18206           No need to push an EOS event here, GstBaseSrc will do that for us
18207           when we return FLOW_UNEXPECTED.
18208           
18209 2006-02-12  Wim Taymans  <wim@fluendo.com>
18210
18211         * gst-libs/gst/audio/gstbaseaudiosink.c:
18212         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18213         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18214         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18215         Use scale functions when possible.
18216         Fix error messages.
18217         Free clockid when after waiting for EOS.
18218         Use G_(UN_)LIKLY when it makes sense.
18219         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18220
18221 2006-02-12  Edward Hervey  <edward@fluendo.com>
18222
18223         * gst/playback/gstplaybasebin.c: (prepare_output): 
18224         Remove stray semi-colon (fixes #330888).
18225
18226 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18227
18228         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18230         Fix up the XShm call testing so that we catch errors, and don't
18231         cause new ones by attempting to detach from a segment we failed
18232         to attach to. Fixes #312439.
18233
18234 2006-02-10  Edward Hervey  <edward@fluendo.com>
18235
18236         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18237         Added flv file typefind (video/x-flv).
18238
18239 2006-02-10  Edward Hervey  <edward@fluendo.com>
18240
18241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18242         (gst_riff_create_video_template_caps):
18243         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18244         Also added the caps to the default set of riff video caps.
18245
18246 2006-02-09  Andy Wingo  <wingo@pobox.com>
18247
18248         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18249         time and the end time of the last packet in the page.
18250         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18251         on the pages in our queue, set the duration as well. Reflow a
18252         debug statement.
18253         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18254         Fixes bad muxing order.
18255
18256 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18257
18258         * gst-libs/gst/rtp/gstbasertppayload.c:
18259         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18260           update seqnum before setting it on the packet; this makes sure
18261           that the timestamp and seqnum properties match after pushing
18262           a buffer
18263
18264 2006-02-09  Andy Wingo  <wingo@pobox.com>
18265
18266         * gst-libs/gst/audio/gstringbuffer.c
18267         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18268         overflow after 13.5 hours of recording. Kapow!
18269
18270         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18271         the buffer size -- we don't care about underrun/overrun reporting
18272         right now, just need to return a useful value.
18273
18274 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18275
18276         * configure.ac:
18277           Back to CVS
18278
18279 === release 0.10.3 ===
18280
18281 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18282
18283         * configure.ac:
18284           releasing 0.10.3, "Under Pressure"
18285
18286 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18287
18288         * configure.ac:
18289         Drat. Bump libtool version number for new API.
18290         Prelease 0.10.2.3 (of 0.10.3)
18291
18292 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18293
18294         * configure.ac:
18295         * win32/common/config.h:
18296         0.10.2.2 prerelease (of 0.10.3).
18297
18298 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18299
18300         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18301           Revert Andy's newsegment change pending a more correct
18302           fix.
18303
18304 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18305
18306         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18307         (qt_type_find), (plugin_init):
18308           detect more files as 3gp
18309           group and reorder the iso file formats
18310
18311 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * ext/vorbis/vorbis.c: (plugin_init):
18314           Register musicbrainz tags, so apps don't have to.
18315
18316 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18317
18318         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18319         (gst_tag_to_vorbis_tag):
18320           Make sure we called gst_tag_register_musicbrainz_tags()
18321           before possibly mapping a vorbiscomment string from/to a
18322           musicbrainz tag.
18323
18324 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18327           In case we can't find the required number of consecutive
18328           mpeg audio frames to positively identify an MPEG audio
18329           stream, check if there's at least a valid mpeg audio
18330           frame right at offset 0 and if so suggest mpeg/audio
18331           caps with a very low probability (#153004).
18332
18333 2006-02-07  Andy Wingo  <wingo@pobox.com>
18334
18335         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18336         a TIME segment if we get timestamped buffers. Requires recent
18337         fixes in core to work properly.
18338
18339 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18340
18341         * gst/playback/gstplaybasebin.c: (prepare_output):
18342           Don't print the URI as part of the error message, it
18343           makes error dialogs look rather ugly, especially if
18344           the URI is very long or has characters in it that
18345           need escaping.
18346
18347 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18348
18349         * gst/playback/gstplaybasebin.c: (prepare_output):
18350           Error out if we have only text or subtitles, but nothing
18351           else. Also error out if we have subtitles but no video
18352           stream.
18353
18354 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18355
18356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18357           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18358           Post an error message on the bus when we encounter an
18359           error, which will hopefully be more meaningful than the
18360           'Internal Flow Error' message users get to see if we
18361           just return GST_FLOW_ERROR.
18362
18363 2006-02-07  Andy Wingo  <wingo@pobox.com>
18364
18365         * configure.ac (GST_MAJORMINOR): Update core version req to
18366         0.10.2.2, for the collectpads API addition (#330244).
18367
18368 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18371           Return FALSE from plugin_init() when GnomeVFS can't
18372           be initialised for some reason (#328423).
18373
18374 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18375
18376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18377         Stick to seeking theory until i find the bug.
18378         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18379
18380 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18381
18382         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18383         (theora_enc_finalize), (theora_enc_sink_setcaps),
18384         (theora_set_header_on_caps), (theora_enc_chain),
18385         (theora_enc_change_state):
18386         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18387           Make theoraenc and the tests leak free. Like, really.
18388
18389 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18390
18391         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18392         (theora_enc_finalize), (theora_enc_sink_setcaps):
18393           Add a finalize method to ensure we clean up state even if
18394           someone omitted the state change back to NULL.
18395
18396         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18397         (gst_vorbisenc_chain):
18398           Free some more leaked bits.
18399
18400         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18401         (stop_pipeline):
18402           Wait for state changes to happen if they're ASYNC.
18403
18404           This ought to teach those fancy pants buildbots a lesson.
18405
18406 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18407
18408         * gst-libs/gst/tag/gstid3tag.c:
18409           Add mapping for ID3 International Standard Recording Code
18410           tag "TSRC"
18411
18412 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18413
18414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18415           Don't leak tag names.
18416
18417 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18418
18419         * docs/libs/gst-plugins-base-libs-docs.sgml:
18420         * docs/libs/gst-plugins-base-libs-sections.txt:
18421         * gst-libs/gst/tag/gstid3tag.c:
18422         * gst-libs/gst/tag/gstvorbistag.c:
18423         * gst-libs/gst/tag/tags.c:
18424           Split libgsttag docs into multiple sections.
18425
18426 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18427
18428         * docs/libs/Makefile.am:
18429         * docs/libs/gst-plugins-base-libs-docs.sgml:
18430         * docs/libs/gst-plugins-base-libs-sections.txt:
18431         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18432         * gst-libs/gst/tag/gstvorbistag.c:
18433         * gst-libs/gst/tag/tag.h:
18434         * gst-libs/gst/tag/tags.c:
18435           Add libgsttag to the docs.
18436
18437 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18438
18439         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18440         (gst_text_overlay_init), (gst_text_overlay_src_event),
18441         (gst_text_overlay_collected): Fix clockoverlay.
18442
18443 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * docs/libs/compiling.sgml:
18446           Fix typo: it's pkg-config, not pkg-gconfig
18447
18448         * docs/libs/gst-plugins-base-libs-docs.sgml:
18449         * docs/libs/gst-plugins-base-libs-sections.txt:
18450         * docs/libs/tmpl/gstgconf.sgml:
18451           There is no libgstgconf in 0.10, remove it
18452           from the docs.
18453
18454 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18455
18456         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18457         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18458         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18459         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18460         (gst_sub_parse_class_init), (gst_sub_parse_init),
18461         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18462         (parse_mpsub), (parser_state_init), (handle_buffer),
18463         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18464         * gst/subparse/gstsubparse.h: Introduce seeking code.
18465
18466 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18469           Add comment about LANGUAGE tag inconsistency (we want
18470           ISO-639-1, but extract three-letter identifiers?)
18471
18472         * po/POTFILES.in:
18473           Add two translatable files.
18474
18475 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * gst-libs/gst/tag/Makefile.am:
18478         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18479         * gst-libs/gst/tag/tag.h:
18480         * gst-libs/gst/tag/tags.c:
18481         (gst_tag_register_musicbrainz_tags_internal),
18482         (gst_tag_register_musicbrainz_tags):
18483           Forward-port some tags stuff from the 0.8 branch. This is
18484           mostly the addition of musicbrainz tags and their mapping
18485           to vorbistags, and a vorbistag mapping of the language tag.
18486
18487 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18488
18489         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18490         refactoring.
18491
18492 2006-02-04  David Schleef  <ds@schleef.org>
18493
18494         * ext/ogg/gstoggmux.c:
18495         * gst/typefind/gsttypefindfunctions.c:
18496           Add Dirac typefinding and add dirac format to oggmux.
18497
18498 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18499
18500         * gst/playback/gstdecodebin.c: (try_to_link_1):
18501           Don't put essential function call into
18502           g_return_*() macro, otherwise it'll all be
18503           replaced by NOOPs when compiling with
18504           G_DISABLE_CHECKS defined.
18505
18506 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18507
18508         * ext/ogg/gstoggdemux.c:
18509         * ext/ogg/gstoggparse.c:
18510         * gst/tcp/gsttcpserversink.c:
18511         * sys/v4l/v4lsrc_calls.c:
18512         * sys/v4l/v4lsrc_calls.h:
18513         Just make it compile with --disable-gst-debug.
18514
18515 2006-02-03  Wim Taymans  <wim@fluendo.com>
18516
18517         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18518         (gst_alsasink_class_init), (gst_alsasink_init),
18519         (gst_alsasink_write), (gst_alsasink_reset):
18520         * ext/alsa/gstalsasink.h:
18521         Add lock to protect alsa calls.
18522         Implement reset to flush samples ASAP, does not work
18523         with dmix though.
18524
18525 2006-02-02  Wim Taymans  <wim@fluendo.com>
18526
18527         * gst-libs/gst/audio/gstbaseaudiosink.c:
18528         (gst_base_audio_sink_provide_clock):
18529         Ugh.. getting late I guess...
18530
18531 2006-02-02  Wim Taymans  <wim@fluendo.com>
18532
18533         * gst-libs/gst/audio/gstbaseaudiosink.c:
18534         (gst_base_audio_sink_provide_clock),
18535         (gst_base_audio_sink_set_property),
18536         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18537         Don't try to provide a clock when we are not negotiated since
18538         we might not be able to make it run.
18539
18540 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18541
18542         * gst/playback/gstdecodebin.c: (try_to_link_1):
18543           Unlinking two source pads is ... hard.
18544
18545 2006-02-02  Wim Taymans  <wim@fluendo.com>
18546
18547         * gst-libs/gst/audio/TODO:
18548         Updated.
18549
18550         * gst-libs/gst/audio/gstbaseaudiosink.c:
18551         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18552         On EOS, wait till the last sample is played before posting EOS.
18553
18554 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18555
18556         Patch by: Kai Vehmanen
18557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18558           Adds ability to enable newsegment bypass by setting queue_delay to
18559           zero. Also avoid thread being started if queue_delay is zero.
18560
18561 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18564           Make test work again by connecting fakesinks to each decoded pad,
18565           which makes the pipeline wait until each fakesink has a buffer
18566           queued before going to PAUSED state. At that point we know the
18567           decodebin pads are negotiated.
18568
18569 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18572         (gst_cdda_base_src_handle_event):
18573         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18574           Pass unhandled queries to the parent class's query function.
18575
18576 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18577
18578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18579         (gst_ogg_pad_src_query):
18580         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18581         * ext/theora/theoradec.c: (theora_dec_src_query),
18582         (theora_dec_sink_query):
18583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18584         (vorbis_dec_sink_query):
18585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18586         (gst_vorbisenc_sink_query):
18587         * gst/adder/gstadder.c: (gst_adder_query):
18588           Pass unhandled queries upstream instead of just
18589           dropping them (#326447). Also, fix supported
18590           query types list for some elements.
18591
18592 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18593
18594         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18595         (paris_type_find), (ilbc_type_find), (plugin_init):
18596           Fix typefinding for audio/x-au, audio/x-paris and
18597           audio/iLBC-sh. We cannot use the START_WITH macros
18598           here, because there can only be one typefind factory
18599           with the same name (caps), so the second one would
18600           replace the first one and the first one would never
18601           be called when doing typefinding (see #161712).
18602           
18603
18604 2006-01-31  Wim Taymans  <wim@fluendo.com>
18605
18606         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18607         (vorbis_handle_header_packet), (vorbis_dec_push),
18608         (vorbis_handle_data_packet):
18609         Use scale_int when we can, add some more scaling.
18610         Check packettype before parsing it.
18611
18612 2006-01-31  Wim Taymans  <wim@fluendo.com>
18613
18614         * ext/theora/theoradec.c: (_theora_granule_time),
18615         (theora_dec_src_convert), (theora_dec_sink_convert):
18616         Call right _scale functions.
18617         Use parameter instead of some other random value.
18618
18619 2006-01-31  Wim Taymans  <wim@fluendo.com>
18620
18621         * ext/theora/theoradec.c: (_theora_granule_frame),
18622         (_theora_granule_time), (_inc_granulepos),
18623         (theora_dec_src_convert), (theora_dec_sink_convert),
18624         (theora_handle_type_packet), (theora_handle_data_packet),
18625         (theora_dec_chain):
18626         Use higher precision timestamps calculation.
18627         Convert some other conversions to _scale.
18628
18629 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18630
18631         * gst/audiotestsrc/gstaudiotestsrc.c:
18632         (gst_audio_test_src_create_sine_table), (plugin_init):
18633         * gst/volume/gstvolume.c: (plugin_init):
18634           initialize gst_controller before using
18635
18636 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * tests/check/pipelines/theoraenc.c:
18639         * tests/check/pipelines/vorbisenc.c:
18640         Define constant using G_GINT64_CONSTANT to avoid errors when
18641         passing it around - otherwise it gets truncated to 32 bits.
18642
18643         Fixes failing tests.
18644
18645 2006-01-31  Andy Wingo  <wingo@pobox.com>
18646
18647         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18648         caps being set doesn't have a framerate value. Basically a stopgap
18649         measure.
18650
18651         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18652         technically correct enough to put into core though.
18653         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18654         DURATION. Fixes theoraenc ! oggmux.
18655
18656         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18657         fraction, not double.
18658
18659 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18660
18661         * win32/vs7:
18662         add vs7 project files created by Sergey Scobich
18663
18664 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18665
18666         * win32/vs8:
18667         add vs8 project files created by Sergey Scobich
18668         
18669 2006-01-30  Andy Wingo  <wingo@pobox.com>
18670
18671         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18672         timestamp + duration, not just timestamp -- ogg pages should be
18673         ordered by stop time. Necessary fix given the change in vorbis
18674         timestamps.
18675
18676         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18677         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18678         (granulepos_add): New function, handles the messiness of adjusting
18679         granulepos values.
18680         (theora_buffer_from_packet):
18681         (theora_enc_chain):
18682         (theora_enc_sink_event): Use granulepos_add, not +.
18683
18684         * tests/check/pipelines/theoraenc.c
18685         (check_buffer_granulepos_from_starttime): Just check the frame
18686         count, not the actual granulepos -- we can't dictate to the
18687         encoder when it should be placing keyframes.
18688
18689 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18690
18691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18692           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18693           play an http:// stream from a server that's not serving
18694
18695 2006-01-30  Andy Wingo  <wingo@pobox.com>
18696
18697         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18698         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18699         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18700         available.
18701
18702         * ext/theora/gsttheoraenc.h:
18703         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18704         although theoraenc was timestamping correctly. Added handling of
18705         streams that start with nonzero timestamps.
18706
18707         * tests/check/Makefile.am:
18708         * tests/check/pipelines/theoraenc.c: New file, basically does same
18709         tests as vorbisenc.
18710
18711         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18712
18713 2006-01-30  Wim Taymans  <wim@fluendo.com>
18714
18715         * gst-libs/gst/audio/gstaudiosink.c:
18716         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18717         (gst_audioringbuffer_pause):
18718         Implement pause that does not wait for completion.
18719
18720         * gst-libs/gst/audio/gstbaseaudiosink.c:
18721         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18722         Don't drop buffers when going to PAUSED but perform preroll on
18723         remaining samples now that core base class supports this.
18724
18725         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18726         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18727         (gst_ring_buffer_commit):
18728         Pause should not signal waiters.
18729         Implement return value of _commit correctly.
18730
18731 2006-01-30  Andy Wingo  <wingo@pobox.com>
18732
18733         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18734
18735         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18736         updated to timestamp from the first sample, not the last.
18737         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18738         special care of granulepos and timestamp for header packets.
18739         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18740         when the first buffer has a nonzero timestamp.
18741
18742         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18743         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18744         case when the first audio buffer we get has a nonzero timestamp.
18745         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18746         properly timestamp vorbis buffers with the time of the first
18747         sample, not the last.
18748         
18749         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18750         vorbis_granule_time_copy -- now it takes the granule/subgranule
18751         offset into account.
18752
18753         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18754         timestamps, durations, and granulepos on buffers produced by
18755         vorbisenc.
18756
18757 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18758
18759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18760         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18761           Patch from Eric Jonas to support conversions to/from UYVY 
18762           (Fixes: #324626)
18763
18764 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18765
18766         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18767         (setup_subtitle), (setup_source), (set_active_source):
18768         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18769         (gen_text_element), (gen_audio_element), (gen_vis_element),
18770         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18771
18772 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18773
18774         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18775         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18776                 use gst_guint64_to_gdouble to be compliant with vs6
18777         * gst/playback/gstdecodebin.c: (try_to_link_1)
18778         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18779                 use G_GINT64_CONSTANT for int64 constants
18780         * win32/common/libgstinterfaces.def:
18781                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18782         * win32/vs6:
18783                 update and add new project files
18784                 
18785 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         * Makefile.am:
18788         * win32/MANIFEST:
18789         * win32/common/interfaces-enumtypes.c:
18790         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18791         (gst_mixer_track_flags_get_type),
18792         (gst_tuner_channel_flags_get_type):
18793         * win32/common/interfaces-enumtypes.h:
18794         * win32/common/multichannel-enumtypes.c:
18795         (gst_audio_channel_position_get_type):
18796         * win32/common/multichannel-enumtypes.h:
18797           add a win32-update rule like in core, and copy over enumtypes files
18798
18799 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         * win32/MANIFEST:
18802         * win32/common/config.h:
18803         * win32/common/config.h.in:
18804           add config files just like in core
18805
18806 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18807
18808         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18809           Make gcc-4.1 happy (part of #327357).
18810
18811 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18812
18813         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18814         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18815         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18816         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18817         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18818         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18819           Update all error messages.  All of them should either use
18820           the default translated message, or actually provide a
18821           translatable string.
18822           Make the string for channel count problems meaningful.
18823
18824 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18827           check for and throw RESOURCE_BUSY
18828
18829 2006-01-27  David Schleef  <ds@schleef.org>
18830
18831         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18832           checked in this change -- it requires liboil features not
18833           in 0.3.6.  Revert parts.
18834
18835 2006-01-27  David Schleef  <ds@schleef.org>
18836
18837         * REQUIREMENTS:
18838         * configure.ac: update liboil requirement to 0.3.6
18839         * gst/videoscale/Makefile.am:
18840         * gst/videoscale/vs_scanline.c: liboilify
18841
18842 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18843
18844         * ext/libvisual/visual.c: (get_buffer):
18845           When pad_alloc returns a GstFlowReturn other
18846           than GST_FLOW_OK, make sure it is passed upstream.
18847
18848 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18849
18850         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18851         (gst_alsasink_class_init):
18852           Free the device name string.
18853
18854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18855         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18856         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18857           Don't remove a pad from the collectpads structure until it
18858           is released - it's a request pad, and may receive data again
18859           if the element gets moved back to PLAYING state.
18860
18861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18862           Ensure we turn on double buffering on the Xv port, and
18863           set the colour key to something dark and mysterious that
18864           isn't black.
18865
18866 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18867
18868         * ext/alsa/gstalsaplugin.c: (plugin_init):
18869         * ext/cdparanoia/gstcdparanoiasrc.c:
18870         (gst_cd_paranoia_src_base_init), (plugin_init):
18871         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18873           - a library should not call setlocale. see "Libraries" node in
18874             gettext manual
18875           - make sure all plugins that use translation do bindtextdomain
18876             to point to the localedir
18877         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18878         (setup_sinks), (plugin_init):
18879           all this, and check for NULL when creating sinks
18880
18881 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18882
18883         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18884         (plugin_init): Make typefinding of subtitles work again.
18885
18886 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18887
18888         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18889         (mp3_type_frame_length_from_header), (mp3_type_find),
18890         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18891         (plugin_init):
18892           Backport a bunch of typefinding fixes from the 0.8 branch.
18893           Also, improve wavpack typefinding: if we can't peek the
18894           entire wavpack block, try to parse the bits we can get and
18895           see if we find what we're looking for in those.
18896
18897 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18898
18899         * sys/ximage/ximagesink.c:
18900         (gst_ximagesink_calculate_pixel_aspect_ratio):
18901         * sys/xvimage/xvimagesink.c:
18902         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18903         more cases of pixel aspect ratio.
18904
18905 2006-01-26  Edward Hervey  <edward@fluendo.com>
18906
18907         * gst/playback/gstdecodebin.c: (pad_probe):
18908         Also consider the flush-start and tag events as unblockers
18909         for the pad probes.
18910
18911 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18912
18913         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18914         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18915         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18916         On the fly visualisation switch, works disabling, enabling as
18917         well but it won't be able to enable vis in a playbin that was
18918         created with no visualisation.
18919
18920 2006-01-25  Wim Taymans  <wim@fluendo.com>
18921
18922         * gst-libs/gst/audio/gstbaseaudiosink.c:
18923         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18924         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18925         resume after pause.
18926
18927 2006-01-25  Wim Taymans  <wim@fluendo.com>
18928
18929         * gst-libs/gst/audio/gstbaseaudiosink.c:
18930         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18931         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18932         Improve debugging.
18933         Post error when caps cannot be parsed.
18934         Resync on discontinuity in the stream.
18935         Clip samples to segment boundaries.
18936         return WRONG_STATE sooner when we are flushing.
18937
18938         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18939         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18940         Make audiosrc operate in TIME.
18941         Set TIMESTAMP and DURATION on buffers.
18942
18943 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18944
18945         * tests/examples/seek/seek.c: (main):
18946           Output tag messages as well.
18947
18948 2006-01-23  Edward Hervey  <edward@fluendo.com>
18949
18950         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18951         (free_pad_probes), (remove_fakesink), (pad_probe),
18952         (close_pad_link), (gst_decode_bin_change_state):
18953         Replace GstPadBlockCallback with pad probes that detect
18954         first buffer AND eos before removing fakesink.
18955         Fixes hang with demuxers doing EOS while pre-rolling.
18956         Solves #328279
18957
18958 2006-01-23  Andy Wingo  <wingo@pobox.com>
18959
18960         * ext/alsa/gstalsasink.c:
18961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18962         (gst_base_rtp_depayload_setcaps),
18963         (gst_base_rtp_depayload_add_to_queue),
18964         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18965         
18966         Patch by: Jens Granseuer <jensgr at gmx dot net>
18967
18968 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18969
18970         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18971         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18972         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18973         frames. We might get a frame destroyed after changing state to
18974         NULL, adding a safety check on xcontext.
18975
18976 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * gst-libs/gst/interfaces/xoverlay.c:
18979           Fix prepare-xwindow-id code example in the docs - we need to
18980           ignore all messages that aren't element messages as well.
18981           
18982 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18983
18984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18985           I think one day i'll completely undestand how caps negotiation
18986           is supposed to work. This refactoring handles buffer_alloc
18987           called with caps we can't handle. We definitely don't want a
18988           set_caps with those caps, so we define and allocate a buffer
18989           we would like to receive.
18990
18991 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18992
18993         * gst/playback/gstplaybasebin.c: (setup_source):
18994           Free iterator when done.
18995
18996 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18997
18998         * gst-libs/gst/audio/gstbaseaudiosink.c:
18999         (gst_base_audio_sink_render):
19000           Fix playback of non-synchronised streams by assuming a rate
19001           of 1.0 instead of a random one.
19002
19003           Makes this work again:
19004
19005           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19006           endianness=(int)4321, signed=(boolean)true, width=(int)16,
19007           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19008           audioresample ! alsasink
19009
19010 === release 0.10.2 ===
19011
19012 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
19013
19014         * configure.ac:
19015           releasing 0.10.2, "Then the devil is six"
19016
19017 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19018
19019         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19020         * gst/playback/gststreamselector.c:
19021         (gst_stream_selector_set_property):
19022           Comment out broken code that connects to the state-changed signal.
19023           At this point, changing current stream selection is broken, but 
19024           stuff like gst-launch playbin current-audio=1 works and filters
19025           to the chosen stream.
19026
19027 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19028
19029         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19030           Fix #327216 (null dereference in vorbisdec)
19031
19032 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19033
19034         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19035           Post taglist actually on bus instead of just freeing it
19036           (fixes #327114 and totem bug #327080).
19037
19038         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19039           Use gst_element_found_tags_for_pad(), so that the tags
19040           are sent downstream as an event as well.
19041
19042 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19045         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19046         (gst_ximagesink_buffer_alloc):
19047         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19048         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19049         (gst_xvimagesink_buffer_alloc):
19050           move all regularly occurring messages to GST_LOG level
19051           add some more object logs
19052
19053 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19054
19055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19056           fix a silly segfault
19057
19058 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19059
19060         * docs/libs/gst-plugins-base-libs-docs.sgml:
19061         * docs/libs/gst-plugins-base-libs-sections.txt:
19062         * gst-libs/gst/audio/mixerutils.c:
19063         * gst-libs/gst/audio/mixerutils.h:
19064           Add docs for mixerutils stuff.
19065
19066 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19067
19068         * gst/playback/gstplaybasebin.c: (setup_source):
19069           Fix playback for sources that emit raw audio or
19070           raw video streams (e.g.: cd audio sources) (#325984).
19071
19072 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19073
19074         * gst-libs/gst/audio/mixerutils.c:
19075         (gst_audio_mixer_filter_do_filter):
19076           actually save the element we create
19077
19078 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * gst-libs/gst/cdda/gstcddabasesrc.c:
19081         (gst_cdda_base_src_handle_track_seek):
19082           No need to post a tag message on the bus when seeking
19083           within the same track, only post it when the current
19084           track changes.
19085
19086 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19087
19088         * gst/playback/gstplaybasebin.c: (group_destroy),
19089         (probe_triggered), (new_decoded_pad), (mute_group_type),
19090         (set_active_source):
19091         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19092         * gst/playback/gststreamselector.c:
19093         (gst_stream_selector_base_init),
19094         (gst_stream_selector_set_property),
19095         (gst_stream_selector_request_new_pad):
19096           Reenable stream selection. These mechanisms need a complete overhaul
19097           in the face of 0.8->0.10 changes though.
19098
19099 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19100
19101         * ext/ogg/gstoggdemux.c:
19102           Change the pad template to src_%d to match the pads that 
19103           are created from it. decodebin needs this information in order
19104           to decide that oggdemux is capable of producing multiple pads
19105           (and hence needs queues inserted).
19106
19107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19108         (gst_ogg_mux_collected):
19109           Make debug output more useful by using GST_PTR_FORMAT.
19110
19111 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19112
19113         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19116           Set depth and width for alaw/mulaw (fixes #326601).
19117
19118 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19119
19120         * tests/icles/Makefile.am:
19121           don't build the tests if we don't have the libs
19122
19123 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19124
19125         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19126         (gst_cd_paranoia_paranoia_callback):
19127           Don't try to free NULL pointers.
19128
19129 2006-01-10  Edward Hervey  <edward@fluendo.com>
19130
19131         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19132         (gst_audio_rate_change_state), (plugin_init):
19133         Add debugging category.
19134         Fix type issues.
19135         Add case for incoming buffers without valid offset/offset_end.
19136
19137 2006-01-10  Michael Smith  <msmith@fluendo.com>
19138
19139         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19140           Don't leak GCond in audio sources.
19141
19142 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19143
19144         * gst/playback/gstplaybin.c: (gen_audio_element):
19145           Don't leak an autoaudiosink/alsasink when we generate
19146           a new audio element. (old code, I guess)
19147
19148 2006-01-10  Michael Smith  <msmith@fluendo.com>
19149
19150         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19151           Support float audio in audiorate.
19152           Use width rather than depth for selecting sample width.
19153
19154 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19155
19156         * gst/videotestsrc/videotestsrc.h:
19157           Use GLib types here (that way we don't have to include the
19158           generated _stdint.h header, which makes life easier for win32
19159           folks that don't use autotools for the build) (#325990, patch
19160           by: Sergey Scobich).
19161
19162 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19163
19164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19165         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19166         (gst_ring_buffer_pause), (wait_segment):
19167         * gst-libs/gst/audio/gstringbuffer.h:
19168           Name (private) union, makes Forte compiler happy (this time
19169           for real) (#324900).
19170
19171 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19172
19173         * gst-libs/gst/audio/Makefile.am:
19174           Link against libgstinterfaces, needed for mixer
19175           and property probe stuff.
19176
19177 2006-01-09  Edward Hervey  <edward@fluendo.com>
19178
19179         * gst-libs/gst/Makefile.am:
19180
19181 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19182
19183         * gst-libs/gst/audio/Makefile.am:
19184         * gst-libs/gst/audio/mixerutils.c:
19185         (gst_audio_mixer_filter_do_filter),
19186         (gst_audio_mixer_filter_check_element),
19187         (gst_audio_mixer_filter_probe_feature),
19188         (element_factory_rank_compare_func),
19189         (gst_audio_default_registry_mixer_filter):
19190         * gst-libs/gst/audio/mixerutils.h:
19191           Add gst_audio_default_registry_mixer_filter() utility
19192           function.
19193
19194 2006-01-03  Michael Smith  <msmith@fluendo.com>
19195
19196         * gst/audioresample/resample.h:
19197           As before, but for o_buf
19198
19199 2006-01-03  Michael Smith  <msmith@fluendo.com>
19200
19201         * gst/audioresample/resample.h:
19202           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19203           since we do arithmetic on it.
19204
19205 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19206
19207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19208         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19209         (gst_ring_buffer_pause), (wait_segment):
19210         * gst-libs/gst/audio/gstringbuffer.h:
19211           Sun's Forte compiler doesn't seem to like anonymous structs,
19212           so use same setup as in GstBaseSrc (fixes #324900).
19213
19214 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19215
19216         * configure.ac:
19217         * gst/volume/Makefile.am:
19218         * gst/volume/demo.c:
19219           move old example to tests/examples/volume/volune.c
19220         * tests/examples/Makefile.am:
19221         * tests/examples/seek/seek.c: (main):
19222           change window-close event from "delete-event" to "destroy"
19223         * tests/examples/volume/Makefile.am:
19224         * tests/examples/volume/volume.c: (value_changed_callback),
19225         (setup_gui), (message_received), (eos_message_received), (main):
19226           fix event handling and bus usage
19227
19228 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19229
19230         * gst/audiotestsrc/gstaudiotestsrc.c:
19231         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19232         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19233         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19234         (gst_audio_test_src_create_square),
19235         (gst_audio_test_src_create_saw),
19236         (gst_audio_test_src_create_triangle),
19237         (gst_audio_test_src_create_silence),
19238         (gst_audio_test_src_create_white_noise),
19239         (gst_audio_test_src_create_pink_noise),
19240         (gst_audio_test_src_init_sine_table),
19241         (gst_audio_test_src_create_sine_table),
19242         (gst_audio_test_src_change_wave),
19243         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19244         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19245         * gst/audiotestsrc/gstaudiotestsrc.h:
19246           update to basesrc changes, implement segmented seeking and eos
19247           handling, add a 'sine-tab' waveform for performance critical playback
19248
19249 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19250
19251         * po/POTFILES.in:
19252           ... and this time the other modified file that I missed last time.
19253
19254 2005-12-29  Michael Smith  <msmith@fluendo.com>
19255
19256         * gst/playback/gstdecodebin.c: (new_pad):
19257           Fix non-C89 variable declaration not at the start of a block. Should
19258           help some compilers.
19259
19260 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19261
19262         * tests/check/Makefile.am:
19263           And now fix 'make distcheck' (builddir != srcdir)
19264
19265 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19266
19267         * configure.ac:
19268         * ext/cdparanoia/Makefile.am:
19269         * ext/cdparanoia/gstcdparanoia.c:
19270         * ext/cdparanoia/gstcdparanoia.h:
19271         * ext/cdparanoia/gstcdparanoiasrc.c:
19272         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19273         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19274         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19275         (gst_cd_paranoia_paranoia_callback),
19276         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19277         (gst_cd_paranoia_src_set_property),
19278         (gst_cd_paranoia_src_get_property), (plugin_init):
19279         * ext/cdparanoia/gstcdparanoiasrc.h:
19280           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19281           plugin again (there are still fixes required to playbin to make
19282           cdda:// uris work there).
19283
19284 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19285
19286         * tests/check/Makefile.am:
19287           Fix test case compilation.
19288
19289 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19290
19291         * gst-libs/gst/cdda/gstcddabasesrc.c:
19292         (gst_cdda_base_src_update_duration),
19293         (gst_cdda_base_src_calculate_cddb_id):
19294           An integer is not a string. Fix access to uninitialised variable.
19295
19296         * tests/check/Makefile.am:
19297           Add cddabasesrc unit test; also actually enable the vorbis test.
19298
19299         * tests/check/generic/states.c:
19300           Blacklist new cd audio elements as well.
19301
19302         * tests/check/libs/cddabasesrc.c:
19303           Unit test for GstCddaBaseSrc (discid calculation mostly).
19304
19305 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19306
19307         * docs/libs/Makefile.am:
19308         * docs/libs/gst-plugins-base-libs-docs.sgml:
19309         * docs/libs/gst-plugins-base-libs-sections.txt:
19310         * docs/libs/gst-plugins-base-libs.types:
19311           Add docs for libgstcdda/GstCddaBaseSrc.
19312
19313         * gst-libs/gst/interfaces/mixertrack.h:
19314           Do one struct member per line with a semicolon at the end, that way
19315           even gtk-doc might parse it without complaining.
19316
19317 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19318
19319         * configure.ac:
19320         * gst-libs/gst/Makefile.am:
19321         * gst-libs/gst/cdda/Makefile.am:
19322         * gst-libs/gst/cdda/base64.c:
19323         * gst-libs/gst/cdda/base64.h:
19324         * gst-libs/gst/cdda/gstcddabasesrc.c:
19325         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19326         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19327         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19328         (gst_cdda_base_src_get_property),
19329         (gst_cdda_base_src_get_track_from_sector),
19330         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19331         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19332         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19333         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19334         (gst_cdda_base_src_uri_get_protocols),
19335         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19336         (gst_cdda_base_src_uri_handler_init),
19337         (gst_cdda_base_src_setup_interfaces),
19338         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19339         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19340         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19341         (gst_cdda_base_src_add_tags),
19342         (gst_cdda_base_src_add_index_associations),
19343         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19344         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19345         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19346         (gst_cdda_base_src_create):
19347         * gst-libs/gst/cdda/gstcddabasesrc.h:
19348         * gst-libs/gst/cdda/sha1.c:
19349         * gst-libs/gst/cdda/sha1.h:
19350           Add new libgstcdda with GstCddaBaseSrc class.
19351
19352 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19353
19354         * ext/gnomevfs/gstgnomevfssink.h:
19355           Use GstBaseSinkClass as parent_class member for class struct, not
19356           GstBaseSink.
19357
19358 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19359
19360         Patch by: Michael Benes
19361
19362         * gst/videotestsrc/gstvideotestsrc.c:
19363         (gst_video_test_src_class_init), (gst_video_test_src_start):
19364           Add start method to reset running time and number of frames sent
19365           when starting up (fixes #324696)
19366
19367 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19368
19369         * docs/plugins/Makefile.am:
19370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19372         * docs/plugins/gst-plugins-base-plugins.args:
19373         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19374         * docs/plugins/gst-plugins-base-plugins.signals:
19375           Add docs stuff for gnomevfssrc and gnomevfssink.
19376
19377         * ext/gnomevfs/gstgnomevfssrc.c:
19378           Fix example pipeline in gtk-doc blurb.
19379
19380 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19381
19382         * ext/gnomevfs/Makefile.am:
19383         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19384         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19385         (gst_gnome_vfs_handle_get_type), (plugin_init):
19386         * ext/gnomevfs/gstgnomevfs.h:
19387         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19388         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19389         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19390         (gst_gnome_vfs_sink_set_property),
19391         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19392         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19393         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19394         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19395         (gst_gnome_vfs_sink_uri_get_type),
19396         (gst_gnome_vfs_sink_uri_get_protocols),
19397         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19398         (gst_gnome_vfs_sink_uri_handler_init):
19399         * ext/gnomevfs/gstgnomevfssink.h:
19400           Port gnomevfssink; add gtk-doc blurb.
19401
19402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19403         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19404         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19405         (gst_gnome_vfs_src_uri_get_type),
19406         (gst_gnome_vfs_src_uri_get_protocols),
19407         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19408         (gst_gnome_vfs_src_uri_handler_init),
19409         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19410         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19411         (gst_gnome_vfs_src_send_additional_headers_callback),
19412         (gst_gnome_vfs_src_received_headers_callback),
19413         (gst_gnome_vfs_src_push_callbacks),
19414         (gst_gnome_vfs_src_pop_callbacks),
19415         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19416         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19417         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19418         * ext/gnomevfs/gstgnomevfssrc.h:
19419           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19420           file; add gtk-doc blurb with example pipelines.
19421
19422 === release 0.10.1 ===
19423
19424 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19425
19426         * configure.ac:
19427           releasing 0.10.1, "Dobro Dedek"
19428
19429 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19430
19431         * gst/typefind/gsttypefindfunctions.c:
19432         iLBC30 and iLBC20 added to typefind.
19433
19434 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * gst-libs/gst/audio/gstbaseaudiosink.c:
19437         (gst_base_audio_sink_class_init):
19438         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19439         (gst_base_audio_src_class_init):
19440           update strings, values are in microseconds
19441           change the default sink buffer time to something that is smaller
19442           (to help software volume mixing have a slightly lower delay) but
19443           still be acceptable on Wim's laptop
19444
19445 2005-12-20  Edward Hervey  <edward@fluendo.com>
19446
19447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19448         Made a quack, forgot to add DUCK to the riff video template.
19449
19450 2005-12-19  Edward Hervey  <edward@fluendo.com>
19451
19452         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19453         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19454         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19455         (gst_ogm_parse_chain):
19456         Make sure pads are initialized correctly.
19457         * gst-libs/gst/riff/riff-ids.h:
19458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19459         (gst_riff_create_video_template_caps):
19460         Add a whole bunch of FOURCC <=> MimeType.
19461         Extend the riff video pad template to support the newly added fourcc.
19462
19463 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19464
19465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19466         (gst_ogg_demux_activate_chain):
19467           Extra debug output when activating/deactivating chains.
19468
19469         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19470         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19471         (unlinked):
19472           Remove a queue from our list when it becomes unlinked.
19473           Don't add queues to elements in class 'Demux' if they
19474           can only produce one pad 
19475
19476 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19477
19478         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19479         (gst_video_sink_get_type): Add a debug category.
19480
19481 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19482
19483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19484         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19485           Handle downstream newsegment by sending our own newsegment before the
19486           next buffer to be released. (#323900)
19487
19488 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19489
19490         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19491         (gst_base_rtp_depayload_set_gst_timestamp):
19492           add queue delay to new segment as well (as opposed to just the first
19493           buffer). (bug #322347)
19494
19495 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19496
19497         * ext/libvisual/visual.c: (make_valid_name):
19498           change some char* into char[]
19499         * gst/audiotestsrc/gstaudiotestsrc.c:
19500         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19501         (gst_audio_test_src_create):
19502         * gst/audiotestsrc/gstaudiotestsrc.h:
19503           prepare to handle EOS and SEGMENT_DONE
19504
19505 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19506
19507         * tests/check/generic/states.c: (GST_START_TEST):
19508           Blacklist cdparanoia element in state test.
19509
19510 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19511
19512           Patch by: Benjamin Pineau
19513
19514         * gst/tcp/gsttcp.c:
19515         * gst/tcp/gsttcpclientsink.c:
19516         * gst/tcp/gsttcpserversink.c:
19517         * gst/tcp/gsttcpserversrc.c:
19518           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19519
19520 2005-12-15  Michael Smith  <msmith@fluendo.com>
19521
19522         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19523         (gst_video_rate_chain):
19524           Fix timestamping for videorate when the first buffer it sees has a
19525           non-zero timestamp. Fix some misleading debug output.
19526
19527 2005-12-15  Michael Smith  <msmith@fluendo.com>
19528
19529         * gst/audioresample/gstaudioresample.c:
19530           Don't leak all input buffers to audioresample.
19531
19532 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19533
19534         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19535           Don't operate on empty text buffers. Strip newlines and
19536           tabs only from the end of the text, but leave them intact
19537           in the middle. Fix typo in gtk-doc description.
19538
19539 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19540
19541         * gst/playback/gstplaybasebin.c:
19542         * gst/playback/gstplaybin.c: (handoff):
19543           Make sure the video frame buffer we return to apps via the
19544           "frame" property always has caps set on it. Modify
19545           _gst_gvalue_set_object() macro to handle NULL objects
19546           gracefully too.
19547
19548 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19549
19550         * gst/audiotestsrc/gstaudiotestsrc.c:
19551         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19552         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19553         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19554         (gst_audio_test_src_create):
19555         * gst/audiotestsrc/gstaudiotestsrc.h:
19556         Adjust to some recent api changes and add wtays new cool seeking
19557         capabillities
19558
19559 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19560
19561         * ext/alsa/Makefile.am:
19562         * ext/alsa/gstalsadeviceprobe.c:
19563         * ext/alsa/gstalsadeviceprobe.h:
19564           Helper functions to add device probing via the GstPropertyProbe
19565           interface to a class.
19566
19567         * ext/alsa/gstalsamixer.h:
19568           Comment out GST_ALSA_MIXER, it returns a struct that's not
19569           used.
19570
19571         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19572           Add some debug info. 
19573
19574         * ext/alsa/gstalsamixerelement.c:
19575         (gst_alsa_mixer_element_interface_supported),
19576         (gst_implements_interface_init),
19577         (gst_alsa_mixer_element_init_interfaces),
19578         (gst_alsa_mixer_element_class_init),
19579         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19580         (gst_alsa_mixer_element_set_property),
19581         (gst_alsa_mixer_element_get_property),
19582         (gst_alsa_mixer_element_change_state):
19583         * ext/alsa/gstalsamixerelement.h:
19584           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19585           for device handling (gnome-volume-control will need that).
19586
19587 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19588
19589         * ext/Makefile.am: fix cdparanoia entry
19590         * gst-plugins-base.spec.in: add cdparanoia
19591
19592 2005-12-12  Michael Smith  <msmith@fluendo.com>
19593
19594         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19595           Use the correct function to free list of typefind factories.
19596
19597 2005-12-12  Wim Taymans  <wim@fluendo.com>
19598
19599         * gst/videotestsrc/gstvideotestsrc.c:
19600         (gst_video_test_src_class_init), (gst_video_test_src_init),
19601         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19602         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19603         (gst_video_test_src_create):
19604         * gst/videotestsrc/gstvideotestsrc.h:
19605         Implement seeking in videotestsrc.
19606         Small cleanups.
19607
19608 2005-12-12  Wim Taymans  <wim@fluendo.com>
19609
19610         * ext/cdparanoia/Makefile.am:
19611         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19612         (gst_paranoia_endian_get_type), (_do_init),
19613         (cdparanoia_class_init), (cdparanoia_init),
19614         (cdparanoia_set_property), (cdparanoia_get_property),
19615         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19616         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19617         (cdparanoia_convert), (cdparanoia_get_query_types),
19618         (cdparanoia_query), (cdparanoia_set_index),
19619         (cdparanoia_uri_set_uri):
19620         * ext/cdparanoia/gstcdparanoia.h:
19621         Partially ported cdparanoia now that basesrc can support a
19622         plugin like this..
19623
19624 2005-12-12  Wim Taymans  <wim@fluendo.com>
19625
19626         * tests/examples/seek/scrubby.c: (main):
19627         Set higher priority for bus events so they don't get reordered with
19628         gtk gui events.
19629
19630         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19631         (flush_toggle_cb), (main):
19632         Added checkbox to disable flushing seeks. 
19633         Disable scrubbing when doing non flushing seeks.
19634
19635 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19636
19637         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19638         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19639         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19640         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19641           Implement some sort of event handling that doesn't rely on
19642           g_return_if_fail; make sure we always push the last chunk of an 
19643           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19644           state change function; remove some old cruft. Seeking is still
19645           rather unlikely to work though.
19646
19647         * tools/.cvsignore:
19648           Ignore more.
19649
19650 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19651
19652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19653         Fixed a leak of the current image reference when cleaning up.
19654         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19655
19656 2005-12-09  Michael Smith  <msmith@fluendo.com>
19657
19658         * tools/Makefile.am:
19659         * tools/gst-launch-ext-m.m:
19660           Remove gst-launch-ext. It doesn't work, and is no longer
19661           particularly useful.
19662
19663 2005-12-08  Luca Ognibene  <luogni@tin.it>
19664
19665         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19666           don't pass random values to ogmparse convert function.
19667           Make seeking possible in the exile1.ogm file.
19668
19669 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19670
19671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19672         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19673           Work around refcount problem with g_value_set_object() that occur
19674           if the core has been compiled against GLib-2.6 (g_value_set_object()
19675           will only g_object_ref() the element, but the caller will
19676           gst_object_unref() it and bad things will happen due to the way
19677           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19678           totem for people on FC4 using Thomas's 0.10 RPMs.
19679           
19680 2005-12-07  Edward Hervey  <edward@fluendo.com>
19681
19682         Time to welcome ogm to 0.10 :)
19683         
19684         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19685         (gst_ogg_pad_typefind):
19686         Oggdemux can now properly typefind elements with dynamic pads.
19687         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19688         Properly set caps on src pad, and set caps on outgoing buffers.
19689
19690 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19691
19692         * ext/alsa/gstalsamixer.h:
19693         * ext/alsa/gstalsamixerelement.h:
19694         * ext/alsa/gstalsamixeroptions.h:
19695         * ext/alsa/gstalsamixertrack.h:
19696         * ext/alsa/gstalsasink.c:
19697         * ext/alsa/gstalsasink.h:
19698         * ext/alsa/gstalsasrc.c:
19699         * ext/alsa/gstalsasrc.h:
19700         * ext/cdparanoia/gstcdparanoia.h:
19701         * ext/gnomevfs/gstgnomevfsuri.h:
19702         * ext/ogg/gstoggdemux.c:
19703         * ext/ogg/gstoggmux.c:
19704         * ext/pango/gsttextoverlay.h:
19705         * ext/theora/theoradec.c:
19706         * ext/theora/theoraenc.c:
19707         * ext/vorbis/vorbisdec.h:
19708         * ext/vorbis/vorbisenc.c:
19709         * ext/vorbis/vorbisenc.h:
19710         * ext/vorbis/vorbisparse.h:
19711         * gst-libs/gst/audio/gstaudioclock.h:
19712         * gst-libs/gst/audio/gstaudiosink.c:
19713         * gst-libs/gst/audio/gstaudiosink.h:
19714         * gst-libs/gst/audio/gstaudiosrc.c:
19715         * gst-libs/gst/audio/gstaudiosrc.h:
19716         * gst-libs/gst/audio/gstbaseaudiosink.c:
19717         * gst-libs/gst/audio/gstbaseaudiosink.h:
19718         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19719         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19720         * gst-libs/gst/audio/gstringbuffer.h:
19721         * gst-libs/gst/audio/multichannel.h:
19722         * gst-libs/gst/floatcast/floatcast.h:
19723         * gst-libs/gst/interfaces/colorbalance.c:
19724         * gst-libs/gst/interfaces/colorbalance.h:
19725         * gst-libs/gst/interfaces/colorbalancechannel.h:
19726         * gst-libs/gst/interfaces/mixer.h:
19727         * gst-libs/gst/interfaces/mixeroptions.h:
19728         * gst-libs/gst/interfaces/mixertrack.h:
19729         * gst-libs/gst/interfaces/navigation.h:
19730         * gst-libs/gst/interfaces/propertyprobe.h:
19731         * gst-libs/gst/interfaces/tuner.h:
19732         * gst-libs/gst/interfaces/tunerchannel.h:
19733         * gst-libs/gst/interfaces/tunernorm.h:
19734         * gst-libs/gst/interfaces/xoverlay.h:
19735         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19736         * gst-libs/gst/riff/riff-ids.h:
19737         * gst-libs/gst/riff/riff-media.h:
19738         * gst-libs/gst/riff/riff-read.h:
19739         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19740         * gst-libs/gst/rtp/gstbasertppayload.c:
19741         * gst-libs/gst/rtp/gstbasertppayload.h:
19742         * gst-libs/gst/rtp/gstrtpbuffer.c:
19743         * gst-libs/gst/rtp/gstrtpbuffer.h:
19744         * gst-libs/gst/tag/gsttageditingprivate.h:
19745         * gst-libs/gst/tag/gstvorbistag.c:
19746         (gst_tag_list_from_vorbiscomment_buffer):
19747         * gst-libs/gst/tag/tag.h:
19748         * gst-libs/gst/video/video.h:
19749         * gst/adder/gstadder.c:
19750         * gst/adder/gstadder.h:
19751         * gst/audioconvert/audioconvert.c:
19752         * gst/audioconvert/audioconvert.h:
19753         * gst/audioconvert/gstaudioconvert.c:
19754         * gst/audioconvert/gstchannelmix.c:
19755         * gst/audioconvert/gstchannelmix.h:
19756         * gst/audiorate/gstaudiorate.c:
19757         * gst/audioresample/buffer.h:
19758         * gst/audioresample/functable.h:
19759         * gst/audioresample/gstaudioresample.c:
19760         * gst/audioresample/resample.h:
19761         * gst/ffmpegcolorspace/avcodec.h:
19762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19763         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19764         * gst/ffmpegcolorspace/imgconvert.c:
19765         * gst/ffmpegcolorspace/imgconvert_template.h:
19766         * gst/playback/gstdecodebin.c:
19767         * gst/playback/gstplaybasebin.h:
19768         * gst/playback/gstplaybin.c:
19769         * gst/playback/gststreaminfo.h:
19770         * gst/tcp/gstfdset.c:
19771         * gst/tcp/gstfdset.h:
19772         * gst/tcp/gstmultifdsink.c:
19773         * gst/tcp/gstmultifdsink.h:
19774         * gst/tcp/gsttcp.h:
19775         * gst/tcp/gsttcpclientsrc.c:
19776         * gst/tcp/gsttcpclientsrc.h:
19777         * gst/tcp/gsttcpplugin.h:
19778         * gst/tcp/gsttcpserversink.c:
19779         * gst/tcp/gsttcpserversrc.c:
19780         * gst/typefind/gsttypefindfunctions.c:
19781         * gst/videorate/gstvideorate.c:
19782         * gst/videotestsrc/gstvideotestsrc.h:
19783         * gst/videotestsrc/videotestsrc.h:
19784         * sys/v4l/gstv4lcolorbalance.h:
19785         * sys/v4l/gstv4ltuner.h:
19786         * sys/v4l/gstv4lxoverlay.h:
19787         * sys/v4l/v4l_calls.h:
19788         * sys/v4l/videodev_mjpeg.h:
19789         * tests/check/elements/audioconvert.c:
19790         * tests/check/elements/audioresample.c:
19791         * tests/check/elements/audiotestsrc.c:
19792         * tests/check/elements/videotestsrc.c:
19793         * tests/check/elements/volume.c:
19794         * tests/examples/seek/scrubby.c:
19795         * tests/examples/seek/seek.c:
19796           expand tabs
19797
19798 === release 0.10.0 ===
19799
19800 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19801
19802         * configure.ac:
19803           releasing 0.10.0, "Mont-d'or"
19804
19805 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19806
19807         * tests/examples/seek/Makefile.am:
19808         Build fix for when gtk is not available.
19809
19810 2005-12-05  Andy Wingo  <wingo@pobox.com>
19811
19812         * ext/libvisual/visual.c: (get_buffer):
19813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19814         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19815         * ext/theora/theoradec.c: (theora_handle_data_packet):
19816         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19817         (theora_enc_chain):
19818         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19819         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19820         Update for alloc_buffer changes.
19821
19822 2005-12-05  Andy Wingo  <wingo@pobox.com>
19823
19824         patch by: Kai Vehmanen <kv2004 eca cx>
19825         
19826         * gst-libs/gst/rtp/gstbasertpdepayload.c
19827         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19828
19829 2005-12-04  Andy Wingo  <wingo@pobox.com>
19830
19831         patch by: Sebastien Cote <sebas642 yahoo ca>
19832         
19833         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19834         Fixes #319172.
19835
19836 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19837
19838         * docs/plugins/Makefile.am:
19839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19841         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19842         * ext/pango/gstclockoverlay.c:
19843         * ext/pango/gsttextoverlay.c: 
19844         * ext/pango/gsttextrender.c:
19845         * ext/pango/gsttimeoverlay.c:
19846           Add gtk-doc blurbs to pango elements.
19847
19848 2005-12-02  Wim Taymans  <wim@fluendo.com>
19849
19850         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19851         * gst/audioresample/buffer.h:
19852         * gst/audioresample/gstaudioresample.c:
19853         * gst/audioresample/gstaudioresample.h:
19854         * gst/audioresample/resample.c: (resample_input_flush),
19855         (resample_input_pushthrough), (resample_input_eos),
19856         (resample_get_output_size_for_input),
19857         (resample_get_input_size_for_output), (resample_get_output_size),
19858         (resample_get_output_data):
19859         * gst/audioresample/resample.h:
19860         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19861         Fix audioresample, seek torture, new segments, reverse negotiation
19862         etc.. work fine.
19863
19864 2005-12-02  Wim Taymans  <wim@fluendo.com>
19865
19866         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19867         Small cleanups.
19868
19869 2005-12-02  Wim Taymans  <wim@fluendo.com>
19870
19871         * gst/audioconvert/gstaudioconvert.c:
19872         (gst_audio_convert_transform):
19873         Post errors.
19874
19875 === release 0.9.7 ===
19876
19877 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19878
19879         * configure.ac:
19880           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19881
19882 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19883
19884         * Makefile.am:
19885         * po/hu.po:
19886         * win32/MANIFEST:
19887         * win32/gst.sln:
19888           add win32 MANIFEST file
19889           do something to the hungarian translation
19890
19891 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19892
19893         * ext/Makefile.am:
19894           Add $(PANGO_DIR) to SUBDIRS
19895
19896         * ext/pango/gstclockoverlay.c:
19897         * ext/pango/gsttimeoverlay.c:
19898           Fix and improve element descriptions.
19899
19900 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19901
19902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19903         * docs/plugins/inspect/plugin-libvisual.xml:
19904         * docs/plugins/inspect/plugin-pango.xml:
19905           add pango plugin to docs
19906
19907 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19908
19909         * configure.ac:
19910         * ext/Makefile.am:
19911           moved pango to base
19912
19913 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19914
19915         * configure.ac:
19916         * tests/Makefile.am:
19917         * tests/icles/.cvsignore:
19918         * tests/icles/Makefile.am:
19919         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19920         (close_display), (resize_window), (move_window), (create_window),
19921         (terminate_playback), (pause_playback), (start_playback), (main):
19922           add stress test for xoverlay from Julien
19923
19924 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19925
19926         * docs/libs/tmpl/gstcolorbalance.sgml:
19927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19928         * gst-libs/gst/rtp/gstbasertppayload.c:
19929         * gst-libs/gst/rtp/gstrtpbuffer.c:
19930         * gst-libs/gst/rtp/gstrtpbuffer.h:
19931           Do burger's rename for rtp payloaders and depayloaders
19932
19933 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19934
19935         * win32/:
19936           add Visual Studio 6 build files
19937
19938 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * docs/libs/gst-plugins-base-libs-docs.sgml:
19941         * docs/libs/gst-plugins-base-libs-sections.txt:
19942         * docs/libs/tmpl/gstaudio.sgml:
19943         * docs/libs/tmpl/gstringbuffer.sgml:
19944         * gst-libs/gst/interfaces/xoverlay.c:
19945         * gst-libs/gst/video/gstvideofilter.c:
19946         * gst-libs/gst/video/gstvideosink.c:
19947           update documentation
19948
19949 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19952         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19953         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19954         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19955         (gst_multi_fd_sink_get_stats),
19956         (gst_multi_fd_sink_remove_client_link),
19957         (gst_multi_fd_sink_handle_client_read),
19958         (gst_multi_fd_sink_client_queue_data),
19959         (gst_multi_fd_sink_client_queue_caps),
19960         (gst_multi_fd_sink_client_queue_buffer),
19961         (gst_multi_fd_sink_new_client),
19962         (gst_multi_fd_sink_handle_client_write),
19963         (gst_multi_fd_sink_recover_client),
19964         (gst_multi_fd_sink_queue_buffer),
19965         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19966         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19967         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19968         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19969         * gst/tcp/gstmultifdsink.h:
19970         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19971         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19972         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19973         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19974         (gst_tcp_client_sink_set_property),
19975         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19976         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19977         * gst/tcp/gsttcpclientsink.h:
19978         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19979         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19980         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19981         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19982         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19983         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19984         * gst/tcp/gsttcpclientsrc.h:
19985         * gst/tcp/gsttcpplugin.c: (plugin_init):
19986         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19987         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19988         (gst_tcp_server_sink_finalize),
19989         (gst_tcp_server_sink_handle_server_read),
19990         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19991         (gst_tcp_server_sink_set_property),
19992         (gst_tcp_server_sink_get_property),
19993         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19994         * gst/tcp/gsttcpserversink.h:
19995         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19996         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19997         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19998         (gst_tcp_server_src_set_property),
19999         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20000         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20001         * gst/tcp/gsttcpserversrc.h:
20002           more borgifying
20003
20004 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20005
20006         * docs/plugins/Makefile.am:
20007         * docs/plugins/gst-plugins-base-plugins.args:
20008         * docs/plugins/inspect/plugin-libvisual.xml:
20009         * gst/audioconvert/plugin.h:
20010         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20011         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20012         (gst_audio_rate_setcaps), (gst_audio_rate_init),
20013         (gst_audio_rate_chain), (gst_audio_rate_set_property),
20014         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20015         (plugin_init):
20016         * gst/audiotestsrc/gstaudiotestsrc.c:
20017         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20018         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20019         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20020         (gst_audio_test_src_get_query_types),
20021         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20022         (gst_audio_test_src_create_square),
20023         (gst_audio_test_src_create_saw),
20024         (gst_audio_test_src_create_triangle),
20025         (gst_audio_test_src_create_silence),
20026         (gst_audio_test_src_create_white_noise),
20027         (gst_audio_test_src_init_pink_noise),
20028         (gst_audio_test_src_generate_pink_noise_value),
20029         (gst_audio_test_src_create_pink_noise),
20030         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20031         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20032         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20033         (plugin_init):
20034         * gst/audiotestsrc/gstaudiotestsrc.h:
20035         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20036         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20037         (gst_sub_parse_init), (gst_sub_parse_formats),
20038         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20039         (convert_encoding), (get_next_line),
20040         (gst_sub_parse_data_format_autodetect),
20041         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20042         (gst_sub_parse_loop), (gst_sub_parse_chain),
20043         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20044         (plugin_init):
20045         * gst/subparse/gstsubparse.h:
20046         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20047         (gst_video_rate_base_init), (gst_video_rate_class_init),
20048         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20049         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20050         (gst_video_rate_init), (gst_video_rate_event),
20051         (gst_video_rate_chain), (gst_video_rate_set_property),
20052         (gst_video_rate_get_property), (gst_video_rate_change_state),
20053         (plugin_init):
20054         * gst/videoscale/gstvideoscale.c:
20055         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20056         (gst_video_scale_src_template_factory),
20057         (gst_video_scale_sink_template_factory),
20058         (gst_video_scale_get_type), (gst_video_scale_base_init),
20059         (gst_video_scale_class_init), (gst_video_scale_init),
20060         (gst_video_scale_set_property), (gst_video_scale_get_property),
20061         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20062         (gst_video_scale_prepare_size), (parse_caps),
20063         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20064         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20065         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20066         (plugin_init):
20067         * gst/videoscale/gstvideoscale.h:
20068         * gst/videotestsrc/gstvideotestsrc.c:
20069         (gst_video_test_src_pattern_get_type),
20070         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20071         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20072         (gst_video_test_src_set_pattern),
20073         (gst_video_test_src_set_property),
20074         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20075         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20076         (gst_video_test_src_event), (gst_video_test_src_get_times),
20077         (gst_video_test_src_create), (plugin_init):
20078         * gst/videotestsrc/gstvideotestsrc.h:
20079         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20080         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20081         (gst_video_test_src_black):
20082         * gst/videotestsrc/videotestsrc.h:
20083           borgify further
20084           clean up docs a little
20085
20086 2005-11-30  Wim Taymans  <wim@fluendo.com>
20087
20088         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20089         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20090         (gst_basertppayload_event), (gst_basertppayload_push),
20091         (gst_basertppayload_change_state):
20092         * gst-libs/gst/rtp/gstbasertppayload.h:
20093         closed #320644.
20094
20095 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20096
20097         * docs/libs/gst-plugins-base-libs-docs.sgml:
20098         * docs/libs/gst-plugins-base-libs-sections.txt:
20099         * gst-libs/gst/video/gstvideofilter.c:
20100         * gst-libs/gst/video/gstvideosink.c:
20101         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20102
20103 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20104
20105         * LICENSE:
20106           move
20107         * po/af.po:
20108         * po/az.po:
20109         * po/cs.po:
20110         * po/en_GB.po:
20111         * po/hu.po:
20112         * po/it.po:
20113         * po/nb.po:
20114         * po/nl.po:
20115         * po/or.po:
20116         * po/sq.po:
20117         * po/sr.po:
20118         * po/sv.po:
20119         * po/uk.po:
20120         * po/vi.po:
20121         * Makefile.am:
20122           update
20123         * scripts/autoplugins.sh:
20124           remove
20125
20126 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20127
20128         * Makefile.am:
20129         * configure.ac:
20130         * examples/Makefile.am:
20131         * examples/capsfilter/Makefile.am:
20132         * examples/capsfilter/capsfilter1.c:
20133         * examples/gob/Makefile.am:
20134         * examples/gob/gst-identity2.gob:
20135         * examples/indexing/.cvsignore:
20136         * examples/indexing/Makefile.am:
20137         * examples/indexing/indexmpeg.c:
20138         * examples/seeking/.cvsignore:
20139         * examples/seeking/Makefile.am:
20140         * examples/seeking/cdparanoia.c:
20141         * examples/seeking/cdplayer.c:
20142         * examples/seeking/chained.c:
20143         * examples/seeking/scrubby.c:
20144         * examples/seeking/seek.c:
20145         * examples/stats/Makefile.am:
20146         * examples/stats/mp2ogg.c:
20147         * examples/switch/.cvsignore:
20148         * examples/switch/Makefile.am:
20149         * examples/switch/switcher.c:
20150         * tests/Makefile.am:
20151         * tests/check/generic/.cvsignore:
20152         * tests/check/pipelines/.cvsignore:
20153         * tests/examples/Makefile.am:
20154         * tests/examples/seek/Makefile.am:
20155           reorganize stuff under tests/
20156
20157 2005-11-30  Edward Hervey  <edward@fluendo.com>
20158
20159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20160         Go away you stupid GstStaticPadTemplate memleak.
20161
20162 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20163
20164         * gst-libs/gst/net/Makefile.am:
20165         * gst-libs/gst/net/README:
20166         * gst-libs/gst/net/gstnetbuffer.c:
20167         * gst-libs/gst/net/gstnetbuffer.h:
20168           this was moved to "netbuffer"
20169
20170 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20171
20172         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20173         (gst_video_filter_class_init), (gst_video_filter_init):
20174         * gst-libs/gst/video/gstvideofilter.h:
20175           borgify name to bring in line with other classes
20176
20177 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20178
20179         * gst/audioscale/.cvsignore:
20180         * gst/audioscale/Makefile.am:
20181         * gst/audioscale/README:
20182         * gst/audioscale/audioscale.vcproj:
20183         * gst/audioscale/dtof.c:
20184         * gst/audioscale/dtos.c:
20185         * gst/audioscale/functable.c:
20186         * gst/audioscale/gstaudioscale.c:
20187         * gst/audioscale/gstaudioscale.h:
20188         * gst/audioscale/private.h:
20189         * gst/audioscale/resample.c:
20190         * gst/audioscale/resample.h:
20191         * gst/audioscale/test.c:
20192           remove
20193
20194 2005-11-30  Edward Hervey  <edward@fluendo.com>
20195
20196         * gst-libs/gst/netbuffer/Makefile.am:
20197         really, really tired
20198
20199 2005-11-30  Edward Hervey  <edward@fluendo.com>
20200
20201         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20202         Update for new GstTypeFindFactory _register()
20203
20204 2005-11-30  Edward Hervey  <edward@fluendo.com>
20205
20206         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20207         Let's not override libgstnet from core for no reason...
20208         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20209         Ok, maybe not so quick next time.
20210
20211 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20212
20213         * configure.ac:
20214         * gst-libs/gst/Makefile.am:
20215           moved gst-libs/gst/net to netbuffer through CVS surgery
20216           remove old directory
20217           updating build to accomodate
20218           (#322257)
20219
20220 2005-11-29  Andy Wingo  <wingo@pobox.com>
20221
20222         * pkgconfig/gstreamer-plugins-base.pc.in:
20223         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20224         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20225         (#322257).
20226
20227 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20228
20229         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20230         3rd time's the charm. Correct ref-counting for discarded buffers.
20231
20232 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20233
20234         * gst/playback/gststreamselector.c:
20235         (gst_stream_selector_class_init),
20236         (gst_stream_selector_set_property),
20237         (gst_stream_selector_get_property),
20238         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20239         Fix ref-counting
20240
20241 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20242
20243         * gst/subparse/gstsubparse.c: (feed_textbuf):
20244           Don't access already unref'ed buffer.
20245
20246 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20247
20248         * gst/playback/gststreamselector.c:
20249         (gst_stream_selector_class_init), (gst_stream_selector_init),
20250         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20251         (gst_stream_selector_get_property),
20252         (gst_stream_selector_get_linked_pad),
20253         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20254         * gst/playback/gststreamselector.h:
20255         Add the active-pad property for playbin to use shortly. Ignore buffers
20256         from any other pad, returning GST_FLOW_NOT_LINKED
20257
20258 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20259
20260         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20261         patch from bug #322704 (Alessandro Decina).
20262
20263 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20264
20265         * gst-libs/gst/audio/Makefile.am:
20266           folded audiofilter into the audio library
20267
20268 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20269
20270         * gst/videoscale/gstvideoscale.h:
20271         * gst/videoscale/gstvideoscale.c:
20272           remove unimplemented scale methods
20273
20274 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20275
20276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20277           Don't leak caps.
20278
20279 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20280
20281         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20282         (gst_ximagesink_setcaps):
20283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20284         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20285         happens (only visible on ximagesink but bug is in xv too) set_caps was
20286         destroying the internal x[v]image used to memcpy non locally alloced
20287         buffers so that it got renewed on next _chain. The issue is that 
20288         _expose will try to put that image as it reffed it in _put.
20289         Using gst_buffer_unref instead of destroy fixes it !
20290
20291 2005-11-28  Edward Hervey  <edward@fluendo.com>
20292
20293         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20294         (try_to_link_1), (queue_filled_cb):
20295         Better use of the queues. Start with a small size queue and only increase
20296         the size of the queues when the other queues are empty.
20297
20298 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * gst-libs/gst/video/Makefile.am:
20301           compile in copied-over videofilter into the video library
20302         * gst-libs/gst/video/videosink.h:
20303           rename the header to gstvideosink.h since it's a base GstObject class
20304         * sys/ximage/ximagesink.h:
20305         * sys/xvimage/xvimagesink.h:
20306           use the new header
20307
20308 2005-11-28  Wim Taymans  <wim@fluendo.com>
20309
20310         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20311         * gst/playback/gstplaybasebin.h:
20312         Prepare to handle errors betters.
20313
20314         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20315         Set sinks to PAUSED first before adding and linking them so that
20316         we don't interrupt dataflow.
20317
20318 2005-11-28  Wim Taymans  <wim@fluendo.com>
20319
20320         * gst-libs/gst/audio/TODO:
20321         Updated TODO
20322
20323         * gst-libs/gst/audio/gstaudiosink.c:
20324         (gst_audioringbuffer_open_device),
20325         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20326         (gst_audioringbuffer_release):
20327         Small cleanups.
20328
20329         * gst-libs/gst/audio/gstbaseaudiosink.c:
20330         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20331         (gst_base_audio_sink_change_state):
20332         Slave to the master clock when going to PLAYING and unslave when
20333         going to PAUSED.
20334
20335         * gst-libs/gst/audio/gstringbuffer.c:
20336         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20337         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20338         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20339         (gst_ring_buffer_clear_all), (wait_segment),
20340         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20341         (gst_ring_buffer_advance):
20342         * gst-libs/gst/audio/gstringbuffer.h:
20343         Add some docs and cleanups.
20344
20345 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20346
20347         * sys/xvimage/xvimagesink.c:
20348         (gst_xvimagesink_navigation_send_event): Fix navigation events
20349         coordinates translation with pixel aspect ratios.
20350
20351 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20352
20353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20354         Use calculated video geometry from _setcaps instead of buffer
20355         caps to respect pixel aspect ratio. (fixes #322388)
20356
20357 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20358
20359         * docs/libs/tmpl/gstcolorbalance.sgml:
20360         * docs/libs/tmpl/gstmixer.sgml:
20361         * docs/libs/tmpl/gstxoverlay.sgml:
20362         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20363         interface.
20364
20365 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20366
20367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20368         Refuse to create an XvImage if we can't find the format.
20369
20370 2005-11-28  Edward Hervey  <edward@fluendo.com>
20371
20372         * gst-libs/gst/riff/riff-media.c:
20373         (gst_riff_create_audio_template_caps):
20374         Add ATRAC3 to the list of riff-possible audio caps.
20375         I know we still don't have a plugin for atrac3, but it's saner to output
20376         that than a cryptic mimetype.
20377
20378 2005-11-27  Edward Hervey  <edward@fluendo.com>
20379
20380         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20381         Don't try to create a zero-sized subbuffer.
20382
20383 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20384
20385         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20386         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20387         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20388         (gst_ximagesink_expose): Fixed a tricky race.
20389         * sys/ximage/ximagesink.h:
20390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20391         (gst_xvimagesink_expose): Fixed a tricky race.
20392         * sys/xvimage/xvimagesink.h:
20393
20394 2005-11-27  Edward Hervey  <edward@fluendo.com>
20395
20396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20397         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20398         Remove unused properties, and add queues between demuxers and decoders
20399         so that a lot more files can preroll properly.
20400
20401 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20402
20403         * gst-libs/gst/net/Makefile.am:
20404         * gst-libs/gst/rtp/Makefile.am:
20405         * gst-libs/gst/tag/Makefile.am:
20406           remove silly include
20407         * gst/tags/Makefile.am:
20408         * gst/tags/gsttagediting.c:
20409         * gst/tags/gsttageditingprivate.h:
20410         * gst/tags/tagedit.vcproj:
20411           remove directory, is as good as empty
20412
20413 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20414
20415         * configure.ac:
20416           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20417         * gst-libs/Makefile.am:
20418         * gst-libs/gst/audio/Makefile.am:
20419         * gst-libs/gst/interfaces/Makefile.am:
20420         * gst-libs/gst/net/Makefile.am:
20421         * gst-libs/gst/riff/Makefile.am:
20422         * gst-libs/gst/rtp/Makefile.am:
20423         * gst-libs/gst/tag/Makefile.am:
20424         * gst-libs/gst/video/Makefile.am:
20425           and use them
20426
20427 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20428
20429         * docs/libs/tmpl/gstcolorbalance.sgml:
20430         * docs/libs/tmpl/gstmixer.sgml:
20431         * docs/libs/tmpl/gstxoverlay.sgml:
20432         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20433         * sys/ximage/ximagesink.h:
20434         * sys/xvimage/xvimagesink.h: More and more documentation.
20435
20436 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20437
20438         * docs/libs/gst-plugins-base-libs-docs.sgml:
20439         * docs/libs/gst-plugins-base-libs-sections.txt:
20440         * docs/libs/tmpl/gstcolorbalance.sgml:
20441         * docs/libs/tmpl/gstmixer.sgml:
20442         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20443         to documentation.
20444
20445 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20446
20447         * docs/plugins/Makefile.am:
20448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20450         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20451
20452 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20453
20454         * docs/plugins/Makefile.am:
20455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20457         * docs/plugins/inspect/plugin-adder.xml:
20458         * docs/plugins/inspect/plugin-alsa.xml:
20459         * docs/plugins/inspect/plugin-audioconvert.xml:
20460         * docs/plugins/inspect/plugin-audiorate.xml:
20461         * docs/plugins/inspect/plugin-audioresample.xml:
20462         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20463         * docs/plugins/inspect/plugin-decodebin.xml:
20464         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20465         * docs/plugins/inspect/plugin-gnomevfs.xml:
20466         * docs/plugins/inspect/plugin-ogg.xml:
20467         * docs/plugins/inspect/plugin-playbin.xml:
20468         * docs/plugins/inspect/plugin-subparse.xml:
20469         * docs/plugins/inspect/plugin-tcp.xml:
20470         * docs/plugins/inspect/plugin-theora.xml:
20471         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20472         * docs/plugins/inspect/plugin-video4linux.xml:
20473         * docs/plugins/inspect/plugin-videorate.xml:
20474         * docs/plugins/inspect/plugin-videoscale.xml:
20475         * docs/plugins/inspect/plugin-videotestsrc.xml:
20476         * docs/plugins/inspect/plugin-volume.xml:
20477         * docs/plugins/inspect/plugin-vorbis.xml:
20478         * docs/plugins/inspect/plugin-ximagesink.xml:
20479         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20480         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20481
20482 2005-11-26  Edward Hervey  <edward@fluendo.com>
20483
20484         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20485         Properly return GstFlowReturn from gst_pad_push in chain functions.
20486
20487 2005-11-25  Michael Smith  <msmith@fluendo.com>
20488
20489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20490         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20491         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20492         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20493           Handle various conditions better when we don't understand a stream.
20494           Removes a heap of CRITICALs on ogg streams containing unknown data.
20495
20496 2005-11-24  Andy Wingo  <wingo@pobox.com>
20497
20498         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20499         Be threadsafe.
20500
20501 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * configure.ac: back to HEAD
20504
20505 === release 0.9.6 ===
20506
20507 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20508
20509         * configure.ac:
20510           releasing 0.9.6, "White Eight"
20511
20512 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20513
20514         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20515         * docs/plugins/inspect/plugin-sine.xml:
20516           remove sinesrc some more
20517
20518 2005-11-23  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20521         If we are reading too slowly, jump forward in the ringbuffer
20522         instead of blocking.
20523
20524 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20525
20526         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20527         (gst_visual_chain):
20528         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20529         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20530         (gst_videorate_chain):
20531         * gst/videotestsrc/gstvideotestsrc.c:
20532         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20533         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20534         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20535         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20536         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20537         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20538           Updates for API changes
20539
20540 2005-11-23  Wim Taymans  <wim@fluendo.com>
20541
20542         * gst-libs/gst/audio/gstbaseaudiosink.c:
20543         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20544         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20545         Fix for calibration API change.
20546
20547 2005-11-23  Michael Smith <msmith@fluendo.com>
20548
20549         * gst-libs/gst/audio/multichannel.c:
20550         (gst_audio_get_channel_positions),
20551         (gst_audio_set_channel_positions),
20552         (gst_audio_set_structure_channel_positions_list),
20553         (gst_audio_fixate_channel_positions):
20554           Use gst_value_array_*() functions on value arrays, not
20555           gst_value_list_*().
20556
20557 2005-11-23  Edward Hervey  <edward@fluendo.com>
20558
20559         * autogen.sh:
20560         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20561         Fixes autogen
20562
20563 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20564
20565         * check/Makefile.am:
20566         * check/elements/videotestsrc.c: (setup_videotestsrc),
20567         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20568         (main):
20569           add a test for videotestsrc
20570
20571 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20572
20573         * gst/sine/.cvsignore:
20574         * gst/sine/Makefile.am:
20575         * gst/sine/gstsinesrc.c:
20576         * gst/sine/gstsinesrc.h:
20577         * gst/sine/sinesrc.vcproj:
20578           and remove sinesrc from the repository.  Closes #321446
20579
20580 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20581
20582         * configure.ac:
20583         * gst-plugins-base.spec.in:
20584           remove sinesrc from the build
20585
20586 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * check/Makefile.am:
20589         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20590         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20591         (main):
20592           add a test for audiotestsrc, testing all waves.  Even seems
20593           leak-free at first glance, nice job Stefan
20594
20595 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20596
20597         * po/af.po:
20598         * po/az.po:
20599         * po/cs.po:
20600         * po/en_GB.po:
20601         * po/hu.po:
20602         * po/it.po:
20603         * po/nb.po:
20604         * po/nl.po:
20605         * po/or.po:
20606         * po/sq.po:
20607         * po/sr.po:
20608         * po/sv.po:
20609         * po/uk.po:
20610         * po/vi.po:
20611           Translation string updates
20612
20613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20614         (gst_v4lsrc_set_caps):
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           Improve v4lsrc, by making it work again.
20619
20620 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20621
20622         * ext/libvisual/visual.c: (gst_visual_chain):
20623           Fix the fps calculations.
20624
20625         * gst/ffmpegcolorspace/avcodec.h:
20626           Move structure element for clarity
20627
20628         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20629         * gst-libs/gst/interfaces/tunernorm.h:
20630         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20631         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20632         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20633         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20634         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20635         (gst_v4lmjpegsrc_getcaps):
20636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20637         (gst_v4lsrc_set_caps):
20638         * sys/v4l/gstv4lsrc.h:
20639         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20640         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20641         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20642         * sys/v4l/v4lsrc_calls.h:
20643           Fractional framerates...
20644
20645 2005-11-22  Wim Taymans  <wim@fluendo.com>
20646
20647         * gst-libs/gst/audio/gstbaseaudiosink.c:
20648         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20649         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20650         And we provide a clock by default, of course...
20651
20652 2005-11-22  Wim Taymans  <wim@fluendo.com>
20653
20654         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20655         This clock can be slaved to a master clock now.
20656
20657         * gst-libs/gst/audio/gstbaseaudiosink.c:
20658         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20659         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20660         (gst_base_audio_sink_set_clock),
20661         (gst_base_audio_sink_set_property),
20662         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20663         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20664         * gst-libs/gst/audio/gstbaseaudiosink.h:
20665         Handle slaving the internal clock to the clock selected in the
20666         pipeline.
20667         Add property to make the basesink not provide a clock.
20668
20669         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20670         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20671         (gst_base_rtp_depayload_wait):
20672         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20673         We can use the clock in GstElement, no need to store it ourselves.
20674
20675 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20676
20677         * docs/libs/tmpl/gstaudio.sgml:
20678           update
20679         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20680         (gst_paranoia_endian_get_type):
20681         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20682         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20683         * gst/audiotestsrc/gstaudiotestsrc.c:
20684         (gst_audiostestsrc_wave_get_type):
20685         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20686         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20687         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20688         (gst_sync_method_get_type), (gst_unit_type_get_type),
20689         (gst_client_status_get_type), (gst_multifdsink_class_init),
20690         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20691         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20692         (gst_multifdsink_get_property):
20693         * gst/tcp/gstmultifdsink.h:
20694         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20695         * gst/videotestsrc/gstvideotestsrc.c:
20696         (gst_videotestsrc_pattern_get_type):
20697           remove deprecated properties
20698           fix up enums to correctly have short lowercase dashed nicks
20699
20700 2005-11-22  Michael Smith <msmith@fluendo.com>
20701
20702         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20703         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20704           Add underscore.
20705
20706 2005-11-22  Michael Smith <msmith@fluendo.com>
20707
20708         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20709         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20710           Use utility method for scaling clocktime for fractional framerates.
20711
20712 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20713
20714         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20715         (gst_visual_chain):
20716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20717         * ext/theora/theoradec.c: (theora_handle_type_packet):
20718         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20719         (theora_enc_chain):
20720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20721         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20722         * gst-libs/gst/video/video.h:
20723         * gst/ffmpegcolorspace/avcodec.h:
20724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20725         (gst_ffmpeg_caps_to_pixfmt):
20726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20727         (gst_ffmpegcsp_set_caps):
20728         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20729         (gst_videorate_setcaps), (gst_videorate_blank_data),
20730         (gst_videorate_chain):
20731         * gst/videotestsrc/gstvideotestsrc.c:
20732         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20733         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20734         (gst_videotestsrc_event), (gst_videotestsrc_create):
20735         * gst/videotestsrc/gstvideotestsrc.h:
20736         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20737         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20738         (gst_ximagesink_get_times), (gst_ximagesink_init):
20739         * sys/ximage/ximagesink.h:
20740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20741         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20742         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20743         * sys/xvimage/xvimagesink.h:
20744           Convert elements to use fractions for their framerate.
20745           V4L elements to come later tonight.
20746
20747 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20748
20749         * gst-libs/gst/audio/audio.c:
20750         * gst-libs/gst/audio/audio.h:
20751           remove some deprecated functions
20752
20753 2005-11-22  Andy Wingo  <wingo@pobox.com>
20754
20755         * Update for gst_tag_setter API changes.
20756
20757 2005-11-22  Andy Wingo  <wingo@pobox.com>
20758
20759         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20760         (gst_ogg_demux_perform_seek):
20761         * ext/theora/theoradec.c (theora_dec_sink_event):
20762         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20763         update-funcnames.
20764
20765 2005-11-22  Wim Taymans  <wim@fluendo.com>
20766
20767         * examples/seeking/seek.c: (main):
20768         Give higher priority to bus signals than the gtk events
20769         to fix a race condition in the segment looping.
20770
20771 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20772
20773         * ext/theora/Makefile.am:
20774         * ext/vorbis/Makefile.am:
20775         * gst-libs/gst/tag/Makefile.am:
20776         * gst-plugins-base.spec.in:
20777           Rename libgsttagedit to libgsttag (#322117).
20778
20779 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20780
20781         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20783           Call gst_x_overlay_prepare_xwindow_id() to give applications
20784           a final chance to set their own xwindow id before the video
20785           sink creates its own window.
20786
20787 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20788
20789         * sys/xvimage/xvimagesink.c:
20790         (gst_xvimagesink_navigation_send_event): Handle navigation
20791         events correcly with borders if applicable.
20792
20793 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20794
20795         Patch by: Luca Ognibene
20796
20797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20798         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20800         (gst_ffmpegcsp_caps_remove_format_info):
20801         * gst/ffmpegcolorspace/imgconvert.c:
20802         * gst/ffmpegcolorspace/imgconvert_template.h:
20803           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20804           #318353); use gst_structure_has_name().
20805
20806 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20807
20808         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20809         (gst_ximagesink_class_init): Add debug macros on functions.
20810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20811         (gst_xvimagesink_xwindow_draw_borders),
20812         (gst_xvimagesink_xvimage_put),
20813         (gst_xvimagesink_xwindow_update_geometry),
20814         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20815         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20816         (gst_xvimagesink_xcontext_clear),
20817         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20818         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20819         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20820         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20821         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20822         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20823         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20824         expose while being PAUSED, out of data flow navigation events, etc..
20825
20826 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20827
20828         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20829         * gst-libs/gst/audio/audio.h:
20830           fix prototype - wondering why the test worked regardless
20831
20832 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20833
20834         * check/Makefile.am:
20835         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20836         * gst-libs/gst/audio/audio.h:
20837           add a method that returns a proper GstClockTime
20838
20839 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20840
20841         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20842         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20843         * gst-libs/gst/interfaces/xoverlay.h:
20844           Remove everything having to do with the desired size; add 
20845           gst_x_overlay_prepare_xwindow_id() function; remove the
20846           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20847           post a message on the bus instead (#321816).
20848
20849         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20851         (gst_xvimagesink_xoverlay_init):
20852           Remove desired size stuff (#321816).
20853
20854 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20855
20856         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20857         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20858         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20859           Terminate vararg functions with NULL instead of 0 to 
20860           make gcc4 happy.
20861
20862 2005-11-21  Andy Wingo  <wingo@pobox.com>
20863
20864         patch by: Sebastien Cote <sebas642@yahoo.ca>
20865         
20866         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20867         * gst-libs/gst/rtp/gstrtpbuffer.c
20868         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20869
20870 2005-11-21  Andy Wingo  <wingo@pobox.com>
20871
20872         * gst/playback/gstplaybin.c (gen_audio_element) 
20873         (gen_video_element): Use the new MISSING_PLUGIN core error
20874         category. Closes #320060.
20875
20876         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20877         * gst/videorate/gstvideorate.c (gst_videorate_event):
20878         * ext/theora/theoradec.c (theora_dec_sink_event): 
20879         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20880         stream lock.
20881
20882         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20883         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20884         stream lock changes.
20885
20886 2005-11-21  Wim Taymans  <wim@fluendo.com>
20887
20888         * gst-libs/gst/audio/gstbaseaudiosink.c:
20889         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20890         (gst_base_audio_sink_provide_clock),
20891         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20892         (gst_base_audio_sink_change_state):
20893         * gst/audioresample/gstaudioresample.c:
20894         Segment update fix.
20895
20896 2005-11-21  Andy Wingo  <wingo@pobox.com>
20897
20898         * *.h:
20899         * *.c: Ran scripts/update-macros. Oh yes.
20900
20901 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20902
20903         * sys/ximage/Makefile.am:
20904         * sys/ximage/ximage.c:
20905           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20906           remove your old libgstximage.* manually if necessary).
20907
20908 2005-11-21  Michael Smith <msmith@fluendo.com>
20909
20910         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20911           Minimal fix for bug #320200: set the min/max bitrate in the correct
20912           units. A better fix would be to upgrade to the RATEMANAGE2
20913           interface, rather than using the deprecated interface used here, but
20914           that would require an update in our libvorbis dependency (to 1.1),
20915           which is probably undesirable.
20916
20917 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20918
20919         * ext/libvisual/visual.c: (get_buffer):
20920         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20921         (gst_base_audio_src_fixate):
20922         * gst/audioconvert/gstaudioconvert.c:
20923         (gst_audio_convert_fixate_caps):
20924         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20925         * gst/audiotestsrc/gstaudiotestsrc.c:
20926         (gst_audiotestsrc_src_fixate):
20927         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20928         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20930         * gst/videotestsrc/gstvideotestsrc.c:
20931         (gst_videotestsrc_src_fixate):
20932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20934           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20935           (#322027)
20936
20937
20938 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20941         (gst_riff_create_iavs_caps):
20942         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20943         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20944         (gst_riff_parse_info):
20945         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20948           Fixes for GST_FOURCC_FORMAT API change.
20949
20950 2005-11-21  Andy Wingo  <wingo@pobox.com>
20951
20952         patch by: Alessandro Dessina <alessandro nnva org>
20953
20954         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20955         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20956         (gst_ogg_parse_chain):
20957         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20958         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20959         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20960         gst_value_list calls on arrays. Fixes #321962.
20961
20962 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20963
20964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20965         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20966         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20967         * gst/adder/gstadder.c: (gst_adder_init),
20968         (gst_adder_request_new_pad), (gst_adder_collected),
20969         (gst_adder_change_state):
20970           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20971           API change.
20972
20973 2005-11-21  Michael Smith <msmith@fluendo.com>
20974
20975         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20976         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20977           Properly handle pad_push return values.
20978
20979 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20980
20981         * gst-libs/gst/tag/Makefile.am:
20982         * gst-libs/gst/tag/gstvorbistag.c:
20983         (gst_tag_list_to_vorbiscomment_buffer):
20984           Remove obsolete vorbistag element and debug category.
20985
20986         * gst/playback/gstplaybasebin.c: (check_queue):
20987           Don't divide by 0 when queue-threshold is 0.
20988
20989         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20990           Don't modify an existing pixel-aspect-ratio if we fail to read
20991           a new one.
20992
20993 2005-11-20  Wim Taymans  <wim@fluendo.com>
20994
20995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20996         (gst_vorbisenc_push_packet):
20997         GST_PAD_IS_USABLE is gone, use the return value of
20998         the push or pad_alloc_buffer instead.
20999
21000 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21001
21002         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21003         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21004         (gst_ximagesink_ximage_destroy),
21005         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21006         (gst_ximagesink_xwindow_new),
21007         (gst_ximagesink_xwindow_update_geometry),
21008         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21009         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21010         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21011         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21012         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21013         (gst_ximagesink_navigation_send_event),
21014         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21015         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21016         (gst_ximagesink_finalize), (gst_ximagesink_init),
21017         (gst_ximagesink_class_init):
21018         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21019         This new version brings correct software scaling, non flickering
21020         window while resizing, pixel aspect ratio handling, usage of
21021         hardware buffer pools, out of data flow event thread for 
21022         navigation and handling of expose events even when being PAUSED,
21023         a new property to keep video aspect ratio when resizing, etc...
21024
21025 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21026
21027         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21028         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21029         handling of PAR.
21030
21031 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21032
21033         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21034         Unsetting IS_SINK flag from the fakesink, so decodebin
21035         never behaves as a sink.
21036
21037 2005-11-17  Wim Taymans  <wim@fluendo.com>
21038
21039         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21040         (gst_base_audio_src_change_state):
21041         Fix the audiosrc base class again, we did not unflush.
21042
21043 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21044
21045         * examples/seeking/seek.c: (make_dv_pipeline),
21046         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21047         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21048         to ogg/vorbis/theora pipeline.
21049
21050 2005-11-17  Wim Taymans  <wim@fluendo.com>
21051
21052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21053         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21054         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21055         Fix EOS on multiple streams.
21056         More debugging.
21057
21058 2005-11-16  Wim Taymans  <wim@fluendo.com>
21059
21060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21061         (gst_ogg_demux_perform_seek):
21062         Segment done must include stream time.
21063
21064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21065         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21066         (gst_ogg_mux_change_state):
21067         Fix ogg muxer again.
21068
21069 2005-11-16  Wim Taymans  <wim@fluendo.com>
21070
21071         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21072         Fix compile again.
21073
21074 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         * ext/libvisual/visual.c: (gst_visual_init):
21077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21078         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21079         (gst_ogg_parse_chain):
21080         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21081         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21082         * ext/theora/theoradec.c: (gst_theora_dec_init):
21083         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21085         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21086         * gst/adder/gstadder.c: (gst_adder_class_init),
21087         (gst_adder_dispose):
21088         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21089         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21090         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21091           Fix a whole set of pad template leaks
21092
21093 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21094
21095         * check/generic/states.c: (GST_START_TEST):
21096           fix the test so that it only checks for elements that are part of
21097           this source module
21098
21099 2005-11-16  Michael Smith <msmith@fluendo.com>
21100
21101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21102         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21103         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21104         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21105         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21106         (gst_ogg_mux_change_state):
21107           Fix leaking collectpads.
21108
21109 2005-11-16  Edward Hervey  <edward@fluendo.com>
21110
21111         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21112         (gst_videorate_event), (gst_videorate_chain):
21113         Handle segment seeks
21114
21115 2005-11-16  Wim Taymans  <wim@fluendo.com>
21116
21117         * gst-libs/gst/audio/gstbaseaudiosink.c:
21118         (gst_base_audio_sink_provide_clock),
21119         (gst_base_audio_sink_change_state):
21120         Set ringbuffer to non-flushing when going to PAUSED, set to
21121         flushing again when going to READY.
21122
21123         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21124         (gst_ring_buffer_stop):
21125         Start in flushing mode by default.
21126         Don't set flushing in the _stop method, let the app call
21127         this explicitly.
21128
21129 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21130
21131         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21132         * gst-libs/gst/video/videosink.h: Add helper function needed
21133         for video sinks.
21134
21135 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21136
21137         * gst/videoscale/gstvideoscale.c:
21138         (gst_videoscale_handle_src_event):
21139           Don't leak reference to pad parent.
21140
21141 2005-11-16  Wim Taymans  <wim@fluendo.com>
21142
21143         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21144         Set ringbuffer to flushing when stopping so that we don't
21145         block on wait_segment anymore and livelock.
21146
21147 2005-11-16  Wim Taymans  <wim@fluendo.com>
21148
21149         * examples/seeking/seek.c: (send_event), (do_seek),
21150         (loop_toggle_cb), (segment_done), (main):
21151         Added looping checkbox.
21152
21153 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21154
21155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21156         (gst_ogg_demux_init):
21157         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21158         (gst_vorbis_dec_init):
21159           revert unrefs, they don't pass make check
21160
21161 2005-11-15  Johan Dahlin  <johan@gnome.org>
21162
21163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21164         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21165         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21166         (gst_vorbis_dec_init):
21167         Fix pad template leaks. 
21168
21169 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21170
21171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21172           Make state change function thread safe.
21173
21174 2005-11-15  Edward Hervey  <edward@fluendo.com>
21175
21176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21177         (gst_ogg_demux_class_init):
21178         Implement GstElement::send_event, so we can send seek events
21179         in GST_STATE_READY
21180
21181 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21182
21183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21184         Discovered how to take away flickering while resizing the
21185         window. Please don't put that in ximagesink, refactoring in
21186         progress.
21187
21188 2005-11-14  Michael Smith <msmith@fluendo.com>
21189
21190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21191         (gst_multifdsink_render):
21192           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21193
21194 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21195
21196         * gst/playback/gstplaybin.c: (gen_audio_element):
21197           Use autoaudiosink, it tends to be more widely available than
21198           autoaudiiosink.
21199           
21200 2005-11-14  Andy Wingo  <wingo@pobox.com>
21201
21202         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21203         as well if it is available. Fixes #316442.
21204
21205 2005-11-14  Michael Smith <msmith@fluendo.com>
21206
21207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21208         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21209         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21210         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21211         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21212         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21214         (gst_vorbisenc_change_state):
21215           Fix a small memory leak in vorbisenc.
21216           Fix large memory leaks in oggmux, also fix lots of state change
21217           bugs in oggmux.
21218
21219 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * gst/videotestsrc/gstvideotestsrc.c:
21222         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21223         (gst_videotestsrc_src_fixate):
21224           move fixation to a fixate function
21225           remove negotiate function, basesrc's is good enough
21226           fixes a bug for check when using the element alone
21227
21228 2005-11-13  Edward Hervey  <edward@fluendo.com>
21229
21230         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21231         (key_toggle_cb), (main):
21232         Added checkboxes for adding/removing the accurate and key_unit seek
21233         flags.
21234
21235 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21236
21237         * configure.ac: back to HEAD
21238
21239 === release 0.9.5 ===
21240
21241 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21242
21243         * configure.ac:
21244           releasing 0.9.5, "No No Kia"
21245
21246 2005-11-11  Edward Hervey  <edward@fluendo.com>
21247
21248         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21249         Added parse-launch syntax seeking mode for the seeking example.
21250         This should help stress-test even more cases.
21251         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21252
21253 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21254
21255         * sys/xvimage/xvimagesink.c:
21256         (gst_xvimagesink_navigation_send_event):
21257           Check whether peer pad exists before sending navigation events
21258           to it.
21259
21260 2005-11-11  Michael Smith <msmith@fluendo.com>
21261
21262         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21263         (gst_vorbisenc_buffer_from_packet):
21264         * ext/vorbis/vorbisenc.h:
21265           Set duration on encoded buffers. This allows oggmux's
21266           max_page_delay parameter to actually work.
21267
21268 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21269
21270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21271         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21272         (gst_ffmpegcsp_avpicture_fill):
21273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21274         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21275           Make palettes work again (see #132341). Use our own macros
21276           for rounding up.
21277
21278 2005-11-10  Andy Wingo  <wingo@pobox.com>
21279
21280         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21281         string doober.
21282
21283 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21284
21285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21286         (gst_ffmpegcsp_transform_caps):
21287           Prefer passthrough in transform_caps
21288
21289 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21290
21291         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21292           check for ALSA errors properly, instead of relying on ALSA's
21293           error strings to serve to the user.
21294
21295 2005-11-10  Wim Taymans  <wim@fluendo.com>
21296
21297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21298         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21299         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21300         Modernise the seek code.
21301
21302 2005-11-10  Michael Smith <msmith@fluendo.com>
21303         
21304         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21305         (setup_substreams), (set_active_source):
21306           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21307           trying to go to NULL if we failed to read a file.
21308
21309 2005-11-10  Wim Taymans  <wim@fluendo.com>
21310
21311         * gst/audiotestsrc/gstaudiotestsrc.c:
21312         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21313         (gst_audiotestsrc_create):
21314         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21315         (gst_sinesrc_get_times), (gst_sinesrc_create):
21316         * gst/videotestsrc/gstvideotestsrc.c:
21317         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21318         (gst_videotestsrc_create):
21319         The base class can now sync for us.
21320
21321 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21324           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21325           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21326           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21327           format=(fourcc)I420" ! xvimagesink
21328
21329 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21332         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21333         (gst_sinesrc_newsegment):
21334           Send newsegment event in TIME format, set duration if
21335           num-buffers is set, fix duration querying.
21336
21337 2005-11-10  Michael Smith <msmith@fluendo.com>
21338
21339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21340         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21341         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21342         (gst_ogg_mux_collected):
21343          Fix EOS handling, partially. Now forwarding an EOS event once we have
21344          EOS on all pads works correctly. However, we still don't properly set
21345          EOS on the actual ogg stream pages.
21346
21347 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21348
21349         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21350           Set elements to NULL state before disposing of them.
21351
21352 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21353
21354         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21355
21356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21357         (gst_base_rtp_depayload_init),
21358         (gst_base_rtp_depayload_set_gst_timestamp):
21359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21360           We need to send a newsegment event for each instance, not
21361           just for the first instance of this class (get rid of
21362           static variable in function). (#321011).
21363           
21364 2005-11-08  Michael Smith <msmith@fluendo.com>
21365
21366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21367         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21368         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21369         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21370           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21371           This makes us mux things correctly according to the ogg muxing
21372           rules. Still not handling EOS correctly right now, though.
21373
21374 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21375
21376         * gst/audioconvert/gstaudioconvert.c:
21377           Fix typo in docs. 
21378
21379 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21380
21381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21382         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21383           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21384           creating a new chain; should fix live streaming. Also
21385           add more debug output and fix a typo.
21386
21387 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21388
21389         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21390
21391         * gst/volume/gstvolume.c: (volume_set_caps):
21392           Fix compilation on Solaris with Forte. (#320923)
21393
21394 2005-11-08  Wim Taymans  <wim@fluendo.com>
21395
21396         * gst-libs/gst/audio/gstbaseaudiosink.c:
21397         (gst_base_audio_sink_render):
21398         No need to do a typecheck.
21399
21400 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21401
21402         * ext/alsa/gstalsa.h:
21403           We register a debug category, so let's use it.
21404
21405 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21406
21407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21408         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21409         Fixed a small problem.
21410
21411 2005-11-04  Wim Taymans  <wim@fluendo.com>
21412
21413         * examples/seeking/Makefile.am:
21414         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21415         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21416         (make_playerbin_pipeline), (format_value), (update_scale),
21417         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21418         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21419         (print_usage), (main):
21420         Added app for playback speed testing.
21421
21422         * examples/seeking/seek.c: (dynamic_link),
21423         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21424         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21425         (message_received), (main):
21426         Updated seek example.
21427
21428 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21429
21430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21431         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21432         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21433         (gst_base_rtp_depayload_set_clock):
21434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21435         Don't sleep on the bench (system clock) when you have a nice 
21436         comfortable bed (Gstreamer clock) to sleep on.
21437
21438 2005-11-03  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21441         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21442         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21443         Handle the case where a pad_block failed.
21444
21445 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21446
21447         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21448
21449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21450         (gst_base_rtp_depayload_add_to_queue),
21451         (gst_base_rtp_depayload_push),
21452         (gst_base_rtp_depayload_set_gst_timestamp),
21453         (gst_base_rtp_depayload_queue_release):
21454           Fixes some bugs in the depayloader's queuing/de-queueing code.
21455
21456 2005-10-31  Michael Smith <msmith@fluendo.com>
21457
21458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21459         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21460         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21461           Patch from Alessandro Decina <alessandro@nnva.org>.
21462           Make oggdemux only find the final time in a chain, not per-pad,
21463           since the per-pad information can be very expensive to locate, and
21464           it isn't used anywhere. This makes reading a file containing
21465           OggSkeleton reasonably fast.
21466           Also, make chain finding work when there are logical bitstreams that
21467           can't be decoded. Fixes #319110.
21468
21469 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21470
21471         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21472         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21473         (gst_base_rtp_depayload_chain),
21474         (gst_base_rtp_depayload_add_to_queue),
21475         (gst_base_rtp_depayload_push),
21476         (gst_base_rtp_depayload_set_gst_timestamp),
21477         (gst_base_rtp_depayload_queue_release),
21478         (gst_base_rtp_depayload_start_thread),
21479         (gst_base_rtp_depayload_set_property),
21480         (gst_base_rtp_depayload_get_property):
21481         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21482         Some random fixes, to fullfill the desires of thomas.
21483
21484 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21485
21486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21487         (gst_base_rtp_depayload_add_to_queue),
21488         (gst_base_rtp_depayload_push):
21489         Fixed the queueing algorithm.
21490
21491 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21492
21493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21494         (gst_base_rtp_depayload_push):
21495         A small fix
21496
21497 2005-10-31  Wim Taymans  <wim@fluendo.com>
21498
21499         * gst-libs/gst/audio/gstringbuffer.h:
21500         Don't break ABI.
21501
21502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21503         (gst_ffmpeg_caps_to_pixfmt):
21504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21505         (gst_ffmpegcsp_set_caps):
21506         Some more comments.
21507         Handle missing required caps fields better.
21508
21509 2005-10-31  Wim Taymans  <wim@fluendo.com>
21510
21511         * gst-libs/gst/audio/gstbaseaudiosink.c:
21512         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21513         (gst_base_audio_sink_render):
21514         * gst-libs/gst/audio/gstringbuffer.c:
21515         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21516         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21517         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21518         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21519         (gst_ring_buffer_read):
21520         * gst-libs/gst/audio/gstringbuffer.h:
21521         Add flushing mode to the ringbuffer so that it in all cases does
21522         not try to handle more audio. This makes sure it does not try to
21523         block anymore when flushing and fixes a livelock.
21524
21525 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21526
21527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21528         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21529         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21530           Explicitly check for -1 values before doing a conversion
21531           and always map them to -1. (#315545)
21532
21533 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21534
21535         * gst/playback/gstplaybin.c: (gen_video_element):
21536           first try autovideosink, then xvimagesink, then error out
21537         * po/POTFILES.in:
21538           add translatable file
21539         * po/af.po:
21540         * po/az.po:
21541         * po/cs.po:
21542         * po/en_GB.po:
21543         * po/hu.po:
21544         * po/it.po:
21545         * po/nb.po:
21546         * po/nl.po:
21547         * po/or.po:
21548         * po/sq.po:
21549         * po/sr.po:
21550         * po/sv.po:
21551         * po/uk.po:
21552         * po/vi.po:
21553           update translations
21554
21555 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21556
21557         * gst-libs/gst/rtp/gstbasedepayload.c:
21558         * gst-libs/gst/rtp/gstbasedepayload.h:
21559           Minor cleanups
21560
21561 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21562
21563         * gst/playback/.cvsignore:
21564         * gst/playback/decodetest.c:
21565         * gst/playback/test3.c:
21566           Port these two tests as well.
21567
21568 2005-10-27  Wim Taymans  <wim@fluendo.com>
21569
21570         * ext/theora/theoradec.c: (theora_dec_src_query),
21571         (theora_dec_sink_event):
21572         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21573         (theora_enc_change_state):
21574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21575         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21576         Take proper locks when handling events.
21577
21578 2005-10-27  Wim Taymans  <wim@fluendo.com>
21579
21580         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21581         (gst_adder_change_state):
21582         Fix timestamps and fix deadlock when stopping the collectpads.
21583
21584 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21585
21586         * gst-libs/gst/rtp/gstrtpbuffer.h:
21587         Declaring the payload types as strings too so that they can be used
21588         in the padtemplate inialization.
21589
21590 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21591
21592         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21593
21594         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21595         (gst_base_rtp_depayload_class_init):
21596         Fixes a small but nasty bug. The derived elements no longer segfaults
21597         on finalization.
21598
21599 2005-10-26  Michael Smith <msmith@fluendo.com>
21600
21601         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21602           When clearing an audioconvert context, set tmpbufsize to zero, so
21603           we'll allocate it again later if required.
21604           This fixes audioconvert re-negotiating formats, which previously
21605           segfaulted with a NULL destination buffer.
21606
21607 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21608
21609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21610         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21611         (gst_base_rtp_depayload_set_gst_timestamp),
21612         (gst_base_rtp_depayload_queue_release):
21613         Fixed a smalll memleak.
21614
21615 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21617         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21618         (gst_base_rtp_depayload_finalize),
21619         (gst_base_rtp_depayload_setcaps),
21620         (gst_base_rtp_depayload_add_to_queue),
21621         (gst_base_rtp_depayload_push),
21622         (gst_base_rtp_depayload_set_gst_timestamp),
21623         (gst_base_rtp_depayload_queue_release),
21624         (gst_base_rtp_depayload_thread),
21625         (gst_base_rtp_depayload_change_state):
21626         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21627         Changed the C++ comments to C comments
21628
21629 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21630
21631         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21632         * gst/tcp/gsttcpclientsrc.h:
21633         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21634         * gst/tcp/gsttcpserversrc.h:
21635           Remove unused 'curoffset' structure member.
21636
21637 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21638
21639         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21640         (gst_base_rtp_depayload_base_init),
21641         (gst_base_rtp_depayload_finalize):
21642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21643         * gst-libs/gst/rtp/gstbasertppayload.h:
21644           The pad-template on the sinkpad should be set by the derived classes.
21645           Also added some useful macros.
21646
21647 2005-10-24  Wim Taymans  <wim@fluendo.com>
21648
21649         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21650         Correctly flush decoder samples even if we could not
21651         copy them to an output buffer. Fixes #319618.
21652
21653 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21654
21655         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21657         the caps against our xcontext caps.
21658
21659 2005-10-24  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst-libs/gst/audio/gstbaseaudiosink.c:
21662         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21663         Remove g_print
21664         Use sync property from baseclass to disable sync.
21665
21666 2005-10-24  Wim Taymans  <wim@fluendo.com>
21667
21668         * gst-libs/gst/audio/gstbaseaudiosink.c:
21669         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21670         Buffers with no timestamps get aligned with previous buffers or
21671         on underrun, played ASAP.
21672
21673 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21674
21675         * gst-libs/gst/video/video.h:
21676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21677         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21679         here comes my change on caps for framerate and geometry range.
21680         We are now accepting 1 to MAXINT for width and height, and from
21681         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21682         to be blended correctly in videomixer.
21683
21684 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21685
21686         * configure.ac:
21687           back to HEAD
21688
21689 === release 0.9.4 ===
21690
21691 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * NEWS:
21694         * RELEASE:
21695         * configure.ac:
21696           releasing 0.9.4, "Velociraptor"
21697
21698 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21699
21700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21701         * po/POTFILES.in:
21702           STOPPED -> FAILED
21703
21704 2005-10-21  Wim Taymans  <wim@fluendo.com>
21705
21706         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21707         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21708         (pad_blocked), (close_pad_link), (new_pad):
21709         Don't try to remove elements twice.
21710
21711 2005-10-21  Wim Taymans  <wim@fluendo.com>
21712
21713         * ext/theora/theoradec.c: (theora_dec_src_query),
21714         (theora_dec_sink_event):
21715         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21716         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21717         (vorbis_handle_data_packet):
21718         * ext/vorbis/vorbisdec.h:
21719         Fix old naming.
21720
21721         * gst-libs/gst/audio/gstbaseaudiosink.c:
21722         (gst_base_audio_sink_render):
21723         Don't try to sync on buffers without a timestamp.
21724
21725 2005-10-21  Wim Taymans  <wim@fluendo.com>
21726
21727         * ext/theora/theoradec.c: (theora_dec_src_query),
21728         (theora_dec_sink_event):
21729         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21730         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21731         (vorbis_handle_data_packet):
21732         * ext/vorbis/vorbisdec.h:
21733         Fix old naming.
21734
21735 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21736
21737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21738         (gst_vorbisenc_src_query):
21739           Implement position and duration queries.
21740
21741         * gst/playback/test3.c: (update_scale), (main):
21742           Fix for async state changes and print nicer output.
21743
21744 2005-10-20  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21747         (dump_element_stats), (main):
21748         * gst/playback/test6.c: (main):
21749         Fix tests again
21750
21751 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21752
21753         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21754         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21755           Don't use functions for position queries when handling
21756           duration queries.
21757
21758 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21759
21760         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21761         (vorbis_handle_data_packet), (vorbis_dec_chain),
21762         (vorbis_dec_change_state):
21763         * ext/vorbis/vorbisdec.h:
21764           Vorbis streams can be embedded in other container formats
21765           than ogg, container formats where the demuxer might set 
21766           timestamps on encoded vorbis buffers instead of those silly 
21767           granulepos thingies. In short: make vorbisdec handle 
21768           timestamps on incoming buffers as well.
21769
21770 2005-10-20  Wim Taymans  <wim@fluendo.com>
21771
21772         * gst/playback/gstplaybasebin.c: (group_destroy),
21773         (gst_play_base_bin_change_state):
21774         Fix leak.
21775         Handle case where playbasebin is now ASYNC because
21776         decodebin is.
21777
21778 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21779
21780         * gst/audioconvert/Makefile.am:
21781         * gst/audioconvert/bufferframesconvert.c:
21782         * gst/audioconvert/plugin.c: (plugin_init):
21783         * gst/audioconvert/plugin.h:
21784           And bye bye buffer-frames-convert
21785
21786 2005-10-19  Wim Taymans  <wim@fluendo.com>
21787
21788         * check/elements/audioconvert.c:
21789         * docs/libs/tmpl/gstaudio.sgml:
21790         * docs/libs/tmpl/gstcolorbalance.sgml:
21791         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21792         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21793         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21794         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21795         * gst-libs/gst/audio/audio.h:
21796         * gst/audioconvert/audioconvert.h:
21797         * gst/audioconvert/gstaudioconvert.c:
21798         (gst_audio_convert_parse_caps):
21799         * gst/volume/gstvolume.c:
21800         Bye bye buffer-frames.
21801
21802 2005-10-19  Wim Taymans  <wim@fluendo.com>
21803
21804         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21805         (query_positions_elems), (query_positions_pads), (update_scale),
21806         (do_seek), (set_update_scale), (message_received), (main):
21807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21808         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21809         (gst_ogg_demux_loop):
21810         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21811         * ext/theora/theoradec.c: (theora_dec_src_query),
21812         (theora_dec_sink_event):
21813         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21814         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21815         * gst/adder/gstadder.c: (gst_adder_query):
21816         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21817         * gst/playback/test3.c: (update_scale):
21818         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21819         (dump_element_stats), (main):
21820         * gst/playback/test6.c: (main):
21821         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21822         Query API update.
21823
21824 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21825
21826         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21827         (xml_check_first_element), (xml_type_find), (smil_type_find),
21828         (plugin_init):
21829           Add typefinding for SMIL and for generic XML. Based on patch by
21830           Akos Maroy (#308663).
21831
21832 2005-10-18  Wim Taymans  <wim@fluendo.com>
21833
21834         * gst/playback/Makefile.am:
21835         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21836         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21837         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21838         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21839         (gst_decode_bin_change_state):
21840         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21841         (gst_play_bin_send_event_to_sink):
21842         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21843         (dump_element_stats), (main):
21844         * gst/playback/test6.c: (main):
21845         Make playbin async, it'll commit state to paused when all streams
21846         are detected.
21847         Remove ugly hack.
21848         Added test6.c to show async behaviour.
21849
21850 2005-10-18  Wim Taymans  <wim@fluendo.com>
21851
21852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21853         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21854         Fix for segment-start/stop API change.
21855
21856 2005-10-18  Wim Taymans  <wim@fluendo.com>
21857
21858         * check/Makefile.am:
21859         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21860         (main):
21861         Add future test for clock selection.
21862
21863 2005-10-18  Wim Taymans  <wim@fluendo.com>
21864
21865         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21866         (gst_alsasink_close):
21867         Set handle to NULL.
21868
21869         * gst-libs/gst/audio/gstringbuffer.c:
21870         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21871         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21872         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21873         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21874         (gst_ring_buffer_read):
21875         More debug info.
21876
21877 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21878
21879         * gst/audiotestsrc/Makefile.am:
21880         * gst/sine/Makefile.am:
21881         * gst/volume/Makefile.am:
21882           fix broken build of controllerized plugins
21883
21884 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21885
21886         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21887
21888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21889         (gst_riff_create_video_template_caps):
21890           Add support for Indeo-3 (IV32).
21891
21892 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21893
21894         * configure.ac:
21895           rewrite
21896
21897 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21898
21899         * gst-libs/gst/video/video.c: (gst_video_get_size):
21900         * gst/audiotestsrc/gstaudiotestsrc.c:
21901           doc updates
21902
21903 2005-10-17  Andy Wingo  <wingo@pobox.com>
21904
21905         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21906         with the collectpads change.
21907         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21908
21909         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21910
21911         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21912
21913         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21914         alloc_buffer flow return to callers.
21915         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21916         change. Fix some memleaks in theoraenc.
21917
21918         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21919         in strange circumstance.
21920
21921 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21922
21923         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21924         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21925         from caps, let's use the caps...
21926
21927 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21928
21929         * configure.ac:
21930           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21931
21932 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * gst-libs/gst/interfaces/Makefile.am:
21935           fix silly typo
21936
21937 2005-10-16  Andy Wingo  <wingo@pobox.com>
21938
21939         * gst/playback/gstdecodebin.c
21940         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21941         function!
21942         (try_to_link_1): Increase kraziness level.
21943
21944 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * configure.ac:
21947           restructure like the core one
21948         * gst-libs/gst/audio/Makefile.am:
21949         * gst-libs/gst/interfaces/Makefile.am:
21950         * gst-libs/gst/net/Makefile.am:
21951         * gst-libs/gst/riff/Makefile.am:
21952         * gst-libs/gst/rtp/Makefile.am:
21953         * gst-libs/gst/tag/Makefile.am:
21954         * gst-libs/gst/video/Makefile.am:
21955           use correct linker flags, now the libs are properly versioned
21956         * check/elements/audioconvert.c: (verify_convert):
21957         * ext/alsa/gstalsaplugin.c:
21958         * ext/cdparanoia/gstcdparanoia.c:
21959         * ext/gnomevfs/gstgnomevfs.c:
21960         * ext/libvisual/visual.c:
21961         * ext/ogg/gstogg.c:
21962         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21963         * ext/theora/theora.c:
21964         * ext/vorbis/vorbis.c:
21965         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21966         * gst-libs/gst/tag/gsttagediting.c:
21967         * gst-libs/gst/video/video.c:
21968         * gst/adder/gstadder.c:
21969         * gst/audioconvert/plugin.c:
21970         * gst/audiorate/gstaudiorate.c:
21971         * gst/audioresample/gstaudioresample.c:
21972         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21973         * gst/audioscale/gstaudioscale.c:
21974         * gst/audioscale/resample.c:
21975         * gst/audiotestsrc/gstaudiotestsrc.c:
21976         * gst/ffmpegcolorspace/gstffmpeg.c:
21977         * gst/playback/gstdecodebin.c: (close_pad_link):
21978         * gst/playback/gstplaybin.c: (gen_video_element),
21979         (gen_audio_element):
21980         * gst/sine/gstsinesrc.c:
21981         * gst/subparse/gstsubparse.c:
21982         * gst/tags/gsttagediting.c:
21983         * gst/tcp/gsttcpplugin.c:
21984         * gst/typefind/gsttypefindfunctions.c:
21985         * gst/videorate/gstvideorate.c:
21986         * gst/videoscale/gstvideoscale.c:
21987         * gst/videotestsrc/gstvideotestsrc.c:
21988         * gst/volume/gstvolume.c:
21989         * sys/v4l/gstv4l.c:
21990         * sys/ximage/ximage.c:
21991         * sys/xvimage/xvimagesink.c:
21992           fix up defines
21993
21994 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21995
21996         * ext/vorbis/vorbisenc.c:
21997         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21998         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21999         (gst_tag_to_vorbis_comments):
22000           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22001
22002 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
22003
22004         * examples/stats/mp2ogg.c:
22005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22006           typo fixes
22007
22008 2005-10-13  Michael Smith <msmith@fluendo.com>
22009
22010         * ext/ogg/gstoggmux.c:
22011           Use magic glib macros to define constants as 64 bit, to ensure
22012           appropriate vararg passing.
22013
22014 2005-10-13  Michael Smith <msmith@fluendo.com>
22015
22016         * ext/ogg/gstoggmux.c:
22017         * gst/audioconvert/audioconvert.c: (float):
22018           Don't use LL suffix, as it's not portable, and neither of these
22019           uses required it anyway.
22020
22021 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
22022
22023         * examples/indexing/indexmpeg.c: (main):
22024         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22025         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22026         (cdparanoia_convert), (cdparanoia_query):
22027         * ext/cdparanoia/gstcdparanoia.h:
22028         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22029         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22030         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22032         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22033         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22035         (gst_multifdsink_render), (gst_multifdsink_start),
22036         (gst_multifdsink_stop):
22037         * gst/tcp/gstmultifdsink.h:
22038         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22039         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22040         (gst_tcpclientsink_stop):
22041         * gst/tcp/gsttcpclientsink.h:
22042         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22043         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22044         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22045         * gst/tcp/gsttcpclientsrc.h:
22046         * gst/tcp/gsttcpserversink.h:
22047         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22048         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22049         (gst_tcpserversrc_stop):
22050         * gst/tcp/gsttcpserversrc.h:
22051         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22052         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22053         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22054           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22055           moved bitshift from macro to enum definition
22056
22057 2005-10-12  Wim Taymans  <wim@fluendo.com>
22058
22059         * examples/seeking/Makefile.am:
22060         Oops.
22061
22062 2005-10-12  Wim Taymans  <wim@fluendo.com>
22063
22064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22065         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22066         Don't assert on normal stuff.
22067
22068         * gst/playback/gstplaybin.c: (do_playbin_seek):
22069         API fix.
22070
22071 2005-10-12  Wim Taymans  <wim@fluendo.com>
22072
22073         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22074         * examples/seeking/Makefile.am:
22075         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22076         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22077         (do_seek), (set_update_scale), (message_received), (main):
22078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22079         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22080         Update for _get_state() API change.
22081
22082 2005-10-11  Wim Taymans  <wim@fluendo.com>
22083
22084         * gst-libs/gst/audio/gstbaseaudiosink.c:
22085         (gst_base_audio_sink_render):
22086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22087         (gst_base_audio_src_create):
22088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22089         (gst_ring_buffer_read):
22090         Cleanups.
22091         Commit and read from ringbuffer in samples rather than bytes.
22092
22093 2005-10-11  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst-libs/gst/audio/gstbaseaudiosink.c:
22096         (gst_base_audio_sink_render):
22097         Respect segment rate and accum when scheduling samples.
22098
22099 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22100
22101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22102         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22103         EOS correctly, that needs more work.
22104
22105 2005-10-11  Wim Taymans  <wim@fluendo.com>
22106
22107         * check/generic/states.c: (GST_START_TEST):
22108         remove old property.
22109
22110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22111         (gst_ogg_demux_perform_seek):
22112         * ext/theora/theoradec.c: (theora_dec_sink_event):
22113         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22114         (vorbis_handle_data_packet):
22115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22116         (gst_base_rtp_depayload_set_gst_timestamp):
22117         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22118         Update for newsegment API change.
22119
22120 2005-10-11  Michael Smith <msmith@fluendo.com>
22121
22122         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22123         (do_playbin_seek), (gst_play_bin_send_event):
22124           Override send_event differently, so that we can takes bits of
22125           functionality from GstPipeline (special handling for seeks,
22126           including pausing/resuming, and resetting stream time) and still get
22127           the appropriate behaviour of only forwarding event to a single sink,
22128           rather than all of them.
22129           Unfortunately requires a lot of code duplication, but the
22130           alternatives are equally ugly in the end.
22131
22132 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22133
22134         * check/elements/audioconvert.c: (setup_audioconvert),
22135         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22136         (GST_START_TEST), (audioconvert_suite):
22137           clean up tests a little, fix some leaks.
22138
22139 2005-10-10  Wim Taymans  <wim@fluendo.com>
22140
22141         * ext/alsa/gstalsasink.c:
22142         Also allow unsigned int.
22143
22144         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22145         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22146         Small cleanup
22147
22148 2005-10-10  Wim Taymans  <wim@fluendo.com>
22149
22150         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22151         Small update, use API as stated in design docs.
22152
22153         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22154         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22155         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22156         (message_received), (main):
22157         Updated seek example for GOption. Some usability improvements.
22158
22159 2005-10-10  Wim Taymans  <wim@fluendo.com>
22160
22161         * gst/audioconvert/audioconvert.h:
22162         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22163         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22164         Alloc temp storage somewhere else where we can do it more
22165         portable.
22166
22167 2005-10-10  Wim Taymans  <wim@fluendo.com>
22168
22169         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22170         (gst_tcpserversrc_start):
22171         Don't block in accept while doing the state change, move
22172         to poll and make cancellable.
22173
22174 2005-10-09  Philippe Khalaf <burger@speedy.org>
22175
22176         * gst-libs/gst/rtp/rtpbasedepayload.c:
22177         Set timestamp and add queue delay to timestamp
22178         * gst-libs/gst/rtp/rtpbuffer.h:
22179         Set correct payload type for h263
22180
22181 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22182
22183         * gst/audiotestsrc/gstaudiotestsrc.c:
22184         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22185         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22186         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22187         (gst_audiotestsrc_create_triangle),
22188         (gst_audiotestsrc_create_silence),
22189         (gst_audiotestsrc_create_white_noise),
22190         (gst_audiotestsrc_init_pink_noise),
22191         (gst_audiotestsrc_generate_pink_noise_value),
22192         (gst_audiotestsrc_create_pink_noise),
22193         (gst_audiotestsrc_change_wave):
22194         * gst/audiotestsrc/gstaudiotestsrc.h:
22195           fixed typo, added pink noise
22196
22197 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22198
22199         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22200         (plugin_init):
22201           Add wavpack and spc typefind functions from 0.8 branch.
22202
22203 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22204
22205         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22206         (ar_type_find), (msdos_type_find), (plugin_init):
22207           Add typefind functions for tar archives, ar archives,
22208           RAR archives, and msdos-executables (dlls, exe, etc.).
22209           Some of those would be wrongly identified as mpeg
22210           streams of some sort before (#315550).
22211
22212 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22213
22214         * configure.ac:
22215         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22217         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22218         * gst/audiotestsrc/Makefile.am:
22219         * gst/audiotestsrc/gstaudiotestsrc.c:
22220         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22221         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22222         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22223         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22224         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22225         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22226         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22227         (gst_audiotestsrc_create_silence),
22228         (gst_audiotestsrc_create_white_noise),
22229         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22230         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22231         (gst_audiotestsrc_start), (plugin_init):
22232         * gst/audiotestsrc/gstaudiotestsrc.h:
22233           add new plugin and element
22234         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22235           use gobject_class
22236
22237 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22238
22239         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22240         (gst_adder_init), (gst_adder_request_new_pad),
22241         (gst_adder_change_state):
22242           Add query function to source pad, so adder reports the correct
22243           time/sample position when queried (#315457); fix state change
22244           function; use GST_DEBUG_FUNCPTR() for pad functions.
22245
22246 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22247
22248         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22249           Fix leaks in typefind registration
22250           Clean up the gratuitous commenting and whitespacing a little
22251
22252 2005-10-08  Wim Taymans  <wim@fluendo.com>
22253
22254         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22255         Only actually wait for the thread to be stopped if it's 
22256         running.
22257
22258 2005-10-08  Wim Taymans  <wim@fluendo.com>
22259
22260         * gst-libs/gst/audio/gstbaseaudiosink.c:
22261         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22262         If we receive EOS we can start playback of what we had.
22263
22264 2005-10-08  Wim Taymans  <wim@fluendo.com>
22265
22266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22267         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22268         (gst_multifdsink_stop):
22269         Fix crasher when going to NULL multiple times.
22270
22271 2005-10-06  Wim Taymans  <wim@fluendo.com>
22272
22273         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22274         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22275         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22276         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22277         patch from Edgard Lima <edgard.lima@indt.org.br>
22278         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22279
22280 2005-10-06  Wim Taymans  <wim@fluendo.com>
22281
22282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22283         Report the FLOW_RETURN as string in the error message.
22284
22285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22286         Don't assert when clearing an unnegotiated buffer.
22287
22288 2005-10-04  Michael Smith <msmith@fluendo.com>
22289
22290         * gst/playback/gstplaybasebin.c: (group_destroy),
22291         (gen_preroll_element), (remove_groups), (setup_source):
22292         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22293         (setup_sinks), (gst_play_bin_send_event),
22294         (gst_play_bin_change_state):
22295           Set state to NULL before removing from bin. Fix refcounting.
22296
22297 2005-10-04  Michael Smith <msmith@fluendo.com>
22298
22299         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22300           Correct refcounting in send_event() function. Previously was wrong
22301           if the first sink was unable to handle the event.
22302
22303 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22304
22305         * configure.ac:
22306           back to development
22307
22308 === release 0.9.3 ===
22309
22310 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22311
22312         * configure.ac:
22313           Releasing 0.9.3, "De Facto"
22314
22315 2005-10-03  Andy Wingo  <wingo@pobox.com>
22316
22317         * gst/playback/gstdecodebin.c (try_to_link_1)
22318         (remove_element_chain): set element to NULL before removing it.
22319
22320 2005-10-02  Johan Dahlin  <johan@gnome.org>
22321
22322         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22323         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22324         MT safe.
22325
22326 2005-10-02  Andy Wingo  <wingo@pobox.com>
22327
22328         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22329         (gst_ring_buffer_prepare_read): 
22330         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22331         Demote to LOG.
22332
22333 2005-09-29  Wim Taymans  <wim@fluendo.com>
22334
22335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22336         * ext/theora/theoradec.c: (theora_handle_data_packet):
22337         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22338         Propagate error codes from alloc_buffer too.
22339
22340 2005-09-29  Wim Taymans  <wim@fluendo.com>
22341
22342         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22343         We use fixed caps.
22344
22345         * gst/playback/Makefile.am:
22346         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22347         (dump_element_stats), (main):
22348         Added example stream introspection code.
22349
22350 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22351
22352         * gst/adder/gstadder.c: (gst_adder_collected):
22353           fix adder for float elements
22354
22355 2005-09-28  Wim Taymans  <wim@fluendo.com>
22356
22357         * gst-libs/gst/audio/gstbaseaudiosink.c:
22358         (gst_base_audio_sink_class_init),
22359         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22361         (gst_base_audio_src_class_init),
22362         (gst_base_audio_src_provide_clock):
22363         get_clock -> provide_clock
22364
22365 2005-09-28  Andy Wingo  <wingo@pobox.com>
22366
22367         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22368         and unlocking.
22369
22370         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22371         unlocking.
22372
22373         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22374         Actually add the pad template.
22375         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22376
22377         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22378         I'm at it...
22379
22380         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22381         from fdsrc. Get caps in create() instead of start() so it can be
22382         interrupted. Interruption somewhat untested.
22383
22384         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22385         Proper EOS handling.
22386
22387 2005-09-27  Andy Wingo  <wingo@pobox.com>
22388
22389         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22390
22391         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22392
22393         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22394
22395         * gst/tcp/gsttcp.h: 
22396         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22397         out of tcpclientsrc.c. Cancellable.
22398         (gst_tcp_socket_read): Made private, cancellable, with better
22399         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22400         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22401         whole buffer, and better diagnostics.
22402         (gst_tcp_gdp_read_caps): Same.
22403
22404         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22405
22406 2005-09-26  Andy Wingo  <wingo@pobox.com>
22407
22408         * gst/sine/gstsinesrc.h:
22409         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22410         change the 'sync' property to 'is-live' and implement it halfway,
22411         update for controller api change.
22412
22413         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22414         controller api change.
22415
22416 2005-09-24  Wim Taymans  <wim@fluendo.com>
22417
22418         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22419         * gst-libs/gst/audio/gstaudiosink.c:
22420         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22421         (gst_audioringbuffer_stop):
22422         * gst-libs/gst/audio/gstbaseaudiosink.c:
22423         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22424         (gst_base_audio_sink_change_state):
22425         * gst-libs/gst/audio/gstbaseaudiosink.h:
22426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22427         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22428         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22429         * gst-libs/gst/audio/gstringbuffer.h:
22430         Fix sync again. Moved sample alignment to basesink.
22431
22432 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * docs/plugins/Makefile.am:
22435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22437         * gst/volume/gstvolume.c:
22438           add/fix docs
22439         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22440         * gst-libs/gst/audio/audio.h:
22441           add conversion macros for frames <-> clocktime
22442
22443 2005-09-23  David Schleef  <ds@schleef.org>
22444
22445         * gst/audioresample/Makefile.am:
22446         * gst/audioresample/debug.h:
22447         * gst/audioresample/gstaudioresample.c:
22448         * gst/audioresample/resample.c: Convert to using gst debugging
22449
22450 2005-09-22  Wim Taymans  <wim@fluendo.com>
22451
22452         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22453         (gst_play_bin_send_event):
22454         Only seek on one sink, the first one that succeeds.
22455
22456 2005-09-22  Michael Smith <msmith@fluendo.com>
22457
22458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22459         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22460         Don't flush encoder state unless we have an initialised encoder.
22461         Clear out encoder state on PAUSED_TO_READY.
22462
22463 2005-09-22  Wim Taymans  <wim@fluendo.com>
22464
22465         * gst-libs/gst/rtp/gstbasertppayload.c:
22466         (gst_basertppayload_class_init), (gst_basertppayload_init),
22467         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22468         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22469         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22470         (gst_basertppayload_set_property),
22471         (gst_basertppayload_get_property),
22472         (gst_basertppayload_change_state):
22473         * gst-libs/gst/rtp/gstbasertppayload.h:
22474         Added max-ptime to control amount of data in the rtp packets.
22475
22476 2005-09-21  Andy Wingo  <wingo@pobox.com>
22477
22478         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22479         thingies.
22480
22481         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22482         can be called multiple times, dogs.
22483
22484 2005-09-21  Wim Taymans  <wim@fluendo.com>
22485
22486         * gst-libs/gst/rtp/gstbasertppayload.c:
22487         (gst_basertppayload_class_init), (gst_basertppayload_init),
22488         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22489         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22490         (gst_basertppayload_push), (gst_basertppayload_get_property),
22491         (gst_basertppayload_change_state):
22492         Allow 0 ssrc too.
22493
22494 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22495
22496         * docs/libs/compiling.sgml:
22497           fixing typos
22498
22499 2005-09-20  Wim Taymans  <wim@fluendo.com>
22500
22501         * gst-libs/gst/rtp/gstbasertppayload.c:
22502         (gst_basertppayload_class_init), (gst_basertppayload_init),
22503         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22504         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22505         (gst_basertppayload_push), (gst_basertppayload_set_property),
22506         (gst_basertppayload_get_property),
22507         (gst_basertppayload_change_state):
22508         * gst-libs/gst/rtp/gstbasertppayload.h:
22509         Added property to configure sequence number offsets.
22510
22511 2005-09-20  Wim Taymans  <wim@fluendo.com>
22512
22513         * gst-libs/gst/rtp/gstbasertppayload.c:
22514         (gst_basertppayload_class_init), (gst_basertppayload_init),
22515         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22516         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22517         (gst_basertppayload_push), (gst_basertppayload_set_property),
22518         (gst_basertppayload_get_property),
22519         (gst_basertppayload_change_state):
22520         * gst-libs/gst/rtp/gstbasertppayload.h:
22521         Make timestamp offset configurable.
22522
22523 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22524
22525         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22526           fix wrong pop/unref
22527
22528 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22529
22530         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22531
22532         * gst-libs/gst/interfaces/propertyprobe.c:
22533         (gst_property_probe_probe_property_name),
22534         (gst_property_probe_needs_probe_name),
22535         (gst_property_probe_get_values_name),
22536         (gst_property_probe_probe_and_get_values_name):
22537           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22538           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22539
22540 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * check/Makefile.am:
22543           have some tests be disabled for valgrinding
22544         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22545         (GST_START_TEST):
22546         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22547           Fix A Leak.  Chain To Parent Finalize.
22548
22549 2005-09-19  Wim Taymans  <wim@fluendo.com>
22550
22551         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22552         Fixed wav pipeline.
22553
22554 2005-09-19  Wim Taymans  <wim@fluendo.com>
22555
22556         * gst-libs/gst/rtp/gstbasertppayload.c:
22557         (gst_basertppayload_class_init), (gst_basertppayload_init),
22558         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22559         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22560         (gst_basertppayload_push), (gst_basertppayload_get_property),
22561         (gst_basertppayload_change_state):
22562         Posting ERROR and WARNING messages is good.
22563
22564 2005-09-19  Wim Taymans  <wim@fluendo.com>
22565
22566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22567         (gst_base_rtp_depayload_add_to_queue),
22568         (gst_base_rtp_depayload_push),
22569         (gst_base_rtp_depayload_set_gst_timestamp),
22570         (gst_base_rtp_depayload_queue_release):
22571         This one was not supposed to go in.
22572
22573 2005-09-19  Wim Taymans  <wim@fluendo.com>
22574
22575         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22576         Fix for bus API.
22577
22578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22579         (gst_base_rtp_depayload_chain),
22580         (gst_base_rtp_depayload_add_to_queue),
22581         (gst_base_rtp_depayload_push),
22582         (gst_base_rtp_depayload_set_gst_timestamp),
22583         (gst_base_rtp_depayload_queue_release):
22584         Some cleanups.
22585
22586         * gst-libs/gst/rtp/gstbasertppayload.c:
22587         (gst_basertppayload_class_init), (gst_basertppayload_init),
22588         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22589         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22590         (gst_basertppayload_get_property),
22591         (gst_basertppayload_change_state):
22592         Added debugging category.
22593
22594 2005-09-18  David Schleef  <ds@schleef.org>
22595
22596         * gst/playback/gstdecodebin.c: free plugin list correctly
22597         * gst/playback/gstplaybin.c: emit warning if autovideosink
22598           and autoaudiosink can't be found (instead of segfaulting)
22599
22600 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * check/elements/audioconvert.c: (GST_START_TEST):
22603           try out 24 bit conversion
22604
22605 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22606
22607         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22608         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22609         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22610         * ext/vorbis/vorbisenc.h:
22611           Fix EOS handling.  Still needs a fix in the ogg muxer to
22612           mark the last page as eos.
22613
22614 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * common/gtk-doc-plugins.mak:
22617         * docs/plugins/Makefile.am:
22618         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22619         * gst/ffmpegcolorspace/Makefile.am:
22620         * gst/ffmpegcolorspace/avcodec.h:
22621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22622         * gst/tcp/gstmultifdsink.c:
22623           fix up ffmpegcolorspace docs; extract header
22624
22625 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * common/gtk-doc-plugins.mak:
22628         * docs/plugins/Makefile.am:
22629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22630         * ext/theora/Makefile.am:
22631         * ext/theora/gsttheoraenc.h:
22632         * ext/theora/theoraenc.c:
22633         * ext/vorbis/vorbisenc.c:
22634           pick up signals and args for vorbis; add some docs for vorbis
22635
22636 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * common/gstdoc-scangobj:
22639         * common/gtk-doc-plugins.mak:
22640         * docs/libs/Makefile.am:
22641         * docs/plugins/gst-plugins-base-plugins.args:
22642         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22643         * docs/plugins/gst-plugins-base-plugins.interfaces:
22644         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22645         * docs/plugins/gst-plugins-base-plugins.signals:
22646           only scanobj stuff from our source module.  Not sure yet
22647           if that's correct, given the hierarchy stuff :)
22648
22649 2005-09-15  Wim Taymans  <wim@fluendo.com>
22650
22651         * gst/audioconvert/gstaudioconvert.c:
22652         And enable 24 bits mode as well..
22653
22654 2005-09-15  Wim Taymans  <wim@fluendo.com>
22655
22656         * gst-libs/gst/rtp/Makefile.am:
22657         * gst-libs/gst/rtp/gstbasertppayload.c:
22658         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22659         (gst_basertppayload_class_init), (gst_basertppayload_init),
22660         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22661         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22662         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22663         (gst_basertppayload_set_property),
22664         (gst_basertppayload_get_property),
22665         (gst_basertppayload_change_state):
22666         * gst-libs/gst/rtp/gstbasertppayload.h:
22667         Added rtp payloader base class.
22668
22669 2005-09-15  Andy Wingo  <wingo@pobox.com>
22670
22671         * configure.ac (plugindir): Remove the EOL matcher from the
22672         regexp, as it causes me problems. Libtool? Make? Who knows?
22673
22674 2005-09-14  David Schleef  <ds@schleef.org>
22675
22676         * check/generic/states.c: 
22677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22678         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22679           Fixes for changes in registry API.
22680
22681         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22682           to GST_PLUGIN_LDFLAGS.
22683         * ext/libvisual/visual.c: Make the library shut up.
22684         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22685         * gst-libs/gst/audio/gstaudiofilter.c: same
22686
22687 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22688
22689         * docs/plugins/Makefile.am:
22690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22691         * docs/plugins/inspect/plugin-libvisual.xml:
22692         * docs/plugins/tmpl/element-tcpserversink.sgml:
22693         * ext/theora/theoraenc.c:
22694           add libvisual plugin and theoraenc element to docs
22695
22696 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22697
22698         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22699         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22700         * ext/theora/theoraenc.c:
22701           add theoraenc
22702
22703 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22704
22705         * gst/audioconvert/Makefile.am:
22706           Audioconvert derives from GstBaseTransform and should
22707           link to the library with our base elements to avoid
22708           unresolved symbols. Makes things work with MinGW (#316160)
22709
22710         * gst/playback/test4.c: (main):
22711           Fix MinGW build problem and use g_usleep() instead of 
22712           sleep() (#316162)
22713
22714 2005-09-12  Wim Taymans  <wim@fluendo.com>
22715
22716         * gst/audioconvert/audioconvert.c: (float),
22717         (audio_convert_prepare_context), (audio_convert_convert):
22718         * gst/audioconvert/audioconvert.h:
22719         Cleanups, speedups, simplifications, added back support
22720         for 24 bits.
22721
22722 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22723
22724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22726         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22727         * docs/plugins/tmpl/element-tcpserversink.sgml:
22728         * gst/ffmpegcolorspace/gstffmpeg.c:
22729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22730         * gst/videotestsrc/gstvideotestsrc.c:
22731         * gst/volume/gstvolume.c:
22732           add more elements to the docs
22733
22734 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22735
22736         * check/Makefile.am:
22737         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22738         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22739           Add extra tests for basetransform based components. 
22740           Comment out the test_element_negotiation test until we decide
22741           if it's testing correct behaviour.
22742         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22743         (gst_visual_chain), (gst_visual_change_state):
22744           Slightly more correct but still bogus timestamping.
22745           Fix state change function.
22746         * gst/audioconvert/gstaudioconvert.c:
22747         (gst_audio_convert_class_init):
22748         * gst/audioresample/gstaudioresample.c:
22749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22750         (gst_ffmpegcsp_class_init):
22751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22752         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22753         (gst_videoscale_prepare_image):
22754         * gst/volume/gstvolume.c: (gst_volume_class_init),
22755         (volume_transform_ip):
22756           Basetransform updates. Enable passthrough modes.
22757         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22758         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22759         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22760           Negotiation fix that allows the window to return to the original
22761           size and renegotiate passthrough upstream. Extra debug output.
22762
22763 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22764
22765         * gst/sine/gstsinesrc.c:
22766         * gst/volume/gstvolume.c:
22767           fix up header include
22768
22769 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22770
22771         * gst-libs/gst/audio/gstbaseaudiosink.c:
22772         (gst_base_audio_sink_render):
22773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22774         * gst/volume/gstvolume.c: (gst_volume_class_init),
22775         (volume_transform):
22776           fixing lost sync, some more debugging
22777
22778 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22779
22780         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22781         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22782         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22783         (gst_xvimagesink_check_xshm_calls):
22784           Fix compilation when XShm is not available.
22785
22786 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22787
22788         * ext/libvisual/visual.c: (gst_visual_dispose),
22789         (gst_visual_getcaps), (gst_visual_src_setcaps),
22790         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22791         (gst_visual_change_state):
22792           Finish fixing up libvisual plugin so that it runs. 
22793
22794 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22795
22796         * ext/vorbis/vorbisenc.c:
22797         * gst-libs/gst/tag/gstvorbistag.c:
22798           gsttaginterface.h -> gsttagsetter.h
22799
22800 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22801
22802         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22803           added another test that failes for me (test is not active by default)
22804
22805 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22806
22807         * configure.ac:
22808           v4l2 is no longer in gst-plugins-base
22809
22810 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22811
22812         * configure.ac:
22813           In the output at the end, don't show the first plugin on the same
22814           line as "Core plug-ins, always built:".
22815           Indent the output as for other plugin categories
22816         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22817           #define that can be used to not use peer buffer_alloc functions for
22818           test purposes.
22819         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22820         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22821         (gst_ximagesink_show_frame):
22822         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22823         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22824         (gst_xvimagesink_show_frame):
22825           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22826           fails gracefully instead of XError aborting or deadlocking.
22827
22828 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22829
22830         * ext/libvisual/Makefile.am:
22831           link against gst-base-libs
22832
22833 2005-09-06  David Schleef  <ds@schleef.org>
22834
22835         * configure.ac: Enable libvisual plugin.
22836         * ext/libvisual/Makefile.am:
22837         * ext/libvisual/visual.c: Fixes to make it compile.
22838
22839 === release 0.9.2 ===
22840
22841 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22842
22843         * NEWS:
22844         * RELEASE:
22845         * configure.ac:
22846         * docs/random/ChangeLog-0.8:
22847           releasing 0.9.2, "Spoon"
22848
22849 2005-09-05  Michael Smith <msmith@fluendo.com>
22850
22851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22852           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22853           that in the vorbisenc element.
22854
22855 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22856
22857         * common/gtk-doc-plugins.mak:
22858         * docs/plugins/Makefile.am:
22859           fix distcheck
22860         * gst/audioresample/resample.c:
22861           fix wrong docstring
22862
22863 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22864
22865         * common/gst-xmlinspect.py:
22866         * common/gtk-doc-plugins.mak:
22867           only inspect plugins for this given package
22868           require gst-python 0.9
22869
22870 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22871
22872         * Makefile.am:
22873         * autogen.sh:
22874         * common/gst-xmlinspect.py:
22875         * configure.ac:
22876         * docs/Makefile.am:
22877         * docs/plugins/inspect/plugin-alsa.xml:
22878         * docs/plugins/inspect/plugin-audioresample.xml:
22879         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22880         * docs/plugins/inspect/plugin-ogg.xml:
22881         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22882         * docs/plugins/tmpl/element-multifdsink.sgml:
22883         * docs/plugins/tmpl/element-tcpserversink.sgml:
22884         * docs/plugins/tmpl/element-vorbisenc.sgml:
22885         * gst-plugins-base.spec.in:
22886           various doc-related updates
22887
22888 2005-08-31  Wim Taymans  <wim@fluendo.com>
22889
22890         * gst-libs/gst/audio/gstbaseaudiosink.c:
22891         (gst_base_audio_sink_render):
22892         Resync if the buffer timestamps drift more than a 10th 
22893         of a second.
22894
22895 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22896
22897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22898         (gst_v4lsrc_get_property):
22899           The 'timestamp-offset' property is registered as an int64, so
22900           let's use g_value_{set|get}_int64() in our setter and getter
22901           functions (makes it work and fixes warnings with gst-inspect).
22902
22903 2005-08-30  Wim Taymans  <wim@fluendo.com>
22904
22905         * check/elements/audioconvert.c: (setup_audioconvert):
22906         * check/elements/audioresample.c: (setup_audioresample):
22907         * check/elements/volume.c: (setup_volume):
22908         Fix checks.
22909
22910 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22911
22912         * common/gtk-doc-plugins.mak:
22913         * common/plugins.xsl:
22914         * docs/plugins/Makefile.am:
22915           make module a param
22916
22917 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22918
22919         * examples/seeking/seek.c: (make_mp3_pipeline),
22920         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22921         (play_cb), (pause_cb), (stop_cb):
22922           update the example
22923
22924 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22925
22926         * gst/volume/gstvolume.c: (gst_volume_class_init),
22927         (volume_transform):
22928           do not update controlled params, if buffer has no timestamp
22929
22930 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22931
22932         * configure.ac:
22933         * gst/sine/Makefile.am:
22934         * gst/volume/Makefile.am:
22935           controllerized elements also need to link against controller-libs ;)
22936
22937 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22938
22939         * docs/libs/tmpl/gstcolorbalance.sgml:
22940         * docs/libs/tmpl/gstgconf.sgml:
22941         * docs/libs/tmpl/gstmixer.sgml:
22942         * docs/libs/tmpl/gstringbuffer.sgml:
22943         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22944         (gst_sinesrc_create):
22945         * gst/volume/gstvolume.c: (gst_volume_class_init),
22946         (volume_transform):
22947           controllerized two audio plugins
22948
22949 2005-08-29  Andy Wingo  <wingo@pobox.com>
22950
22951         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22952         (vorbis_handle_data_packet): Fix some int overflow errors.
22953
22954         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22955         -1.
22956         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22957         valid.
22958         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22959         if it's valid. Fixed streaming-mode playback.
22960
22961         * check/elements/volume.c (cleanup_volume): Fix for running
22962         CK_FORK=no.
22963
22964         * check/elements/audioconvert.c: Convert from native endian, not
22965         little endian.
22966
22967 2005-08-29  Michael Smith <msmith@fluendo.com>
22968
22969         * ext/ogg/Makefile.am:
22970         * ext/ogg/gstogg.c: (plugin_init):
22971         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22972         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22973         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22974         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22975         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22976         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22977         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22978         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22979         Add an ogg parser element.
22980
22981 2005-08-28  Andy Wingo  <wingo@pobox.com>
22982
22983         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22984
22985 2005-08-26  Wim Taymans  <wim@fluendo.com>
22986
22987         * gst/audioconvert/audioconvert.c: (if), (float),
22988         (audio_convert_get_func_index), (check_default),
22989         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22990         (audio_convert_clean_context), (audio_convert_get_sizes),
22991         (audio_convert_convert):
22992         Cleanups.
22993
22994 2005-08-26  Wim Taymans  <wim@fluendo.com>
22995
22996         * gst/audioconvert/audioconvert.c: (if), (float),
22997         (audio_convert_get_func_index), (check_default),
22998         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22999         (audio_convert_clean_context), (audio_convert_get_sizes),
23000         (audio_convert_convert):
23001         More elegant and working temp buffer selection algo.
23002
23003 2005-08-26  Wim Taymans  <wim@fluendo.com>
23004
23005         * gst/audioconvert/audioconvert.c: (if), (float),
23006         (audio_convert_get_func_index), (check_default),
23007         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23008         (audio_convert_clean_context), (audio_convert_get_sizes),
23009         (get_temp_buffer), (audio_convert_convert):
23010         Use realloc else we lose our original data.
23011
23012 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23013
23014         * gst/audioresample/gstaudioresample.c:
23015           use base class' newsegment to properly timestamp
23016
23017 2005-08-26  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst/audioconvert/audioconvert.c: (if), (float),
23020         (audio_convert_get_func_index), (check_default),
23021         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23022         (audio_convert_clean_context), (audio_convert_get_sizes),
23023         (get_temp_buffer), (audio_convert_convert):
23024         * gst/audioconvert/gstaudioconvert.c:
23025         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23026         (gst_audio_convert_transform_caps),
23027         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23028         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23029         Oops, allocate enough space to perform the channel mix.
23030
23031 2005-08-26  Wim Taymans  <wim@fluendo.com>
23032
23033         * gst/audioconvert/Makefile.am:
23034         * gst/audioconvert/audioconvert.c: (if), (float),
23035         (audio_convert_get_func_index), (check_default),
23036         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23037         (audio_convert_clean_context), (audio_convert_get_sizes),
23038         (get_temp_buffer), (audio_convert_convert):
23039         * gst/audioconvert/audioconvert.h:
23040         * gst/audioconvert/gstaudioconvert.c:
23041         (gst_audio_convert_class_init), (gst_audio_convert_init),
23042         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23043         (gst_audio_convert_get_unit_size),
23044         (gst_audio_convert_transform_caps),
23045         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23046         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23047         * gst/audioconvert/gstaudioconvert.h:
23048         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23049         (gst_channel_mix_fill_identical),
23050         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23051         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23052         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23053         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23054         (gst_channel_mix_mix):
23055         * gst/audioconvert/gstchannelmix.h:
23056         Cleanups, librarify a bit, optimize, better negotiation and more.
23057
23058 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23059
23060         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23061         Another from MikeS:
23062         During typefinding, don't support negative offsets
23063         (offsets from the end of the stream) in our typefind->peek() function
23064         - nothing embedded in ogg ever needs them. However, we need to recognise
23065         those requests and reject them, otherwise we return invalid pointers.
23066
23067 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23068
23069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23070         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23071         (vorbisdec_finalize), (vorbis_handle_type_packet):
23072           Big shout-out to MikeS for fixing this giant memory leak.
23073           Huzzah!
23074
23075 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23076
23077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23078         (audio_convert_get_unit_size):
23079           plug some leaks
23080
23081 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23082
23083         * check/Makefile.am:
23084         * check/elements/audioconvert.c: (setup_audioconvert),
23085         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23086         (GST_START_TEST), (audioconvert_suite), (main):
23087           add a test for audioconvert
23088         * gst/audioresample/gstaudioresample.c:
23089         * gst/audioresample/gstaudioresample.h:
23090           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23091           note that for buffers of 1/3 sec this means DURATION(c) is 
23092           one nanosecond more than for a and b
23093
23094 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23095
23096         * check/Makefile.am:
23097         * check/elements/audioresample.c: (setup_audioresample),
23098         (cleanup_audioresample), (fail_unless_perfect_stream),
23099         (test_perfect_stream_instance), (GST_START_TEST),
23100           add a check for audioresample
23101         (audioresample_suite), (main):
23102         * check/elements/volume.c: (GST_START_TEST):
23103           remove unused method
23104         * gst/audioresample/gstaudioresample.c:
23105           set correct buffer parameters since we're changing them
23106         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23107           add some debug
23108
23109 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23110
23111         * gst/audioresample/debug.c:
23112         * gst/audioresample/gstaudioresample.c:
23113           add room for extra overlap samples when asked to transform size
23114           protect against possible mem corruption and check for discrepancies
23115           between written size and outbuffer's size so we can warn for
23116           potential problems
23117         * gst/audioresample/resample.c: (resample_init),
23118         (resample_get_output_size_for_input), (resample_get_output_size),
23119         (resample_set_n_channels), (resample_set_format):
23120           set debug level based on RESAMPLE_DEBUG env var
23121           make sure that get_output_size* returns a whole number of
23122           sample_size
23123           set sample_size each time either channel or format is set
23124         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23125         * gst/audioresample/resample_functable.c:
23126         (resample_scale_functable):
23127         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23128           remove r->sample_size, it's done in resample.c now
23129           add some debugging to the ref implementation
23130           make sure we only give back bytes that are wholes of the sample
23131           size
23132
23133 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23134         * gst/playback/gstplaybasebin.c: (fill_buffer):
23135         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23136
23137 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23138
23139         * gst/volume/gstvolume.c:
23140           made set_caps function static
23141
23142 2005-08-24  Wim Taymans  <wim@fluendo.com>
23143
23144         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23145         (gst_vorbisenc_change_state):
23146         Stop leaking taglists.
23147
23148 2005-08-24  Wim Taymans  <wim@fluendo.com>
23149
23150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23151         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23152         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23153         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23154         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23155         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23156         Parse seeking events better.
23157         Unref static caps.
23158         Generate correct newsegment events, fixes seeking in live oggs.
23159
23160         * ext/theora/theoradec.c: (theora_dec_src_query),
23161         (theora_dec_src_event), (theora_dec_src_getcaps),
23162         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23163         Use newsegment values to report correct play time.
23164
23165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23166         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23167         * ext/vorbis/vorbisdec.h:
23168         Parse and use newsegment values to report correct play time.
23169
23170         * gst-libs/gst/audio/gstbaseaudiosink.c:
23171         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23172         Clear ringbuffer on flush.
23173         Use newsegment values to calculate playback time.
23174
23175         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23177         Basesink does newsegment calculations for us now.
23178
23179 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23180
23181         * check/Makefile.am:
23182         * configure.ac:
23183           add core's plugins to the mix so that playbin works
23184         * check/generic/states.c: (GST_START_TEST):
23185           set a 0 timeout on pipelines, so they don't force the next
23186           state change
23187         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23188         (gst_play_base_bin_change_state):
23189           remove the crappy error handling and do GST error handling
23190
23191 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23192
23193         * check/Makefile.am:
23194         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23195           add same test as to core, it bitches out on playbin atm.
23196
23197 2005-08-24  Wim Taymans  <wim@fluendo.com>
23198
23199         * configure.ac:
23200         Remove audioscale.
23201
23202 2005-08-24  Wim Taymans  <wim@fluendo.com>
23203
23204         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23205         (gst_videoscale_prepare_size), (parse_caps),
23206         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23207         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23208         (gst_videoscale_transform):
23209         * gst/videoscale/gstvideoscale.h:
23210         Refactor, make use of BaseTranform really well.
23211
23212 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23213
23214         * configure.ac:
23215           compile audioresample
23216         * gst/audioresample/Makefile.am:
23217         * gst/audioresample/buffer.c:
23218         * gst/audioresample/functable.c:
23219         * gst/audioresample/gstaudioresample.c:
23220         * gst/audioresample/gstaudioresample.h:
23221         * gst/audioresample/resample.c:
23222         (resample_get_output_size_for_input):
23223         * gst/audioresample/resample.h:
23224         * gst/audioresample/resample_chunk.c:
23225         * gst/audioresample/resample_functable.c:
23226         * gst/audioresample/resample_ref.c:
23227           port to use basetransform; doesn't work in all cases yet
23228
23229 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23230
23231         * gst/audioconvert/gstaudioconvert.c:
23232         (gst_audio_convert_class_init), (gst_audio_convert_init),
23233         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23234         (audio_convert_fixate_caps), (audio_convert_set_caps),
23235         (audio_convert_transform),
23236         (gst_audio_convert_buffer_to_default_format),
23237         (gst_audio_convert_buffer_from_default_format),
23238         (gst_audio_convert_channels):
23239         * gst/audioconvert/gstchannelmix.c:
23240         * gst/audioconvert/gstchannelmix.h:
23241           port to basetransform
23242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23243         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23244         (gst_ffmpegcsp_get_unit_size):
23245         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23246         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23247           fix for basetransform changes
23248
23249 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23250
23251         * check/Makefile.am:
23252           Add CHECK_CFLAGS and LDFLAGS
23253
23254         * gst/playback/gstplaybasebin.c: (fill_buffer):
23255           GST_MESSAGE_SRC became a GObject
23256
23257 2005-08-24  Wim Taymans  <wim@fluendo.com>
23258
23259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23260         (gst_ring_buffer_clear_all):
23261         * gst-libs/gst/audio/gstringbuffer.h:
23262         Added function to clear the ringbuffer.
23263
23264 2005-08-24  Andy Wingo  <wingo@pobox.com>
23265
23266         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23267         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23268         of _open and _close.
23269
23270         * sys/v4l/gstv4lxoverlay.h:
23271         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23272         an Xv connection here, instead of all the time. Make Xv only be
23273         loaded if you axe for it. Kindof a workaround for buggy behaviour
23274         of Xv when using remote xservers (XvQueryExtension would block).
23275         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23276         replace the _open and _close public API. Only start the xv
23277         connection if necessary.
23278         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23279
23280 2005-08-23  David Schleef  <ds@schleef.org>
23281
23282         * gst/audioresample/Makefile.am: Leet audioresampling code
23283         * gst/audioresample/buffer.c:
23284         * gst/audioresample/buffer.h:
23285         * gst/audioresample/debug.c:
23286         * gst/audioresample/debug.h:
23287         * gst/audioresample/functable.c:
23288         * gst/audioresample/functable.h:
23289         * gst/audioresample/gstaudioresample.c:
23290         * gst/audioresample/gstaudioresample.h:
23291         * gst/audioresample/resample.c:
23292         * gst/audioresample/resample.h:
23293         * gst/audioresample/resample_chunk.c:
23294         * gst/audioresample/resample_functable.c:
23295         * gst/audioresample/resample_ref.c:
23296
23297 2005-08-23  Wim Taymans  <wim@fluendo.com>
23298
23299         * examples/seeking/seek.c: (make_vorbis_pipeline),
23300         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23301         Small seek updates.
23302
23303 2005-08-23  Andy Wingo  <wingo@pobox.com>
23304
23305         * gst-libs/gst/audio/gstbaseaudiosrc.c
23306         (gst_base_audio_src_fixate): Only fixate endianness if it is
23307         present in the caps.
23308
23309 2005-08-22  Andy Wingo  <wingo@pobox.com>
23310
23311         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23312         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23313         device-name property.
23314
23315         * gst-libs/gst/audio/gstaudiosrc.h:
23316         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23317         close_device in the ring buffer, like gstaudiosink.
23318
23319         * ext/alsa/gstalsamixer.h:
23320         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23321         macro to implement the interface without much code. Cleanups. 
23322
23323         * ext/alsa/gstalsasrc.h:
23324         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23325         READY.
23326
23327         * ext/alsa/Makefile.am: Add new files.
23328         * ext/alsa/gstalsamixerelement.c: 
23329         * ext/alsa/gstalsamixerelement.c: Split element code out from
23330         mixer code so that alsasrc can be a mixer too.
23331
23332 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23335         (GST_START_TEST):
23336         * check/elements/vorbisdec.c: (setup_vorbisdec),
23337         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23338         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23339         (vorbis_handle_identification_packet),
23340         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23341         (vorbis_handle_header_packet), (vorbis_dec_push),
23342         (vorbis_dec_chain):
23343           use the setup/teardown methods to save code.  save code is good.
23344
23345 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         * check/Makefile.am:
23348           add ext dir for plugins
23349           add vorbisdec test conditionally
23350         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23351         (GST_START_TEST), (volume_suite):
23352           add a test with wrong caps
23353         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23354         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23355           add a vorbisdec test
23356         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23357         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23358           clean up debug output
23359         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23360           yay, fix a segfault/security issue in vorbisdec
23361           gst-launch fakesrc ! vorbisdec wasn't happy
23362         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23363         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23364         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23365         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23366         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23367         (gst_vorbisenc_set_metadata), (get_constraints_string),
23368         (update_start_message), (gst_vorbisenc_setup),
23369         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23370         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23371         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23372         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23373         * ext/vorbis/vorbisenc.h:
23374           march in line
23375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23376         (gst_ffmpegcsp_transform):
23377           have the kow come home
23378         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23379           debug my func ptr
23380         * gst/volume/gstvolume.c: (volume_set_caps):
23381           add a debug
23382
23383 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23384
23385         * Makefile.am:
23386         * check/.cvsignore:
23387         * check/Makefile.am:
23388         * check/elements/.cvsignore:
23389         * check/elements/volume.c: (chain_func), (event_func),
23390         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23391         (main):
23392         * configure.ac:
23393           add unit test structure for gst-plugins-base
23394           add a test for volume
23395         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23396         (gst_volume_set_volume), (gst_volume_get_volume),
23397         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23398         (volume_funcfind), (volume_process_float), (volume_process_int16),
23399         (volume_set_caps), (volume_transform), (volume_update_mute),
23400         (volume_update_volume), (volume_set_property),
23401         (volume_get_property):
23402           document a little; use basetransform vmethod _set_caps
23403
23404 2005-08-19  Andy Wingo  <wingo@pobox.com>
23405
23406         * ext/alsa/gstalsamixertrack.h:
23407         * ext/alsa/gstalsamixertrack.c:
23408         * ext/alsa/gstalsamixeroptions.h:
23409         * ext/alsa/gstalsamixeroptions.c:
23410         * ext/alsa/gstalsamixer.h:
23411         * ext/alsa/gstalsamixer.c: Port to 0.9.
23412
23413         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23414         Remove gstalsa.c and alsaclock. No more cruft here.
23415         
23416 2005-08-18  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23419         (gst_base_rtp_depayload_chain),
23420         (gst_base_rtp_depayload_add_to_queue),
23421         (gst_base_rtp_depayload_push),
23422         (gst_base_rtp_depayload_queue_release):
23423         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23424         Fix for RTPBuffer changes.
23425
23426         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23427         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23428         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23429         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23430         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23431         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23432         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23433         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23434         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23435         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23436         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23437         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23438         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23439         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23440         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23441         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23442         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23443         (gst_rtpbuffer_get_payload):
23444         * gst-libs/gst/rtp/gstrtpbuffer.h:
23445         Don't subclass GstBuffer but add methods and helper functions
23446         to construct and manipulate RTP packets in regular GstBuffers.
23447
23448 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23449
23450         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23451           moved statement below switch
23452         * gst/volume/gstvolume.c: (gst_volume_class_init):
23453           added debug ptr
23454
23455 2005-08-16  Wim Taymans  <wim@fluendo.com>
23456
23457         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23458         (gst_base_audio_src_change_state):
23459         Open and close device in READY<->NULL state change.
23460
23461 2005-08-16  Andy Wingo  <wingo@pobox.com>
23462
23463         * examples/seeking/Makefile.am: Don't compile non-compiling
23464         compiled objects with the compiler.
23465
23466         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23467         elements.
23468
23469 2005-08-12  Philippe Khalaf <burger@speedy.org>
23470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23471         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23472           Made a thread to release the queue.
23473           Removed timestamp conversion for now.
23474
23475 2005-08-10  Philippe Khalaf <burger@speedy.org>
23476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23477         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23478           Added rtp timestamp -> gst timestamp conversion.
23479           Fixed several problems with queue.
23480
23481 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23482
23483         * gst-libs/gst/audio/gstaudioclock.h:
23484         * gst-libs/gst/audio/gstaudiofilter.h:
23485         * gst-libs/gst/audio/gstaudiosink.h:
23486         * gst-libs/gst/audio/gstaudiosrc.h:
23487         * gst-libs/gst/audio/gstbaseaudiosink.h:
23488         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23489         * gst-libs/gst/audio/gstringbuffer.h:
23490         * gst-libs/gst/net/gstnetbuffer.h:
23491         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23492         * gst-libs/gst/rtp/gstrtpbuffer.h:
23493           Add padding (you will need to rebuild gst-plugins-base,
23494           gst-plugins and all applications afterwards!)
23495
23496 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23497
23498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23499         (gst_riff_parse_chunk):
23500           Fix bug in debug message and add some more debug messages.
23501
23502 2005-08-08  Edward Hervey  <edward@fluendo.com>
23503
23504         * gst-libs/gst/riff/riff-media.c:
23505         backported updates since branch
23506
23507 2005-08-08  Andy Wingo  <wingo@pobox.com>
23508
23509         * gst-libs/gst/audio/gstbaseaudiosink.c
23510         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23511         like good elements should. Close on READY->NULL too.
23512
23513         * gst-libs/gst/audio/gstaudiosink.c
23514         (gst_audioringbuffer_open_device,
23515         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23516         (gst_audioringbuffer_release): Updates for new ring buffer API,
23517         hook into the new audio sink api.
23518
23519         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23520         (GstAudioSinkClass.close): Just open and close the device -- no
23521         resource allocation or configuration.
23522         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23523         vmethods, handle device setup and resource allocation.
23524
23525         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23526         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23527         base class API.
23528
23529         * gst-libs/gst/audio/gstringbuffer.h
23530         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23531         New vmethods.
23532
23533         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23534         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23535         New API functions. The device should be opened before acquiring
23536         and closed after releasing.
23537
23538 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23539
23540         * gst-libs/gst/interfaces/mixer.h:
23541           Reset padding to GST_PADDING.
23542
23543 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23544
23545         * gst/playback/gstplaybin.c: (remove_sinks):
23546           Remove visualization from parent explicitely; works around some
23547           apparent refcount issue that I haven't tracked down yet.
23548
23549 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23550
23551         * ext/alsa/gstalsasink.c: (set_hwparams):
23552           Assign debug category, add negotiation debug msgs.
23553
23554 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23555
23556         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23557           Fix error code for file-not-found to NOT_FOUND.
23558
23559 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23560
23561         * common/gtk-doc-plugins.mak:
23562         * docs/plugins/Makefile.am:
23563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23565           renamed to actual element names, so much nicer to look at
23566         * docs/plugins/tmpl/gstmultifdsink.sgml:
23567           remove
23568         * docs/plugins/tmpl/multifdsink.sgml:
23569         * docs/plugins/tmpl/tcpserversink.sgml:
23570           add
23571         * ext/alsa/gstalsa.c:
23572         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23573         * ext/ogg/gstoggmux.c:
23574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23575         * gst/playback/gstdecodebin.c:
23576         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23577         * gst/tcp/gsttcpserversink.c:
23578           various fixes and documentation additions
23579
23580 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23581
23582         * common/Makefile.am:
23583         * common/gstdoc-scangobj:
23584         * common/gtk-doc-plugins.mak:
23585         * common/gtk-doc.mak:
23586           add a custom scangobj that uses the registry
23587           add a custom gtk-doc-plugins.mak that uses it
23588           some doc build fixes
23589         * configure.ac:
23590         * docs/Makefile.am:
23591         * docs/plugins/Makefile.am:
23592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23594         * docs/plugins/gst-plugins-base-plugins.types:
23595         * docs/plugins/tmpl/gstmultifdsink.sgml:
23596           add docs for one element, multifdsink
23597         * gst/adder/gstadder.h:
23598         * gst/volume/gstvolume.h:
23599           don't privatize enum
23600         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23601         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23602         (gst_sync_method_get_type), (gst_client_status_get_type),
23603         (gst_multifdsink_class_init),
23604         (gst_multifdsink_client_queue_buffer),
23605         (gst_multifdsink_handle_client_write):
23606         * gst/tcp/gstmultifdsink.h:
23607         * gst/tcp/gsttcp.h:
23608         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23609         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23610         (gst_tcpclientsink_render):
23611         * gst/tcp/gsttcpclientsink.h:
23612         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23613         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23614         (gst_tcpclientsrc_start):
23615         * gst/tcp/gsttcpclientsrc.h:
23616         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23617         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23618         * gst/tcp/gsttcpserversrc.h:
23619         * gst/typefind/gsttypefindfunctions.c:
23620           remove superfluous Type stuff
23621
23622 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23623
23624         * gst/playback/gstplaybin.c: (gen_video_element):
23625           Enable videoscale.
23626
23627 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23628
23629         * gst-libs/gst/gconf/gconf.c:
23630         * gst-libs/gst/gconf/gconf.h:
23631           Fix some Andy Problem [tm].
23632
23633 2005-08-04  Andy Wingo  <wingo@pobox.com>
23634
23635         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23637         (gst_ffmpegcsp_get_size): Adapt to API changes.
23638
23639         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23640         Implement an in-place do-nothing transform.
23641
23642 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23643
23644         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23645         (gst_ximagesink_renegotiate_size):
23646           Do not set new window sizes yet if we prepare a new buffer size
23647           for upstream renegotiation (software scaling) at some point in the
23648           future, because this new size waqs not actually accepted yet. Once
23649           accepted, renegotiation later on will set the new sizes just fine.
23650           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23651           embedding testcase.
23652
23653 2005-08-03  Andy Wingo  <wingo@pobox.com>
23654
23655         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23656         (gst_ximagesink_buffer_alloc): 
23657         Protect the height, width, and desired_caps with the pool_lock.
23658         Fixes videotestsrc ! queue ! ximagesink.
23659
23660 2005-08-02  Edward Hervey  <edward@fluendo.com>
23661
23662         * gst/volume/gstvolume.c:
23663         include left from controller cleanup
23664
23665 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23667           Stop collectpads before calling the parent state
23668           change function on PAUSED->READY.
23669
23670 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23671         * configure.ac:
23672           When testing for X libs, use the X CFlags 
23673         * gst/adder/gstadder.c: (gst_adder_change_state):
23674           Stop the collectpads before calling parent state change function
23675           on PAUSED->READY, otherwise we deadlock deactivating pads.
23676
23677 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23678
23679         * configure.ac:
23680         * docs/libs/tmpl/gstcolorbalance.sgml:
23681         * docs/libs/tmpl/gstmixer.sgml:
23682         * examples/Makefile.am:
23683         * gst/sine/Makefile.am:
23684         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23685         (gst_sinesrc_set_property), (plugin_init):
23686         * gst/sine/gstsinesrc.h:
23687         * gst/volume/Makefile.am:
23688         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23689         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23690         (volume_process_float), (volume_process_int16),
23691         (volume_set_property), (plugin_init):
23692         * gst/volume/gstvolume.h:
23693           deactivate and remove dparams (libgstcontrol)
23694
23695 2005-07-29  Wim Taymans  <wim@fluendo.com>
23696
23697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23698         Convert me to BaseTransform!! help..
23699
23700 2005-07-29  Andy Wingo  <wingo@pobox.com>
23701
23702         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23703         sinks.
23704
23705         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23706         support of both endiannesses.
23707
23708 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23709
23710         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23711           Fix confusing debug message (s/event/query/)
23712
23713 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23714
23715         * gst/videotestsrc/videotestsrc.h:
23716           Use "_stdint.h" instead of <stdint.h>
23717
23718 2005-07-27  Wim Taymans  <wim@fluendo.com>
23719
23720         * ext/vorbis/Makefile.am:
23721         Revert wrong commit.
23722
23723 2005-07-27  Wim Taymans  <wim@fluendo.com>
23724
23725         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23726         More compilation fixen.
23727
23728 2005-07-27  Wim Taymans  <wim@fluendo.com>
23729
23730         * gst-libs/gst/audio/gstbaseaudiosink.c:
23731         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23732         (gst_base_audio_sink_create_ringbuffer),
23733         (gst_base_audio_sink_change_state):
23734         Fix compilation.
23735
23736 2005-07-27  Wim Taymans  <wim@fluendo.com>
23737
23738         * examples/seeking/seek.c: (setup_dynamic_link),
23739         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23740         (query_positions_elems), (query_positions_pads), (do_seek):
23741         Update seek example.
23742
23743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23744         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23745         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23746         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23747         (gst_ogg_demux_handle_event),
23748         (gst_ogg_demux_deactivate_current_chain),
23749         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23750         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23751         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23752         (gst_ogg_demux_loop):
23753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23754         * ext/theora/theoradec.c: (theora_dec_src_event),
23755         (theora_dec_src_getcaps), (theora_dec_sink_event),
23756         (theora_dec_push), (theora_dec_chain):
23757         * ext/vorbis/Makefile.am:
23758         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23759         (vorbis_dec_sink_event), (vorbis_dec_push),
23760         (vorbis_handle_data_packet):
23761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23762         (gst_vorbisenc_chain):
23763         * gst/playback/gststreaminfo.c: (cb_probe):
23764         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23765         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23766         * gst/videoscale/gstvideoscale.c:
23767         (gst_videoscale_handle_src_event):
23768         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23769         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23770         (gst_ximagesink_navigation_send_event):
23771         * sys/xvimage/xvimagesink.c:
23772         (gst_xvimagesink_navigation_send_event):
23773         Various event updates and cleanups
23774
23775 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23776
23777         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23778           Fix segfault for I420/YV12.
23779
23780 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23781
23782         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23783           Report bitrate.
23784
23785 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23786
23787         * gst/playback/gstplaybin.c: (gen_video_element),
23788         (gen_audio_element):
23789           Switch to auto*sink elements as default sinks; add volume element
23790           so that volume control in totem works.
23791
23792 2005-07-21  Wim Taymans  <wim@fluendo.com>
23793
23794         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23795         * gst/playback/gstplaybin.c: (setup_sinks),
23796         (gst_play_bin_change_state):
23797         Refcount fix and more comments.
23798
23799 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23800
23801         * sys/ximage/Makefile.am:
23802         * sys/ximage/ximage.c: (plugin_init):
23803         * sys/ximage/ximagesink.c:
23804         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23805         
23806
23807 2005-07-21  Wim Taymans  <wim@fluendo.com>
23808
23809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23810         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23811         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23812         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23813         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23814         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23815         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23816         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23817         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23818         Generate correct disconts for live chained oggs.
23819
23820         * gst-libs/gst/audio/gstbaseaudiosink.c:
23821         (gst_base_audio_sink_render),
23822         (gst_base_audio_sink_create_ringbuffer),
23823         (gst_base_audio_sink_change_state):
23824         Handle discont math correctly.
23825
23826         * gst/playback/gstplaybin.c: (add_sink):
23827         Some small debug cleanup.
23828
23829 2005-07-21  Wim Taymans  <wim@fluendo.com>
23830
23831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23832         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23833         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23834         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23835         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23836         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23837         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23838         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23839         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23840         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23841         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23842         (gst_ogg_demux_change_state), (gst_ogg_print):
23843         Reorganize code to send the right disconts when in streaming
23844         mode.
23845
23846 2005-07-20  Andy Wingo  <wingo@pobox.com>
23847
23848         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23849         fix (?), fixes a seggie mcfalterson (#310894).
23850
23851 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23852
23853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23854         (gst_ogg_mux_set_header_on_caps):
23855         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23857         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23858         * gst-libs/gst/audio/multichannel.c:
23859         (gst_audio_set_channel_positions),
23860         (gst_audio_set_structure_channel_positions_list):
23861         * gst/playback/gstdecodebin.c: (dynamic_create):
23862         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23863         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23864           Fixes for API changes in core.
23865
23866 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23867
23868         * gst/playback/gstplaybasebin.c: (fill_buffer):
23869           Use _new_custom() so we can set custom message types for buffering
23870           messages.
23871
23872 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23873
23874         * configure.ac:
23875         * gst-libs/gst/Makefile.am:
23876         * gst-libs/gst/gconf/.cvsignore:
23877         * gst-libs/gst/gconf/Makefile.am:
23878         * gst-libs/gst/gconf/test-gconf.c:
23879         * pkgconfig/Makefile.am:
23880         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23881         * pkgconfig/gstreamer-gconf.pc.in:
23882           Remove gconf stuff, use gconf elements instead from now on.
23883
23884 2005-07-20  Wim Taymans  <wim@fluendo.com>
23885
23886         * gst-libs/gst/audio/TODO:
23887         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23888         (gst_audio_clock_get_internal_time):
23889         * gst-libs/gst/audio/gstaudioclock.h:
23890         * gst-libs/gst/audio/gstbaseaudiosink.c:
23891         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23892         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23893         (gst_base_audio_sink_render),
23894         (gst_base_audio_sink_create_ringbuffer),
23895         (gst_base_audio_sink_change_state):
23896         Make sure the audio clock always returns an increasing value.
23897
23898 2005-07-19  Andy Wingo  <wingo@pobox.com>
23899
23900         * gst/videotestsrc/: Cleanups.
23901
23902 2005-07-19  Wim Taymans  <wim@fluendo.com>
23903
23904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23905         Better debugging.
23906
23907 2005-07-19  Wim Taymans  <wim@fluendo.com>
23908
23909         * examples/seeking/seek.c: (make_dv_pipeline),
23910         (make_vorbis_theora_pipeline), (query_rates),
23911         (query_positions_elems), (query_positions_pads), (do_seek):
23912         Make correct DV pipeline.
23913
23914 2005-07-18  Andy Wingo  <wingo@pobox.com>
23915
23916         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23917         default. Also because it's the only thing that really works. (This
23918         is used in the GConf elements).
23919         Use AS_LIBTOOL_TAGS.
23920
23921 2005-07-18  Wim Taymans  <wim@fluendo.com>
23922
23923         * gst/playback/gstdecodebin.c: (remove_element_chain):
23924         * gst/playback/gstplaybin.c: (add_sink):
23925         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23926         (gst_stream_info_set_mute):
23927         * gst/playback/gststreamselector.c:
23928         (gst_stream_selector_get_linked_pad),
23929         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23930         More leak and compile fixes.
23931
23932 2005-07-18  Wim Taymans  <wim@fluendo.com>
23933
23934         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23935         (query_rates), (query_positions_elems), (query_positions_pads),
23936         (do_seek), (seek_cb), (stop_seek):
23937         Updated seek example. 
23938
23939         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23940         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23941         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23942         * gst/playback/gstplaybin.c: (add_sink):
23943         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23944         (gst_stream_info_set_mute):
23945         Some refcount leak fixes.
23946
23947 2005-07-16  Wim Taymans  <wim@fluendo.com>
23948
23949         * gst-libs/gst/audio/gstbaseaudiosink.c:
23950         (gst_base_audio_sink_render):
23951         Align samples even if we have roundoff errors in the 
23952         timestamp conversion.
23953
23954 2005-07-16  Wim Taymans  <wim@fluendo.com>
23955
23956         * docs/libs/tmpl/gstringbuffer.sgml:
23957         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23958         (query_rates), (query_positions_elems), (query_positions_pads),
23959         (update_scale), (do_seek):
23960         Updated seek example.
23961
23962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23963         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23964         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23965         (gst_ogg_demux_loop):
23966         Push out correct discont values.
23967
23968         * ext/theora/theoradec.c: (theora_dec_src_convert),
23969         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23970         (theora_dec_sink_event), (theora_handle_type_packet),
23971         (theora_handle_header_packet), (theora_dec_push),
23972         (theora_handle_data_packet), (theora_dec_chain),
23973         (theora_dec_change_state):
23974         Better timestamping.
23975
23976         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23977         (vorbis_dec_sink_event), (vorbis_dec_push),
23978         (vorbis_handle_data_packet), (vorbis_dec_chain):
23979         * ext/vorbis/vorbisdec.h:
23980         Better timestamping.
23981
23982         * gst-libs/gst/audio/gstbaseaudiosink.c:
23983         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23984         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23985         Handle syncing on timestamps instead of sample offsets. Make
23986         use of DISCONT values as described in design docs.
23987
23988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23989         (gst_base_audio_src_get_time):
23990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23991         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23992         (gst_ring_buffer_read):
23993         * gst-libs/gst/audio/gstringbuffer.h:
23994         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23995         (gst_ximagesink_show_frame):
23996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23997         Correcly convert buffer timestamp to stream time.
23998
23999 2005-07-16  Wim Taymans  <wim@fluendo.com>
24000
24001         * gst/audioconvert/gstaudioconvert.c:
24002         (gst_audio_convert_get_buffer):
24003         Timestamp buffers correctly.
24004
24005         * gst/playback/gstplaybin.c: (gen_video_element):
24006         Make internal fakesink silent.
24007
24008 2005-07-15  Wim Taymans  <wim@fluendo.com>
24009
24010         * gst/ffmpegcolorspace/Makefile.am:
24011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24012         (gst_ffmpegcsp_caps_remove_format_info),
24013         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24014         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24015         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24016         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24017         Ported ffmpegcolorspace to basetransform.
24018
24019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24020         * gst/volume/gstvolume.c: (volume_transform):
24021         Ported to new API.
24022
24023 2005-07-14  Wim Taymans  <wim@fluendo.com>
24024
24025         * gst/videotestsrc/Makefile.am:
24026         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24027         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24028         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24029         (gst_videotestsrc_init), (gst_videotestsrc_event),
24030         (gst_videotestsrc_create), (gst_videotestsrc_start),
24031         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24032         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24033         (gst_videotestsrc_get_property):
24034         * gst/videotestsrc/gstvideotestsrc.h:
24035         Make videotestsrc a pushsrc.
24036
24037 2005-07-14  Wim Taymans  <wim@fluendo.com>
24038
24039         * gst/tcp/gstfdset.c: (gst_fdset_free):
24040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24041         (gst_multifdsink_add), (gst_multifdsink_remove),
24042         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24043         (gst_multifdsink_remove_client_link),
24044         (gst_multifdsink_client_queue_data),
24045         (gst_multifdsink_client_queue_caps),
24046         (gst_multifdsink_client_queue_buffer),
24047         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24048         (gst_multifdsink_stop):
24049         * gst/tcp/gstmultifdsink.h:
24050         0.8 backporting.
24051
24052         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24053         Also draw image when not from a pool.
24054
24055 2005-07-14  Wim Taymans  <wim@fluendo.com>
24056
24057         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24058         (mute_stream), (silence_stream):
24059         Small debug additions.
24060
24061 2005-07-14  Wim Taymans  <wim@fluendo.com>
24062
24063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24064         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24065         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24066         Better error recovery, ignore unconnected pads and
24067         non-fatal errors.
24068
24069 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24070
24071         * docs/libs/tmpl/gstaudio.sgml:
24072         * docs/libs/tmpl/gstcolorbalance.sgml:
24073         * docs/libs/tmpl/gstgconf.sgml:
24074         * docs/libs/tmpl/gstmixer.sgml:
24075         * docs/libs/tmpl/gstringbuffer.sgml:
24076         * docs/libs/tmpl/gsttuner.sgml:
24077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24078         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24079         (gst_tcpclientsrc_class_init):
24080         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24081         (gst_tcpserversrc_class_init):
24082         * sys/v4l/gstv4lelement.c:
24083           more autistic cleanliness in functions/names/defines
24084
24085 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24086
24087         * configure.ac:
24088           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24089           added manually to each Makefile.am so we are sure it goes
24090           *last* and doesn't add -L flags before linking in libs of our
24091           own, like, say, internal .la libs, that then accidentally pick
24092           up the installed copy.
24093         * docs/libs/Makefile.am:
24094         * ext/alsa/Makefile.am:
24095         * ext/cdparanoia/Makefile.am:
24096         * ext/gnomevfs/Makefile.am:
24097         * ext/libvisual/Makefile.am:
24098         * ext/ogg/Makefile.am:
24099         * ext/theora/Makefile.am:
24100         * ext/vorbis/Makefile.am:
24101         * gst-libs/gst/video/Makefile.am:
24102         * gst/adder/Makefile.am:
24103         * gst/audioconvert/Makefile.am:
24104         * gst/audiorate/Makefile.am:
24105         * gst/audioscale/Makefile.am:
24106         * gst/ffmpegcolorspace/Makefile.am:
24107         * gst/playback/Makefile.am:
24108         * gst/sine/Makefile.am:
24109         * gst/subparse/Makefile.am:
24110         * gst/tags/Makefile.am:
24111         * gst/tcp/Makefile.am:
24112         * gst/typefind/Makefile.am:
24113         * gst/videorate/Makefile.am:
24114         * gst/videoscale/Makefile.am:
24115         * gst/videotestsrc/Makefile.am:
24116         * gst/volume/Makefile.am:
24117         * sys/v4l/Makefile.am:
24118         * sys/ximage/Makefile.am:
24119         * sys/xvimage/Makefile.am:
24120           adapt properly to this change. This should make sure that
24121           plugins and libs properly link to the as-yet-uninstalled
24122           copies of stuff like libgstinterfaces and libgstvideo
24123
24124 2005-07-13  Andy Wingo  <wingo@pobox.com>
24125
24126         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24127         (gst_v4lsrc_fixate): Fixate on format as well.
24128
24129         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24130         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24131         buffer points to it.
24132         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24133         rather just doing X calls ourselves. Also fixes a memleak.
24134
24135 2005-07-12  Andy Wingo  <wingo@pobox.com>
24136
24137         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24138         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24139         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24140         TRUE to avoid deadlocks if an element holds on to our buffers.
24141
24142 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24143
24144         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24145         (gst_sinesrc_init), (gst_sinesrc_create),
24146         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24147         (gst_sinesrc_start):
24148         * gst/sine/gstsinesrc.h:
24149           removing num-buffers property before moving it
24150
24151 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * configure.ac:
24154           use overridable ERROR_CFLAGS
24155         * docs/libs/gst-plugins-base-libs.types:
24156         * docs/libs/tmpl/gstringbuffer.sgml:
24157         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24158         (gst_alsasink_class_init):
24159         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24160         (gst_alsasrc_class_init):
24161         * gst-libs/gst/audio/audio.h:
24162         * gst-libs/gst/audio/gstaudioclock.h:
24163         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24164         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24165         (gst_audio_filter_link), (gst_audio_filter_init),
24166         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24167         (gst_audio_filter_get_property),
24168         (gst_audio_filter_class_add_pad_templates):
24169         * gst-libs/gst/audio/gstaudiofilter.h:
24170         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24171         (gst_audio_filter_template_get_type),
24172         (gst_audio_filter_template_base_init),
24173         (gst_audio_filter_template_class_init),
24174         (gst_audio_filter_template_init),
24175         (gst_audio_filter_template_set_property),
24176         (gst_audio_filter_template_get_property), (plugin_init),
24177         (gst_audio_filter_template_setup),
24178         (gst_audio_filter_template_filter),
24179         (gst_audio_filter_template_filter_inplace):
24180         * gst-libs/gst/audio/gstaudiosink.c:
24181         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24182         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24183         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24184         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24185         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24186         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24187         * gst-libs/gst/audio/gstaudiosink.h:
24188         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24189         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24190         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24191         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24192         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24193         (gst_audio_src_class_init), (gst_audio_src_init),
24194         (gst_audio_src_create_ringbuffer):
24195         * gst-libs/gst/audio/gstaudiosrc.h:
24196         * gst-libs/gst/audio/gstbaseaudiosink.c:
24197         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24198         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24199         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24200         (gst_base_audio_sink_set_property),
24201         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24202         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24203         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24204         (gst_base_audio_sink_create_ringbuffer),
24205         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24206         * gst-libs/gst/audio/gstbaseaudiosink.h:
24207         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24208         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24209         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24210         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24211         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24212         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24213         (gst_base_audio_src_event), (gst_base_audio_src_create),
24214         (gst_base_audio_src_create_ringbuffer),
24215         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24216         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24218         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24219         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24220         (gst_ring_buffer_debug_spec_caps),
24221         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24222         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24223         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24224         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24225         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24226         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24227         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24228         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24229         (gst_ring_buffer_clear):
24230         * gst-libs/gst/audio/gstringbuffer.h:
24231         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24232         (gst_video_sink_class_init), (gst_video_sink_get_type):
24233         * gst-libs/gst/video/videosink.h:
24234         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24235         (gst_multifdsink_class_init),
24236         (gst_multifdsink_handle_client_write),
24237         (gst_multifdsink_change_state):
24238         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24239         (gst_tcpclientsink_setcaps):
24240         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24241         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24242         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24243         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24244         (gst_ximagesink_send_pending_navigation),
24245         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24246         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24248         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24249         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24250         (gst_xvimagesink_send_pending_navigation),
24251         (gst_xvimagesink_navigation_send_event),
24252         (gst_xvimagesink_set_xwindow_id),
24253         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24254         (gst_xvimagesink_get_type):
24255         more macro splitting
24256
24257 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24258
24259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24260           plug a memleak, allows me to import 1479 albums in one go
24261           in jamboree
24262         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24263         (vorbis_handle_type_packet), (vorbis_dec_chain),
24264         (vorbis_dec_change_state):
24265           fix some format strings
24266
24267 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24268
24269         * docs/libs/tmpl/gstcolorbalance.sgml:
24270         * docs/libs/tmpl/gstmixer.sgml:
24271         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24272         (gst_alsasink_set_property), (gst_alsasink_get_property):
24273         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24274         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24275           add device property
24276
24277 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24278
24279         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24280         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24281         (audiocast_register_listener), (audiocast_thread_run),
24282         (gst_gnomevfssrc_send_additional_headers_callback),
24283         (gst_gnomevfssrc_received_headers_callback),
24284         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24285         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24286         (gst_gnomevfssrc_get_size):
24287           add/clean up debugging
24288         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24289           cleanups
24290
24291 2005-07-07  Andy Wingo  <wingo@pobox.com>
24292
24293         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24294         framerate. Need to get a handle on when exactly this function is
24295         called, tho.
24296
24297         * sys/v4l/v4lsrc_calls.h:
24298         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24299         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24300         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24301
24302         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24303         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24304         v4lelements are sources.
24305
24306         * sys/v4l/gstv4lxoverlay.h:
24307         * sys/v4l/gstv4lxoverlay.c:
24308         * sys/v4l/gstv4ltuner.h:
24309         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24310         
24311         * sys/v4l/gstv4lsrc.h:
24312         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24313         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24314         or something should handle that. Made a live source.
24315
24316         * sys/v4l/gstv4lelement.h:
24317         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24318         signals. Some cleanups.
24319
24320         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24321
24322         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24323         stuff.
24324
24325         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24326         stuff.
24327
24328         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24329
24330 2005-07-07  Wim Taymans  <wim@fluendo.com>
24331
24332         * ext/theora/theoradec.c: (theora_get_query_types),
24333         (theora_dec_src_getcaps), (theora_dec_push):
24334         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24336         Remove deprecated/unused query types.
24337
24338 2005-07-06  Wim Taymans  <wim@fluendo.com>
24339
24340         * ext/alsa/Makefile.am:
24341         * ext/alsa/gstalsaplugin.c: (plugin_init):
24342         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24343         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24344         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24345         (gst_alsasrc_class_init), (gst_alsasrc_init),
24346         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24347         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24348         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24349         (gst_alsasrc_reset):
24350         * ext/alsa/gstalsasrc.h:
24351         * gst-libs/gst/audio/Makefile.am:
24352         * gst-libs/gst/audio/gstaudiosink.c:
24353         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24354         (gst_audioringbuffer_start):
24355         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24356         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24357         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24358         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24359         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24360         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24361         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24362         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24363         * gst-libs/gst/audio/gstaudiosrc.h:
24364         * gst-libs/gst/audio/gstbaseaudiosink.c:
24365         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24366         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24367         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24368         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24369         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24370         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24371         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24372         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24373         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24374         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24375         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24376         (gst_baseaudiosrc_change_state):
24377         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24378         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24379         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24380         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24381         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24382         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24383         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24384         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24385         * gst-libs/gst/audio/gstringbuffer.h:
24386         Added audiosource base classes.
24387         Ported alsasrc, still very basic.
24388
24389 2005-07-06  Wim Taymans  <wim@fluendo.com>
24390
24391         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24392         (theora_dec_push), (theora_handle_data_packet):
24393         Prepare for better timestamp fix later.
24394
24395         * gst/audioconvert/gstaudioconvert.c:
24396         List most accurate caps first
24397
24398         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24399         Use proper pad task function.
24400
24401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24402         (gst_xvimagesink_show_frame):
24403         Fix deadlock when alloc failed.
24404
24405 2005-07-05  Andy Wingo  <wingo@pobox.com>
24406
24407         * ext/gnomevfs/gstgnomevfssrc.c:
24408         * gst/sine/gstsinesrc.c:
24409         * gst/tcp/gsttcpserversrc.c:
24410         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24411
24412         * sys/v4l/: Port from 0.8.
24413
24414         * Many files: Null if we got it....
24415
24416 2005-07-05  Andy Wingo  <wingo@pobox.com>
24417
24418         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24419         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24420         Signedness fixes.
24421
24422 2005-07-05  Wim Taymans  <wim@fluendo.com>
24423
24424         * configure.ac:
24425         * gst/tcp/Makefile.am:
24426         * gst/tcp/README:
24427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24428         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24429         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24430         (is_sync_frame), (gst_multifdsink_handle_client_write),
24431         (gst_multifdsink_render), (gst_multifdsink_start),
24432         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24433         * gst/tcp/gstmultifdsink.h:
24434         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24435         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24436         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24437         * gst/tcp/gsttcp.h:
24438         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24439         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24440         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24441         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24442         * gst/tcp/gsttcpclientsink.h:
24443         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24444         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24445         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24446         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24447         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24448         * gst/tcp/gsttcpclientsrc.h:
24449         * gst/tcp/gsttcpplugin.c: (plugin_init):
24450         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24451         * gst/tcp/gsttcpserversink.h:
24452         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24453         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24454         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24455         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24456         (gst_tcpserversrc_stop):
24457         * gst/tcp/gsttcpserversrc.h:
24458         * gst/tcp/gsttcpsink.c:
24459         * gst/tcp/gsttcpsink.h:
24460         * gst/tcp/gsttcpsrc.c:
24461         * gst/tcp/gsttcpsrc.h:
24462         Ported tcp plugins to 0.9. 
24463         
24464
24465 2005-07-05  Andy Wingo  <wingo@pobox.com>
24466
24467         * gst/playback/gstplaybasebin.c (fill_buffer):
24468         message_new_application fixen.
24469
24470         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24471         Style fix.
24472
24473 2005-07-04  Wim Taymans  <wim@fluendo.com>
24474
24475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24476         Set caps on output buffer.
24477
24478 2005-07-04  Andy Wingo  <wingo@pobox.com>
24479
24480         * ext/gnomevfs/gstgnomevfssrc.c
24481         (gst_gnomevfssrc_received_headers_callback) 
24482         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24483         hopefully.
24484
24485         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24486         No refcount leakage.
24487
24488         * configure.ac: Enable -Werror.
24489         
24490         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24491         * gst/audioconvert/bufferframesconvert.c
24492         (buffer_frames_convert_fixate):
24493         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24494         (gst_audio_convert_fixate):
24495         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24496         (gst_sinesrc_create): Fixate func changes.
24497         
24498         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24499         (gst_ximagesink_buffer_alloc): Unused var.
24500
24501 2005-07-01  Andy Wingo  <wingo@pobox.com>
24502
24503         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24504         getcaps to do explicit caps. Needs to be done in all decoders,
24505         possibly via a base class.
24506
24507         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24508
24509         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24510         caps on the sink pad, just rely on the pad template. Also, setting
24511         ANY caps on a pad is not valid because the caps are not fixed.
24512
24513         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24514         caps on the buffer, and get the width from the desired_caps if
24515         they're set.
24516         (gst_ximagesink_renegotiate_size): Implement via setting the
24517         desired_caps on the ximagesink.
24518         (gst_ximagesink_setcaps): Only reset the width of the player if it
24519         wasn't already set. Not sure if this is right.
24520         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24521
24522         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24523         that the user wants. NULL unless the window has been resized.
24524
24525         * gst/volume/gstvolume.c (volume_transform): Adapt to
24526         basetransform refcount changes.
24527         
24528 2005-07-01  Andy Wingo  <wingo@pobox.com>
24529
24530         * gst/videoscale/gstvideoscale.c:
24531         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24532         from BaseTransform, implements a transform_caps. Removed dead code
24533         including some PAR stuff that was never reached -- should probably
24534         be added back somehow.
24535
24536 2005-07-01  Andy Wingo  <wingo@pobox.com>
24537
24538         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24539         come later.
24540
24541 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24542
24543         * configure.ac:
24544         * docs/libs/Makefile.am:
24545         * docs/libs/gst-plugins-libs.types:
24546         * ext/alsa/Makefile.am:
24547         * ext/alsa/gstalsamixer.h:
24548         * ext/alsa/gstalsamixeroptions.h:
24549         * ext/alsa/gstalsamixertrack.h:
24550         * gst-libs/gst/Makefile.am:
24551         * gst-libs/gst/colorbalance/.cvsignore:
24552         * gst-libs/gst/colorbalance/Makefile.am:
24553         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24554         * gst-libs/gst/colorbalance/colorbalance.c:
24555         * gst-libs/gst/colorbalance/colorbalance.h:
24556         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24557         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24558         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24559         * gst-libs/gst/interfaces/Makefile.am:
24560         * gst-libs/gst/interfaces/colorbalance.c:
24561         (gst_color_balance_class_init):
24562         * gst-libs/gst/interfaces/colorbalance.h:
24563         * gst-libs/gst/interfaces/interfaces-marshal.list:
24564         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24565         * gst-libs/gst/interfaces/mixer.h:
24566         * gst-libs/gst/interfaces/mixeroptions.h:
24567         * gst-libs/gst/interfaces/navigation.c:
24568         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24569         * gst-libs/gst/interfaces/tuner.h:
24570         * gst/volume/Makefile.am:
24571         * gst/volume/gstvolume.c:
24572         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24573         * sys/ximage/Makefile.am:
24574         * sys/ximage/ximagesink.c:
24575         * sys/xvimage/Makefile.am:
24576         * sys/xvimage/xvimagesink.c:
24577           fold in all interfaces into an interfaces dir, preserving CVS
24578           history
24579
24580 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24581
24582         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24583           Fix build after riff changes.
24584
24585 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24586
24587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24588         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24589         (gst_riff_create_video_template_caps),
24590         (gst_riff_create_audio_template_caps),
24591         (gst_riff_create_iavs_template_caps):
24592         * gst-libs/gst/riff/riff-media.h:
24593         * gst-libs/gst/riff/riff-read.h:
24594         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24595           Add gst_riff_init() to initialize the debug category, instead
24596           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24597
24598 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24599
24600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24601           Oops, I shouldn't apply hacks.
24602
24603 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24604
24605         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24606           Remove pad_loop function which doesn't work.
24607
24608 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24609
24610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24611           Send EOS when deactivating.
24612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24613         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24614         (gen_preroll_element), (probe_triggered), (mute_stream),
24615         (silence_stream), (new_decoded_pad), (setup_substreams),
24616         (set_active_source):
24617         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24618         (remove_sinks), (add_sink):
24619         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24620           Change for new probe API.
24621
24622 2005-06-29  Wim Taymans  <wim@fluendo.com>
24623
24624         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24625         * gst-libs/gst/audio/gstbaseaudiosink.c:
24626         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24627         (gst_baseaudiosink_change_state):
24628         * gst-libs/gst/audio/gstbaseaudiosink.h:
24629         * gst-libs/gst/audio/gstringbuffer.c:
24630         (gst_ringbuffer_set_callback):
24631         Fix compilation error.
24632         Ringbuffer starts out as not running.
24633         Free our clock in dispose.
24634         When releasing the ringbuffer we need to renegotiate so
24635         clear the pad caps.
24636
24637 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24638
24639         * autogen.sh:
24640         * configure.ac:
24641         * docs/Makefile.am:
24642         * docs/libs/Makefile.am:
24643         * docs/libs/gst-plugins-libs-docs.sgml:
24644         * docs/libs/gst-plugins-libs-sections.txt:
24645         * docs/libs/gst-plugins-libs.types:
24646         * docs/libs/tmpl/gstaudio.sgml:
24647         * docs/libs/tmpl/gstcolorbalance.sgml:
24648         * docs/libs/tmpl/gstringbuffer.sgml:
24649         * gst-libs/gst/audio/gstringbuffer.c:
24650         (gst_ringbuffer_set_callback):
24651           reinstate gtk-doc docs for plugin libs
24652
24653 2005-06-28  Wim Taymans  <wim@fluendo.com>
24654
24655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24656         (gst_ogg_demux_init):
24657         Removed pad loop function.
24658
24659 2005-06-28  Wim Taymans  <wim@fluendo.com>
24660
24661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24662         If we're building a chain we are not in an error case
24663         when we queue a buffer.
24664
24665 2005-06-28  Andy Wingo  <wingo@pobox.com>
24666
24667         * *.c: Don't cast to GstObject before reffing/unreffing.
24668
24669 2005-06-27  Andy Wingo  <wingo@pobox.com>
24670
24671         * gst/videotestsrc/gstvideotestsrc.c
24672         (gst_videotestsrc_activate_push): Activation API changes.
24673
24674         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24675         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24676         they have refs on the decodebin.
24677
24678         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24679         parent class.
24680         (gst_ogg_pad_typefind): Don't leak a pad ref.
24681         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24682         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24683         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24684
24685 2005-06-27  Edward Hervey  <edward@fluendo.com>
24686
24687         * ext/theora/theoradec.c: (theora_dec_change_state): 
24688         re-arranged call to parent's state change in order to avoid locks (or
24689         worse).
24690
24691 2005-06-26  Edward Hervey  <edward@fluendo.com>
24692
24693         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24694         2nd argument of 'unknow-type' signal is a GstCaps and not a
24695         GstMiniObject
24696
24697 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24698         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24699           Set the worker thread's running flag to TRUE before starting the
24700           thread.
24701         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24702           Catch a failure to add typefind to the bin.
24703
24704 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24705
24706         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24707         (gst_sinesrc_init), (gst_sinesrc_create),
24708         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24709         (gst_sinesrc_start):
24710         * gst/sine/gstsinesrc.h:
24711           add num-buffers and timestamp-offset properties
24712         * gst/videotestsrc/gstvideotestsrc.c:
24713         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24714         (gst_videotestsrc_get_property):
24715           add timestamp-offset property
24716
24717 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24718
24719         * configure.ac: add videorate
24720         * gst-plugins-base.spec.in: add videorate
24721
24722 2005-06-23  Wim Taymans  <wim@fluendo.com>
24723
24724         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24725         (gst_videorate_getcaps), (gst_videorate_setcaps),
24726         (gst_videorate_event), (gst_videorate_chain):
24727         Fixed videorate, fixating an already fixated caps is not
24728         an error.
24729
24730 2005-06-23  Wim Taymans  <wim@fluendo.com>
24731
24732         * ext/ogg/README:
24733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24734         Buffer on caps is not boxed anymore.
24735
24736 2005-06-22  Wim Taymans  <wim@fluendo.com>
24737
24738         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24739         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24740         Set buffers on caps as miniobjects and not as boxed.
24741
24742 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24743
24744         * configure.ac:
24745           back to HEAD
24746
24747 === release 0.9.1 ===
24748
24749 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24750
24751         * .cvsignore:
24752         * NEWS:
24753         * README:
24754         * RELEASE:
24755         * configure.ac:
24756         * po/af.po:
24757         * po/az.po:
24758         * po/cs.po:
24759         * po/en_GB.po:
24760         * po/hu.po:
24761         * po/it.po:
24762         * po/nb.po:
24763         * po/nl.po:
24764         * po/or.po:
24765         * po/sq.po:
24766         * po/sr.po:
24767         * po/sv.po:
24768         * po/uk.po:
24769         * po/vi.po:
24770           updates for release
24771
24772 2005-06-09  Andy Wingo  <wingo@pobox.com>
24773
24774         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24775         
24776 2005-06-09  Andy Wingo  <wingo@pobox.com>
24777
24778         * configure.ac:
24779         * gst-libs/gst/Makefile.am:
24780         * gst-libs/gst/net/Makefile.am:
24781         Add gstnet to build.
24782
24783 2005-06-09  Andy Wingo  <wingo@pobox.com>
24784
24785         * gst-libs/gst/gconf/gconf.c:
24786         * gst/playback/test.c:
24787         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24788         fixes.
24789
24790         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24791
24792         * ext/theora/theoraenc.c (theora_enc_chain): 
24793         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24794
24795         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24796         RealPad.
24797
24798 2005-06-02  Wim Taymans  <wim@fluendo.com>
24799
24800         * gst-libs/gst/net/Makefile.am:
24801         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24802         * pkgconfig/gstreamer-libs.pc.in:
24803         Added net stuff, version net lib.
24804
24805 2005-06-02  Wim Taymans  <wim@fluendo.com>
24806
24807         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24808         (query_rates), (query_positions_elems), (query_positions_pads),
24809         (do_seek):
24810         Updated seek example.
24811
24812 2005-06-02  Andy Wingo  <wingo@pobox.com>
24813
24814         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24815         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24816         list.
24817
24818         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24819         remove the typefind, the bin dispose will do it for us. When it's
24820         removed and unreffed, the signal handler will be disconnected,
24821         too.
24822         (unlinked): It's too difficult to disconnect from unlinked
24823         handlers, as they are on pads not elements. Just punt if the pads
24824         aren't grandkids of the bin.
24825
24826 2005-06-02  Wim Taymans  <wim@fluendo.com>
24827
24828         * ext/ogg/README:
24829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24830         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24832         * ext/theora/theoradec.c: (theora_dec_src_query),
24833         (theora_handle_data_packet):
24834         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24835         (theora_enc_chain):
24836         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24837         (vorbis_handle_data_packet):
24838         * gst/audioconvert/bufferframesconvert.c:
24839         (buffer_frames_convert_chain):
24840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24841         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24842         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24843         (gst_ffmpegcsp_chain):
24844         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24845         (gst_videorate_getcaps), (gst_videorate_setcaps),
24846         (gst_videorate_event), (gst_videorate_chain):
24847         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24848         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24849         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24850         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24851         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24852         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24853         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24854         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24855         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24856         Cleanups and buffer alloc.
24857
24858 2005-05-31  Wim Taymans  <wim@fluendo.com>
24859
24860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24861         Don't try to call the delay method when the device is not
24862         opened.
24863
24864 2005-05-31  Wim Taymans  <wim@fluendo.com>
24865
24866         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24867         Get actual segment size and buffer size after opening
24868         the device.
24869
24870 2005-05-30  Wim Taymans  <wim@fluendo.com>
24871
24872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24873         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24874         Also FLUSH upstream, makes the loop function exit faster.
24875         
24876         * ext/theora/theoradec.c: (theora_dec_src_query):
24877         Some more debug info in the query.
24878         
24879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24880         (gst_ximagesink_setcaps):
24881         Release lock on par error, better error reporting.
24882
24883 2005-05-26  Wim Taymans  <wim@fluendo.com>
24884
24885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24886         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24887         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24888         Clear chains in READY
24889         Queue packets until the chain is activated.
24890
24891 2005-05-25  Wim Taymans  <wim@fluendo.com>
24892
24893         * gst-libs/gst/audio/gstaudiosink.c:
24894         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24895         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24896         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24897         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24898         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24899         (gst_audiosink_create_ringbuffer):
24900         * gst-libs/gst/audio/gstbaseaudiosink.c:
24901         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24902         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24903         (gst_baseaudiosink_set_property), (build_linear_format),
24904         (debug_spec_caps), (debug_spec_buffer),
24905         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24906         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24907         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24908         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24910         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24911         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24912         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24913         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24914         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24915         (wait_segment), (gst_ringbuffer_commit),
24916         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24917         (gst_ringbuffer_clear):
24918         Various small cleanups.
24919
24920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24921         (gst_audio_convert_change_state):
24922         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24923         No need to take the locks anymore.
24924
24925 2005-05-25  Wim Taymans  <wim@fluendo.com>
24926
24927         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24928         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24929         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24930         (type_found):
24931         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24932         (group_destroy), (group_commit), (queue_overrun),
24933         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24934         (mute_stream), (new_decoded_pad), (setup_substreams),
24935         (setup_source), (mute_group_type), (set_active_source),
24936         (gst_play_base_bin_change_state):
24937         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24938         (gen_video_element), (gen_text_element), (gen_audio_element),
24939         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24940         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24941         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24942         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24943         Some playbin cleanups mostly refcounting sloppyness.
24944
24945 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24946
24947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24948           Work with streaming input.
24949
24950 2005-05-25  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24953         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24954         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24955         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24956         No need to take the STREAM lock anymore.
24957
24958 2005-05-25  Wim Taymans  <wim@fluendo.com>
24959
24960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24961         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24962         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24963         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24964         (gst_ogg_demux_sink_activate):
24965         * ext/theora/theoradec.c: (theora_dec_src_event),
24966         (theora_handle_comment_packet), (theora_dec_chain),
24967         (theora_dec_change_state):
24968         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24969         (vorbis_handle_data_packet), (vorbis_dec_chain),
24970         (vorbis_dec_change_state):
24971         Remove STREAM locks as they are taken in core now.
24972         Never set bogus granulepos on vorbis/theora.
24973         Fix leaks in theoradec tag parsing.
24974
24975 2005-05-25  Wim Taymans  <wim@fluendo.com>
24976
24977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24978         Fix memleaks, GST_BUFFER_DATA() is not freed.
24979
24980 2005-05-25  Wim Taymans  <wim@fluendo.com>
24981
24982         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24983         Open non-blocking, set to blocking mode afterwards to avoid
24984         lockups when audio device is busy.
24985
24986 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24987
24988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24989           This can't be good.
24990
24991 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24992
24993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24994         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24995         (gst_audio_convert_setcaps):
24996           Implement instant setup switching.
24997
24998 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24999
25000         * gst/playback/gstplaybasebin.c: (probe_triggered):
25001           Fix missing unlock.
25002         * gst/playback/gstplaybin.c: (add_sink):
25003           First add, then link (otherwise pad link fails).
25004
25005 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25006
25007         * examples/Makefile.am:
25008         fix buildbot (make distcheck)
25009
25010 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25011
25012         * gst/playback/gstplaybin.c: (gen_vis_element):
25013           Remove some wrong code. Doesn't work yet.
25014
25015 2005-05-19  Wim Taymans  <wim@fluendo.com>
25016
25017         * gst-libs/gst/net/Makefile.am:
25018         * gst-libs/gst/net/README:
25019         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25020         (gst_netbuffer_class_init), (gst_netbuffer_init),
25021         (gst_netbuffer_finalize), (gst_netbuffer_copy),
25022         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25023         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25024         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25025         * gst-libs/gst/net/gstnetbuffer.h:
25026         Added buffer subclass to store extra to/from addresses for
25027         network sources/sinks.
25028
25029 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25030
25031         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25032           Don't lock an unassigned variable.
25033
25034 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25037           Increase buffer for video, decrease buffer for other media types.
25038         * gst/playback/gstplaybin.c: (gen_video_element),
25039         (gen_audio_element):
25040           Change names for debugging purposes.
25041
25042 2005-05-18  Wim Taymans  <wim@fluendo.com>
25043
25044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25045         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25046         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25047         (gst_ffmpegcsp_chain):
25048         Enable buffer alloc passthrough if the source and dest
25049         formats are the same.
25050
25051 2005-05-17  Wim Taymans  <wim@fluendo.com>
25052
25053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25054         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25055         (gst_ogg_demux_chain_unlocked):
25056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25057         (gst_audio_convert_caps_remove_format_info),
25058         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25059         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25061         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25062         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25063         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25064         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25065         (gst_ffmpegcsp_get_property):
25066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25067         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25068         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25069         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25070         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25071         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25072         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25073         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25074         Leak fixes in oggdemux.
25075         Some cleanups in audioconvert.
25076         Make passthrough work along with buffer_alloc etc.
25077         Make buffer_alloc and buffer recycling actually work in
25078         xvimagesink.
25079
25080 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25081
25082         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25083           make the compiler happy
25084
25085 2005-05-17  Wim Taymans  <wim@fluendo.com>
25086
25087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25088         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25089         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25090         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25091         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25092         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25093         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25094         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25095         (gst_xvimagesink_set_xwindow_id):
25096         * sys/xvimage/xvimagesink.h:
25097         Port xvimagesink to new MiniObject.
25098
25099 2005-05-17  Wim Taymans  <wim@fluendo.com>
25100
25101         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25102         (gst_audiofilter_chain):
25103         * gst-libs/gst/audio/gstaudiosink.c:
25104         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25105         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25106         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25107         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25108         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25109         (gst_audiosink_create_ringbuffer):
25110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25111         (gst_audio_convert_caps_remove_format_info),
25112         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25113         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25115         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25116         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25117         Fix passthrough in ffmpegcolorspace.
25118         Fix memset in audiosink on wrong memory.
25119
25120 2005-05-16  David Schleef  <ds@schleef.org>
25121
25122         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25123         to GstMiniObject.
25124
25125 2005-05-16  David Schleef  <ds@schleef.org>
25126
25127         Port from GstData to GstMiniObject.
25128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25130         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25131         (gst_ogg_mux_collected):
25132         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25133         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25134         (theora_handle_data_packet):
25135         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25136         (theora_set_header_on_caps), (theora_enc_chain):
25137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25138         (vorbis_handle_comment_packet):
25139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25140         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25141         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25142         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25143         * gst/audioconvert/gstaudioconvert.c:
25144         (gst_audio_convert_get_buffer):
25145         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25146         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25147         (mute_stream), (silence_stream):
25148         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25149         * gst/volume/gstvolume.c: (volume_transform):
25150         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25151         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25152         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25153         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25154         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25155         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25156         (gst_ximagesink_buffer_alloc):
25157         * sys/ximage/ximagesink.h:
25158
25159 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25160
25161         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25162         (fill_buffer), (check_queue), (queue_threshold_reached),
25163         (queue_out_of_data):
25164         * gst/playback/gstplaybasebin.h:
25165           Post buffer-fullness on the bus.
25166
25167 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25168
25169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25170         (try_to_link_1):
25171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25172         (group_commit), (probe_triggered), (setup_source),
25173         (gst_play_base_bin_change_state):
25174         * gst/playback/gstplaybasebin.h:
25175         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25176         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25177         (gst_play_bin_change_state):
25178           Move setup_output_pads into a virtual function, remove
25179           group-switch (no longer needed) and redirect (handled by bus
25180           now) signals.
25181
25182 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25185         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25186         (get_active_group), (get_building_group), (group_destroy),
25187         (group_commit), (check_queue), (queue_overrun),
25188         (queue_threshold_reached), (queue_out_of_data),
25189         (gen_preroll_element), (remove_groups), (unknown_type),
25190         (add_element_stream), (no_more_pads), (probe_triggered),
25191         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25192         (setup_substreams), (setup_source), (finish_source),
25193         (prepare_output), (muted_group_change_state),
25194         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25195         (gst_play_base_bin_change_state):
25196         * gst/playback/gstplaybasebin.h:
25197         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25198         (gst_play_bin_init), (gst_play_bin_set_property),
25199         (gen_video_element), (gen_text_element), (gen_audio_element),
25200         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25201         (gst_play_bin_change_state):
25202         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25203         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25204         (stream_info_change_state), (gst_stream_info_set_mute),
25205         (gst_stream_info_get_property):
25206         * gst/playback/gststreaminfo.h:
25207         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25208         (gst_stream_selector_get_linked_pad),
25209         (gst_stream_selector_getcaps),
25210         (gst_stream_selector_get_linked_pads),
25211         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25212         * gst/playback/gststreamselector.h:
25213           Rough port of playbin. Needs some more work, but is mostly done,
25214           and uses a few locks in important places, which should make stuff
25215           like chain-switches clean. Still uses GST_STATE() in a few places,
25216           which isn't all that good an idea, subtitles/elements disabled
25217           because no elements to test with and thus probably broken, query
25218           and event handling moved to GstBin, internal thread removed
25219           alltogether because the pipeline does that for us now. Can play
25220           Ogg/Vorbis files. Haven't tested anything else yet.
25221
25222 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25223
25224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25225           Do no-more-pads (needed for autoplugging).
25226
25227 2005-05-10  Andy Wingo  <wingo@pobox.com>
25228
25229         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25230         message to the bus with the tags. Still not sent downstream tho.
25231
25232         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25233         get_parent.
25234         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25235         avoid refcounting hassles.
25236
25237 2005-05-09  Andy Wingo  <wingo@pobox.com>
25238
25239         * gst/volume/Makefile.am:
25240         * gst/volume/demo.c
25241         * gst/volume/gstvolume.h
25242         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25243         basetransform. Probably need an audio filter base class.
25244
25245 2005-05-09  Wim Taymans  <wim@fluendo.com>
25246
25247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25248         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25249         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25250         (gst_vorbisenc_chain):
25251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25252         (gst_audio_convert_caps_remove_format_info),
25253         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25254         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25255         Make caps writable before writing to it.
25256         Fix negotiation in audioconvert some more.
25257
25258 2005-05-09  Wim Taymans  <wim@fluendo.com>
25259
25260         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25261         (gst_videorate_getcaps), (gst_videorate_setcaps),
25262         (gst_videorate_event), (gst_videorate_chain):
25263         Better negotiation.
25264
25265 2005-05-09  Wim Taymans  <wim@fluendo.com>
25266
25267         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25268         (gst_videorate_getcaps), (gst_videorate_setcaps),
25269         (gst_videorate_blank_data), (gst_videorate_init),
25270         (gst_videorate_event), (gst_videorate_chain),
25271         (gst_videorate_change_state):
25272         Port videorate, do a better job at negotiation while we're at
25273         it.
25274
25275 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25276
25277         * configure.ac:
25278           Disable libvisual
25279
25280         * examples/Makefile.am:
25281         * gst-libs/gst/audio/Makefile.am:
25282         * gst-libs/gst/riff/Makefile.am:
25283         * gst-libs/gst/tag/Makefile.am:
25284         * gst-libs/gst/video/Makefile.am:
25285           Fixups for missing variables.
25286
25287 2005-05-09  Wim Taymans  <wim@fluendo.com>
25288
25289         * examples/seeking/seek.c: (make_theora_pipeline),
25290         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25291         (query_rates), (query_positions_elems), (query_positions_pads),
25292         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25294         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25295         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25296         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25297         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25299         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25300         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25301         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25302         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25303         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25304         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25305         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25306         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25307         (theora_dec_src_convert), (theora_dec_sink_convert),
25308         (theora_dec_src_query), (theora_dec_sink_query),
25309         (theora_dec_src_event), (theora_dec_sink_event),
25310         (theora_handle_comment_packet), (theora_handle_type_packet),
25311         (theora_handle_header_packet), (theora_handle_data_packet),
25312         (theora_dec_chain):
25313         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25314         (vorbis_dec_convert), (vorbis_dec_src_query),
25315         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25316         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25317         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25318         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25320         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25321         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25322         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25323         (gst_play_bin_query):
25324         * gst/playback/test3.c: (update_scale):
25325         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25326         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25327         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25328         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25329         (gst_videotestsrc_src_query):
25330         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25331         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25332         (paint_hline_YUV9):
25333         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25334         Port to new query API.
25335         Updated seek.
25336         Cleanups in x[v]imagesink
25337
25338 2005-05-09  Andy Wingo  <wingo@pobox.com>
25339
25340         * ext/alsa/gstalsasink.h:
25341         * ext/gnomevfs/gstgnomevfssrc.c:
25342         (gst_gnomevfssrc_get_icy_metadata):
25343         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25344         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25345         * ext/theora/theoradec.c (theora_dec_src_query)
25346         (theora_dec_src_event, theora_dec_sink_event)
25347         (theora_handle_comment_packet, theora_handle_data_packet):
25348         * ext/theora/theoraenc.c (theora_enc_chain):
25349         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25350         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25351         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25352         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25353         (qt_type_find):
25354         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25355         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25356         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25357         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25358         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25359         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25360         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25361         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25362         (paint_setup_RGB565, paint_setup_xRGB1555):
25363         * gst/videotestsrc/videotestsrc.h:
25364         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25365         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25366         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25367         GCC4 fixes.
25368         
25369         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25370         gst_pad_query_position. Fixes oggdemux.
25371
25372 2005-05-08  David Schleef  <ds@schleef.org>
25373
25374         * configure.ac: Require liboil.
25375         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25376         a few more.
25377         * gst/videotestsrc/videotestsrc.c:
25378         * gst/videotestsrc/videotestsrc.h:
25379
25380 2005-05-06  Wim Taymans  <wim@fluendo.com>
25381
25382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25383         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25384         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25385         Well, unreffing a buffer right before pushing it is asking
25386         for trouble..
25387
25388 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25389
25390         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25391
25392 2005-05-06  Wim Taymans  <wim@fluendo.com>
25393
25394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25395         (gst_audio_convert_caps_remove_format_info),
25396         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25397         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25399         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25400         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25401         * gst/sine/Makefile.am:
25402         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25403         (gst_sinesrc_class_init), (gst_sinesrc_init),
25404         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25405         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25406         (gst_sinesrc_update_freq):
25407         * gst/sine/gstsinesrc.h:
25408         * gst/tcp/gstmultifdsink.c:
25409         * sys/xvimage/xvimagesink.c:
25410         Fixed negotiation wrt _peer_get_caps()
25411         Some cleanups.
25412
25413
25414 2005-05-06  Wim Taymans  <wim@fluendo.com>
25415
25416         * gst-libs/gst/audio/gstaudiosink.c:
25417         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25418         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25419         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25420         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25421         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25422         (gst_audiosink_create_ringbuffer):
25423         * gst-libs/gst/audio/gstbaseaudiosink.c:
25424         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25425         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25426         (gst_baseaudiosink_set_property), (build_linear_format),
25427         (debug_spec_caps), (debug_spec_buffer),
25428         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25429         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25430         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25431         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25432         * gst-libs/gst/audio/gstbaseaudiosink.h:
25433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25434         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25435         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25436         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25437         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25438         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25439         (wait_segment), (gst_ringbuffer_commit),
25440         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25441         (gst_ringbuffer_clear):
25442         * gst-libs/gst/audio/gstringbuffer.h:
25443         Make the base audiosink return an error when there is no
25444         audiobuffer negotiated.
25445
25446 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25447
25448         * ext/Makefile.am:
25449         Disable cdparanoia until someone ports it!
25450
25451 2005-05-06  Wim Taymans  <wim@fluendo.com>
25452
25453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25454         (gst_ogg_demux_sink_activate):
25455         And revert after wingo's revert.. sigh..
25456
25457 2005-05-05  Andy Wingo  <wingo@pobox.com>
25458
25459         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25460         GObject.
25461         * configure.ac: Return audiorate and subparse from the ghetto.
25462         Re-enable -Wall -Werror.
25463         * gst/subparse/gstsubparse.c:
25464         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25465         or chain-based. Cleaned up a bit. Not tested.
25466         
25467 2005-05-05  Christian Schaller <christian@fluendo.com> 
25468
25469         * Makefile.am: remove stuff that is not building
25470         * configure.ac: remove stuff that is not building
25471         * examples/Makefile.am: remove stuff that is not building
25472         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25473         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25474         * sys/Makefile.am: remove stuff that is not building
25475         * testsuite/Makefile.am: remove stuff that is not building
25476
25477 2005-05-05  Andy Wingo  <wingo@pobox.com>
25478
25479         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25480         * gst-libs/gst/tag/gstvorbistag.c:
25481         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25482         * gst/adder/gstadder.h:
25483         * gst/audioconvert/gstchannelmix.c:
25484         (gst_audio_convert_fill_one_other):
25485         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25486         (gst_audiorate_init), (gst_audiorate_chain):
25487         * gst/playback/gstplaybasebin.c: (setup_source):
25488         * gst/playback/test3.c: (update_scale):
25489         Some GCC4 fixes
25490         
25491         * po/af.po:
25492         * po/az.po:
25493         * po/cs.po:
25494         * po/en_GB.po:
25495         * po/hu.po:
25496         * po/it.po:
25497         * po/nb.po:
25498         * po/nl.po:
25499         * po/or.po:
25500         * po/sq.po:
25501         * po/sr.po:
25502         * po/sv.po:
25503         * po/uk.po:
25504         * po/vi.po: Foo
25505
25506 2005-05-05  Wim Taymans  <wim@fluendo.com>
25507
25508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25509         (gst_audio_convert_caps_remove_format_info),
25510         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25511         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25512         * gst/videotestsrc/gstvideotestsrc.c:
25513         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25514         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25515         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25516         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25517         Don't ignore _push() return values.
25518         Make sure no processing is done when shutting down.
25519         Videotestsrc pad activation fix.
25520
25521 2005-05-05  Wim Taymans  <wim@fluendo.com>
25522
25523         * gst/adder/Makefile.am:
25524         * gst/adder/gstadder.c: (gst_adder_setcaps),
25525         (gst_adder_class_init), (gst_adder_init),
25526         (gst_adder_request_new_pad), (gst_adder_collected),
25527         (gst_adder_change_state):
25528         * gst/adder/gstadder.h:
25529         Ported adder as an example of a mixer element using
25530         collect pads. Needs more negotiation work.
25531
25532 2005-05-05  Wim Taymans  <wim@fluendo.com>
25533
25534         * ext/theora/theoradec.c: (_inc_granulepos),
25535         (theora_dec_src_event), (theora_dec_sink_event),
25536         (theora_handle_comment_packet), (theora_handle_type_packet),
25537         (theora_handle_header_packet), (theora_handle_data_packet),
25538         (theora_dec_chain):
25539         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25540         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25541         (theora_push_buffer), (theora_push_packet),
25542         (theora_enc_sink_event), (theora_enc_chain),
25543         (theora_enc_change_state), (theora_enc_set_property),
25544         (theora_enc_get_property):
25545         Added stream lock to decoder so that we can serialize
25546         the discont event.
25547         More theoraenc porting, recover from errors, do clean
25548         shutdown.
25549
25550 2005-05-05  Wim Taymans  <wim@fluendo.com>
25551
25552         * ext/ogg/Makefile.am:
25553         * ext/ogg/README:
25554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25555         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25556         (gst_ogg_print):
25557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25558         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25559         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25560         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25561         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25562         (gst_ogg_mux_change_state):
25563         Ported ogg muxer.
25564
25565 2005-05-05  Wim Taymans  <wim@fluendo.com>
25566
25567         * docs/design-audiosinks.txt:
25568         * gst-libs/gst/audio/TODO:
25569         * gst-libs/gst/audio/gstaudiosink.c:
25570         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25571         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25572         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25573         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25574         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25575         (gst_audiosink_create_ringbuffer):
25576         * gst-libs/gst/audio/gstbaseaudiosink.c:
25577         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25578         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25579         (gst_baseaudiosink_set_property), (build_linear_format),
25580         (debug_spec_caps), (debug_spec_buffer),
25581         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25582         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25583         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25584         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25586         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25587         (gst_ringbuffer_release), (gst_ringbuffer_play),
25588         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25589         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25590         (gst_ringbuffer_set_sample), (wait_segment),
25591         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25592         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25593         More work on the audiosink, mostly debugging and a race in
25594         shutdown.
25595
25596 2005-04-28  Wim Taymans  <wim@fluendo.com>
25597
25598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25599         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25600         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25601         (vorbis_dec_src_query), (vorbis_dec_src_event),
25602         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25603         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25604         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25605         Don't crap out when seeking back to position 0.
25606
25607 2005-04-28  Wim Taymans  <wim@fluendo.com>
25608
25609         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25610         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25611         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25612         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25613         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25614         Make audio sink configurable, use alsasink as default.
25615
25616 2005-04-28  Wim Taymans  <wim@fluendo.com>
25617
25618         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25619         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25620         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25621         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25622         (vorbis_dec_change_state):
25623         * ext/vorbis/vorbisdec.h:
25624         Refactor, use STREAM_LOCK.
25625
25626 2005-04-28  Wim Taymans  <wim@fluendo.com>
25627
25628         * ext/theora/theoradec.c: (_inc_granulepos),
25629         (theora_dec_sink_event), (theora_handle_comment_packet),
25630         (theora_handle_type_packet), (theora_handle_header_packet),
25631         (theora_handle_data_packet), (theora_dec_chain),
25632         (theora_dec_change_state):
25633         Refactor a bit, use STREAM_LOCK.
25634
25635 2005-04-28  Wim Taymans  <wim@fluendo.com>
25636
25637         * ext/alsa/Makefile.am:
25638         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25639         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25640         (gst_alsa_link), (gst_alsa_close_audio):
25641         * ext/alsa/gstalsaplugin.c: (plugin_init):
25642         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25643         (gst_alsasink_dispose), (gst_alsasink_base_init),
25644         (gst_alsasink_class_init), (gst_alsasink_init),
25645         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25646         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25647         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25648         (gst_alsasink_reset):
25649         * ext/alsa/gstalsasink.h:
25650         Implement alsasink with simple open/write/close API. 
25651         Make alsa dir build by disabling compilation of code.
25652
25653 2005-04-28  Wim Taymans  <wim@fluendo.com>
25654
25655         * gst-libs/gst/audio/Makefile.am:
25656         * gst-libs/gst/audio/audio.h:
25657         * gst-libs/gst/audio/audioclock.c:
25658         * gst-libs/gst/audio/audioclock.h:
25659         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25660         (gst_audio_clock_class_init), (gst_audio_clock_init),
25661         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25662         * gst-libs/gst/audio/gstaudioclock.h:
25663         * gst-libs/gst/audio/gstaudiosink.c:
25664         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25665         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25666         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25667         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25668         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25669         (gst_audiosink_create_ringbuffer):
25670         * gst-libs/gst/audio/gstbaseaudiosink.c:
25671         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25672         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25673         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25674         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25675         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25676         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25677         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25678         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25679         * gst-libs/gst/audio/gstbaseaudiosink.h:
25680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25681         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25682         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25683         (gst_ringbuffer_release), (gst_ringbuffer_play),
25684         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25685         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25686         (gst_ringbuffer_set_sample), (wait_segment),
25687         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25688         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25689         * gst-libs/gst/audio/gstringbuffer.h:
25690         Make ringbuffer faster and more simple by removing the locks
25691         in the playback thread.
25692         Add sample accurate playback based on buffer sample offsets.
25693         Make the baseaudiosink provide a clock.
25694         Parse caps in the base class.
25695         Correctly handle seeking, flushing and state changes.
25696
25697 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25698
25699         * configure.ac:
25700         * gst/audioconvert/Makefile.am:
25701         * gst/audioscale/Makefile.am:
25702           Fix part of the build.  Come on guys, autogen didn't even work :)
25703
25704 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25705
25706         * configure.ac:
25707         * gst-libs/gst/Makefile.am:
25708         * gst-libs/gst/media-info/.cvsignore:
25709         * gst-libs/gst/media-info/Makefile.am:
25710         * gst-libs/gst/media-info/README:
25711         * gst-libs/gst/media-info/media-info-priv.c:
25712         * gst-libs/gst/media-info/media-info-priv.h:
25713         * gst-libs/gst/media-info/media-info-test.c:
25714         * gst-libs/gst/media-info/media-info.c:
25715         * gst-libs/gst/media-info/media-info.h:
25716         * gst-libs/gst/media-info/media-info.vcproj:
25717         * pkgconfig/Makefile.am:
25718         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25719         * pkgconfig/gstreamer-media-info.pc.in:
25720           Remove media-info, which is also successed by playbin (see Totem
25721           implementation).
25722
25723 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25724
25725         * configure.ac:
25726         * examples/Makefile.am:
25727         * examples/gstplay/.cvsignore:
25728         * examples/gstplay/Makefile.am:
25729         * examples/gstplay/player.c:
25730         * gst-libs/gst/Makefile.am:
25731         * gst-libs/gst/play/.cvsignore:
25732         * gst-libs/gst/play/Makefile.am:
25733         * gst-libs/gst/play/play.c:
25734         * gst-libs/gst/play/play.h:
25735         * gst-libs/gst/play/play.vcproj:
25736         * pkgconfig/Makefile.am:
25737         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25738         * pkgconfig/gstreamer-play.pc.in:
25739           Remove libgstplay, playbin is now the official successor.
25740
25741 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25742
25743         * configure.ac:
25744         * gst-libs/gst/Makefile.am:
25745         * gst-libs/gst/xwindowlistener/Makefile.am:
25746         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25747         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25748           Remove deprecated xwindowlistener (I've moved xwindowlistening
25749           in the v4l/v4l2 plugins over to serverside).
25750
25751 2005-04-25  David Schleef  <ds@schleef.org>
25752
25753         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25754         to examples/dynparams.  Examples do not belong interspersed with
25755         source code.
25756         * examples/dynparams/demo-dparams.c:
25757         * gst/sine/Makefile.am:
25758         * gst/sine/demo-dparams.c:
25759
25760 2005-04-25  David Schleef  <ds@schleef.org>
25761
25762         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25763         * gst-libs/gst/audio/Makefile.am:
25764         * gst-libs/gst/riff/Makefile.am:
25765         * gst-libs/gst/tag/Makefile.am:
25766         * gst-libs/gst/video/Makefile.am:
25767         * gst-libs/gst/xwindowlistener/Makefile.am:
25768
25769         Convert to 0.9 API, seems to work:
25770         * sys/ximage/Makefile.am:
25771         * sys/ximage/ximagesink.c:
25772
25773 2005-04-24  David Schleef  <ds@schleef.org>
25774
25775         Link plugins against libraries:
25776         * ext/alsa/Makefile.am:
25777         * gst/tcp/Makefile.am:
25778
25779         Remove asm code that should be in liboil
25780         * gst/videoscale/Makefile.am:
25781         * gst/videoscale/videoscale_x86_asm.s:
25782
25783         gettext wants these checked in:
25784         * po/af.po:
25785         * po/az.po:
25786         * po/cs.po:
25787         * po/en_GB.po:
25788         * po/hu.po:
25789         * po/it.po:
25790         * po/nb.po:
25791         * po/nl.po:
25792         * po/or.po:
25793         * po/sq.po:
25794         * po/sr.po:
25795         * po/sv.po:
25796         * po/uk.po:
25797         * po/vi.po:
25798
25799 2005-04-24  David Schleef  <ds@schleef.org>
25800
25801         Convert gst_main() to g_main_loop_run()
25802         * gst/playback/decodetest.c: (main):
25803         * gst/playback/test2.c: (main):
25804         * gst/playback/test3.c: (main):
25805         * gst/playback/test4.c: (main):
25806
25807         Link plugins against libraries:
25808         * ext/libvisual/Makefile.am:
25809         * sys/xvimage/Makefile.am:
25810
25811 2005-04-24  David Schleef  <ds@schleef.org>
25812
25813         * configure.ac: Remove idct and resample libs
25814         * gst-libs/gst/Makefile.am: same
25815
25816         Remove usage of gst_library_load():
25817         * ext/alsa/gstalsaplugin.c: (plugin_init):
25818         * ext/libvisual/visual.c: (plugin_init):
25819         * ext/ogg/gstogg.c: (plugin_init):
25820         * ext/theora/theora.c: (plugin_init):
25821         * ext/vorbis/vorbis.c: (plugin_init):
25822         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25823         * gst/audioscale/gstaudioscale.c:
25824         * gst/adder/gstadder.c: (plugin_init):
25825         * gst/audioconvert/plugin.c: (plugin_init):
25826         * sys/ximage/ximagesink.c: (plugin_init):
25827         * sys/xvimage/xvimagesink.c: (plugin_init):
25828         * gst/tcp/gsttcpplugin.c: (plugin_init):
25829
25830         Link plugins against libraries:
25831         * ext/ogg/Makefile.am:
25832         * ext/theora/Makefile.am:
25833         * ext/vorbis/Makefile.am:
25834         * gst/audioconvert/Makefile.am:
25835
25836         Create proper libraries:
25837         * gst-libs/gst/riff/Makefile.am:
25838         * gst-libs/gst/audio/Makefile.am:
25839         * gst-libs/gst/video/Makefile.am:
25840
25841         Move resample library to audioscale plugin directory:
25842         * gst-libs/gst/resample/Makefile.am:
25843         * gst-libs/gst/resample/README:
25844         * gst-libs/gst/resample/dtof.c:
25845         * gst-libs/gst/resample/dtos.c:
25846         * gst-libs/gst/resample/functable.c:
25847         * gst-libs/gst/resample/private.h:
25848         * gst-libs/gst/resample/resample.c:
25849         * gst-libs/gst/resample/resample.h:
25850         * gst-libs/gst/resample/resample.vcproj:
25851         * gst-libs/gst/resample/test.c:
25852         * gst/audioscale/Makefile.am:
25853         * gst/audioscale/README:
25854         * gst/audioscale/dtof.c:
25855         * gst/audioscale/dtos.c:
25856         * gst/audioscale/functable.c:
25857         * gst/audioscale/private.h:
25858         * gst/audioscale/resample.c:
25859         * gst/audioscale/resample.h:
25860         * gst/audioscale/test.c:
25861
25862         Move tagedit library to gst-libs:
25863         * gst-libs/gst/tag/Makefile.am:
25864         * gst-libs/gst/tag/gstid3tag.c:
25865         * gst-libs/gst/tag/gsttagediting.c:
25866         * gst-libs/gst/tag/gsttageditingprivate.h:
25867         * gst-libs/gst/tag/gstvorbistag.c:
25868         * gst/tags/Makefile.am:
25869         * gst/tags/gstid3tag.c:
25870         * gst/tags/gstvorbistag.c:
25871
25872         Fix for core changes:
25873         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25874         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25875         (gst_sinesrc_getrange):
25876
25877 2005-04-23  David Schleef  <ds@schleef.org>
25878
25879         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25880         in gst-plugins in a long time, and properly belongs in liboil.
25881         * gst-libs/gst/idct/Makefile.am:
25882         * gst-libs/gst/idct/README:
25883         * gst-libs/gst/idct/dct.h:
25884         * gst-libs/gst/idct/doieee:
25885         * gst-libs/gst/idct/fastintidct.c:
25886         * gst-libs/gst/idct/floatidct.c:
25887         * gst-libs/gst/idct/idct.c:
25888         * gst-libs/gst/idct/idct.h:
25889         * gst-libs/gst/idct/idtc.vcproj:
25890         * gst-libs/gst/idct/ieeetest.c:
25891         * gst-libs/gst/idct/intidct.c:
25892
25893 2005-04-20  Wim Taymans  <wim@fluendo.com>
25894
25895         * docs/design-audiosinks.txt:
25896         * gst-libs/gst/audio/Makefile.am:
25897         * gst-libs/gst/audio/TODO:
25898         * gst-libs/gst/audio/gstaudiosink.c:
25899         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25900         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25901         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25902         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25903         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25904         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25905         (gst_audiosink_class_init), (gst_audiosink_init),
25906         (gst_audiosink_create_ringbuffer):
25907         * gst-libs/gst/audio/gstaudiosink.h:
25908         * gst-libs/gst/audio/gstbaseaudiosink.c:
25909         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25910         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25911         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25912         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25913         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25914         (gst_baseaudiosink_create_ringbuffer),
25915         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25916         * gst-libs/gst/audio/gstbaseaudiosink.h:
25917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25918         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25919         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25920         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25921         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25922         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25923         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25924         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25925         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25926         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25927         * gst-libs/gst/audio/gstringbuffer.h:
25928         An attempt at a set of audio base classes together with some
25929         design docs.
25930
25931 2005-04-20  Wim Taymans  <wim@fluendo.com>
25932
25933         * gst/audioconvert/Makefile.am:
25934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25935         (gst_audio_convert_caps_remove_format_info),
25936         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25937         (gst_audio_convert_channels):
25938         Link against audio libs.
25939         Fix audio convert plugin.
25940
25941 2005-04-20  Wim Taymans  <wim@fluendo.com>
25942
25943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25944         (gst_ogg_demux_sink_activate):
25945         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25946         (theora_set_header_on_caps), (theora_enc_sink_event),
25947         (theora_enc_chain):
25948         Fix theora encoder.
25949
25950 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25953         * gst/playback/gstdecodebin.c: (find_compatibles):
25954           Work with staticpadtemplates in elementfactories.
25955
25956 2005-04-12  Wim Taymans  <wim@fluendo.com>
25957
25958         * gst/playback/README:
25959         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25960         (compare_ranks), (print_feature), (gst_decode_bin_init),
25961         (dynamic_create), (dynamic_free), (find_compatibles),
25962         (mimetype_is_raw), (close_pad_link), (got_redirect),
25963         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25964         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25965         (gst_decode_bin_change_state):
25966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25967         (gst_play_base_bin_init), (group_destroy), (group_commit),
25968         (check_queue), (queue_overrun), (queue_threshold_reached),
25969         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25970         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25971         (got_redirect), (setup_source), (play_base_eos),
25972         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25973         (gst_play_base_bin_remove_element):
25974         * gst/playback/gstplaybasebin.h:
25975         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25976         (gst_play_bin_init), (gst_play_bin_dispose),
25977         (gst_play_bin_set_property), (gen_video_element),
25978         (gen_text_element), (gen_audio_element), (remove_sinks),
25979         (gst_play_bin_send_event):
25980         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25981         (stream_info_change_state), (gst_stream_info_set_mute):
25982         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25983         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25984         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25985         (gst_stream_selector_chain):
25986         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25987         (main):
25988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25989         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25990         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25991         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25992         Raw and crude port of decodebin. 
25993         Make playbin compile.
25994
25995 2005-04-06  Wim Taymans  <wim@fluendo.com>
25996
25997         * ext/gnomevfs/Makefile.am:
25998         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25999         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26000         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26001         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26002         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26003         (gst_gnomevfssrc_stop):
26004         * ext/ogg/Makefile.am:
26005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26006         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26007         * ext/theora/Makefile.am:
26008         * ext/theora/theoradec.c: (_inc_granulepos),
26009         (theora_dec_sink_event), (theora_dec_chain):
26010         * ext/vorbis/Makefile.am:
26011         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26012         (vorbis_dec_sink_event), (vorbis_dec_chain):
26013         * gst-libs/gst/audio/Makefile.am:
26014         * sys/xvimage/Makefile.am:
26015         Make gnomevfssrc extend the source base class.
26016         Fix linking against libs in various plugins.
26017
26018 2005-04-06  Andy Wingo  <wingo@pobox.com>
26019
26020         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26021         GST_BASE_LIBS.
26022
26023         * configure.ac: Add check and AC_SUBST for libgstbase.
26024
26025 2005-03-31  Wim Taymans  <wim@fluendo.com>
26026
26027         * examples/seeking/Makefile.am:
26028         * examples/seeking/cdparanoia.c: (main):
26029         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26030         (play_cb), (pause_cb), (stop_cb), (main):
26031         * examples/seeking/playbin.c:
26032         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26033         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26034         (make_sid_pipeline), (make_vorbis_pipeline),
26035         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26036         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26037         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26038         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26039         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26040         (stop_cb), (main):
26041         * examples/seeking/spider_seek.c:
26042         * examples/seeking/vorbisfile.c:
26043         * ext/gnomevfs/Makefile.am:
26044         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26046         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26047         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26048         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26049         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26050         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26051         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26052         * ext/ogg/README:
26053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26054         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26055         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26056         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26057         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26058         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26059         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26060         (gst_ogg_demux_factory_filter), (compare_ranks),
26061         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26062         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26063         (gst_ogg_chain_new), (gst_ogg_chain_free),
26064         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26065         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26066         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26067         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26068         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26069         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26070         (gst_ogg_demux_get_prev_page),
26071         (gst_ogg_demux_deactivate_current_chain),
26072         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26073         (gst_ogg_demux_bisect_forward_serialno),
26074         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26075         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26076         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26077         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26078         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26079         (gst_ogg_demux_change_state), (gst_ogg_print):
26080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26081         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26082         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26083         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26084         (gst_ogg_mux_loop):
26085         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26086         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26087         (theora_dec_src_convert), (theora_dec_sink_convert),
26088         (theora_dec_src_query), (theora_dec_src_event),
26089         (theora_dec_sink_event), (theora_dec_chain),
26090         (theora_dec_change_state):
26091         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26092         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26093         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26094         (theora_enc_change_state):
26095         * ext/vorbis/Makefile.am:
26096         * ext/vorbis/oggvorbisenc.c:
26097         * ext/vorbis/oggvorbisenc.h:
26098         * ext/vorbis/vorbis.c: (plugin_init):
26099         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26100         (vorbis_dec_src_query), (vorbis_dec_src_event),
26101         (vorbis_dec_sink_event), (vorbis_dec_chain),
26102         (vorbis_dec_change_state):
26103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26104         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26105         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26106         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26107         (gst_vorbisenc_change_state):
26108         * ext/vorbis/vorbisenc.h:
26109         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26110         * gst-libs/gst/audio/audioclock.c:
26111         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26112         (gst_audiofilter_init), (gst_audiofilter_chain):
26113         * gst-libs/gst/audio/testchannels.c: (main):
26114         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26115         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26116         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26117         (gmip_find_track_streaminfo), (gmip_find_track_format):
26118         * gst-libs/gst/media-info/media-info.c:
26119         (gst_media_info_read_idler):
26120         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26121         (gst_play_get_all_by_interface):
26122         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26123         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26124         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26125         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26126         (gst_riff_parse_info):
26127         * gst-libs/gst/riff/riff-read.h:
26128         * gst-libs/gst/riff/riff.c: (plugin_init):
26129         * gst-libs/gst/video/Makefile.am:
26130         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26131         (gst_videosink_class_init), (gst_videosink_get_type):
26132         * gst-libs/gst/video/videosink.h:
26133         * gst/audioconvert/bufferframesconvert.c:
26134         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26135         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26136         * gst/audioconvert/channelmixtest.c: (main):
26137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26138         (gst_audio_convert_chain),
26139         (gst_audio_convert_caps_remove_format_info),
26140         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26141         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26142         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26143         (gst_audio_convert_buffer_to_default_format),
26144         (gst_audio_convert_buffer_from_default_format),
26145         (gst_audio_convert_channels):
26146         * gst/audioconvert/gstchannelmix.h:
26147         * gst/ffmpegcolorspace/avcodec.h:
26148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26149         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26150         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26151         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26152         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26153         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26154         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26155         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26156         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26157         (dv_type_find):
26158         * gst/videotestsrc/gstvideotestsrc.c:
26159         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26160         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26161         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26162         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26163         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26164         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26165         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26167         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26168         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26169         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26170         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26171         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26172         (gst_xvimagesink_navigation_send_event),
26173         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26174         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26175         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26176         * sys/xvimage/xvimagesink.h:
26177         Plugin port to 0.9, ogg/theora playback should work in the seek
26178         example now.
26179         Removed old examples.
26180         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26181         explained in 0.9 TODO doc.
26182
26183
26184 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * autogen.sh:
26187         * configure.ac:
26188         * ext/Makefile.am:
26189         * gst/Makefile.am:
26190         * po/POTFILES.in:
26191         * po/af.po:
26192         * po/az.po:
26193         * po/cs.po:
26194         * po/en_GB.po:
26195         * po/hu.po:
26196         * po/it.po:
26197         * po/nb.po:
26198         * po/nl.po:
26199         * po/or.po:
26200         * po/sq.po:
26201         * po/sr.po:
26202         * po/sv.po:
26203         * po/uk.po:
26204         * po/vi.po:
26205         * sys/Makefile.am:
26206         * testsuite/Makefile.am:
26207           remove a whole bunch of plugins.  This module now contains a set
26208           of free reference plugins/elements as agreed.
26209
26210 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26211
26212         * configure.ac:
26213           hunting season on 0.9 is now OPEN
26214
26215 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26216
26217         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26218           Kick the hell out of gcc for not warning me about a symbol conflict.
26219
26220 2005-02-22  Luca Ognibene  <luogni@tin.it>
26221
26222         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26223
26224         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26225           Don't leak caps string (fixes #168134)
26226
26227         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26228         (gst_jpegenc_init), (gst_jpegenc_finalize),
26229         (gst_jpegenc_change_state):
26230           Don't leak line buffers and context struct (fixes #168133).
26231
26232 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26233
26234         * configure.ac:
26235         * ext/dirac/gstdiracdec.cc:
26236         (gst_diracdec_chain):
26237           Since dirac 0.5.0 the framerate in dirac is expressed as a
26238           rational number. Fix build and up requirement to 0.5.0, and
26239           also pass parameters to gst_diracdec_link in the right order
26240           (fixes #167959).
26241
26242 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26243
26244         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26245         * ext/faad/gstfaad.h:
26246         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26247         certain invalid muxed streams, where some packets will contain 
26248         junk after decoder data. Partially fixes #149158.
26249
26250 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26251         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26252           Make sure we only write to writable buffers
26253
26254 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26255
26256         * gst-libs/gst/riff/riff-media.c:
26257         (gst_riff_create_audio_caps_with_data):
26258           Do actually fix invalid RIFF fmt header values for alaw
26259           and mulaw audio instead of just saying so.
26260
26261         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26262           Give gst_riff_create_audio_caps_with_data() a chance to
26263           fix up broken format header fields before extracting any
26264           parameters from the header. (fixes #167633)
26265
26266 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26267
26268         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26269
26270         * gst/audioconvert/bufferframesconvert.c:
26271         (buffer_frames_convert_link):
26272           Don't leak othercaps. (fixes #167878)
26273
26274 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26275
26276         * configure.ac:
26277         * ext/libvisual/visual.c: (gst_visual_srclink),
26278         (gst_visual_change_state):
26279           Support libvisual 0.2.0.
26280
26281 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26282
26283         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26284         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26285           Use same rowstrides for I420 as used everywhere else.
26286
26287 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26288
26289         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26290           Declare variables at beginning of block and make gcc-2.95 happy
26291           (fixes # 167482, patch by Gergely Nagy).
26292           
26293         * gst/tcp/gsttcpclientsrc.c:
26294         * gst/tcp/gsttcpclientsrc.h:
26295           Move some includes into the header, so that struct sockaddr_in is
26296           defined when it should be defined on FreeBSD as well (fixes
26297           #167483).
26298           
26299         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26300           Don't pass uninitialised values to setsockopt() here either.
26301
26302 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26303
26304         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26305
26306         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26307           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26308
26309 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * gst/playback/gstplaybin.c: (add_sink):
26312           Invert bin_add/link order to workaround deadlock in opt.
26313
26314 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * gst/modplug/gstmodplug.cc:
26317           Add missing break causing position queries to fail.
26318
26319 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26320
26321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26322           Granpos can apparently be -1, which screws up calculations...
26323
26324 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26325
26326         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26327         (gst_ximagesink_send_pending_navigation),
26328         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26329         (gst_ximagesink_init):
26330         * sys/ximage/ximagesink.h:
26331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26332         (gst_xvimagesink_send_pending_navigation),
26333         (gst_xvimagesink_navigation_send_event),
26334         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26335         * sys/xvimage/xvimagesink.h:
26336           Use a mutex protected list to marshal navigation
26337           events into the stream thread from whichever thread
26338           sends them.
26339
26340 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26341
26342         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26343           Display current position and track length; misc. clean-ups.
26344           
26345         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26346         (speed_init), (speed_chain):
26347           Add query function, so that the stream length and current position
26348           get adjusted when queried (note that current position queries may
26349           still be wrong if the audio sink returns values based on buffer
26350           timestamps instead of passing on the query).
26351
26352 2005-02-13  Benjamin Otte  <otte@gnome.org>
26353
26354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26355         (gst_audio_convert_channels):
26356           create channel conversion matrix when linking
26357         * gst/audioconvert/.cvsignore:
26358         * gst/audioconvert/Makefile.am:
26359         * gst/audioconvert/channelmixtest.c: (main):
26360           add (ugly) test that ensures stereo <=> mono conversion works
26361           correctly
26362
26363 2005-02-13  Benjamin Otte  <otte@gnome.org>
26364
26365         * gst/audioconvert/gstchannelmix.h:
26366           include missing header file
26367         * gst/audioconvert/gstchannelmix.c:
26368         (gst_audio_convert_fill_compatible):
26369           use same sign for both channels when converting to/from compatible
26370           channel. Previously used different signs made the signals cancel
26371           each other out and appear like silence. (fixes #167269)
26372
26373 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26374
26375         * gst/ffmpegcolorspace/avcodec.h:
26376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26377         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26378         (gst_ffmpegcsp_avpicture_fill):
26379         * gst/ffmpegcolorspace/imgconvert.c:
26380           Convert to and from YV12 (fixes #156379).
26381
26382 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26383
26384         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26385         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26386         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26387         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26388         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26389         methods from chain and negotiation and vice versa (Fixes #166142).
26390         * sys/ximage/ximagesink.h: Add stream_lock.
26391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26392         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26393         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26394         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26395
26396 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26397
26398         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26399           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26400           error message when we can't open the DVD device (when dvdnav_open()
26401           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26402           the above). Send something more useful instead (fixes #167117).
26403
26404 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26405
26406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26407         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26408         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26409         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26410         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26411         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26412         methods from chain and negotiation and vice versa (Fixes #166142).
26413         Fix a possible bug of images in the buffer pool being discarded because
26414         we are looking at the wrong geometry.
26415         * sys/xvimage/xvimagesink.h: Add stream_lock.
26416
26417 2005-02-11  David Schleef  <ds@schleef.org>
26418
26419         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26420         unsigned int. (fixes #167128)
26421
26422 2005-02-11  David Schleef  <ds@schleef.org>
26423
26424         * gst/librfb/Makefile.am: Testing stuff before committing is
26425           for wimps... and people with fast machines.  Fix stupid
26426           mistake.
26427
26428 2005-02-11  David Schleef  <ds@schleef.org>
26429
26430         * configure.ac: Pull in librfb from my CVS tree, because it is
26431           too small and annoying to be separate.  Move rfbsrc plugin
26432           to gst/.
26433         * ext/Makefile.am:
26434         * ext/librfb/Makefile.am:
26435         * ext/librfb/gstrfbsrc.c:
26436         * gst/librfb/Makefile.am:
26437         * gst/librfb/gstrfbsrc.c:
26438         * gst/librfb/rfb.c:
26439         * gst/librfb/rfb.h:
26440         * gst/librfb/rfbbuffer.c:
26441         * gst/librfb/rfbbuffer.h:
26442         * gst/librfb/rfbbytestream.c:
26443         * gst/librfb/rfbbytestream.h:
26444         * gst/librfb/rfbcontext.h:
26445         * gst/librfb/rfbdecoder.c:
26446         * gst/librfb/rfbdecoder.h:
26447         * gst/librfb/rfbutil.h:
26448
26449 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26450
26451         * gst/speed/Makefile.am:
26452         * gst/speed/demo-mp3.c: (main):
26453         * gst/speed/filter.func:
26454         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26455         (speed_class_init), (speed_init), (speed_chain_int16),
26456         (speed_chain_float32), (speed_chain), (speed_set_property),
26457         (speed_get_property), (speed_change_state):
26458         * gst/speed/gstspeed.h:
26459           Fix speed element and make it chain-based (fixes #156467),
26460           and make it handle more than one channel.
26461
26462 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26463
26464         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26465         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26466         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26467         * ext/dts/gstdtsdec.h:
26468           Don't clobber the stack constructing the channels array.
26469           Make the element chain-based. DTS tracks can now be played.
26470           
26471 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26472
26473         * gst-libs/gst/audio/multichannel.h:
26474         * gst-libs/gst/gconf/gconf.h:
26475         * gst-libs/gst/idct/idct.h:
26476         * gst-libs/gst/media-info/media-info-priv.h:
26477         * gst-libs/gst/play/play.h:
26478         * gst-libs/gst/resample/private.h:
26479         * gst-libs/gst/resample/resample.h:
26480         * gst-libs/gst/riff/riff-ids.h:
26481         * gst-libs/gst/video/video.h:
26482         * gst-libs/gst/video/videosink.h:
26483           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26484           missing, so that they work when included from C++ code.
26485
26486 2005-02-09  David Schleef  <ds@schleef.org>
26487
26488         * testsuite/gst-lint: Check for non-statically scoped
26489           parent_class variables.  This won't be a problem once
26490           plugins are loaded with RTLD_LOCAL.
26491
26492 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26493
26494         * ext/mplex/gstmplexibitstream.cc:
26495           gcc madness.
26496
26497 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26498
26499         * ext/ogg/gstogmparse.c:
26500         * gst/debug/gstnavigationtest.c:
26501           Die, thou faulty symbol pollutors (non-static parent_class).
26502
26503 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26504
26505         * ext/mplex/gstmplexibitstream.cc:
26506           Fix event handling (#165525).
26507
26508 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26509
26510         * ext/mikmod/gstmikmod.c:
26511         * gst/modplug/gstmodplug.cc:
26512           Add missing endianness to template (fixes #165509).
26513
26514 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26517           Fix wrong order of reading of optional bytes (#165290).
26518
26519 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26522           Implement FILLER event awareness.
26523
26524 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26527           Fix track calculations (#166208).
26528
26529 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26530
26531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26534         * ext/libpng/gstpngenc.c:
26535           Fix byte-order, use proper fixed caps. Fixes #164197.
26536
26537 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26538
26539         * configure.ac:
26540           Add dvdlpcmdec 
26541
26542         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26543         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26544           Don't push buffers if the src pad isn't negotiated yet.
26545           
26546         * gst/audioconvert/gstaudioconvert.c:
26547         (gst_audio_convert_buffer_to_default_format),
26548         (gst_audio_convert_buffer_from_default_format):
26549           Add support for 24-bit width.
26550
26551         * gst/dvdlpcmdec/.cvsignore:
26552         * gst/dvdlpcmdec/Makefile.am:
26553         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26554         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26555         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26556         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26557         (plugin_init):
26558         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26559           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26560           format. Needs support for the channels maps if someone can find 
26561           a DVD LPCM track with > 2 channels.
26562
26563         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26564         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26565         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26566         * gst/mpegstream/gstdvddemux.h:
26567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26568         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26569         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26570         * gst/mpegstream/gstmpegdemux.h:
26571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26572         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26573         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26574         (gst_mpeg_parse_handle_src_query),
26575         (gst_mpeg_parse_handle_src_event):
26576           Use audio/x-dvd-lpcm for LPCM output.
26577           Add DTS output.
26578
26579 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26580
26581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26582
26583         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26584         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26585           Add BGRA handling (#165736).
26586
26587 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26588
26589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * gst/law/alaw-decode.c: (alawdec_link):
26592         * gst/law/alaw-encode.c: (alawenc_link):
26593         * gst/law/mulaw-decode.c: (mulawdec_link):
26594         * gst/law/mulaw-encode.c: (mulawenc_link):
26595           Fix caps memleaks (#166600).
26596
26597 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26598
26599         * ext/tarkin/mem.h:
26600         * ext/tarkin/wavelet.h:
26601         * ext/tarkin/yuv.h:
26602         * gst/ffmpegcolorspace/avcodec.h:
26603           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26604           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26605
26606 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26607
26608         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26610         (gst_xvimagesink_change_state):
26611           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26612           Xv video (and thereby regenerate Xv colourkey) in clear() so
26613           that PLAY -> READY -> PLAY works (fixes #162504).
26614
26615 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26618           Switch to list instead of range, since MJPEG-devices really just
26619           support decimations, not any size.
26620
26621 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26622         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26623         (gst_mpeg2dec_reset), (free_all_buffers),
26624         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26625         * ext/mpeg2dec/gstmpeg2dec.h:
26626           The libmpeg2 user-allocated buffer management is awkward, 
26627           to say the least. Hopefully this fixes things.
26628
26629 2005-02-04  Andy Wingo  <wingo@pobox.com>
26630
26631         * gst/audioconvert/bufferframesconvert.c
26632         (buffer_frames_convert_fixate): New function, fixates to 256
26633         frames per buffer by default. (Much better than 1.)
26634         (buffer_frames_convert_init): Set the fixate function for both src
26635         and sink pad.
26636         (buffer_frames_convert_link): After success setting nonfixed caps,
26637         get the negotiated caps so we can know how many buffer-frames it
26638         will be. No idea how this worked at all before.
26639
26640 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26641
26642         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26643         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26644         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26645         (handle_sequence), (handle_picture):
26646         * ext/mpeg2dec/gstmpeg2dec.h:
26647           Rearrange buffer tracking and refcounting and refactor
26648           a little for readability. 
26649
26650 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26651         * sys/v4l/gstv4l.c: (plugin_init):
26652         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26653         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26654         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26655         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26656         * sys/v4l/gstv4ljpegsrc.h:
26657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26658         * sys/v4l/v4l_calls.h:
26659         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26660         (gst_v4lsrc_get_fps):
26661         * sys/v4l/v4lsrc_calls.h:
26662           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26663           you jpeg inside rgb frames" driver.
26664           Don't error in the v4lsrc link function, just return 
26665           REFUSED.
26666
26667 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26670         (gst_qcamsrc_open):
26671           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26672
26673 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26674
26675         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26676           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26677
26678 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26679
26680         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26681           Reset negotiated state on PAUSED->READY.
26682
26683 2005-02-02  David Schleef  <ds@schleef.org>
26684
26685         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26686         whereever possible.  (Fixes #165997)
26687         * examples/capsfilter/capsfilter1.c: (main):
26688         * examples/dynparams/filter.c: (create_ui):
26689         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26690         * examples/seeking/chained.c: (main):
26691         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26692         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26693         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26694         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26695         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26696         * examples/switch/switcher.c: (main):
26697         * ext/dv/demo-play.c: (main):
26698         * ext/faad/gstfaad.c: (gst_faad_change_state):
26699         * ext/mad/gstmad.c: (gst_mad_chain):
26700         * ext/smoothwave/demo-osssrc.c: (main):
26701         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26702         (gst_gconf_render_bin_from_description),
26703         (gst_gconf_get_default_audio_sink),
26704         (gst_gconf_get_default_video_sink),
26705         (gst_gconf_get_default_audio_src),
26706         (gst_gconf_get_default_video_src),
26707         (gst_gconf_get_default_visualization_element):
26708         * gst/level/demo.c: (main):
26709         * gst/level/plot.c: (main):
26710         * gst/playback/gstplaybin.c: (gen_video_element),
26711         (gen_audio_element):
26712         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26713         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26714         * gst/sine/demo-dparams.c: (main):
26715         * gst/spectrum/demo-osssrc.c: (main):
26716         * gst/speed/demo-mp3.c: (main):
26717         * gst/volume/demo.c: (main):
26718         * testsuite/embed/embed.c: (main):
26719
26720 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26721
26722         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26723         (gst_tcpclientsink_finalize):
26724         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26725         (gst_tcpclientsrc_finalize):
26726         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26727         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26728         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26729         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26730           Don't leak the hostname when shutting down.
26731           In tcpserversrc, take a copy of the default hostname.
26732
26733 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26736           Set caps to systemstream=TRUE.
26737
26738 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26739
26740         * testsuite/Makefile.am:
26741           Fix more OSX buildbots.
26742
26743 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26744
26745         * ext/mpeg2dec/gstmpeg2dec.c:
26746           Don't send things to NULL PAD_PEERs
26747
26748         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26749           Copy-on-write the incoming buffer.
26750
26751         * gst/mpegstream/gstdvddemux.h:
26752         * gst/mpegstream/gstmpegclock.h:
26753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26754         (normal_seek), (gst_mpeg_demux_handle_src_event):
26755         * gst/mpegstream/gstmpegdemux.h:
26756         * gst/mpegstream/gstmpegpacketize.h:
26757         * gst/mpegstream/gstmpegparse.c:
26758         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26759         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26760         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26761         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26762         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26763         * gst/mpegstream/gstmpegparse.h:
26764         * gst/mpegstream/gstrfc2250enc.h:
26765           Various changes to the way time is computed that make seeking and
26766           total time estimation much better here.
26767           Use G_BEGIN/END_DECLS instead of __cplusplus
26768
26769         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26770           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26771
26772 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26773
26774         * gst/subparse/gstsubparse.c:
26775           Fix OSX buildbot.
26776
26777 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26778
26779         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26780         (theora_enc_chain), (theora_enc_change_state):
26781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26782         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26783         (gst_vorbisenc_change_state):
26784         * ext/vorbis/vorbisenc.h:
26785           Set granulepos and timestamp correctly for streams not
26786           starting at 0, taking into account the initial delay.
26787
26788 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26789
26790         * gst/mpegstream/gstdvddemux.c:
26791           Add audio/x-dts to audio pad template caps
26792
26793 2005-01-30  David Schleef  <ds@schleef.org>
26794
26795         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26796         (create_context), (gst_polypsink_link): Fix silly endianness
26797         bug.  Add some debugging.  Remove float from caps; it doesn't
26798         work.  Attempt to get remote audio working.
26799
26800 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26801
26802         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26803           Add 3IV2 fourcc.
26804
26805 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26808         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26809         (gst_avi_demux_stream_data):
26810         * gst/avi/gstavidemux.h:
26811           Invert DIB images. Fixes #132341.
26812
26813 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26814
26815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26816         (gst_ffmpegcsp_chain):
26817           D'oh, reference the palette data, not the palette structure.
26818           Fixes color distortion in #132341.
26819
26820 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26821
26822         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26823           PAR can be non-fixed when not provided as argument (#162626).
26824
26825 2005-01-29  David Moore  <dcm@acm.org>
26826
26827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26830         (gst_qtdemux_loop_header):
26831           Re-apply patch from #142272 that allows non-seekable sources,
26832           re-proposed by Daniel Drake <dsd@gentoo.org>.
26833
26834 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26837           Use the src template for creating the src pad (#162330).
26838
26839 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * configure.ac:
26842         * ext/musepack/Makefile.am:
26843         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26844         (gst_musepackdec_init), (gst_musepackdec_dispose),
26845         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26846         (gst_musepack_stream_init), (gst_musepackdec_loop),
26847         (gst_musepackdec_change_state):
26848         * ext/musepack/gstmusepackdec.cpp:
26849         * ext/musepack/gstmusepackdec.h:
26850         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26851         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26852         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26853         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26854         * ext/musepack/gstmusepackreader.cpp:
26855         * ext/musepack/gstmusepackreader.h:
26856           Update to 1.1 API (#165446).
26857
26858 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * ext/Makefile.am:
26861           Unbreak buildbot.
26862
26863 2005-01-28  Andy Wingo  <wingo@pobox.com>
26864
26865         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26866         to reflect a different dubious internet source. Add a reference
26867         and some commentary.
26868
26869 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26872         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26873         * gst/playback/gststreamselector.h:
26874           Be more selective when we're redoing caps negotiation from
26875           within the chain function on a stream change.
26876
26877 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * configure.ac:
26880         * ext/Makefile.am:
26881         * ext/amrnb/Makefile.am:
26882         * ext/amrnb/amrnb.c: (plugin_init):
26883         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26884         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26885         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26886         (gst_amrnbdec_state_change):
26887         * ext/amrnb/amrnbdec.h:
26888         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26889         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26890         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26891         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26892         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26893         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26894         * ext/amrnb/amrnbparse.h:
26895           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26896         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26897           Add AMR-NB/-WB raw formats.
26898         * ext/alsa/gstalsa.c: (gst_alsa_link):
26899           Keep valid time when changing format.
26900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26901         (qtdemux_parse_trak):
26902           Add some more format-specific options (#140141, #143555, #155163).
26903
26904 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * gst/matroska/matroska-demux.c:
26907         (gst_matroska_demux_parse_blockgroup):
26908           Fix logic error in timing of subtitle stream synchronization.
26909         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26910           Add skip-chunk, which is found in kodak-camera streams.
26911
26912 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26913
26914         * po/LINGUAS:
26915         * po/vi.po:
26916           Adding Vietnamese translation (submitted by Clytie Siddall)
26917
26918 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/playback/gstdecodebin.c: (try_to_link_1):
26921           Use realpad for signal.
26922
26923 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26926           Fix category so decodebin picks it up.
26927
26928 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26929
26930         * ext/mad/Makefile.am:
26931         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26932         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26933         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26934         (found_type), (gst_id3demux_bin_change_state):
26935         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26936         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26937         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26938         (gst_id3_tag_change_state), (plugin_init):
26939         * ext/mad/gstmad.h:
26940           Add id3demuxbin (which is a simple bin consisting of id3demux
26941           and typefind), take over rank from id3demux, remove typefind
26942           code from id3demux. Makes all broken mp3s that I know of work,
26943           and thereby fixes #152688.
26944
26945 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26946
26947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26948
26949         * ext/mad/gstmad.c: (gst_mad_src_event):
26950         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26951           Allow seeks on audio pad, make mad forward those (#164826).
26952         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26953           Set duration (#165335).
26954
26955 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26956
26957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26958         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26959         (gst_asf_demux_process_ext_content_desc),
26960         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26961         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26962         * gst/asfdemux/gstasfdemux.h:
26963           Improve metadata display, e.g. if the metadata comes before the
26964           streams are loaded (which is perfectly valid).
26965
26966 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * tools/gst-launch-ext-m.m:
26969           Fix AVI/ASF pipelines (#165340).
26970
26971 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26972         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26973         build failure on amd64
26974
26975 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26976
26977         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26978         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26979           Check environment variables GST_ID3V2_TAG_ENCODING,
26980           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26981           list of character encodings to force interpretation of non-unicode
26982           strings stored in an ID3v2 tag to a particular encoding. If none
26983           is specified, try to use current locale's encoding, then fall back
26984           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26985         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26986         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26987           Check environment variables GST_ID3V1_TAG_ENCODING,
26988           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26989           list of character encodings to use in case a string encountered
26990           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26991           specified, try to use the current locale's encoding, then fall
26992           back to ISO-8859-1 (which will always succeed).
26993
26994 2005-01-25  Benjamin Otte  <otte@gnome.org>
26995
26996         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26997           - on half framerate, compute the rate in advance so the comparisons
26998             don't compare wrong values
26999           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27000             behaviour
27001           - don't use mad_header_decode anymore, mad_frame_decode does that
27002             automatically
27003           - when getting rid of consumed bytes, reset the stream's skiplen
27004           (fixes #163867)
27005
27006 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27007
27008         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27009           Use 1/2 a second for default max_discont, as PES streams from DVB
27010           seem to have larger spacings in the SCR. 
27011           Fix a typo.
27012
27013 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * gst/playback/gstplaybasebin.c: (group_commit):
27016           Notify delayed stream-info availability.
27017
27018 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27019         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27020         (gst_a52dec_handle_event), (gst_a52dec_chain):
27021         Add some debug output. Check that a discont has a valid
27022         time associated.
27023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27024         (gst_alsa_sink_loop):
27025         Ignore TAG events. A little extra debug for broken timestamps.
27026         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27027         (dvdnavsrc_change_state):
27028         Ensure we send a discont to engage the link before we send any
27029         other events.
27030         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27031         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27032         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27033         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27034         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27035         dvd://title works in totem because typefinding sends a seek that ends
27036         up going back to chapter 1 regardless.
27037         * ext/mpeg2dec/gstmpeg2dec.c:
27038         * ext/mpeg2dec/gstmpeg2dec.h:
27039         Output correct timestamps and handle disconts.
27040         * ext/ogg/gstoggdemux.c: (get_relative):
27041         Small guard against a null dereference.
27042         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27043         (gst_textoverlay_set_property):
27044         Free memory when done. Don't call gst_event_filler_get_duration on
27045         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27046         g_warning.
27047         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27048         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27049         (gst_sw_srclink), (gst_smoothwave_chain):
27050         Draw solid lines, prettier colours.
27051         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27052         Add a default palette that'll work for some movies.
27053         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27054         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27055         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27056         * gst/mpegstream/gstdvddemux.h:
27057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27058         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27059         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27060         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27061         * gst/mpegstream/gstmpegparse.h:
27062         Use PTM/NAV events when for timestamp adjustment when connected to 
27063         dvdnavsrc. Don't use many discont events where one suffices.
27064         * gst/playback/gstplaybasebin.c: (group_destroy),
27065         (gen_preroll_element), (gst_play_base_bin_add_element):
27066         * gst/playback/gstplaybasebin.h:
27067         Make sure we remove subtitles from the same bin we put them in.
27068         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27069         (gst_subparse_buffer_format_autodetect),
27070         (gst_subparse_change_state):
27071         Fix some memleaks and invalid accesses.
27072         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27073         (oggskel_type_find), (cmml_type_find), (plugin_init):
27074         Some typefind functions for Annodex v3.0 files
27075         * gst/wavparse/gstwavparse.h:
27076         GstRiffReadClass is the correct parent class.
27077
27078 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27079
27080         * gst-libs/gst/riff/riff-media.c:
27081         (gst_riff_create_video_caps_with_data):
27082           Add extradata to huffyuv (fixes #165013).
27083         * gst-libs/gst/riff/riff-read.c:
27084         (gst_riff_read_strf_vids_with_data):
27085           Fix extradata extraction if it is in the chunk size.
27086
27087 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27088
27089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27092         (gst_quarktv_change_state), (gst_quarktv_dispose):
27093           Memory free'ing location fix (#164708).
27094
27095 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27096
27097         * gst/playback/gstplaybasebin.c: (group_commit),
27098         (gen_preroll_element), (probe_triggered), (gen_source_element),
27099         (setup_source), (gst_play_base_bin_change_state),
27100         (gst_play_base_bin_add_element):
27101           Don't block for streams.
27102         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27103         (gst_stream_info_set_mute):
27104           Use gst_pad_set_active_recursive.
27105
27106 2005-01-25  Andy Wingo  <wingo@pobox.com>
27107
27108         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27109         for #ifndef HAVE_XVIDEO.
27110
27111 2005-01-24  Jeffrey C. Ollie
27112
27113         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27114
27115         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27116         * ext/gsm/gstgsmdec.h:
27117         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27118         * ext/gsm/gstgsmenc.h:
27119         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27120         was given by property. Add proper buffer timestamps and offsets.
27121
27122 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27123
27124         * gst-libs/gst/riff/riff-media.c:
27125         (gst_riff_create_audio_caps_with_data):
27126           Audio can be <8000Hz.
27127
27128 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27131           Explicit state change to workaround refcount bugs.
27132
27133 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27134
27135         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27136         (gst_avimux_riff_get_avi_header):
27137           Fix...
27138
27139 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27142         (gst_riff_read_element_data):
27143         * gst-libs/gst/riff/riff-read.h:
27144           Add _peek version (req'ed in CDXA).
27145         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27146         (gst_cdxaparse_loop):
27147           Fix parsing in playbin.
27148         * gst/playback/gstdecodebin.c: (close_pad_link):
27149           Ignore current_ pads, they cause major annoyance.
27150
27151 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27154           Safety guard.
27155
27156 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27159           Fix padding...
27160
27161 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27164           Allow for 0-sized buffers. Fixes length query problems in
27165           starwars.mkv from the testsuite.
27166
27167 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27168
27169         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27170         (gst_video_box_i420), (gst_video_box_chain):
27171           Fix row strides for I420 (fixes #163159)
27172           
27173 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27176           MPEG2 has a useful rate property, so we can actually use that.
27177           For MPEG-1, continue using the bytes/time properties.
27178
27179 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27180
27181         * gst-libs/gst/riff/riff-media.c:
27182         (gst_riff_create_video_caps_with_data),
27183         (gst_riff_create_video_template_caps):
27184           Add intel-h263.
27185
27186 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27189           Fail if caps negotiation fails. Should fix #162184, and should
27190           definately be in there regardless of it fixing the actual bug.
27191         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27192         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27193         (gst_avimux_riff_get_avix_header),
27194         (gst_avimux_riff_get_video_header),
27195         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27196         (gst_avimux_start_file), (gst_avimux_handle_event),
27197         (gst_avimux_change_state):
27198         * gst/avi/gstavimux.h:
27199           Refactor structure writing to use GST_WRITE_UINT macros, add
27200           metadata writing support.
27201
27202 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27203
27204         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27205           Elements may already be destroyed when this function is called.
27206
27207 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27208
27209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27210         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27211           More memory leak fixes (#149162).
27212
27213 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27216         (gst_qtdemux_add_stream):
27217           Fix two memleaks.
27218
27219 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27220
27221         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27222           Argh...
27223
27224 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27225
27226         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27227           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27228           when fixating to six channels in Totem.
27229
27230 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27231
27232         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27233           Fix compile warnings on Solaris 10 buildbot
27234
27235 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27236
27237         * ext/dvdread/dvdreadsrc.c: (_read):
27238           Don't read beyond the last cell in a chapter (fixes 
27239           invalid memory access)
27240
27241 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27242
27243         * ext/dvdread/stream_labels.c:
27244         (dvdreadsrc_get_audio_stream_labels):
27245           Use NULL for an empty GList instead of g_list_alloc(); fix 
27246           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27247           of GString (easier to bulk free later)
27248
27249 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27250
27251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27252
27253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27254         (gst_ffmpeg_pixfmt_to_caps):
27255           Fix BGRA32 caps (#164209).
27256
27257 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27258
27259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27262         (gst_ffmpeg_caps_to_pixfmt):
27263           alpha_mask can be RGBA/ABGR. Fixes #164265.
27264
27265 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27266
27267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27270         (gst_mpeg2dec_alloc_buffer):
27271         * ext/mpeg2dec/gstmpeg2dec.h:
27272           Crop if decoding size is not the actual image size (#163676).
27273
27274 2005-01-17  Steve Baker  <steve@stevebaker.org>
27275
27276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27277
27278         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27279         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27280           Add libsndfile typefind functions (#163309).
27281
27282 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * tools/gst-launch-ext-m.m:
27285           Add .aac, fix .m1v/.m2v (#163891).
27286
27287 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27288
27289         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27290           Sanity check, don't wait endlessly since the clock might not
27291           actually run at this point (which is a deadlock). Fixes #164069.
27292
27293 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27294
27295         * gst/playback/gstplaybasebin.c: (probe_triggered):
27296           Of course, only pause if group is done...
27297
27298 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27299
27300         * gst/playback/gstplaybasebin.c: (probe_triggered):
27301           Thread safety.
27302
27303 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27304
27305         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27306           Don't return state change success when the parent
27307           failed.
27308
27309 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27312           Free events (fix memleak in #162905).
27313
27314 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27315
27316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27317
27318         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27319         (gst_ffmpeg_caps_to_pixfmt):
27320           Fix for depth = 15. Fixes #161675.
27321
27322 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27323
27324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27325           Set FPS correctly, even for webcams and the like.
27326         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27327           Don error on setting while capturing.
27328
27329 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27330
27331         * ext/dv/gstdvdec.c:
27332         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27333         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27334           I'm a bad boy. using /1001. to force C to do float division
27335           and not integer division (as it did in my last commit)
27336           Thanks to David I. Lehn for pointing this mistake.
27337
27338 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27341           Revert Johan's 1.35->1.36 since it breaks compat.
27342
27343 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27344
27345         * ext/dv/gstdvdec.c:
27346         * ext/libfame/gstlibfame.c:
27347         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27348         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27349           replace framerate aproximations by their real value
27350           (24000/1001, 30000/1001, 60000/1001)
27351           Finish fixing bug #164049
27352
27353 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27354
27355         * ext/ogg/gstoggmux.c:
27356           eos/bos debugging
27357         * gst/tcp/gstmultifdsink.c:
27358         * gst/tcp/gstmultifdsink.h:
27359         * gst/tcp/gsttcp.c:
27360         * gst/tcp/gsttcp.h:
27361         * gst/tcp/gsttcpclientsink.c:
27362         * gst/tcp/gsttcpclientsrc.c:
27363         * gst/tcp/gsttcpserversink.c:
27364         * gst/tcp/gsttcpserversrc.c:
27365           improve reusability of elements after state changes and errors
27366           make multifdsink throw away streamheaders when receiving new ones
27367
27368 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27369
27370         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27371           Fix for if items are already in list...
27372
27373 2005-01-12  Benjamin Otte  <otte@gnome.org>
27374
27375         * gst/adder/gstadder.c: (gst_adder_loop):
27376           fix adder a bit so it doesn't screw up with events as much anymore
27377
27378 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27379
27380         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27381         (pixbufscale_scale), (gst_pixbufscale_chain):
27382         * ext/gdk_pixbuf/pixbufscale.h:
27383           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27384           to ensure rowstrides are calculated the same way as 
27385           ffmpegcolorspace
27386           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27387           that we pick up duration and offset also.
27388
27389 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27392         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27393           Reusability fixes.
27394
27395 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27396
27397         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27398         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27399         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27400         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27401           Update flags when requested.
27402
27403 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27406           Fix dmix.
27407
27408 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27411         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27412         (probe_triggered), (new_decoded_pad), (gen_source_element),
27413         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27414         * gst/playback/gstplaybasebin.h:
27415         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27416         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27417         (gst_play_bin_change_state):
27418           Implement group-switch signal for use in apps to clear metadata
27419           cache, clean up subtitle, add suburi property instead of # hack,
27420           some error-out fixes.
27421
27422 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27425           Debug.
27426         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27427           If we got a state change in the _get handler, don't return success.
27428
27429 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27430
27431         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27432         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27433           Make jpegdec quiet on MJPEG decoding
27434         * gst/asfdemux/README:
27435           Fix mimetypes for MJPEG and H263
27436
27437 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27438
27439         * ext/theora/theoradec.c: (theora_dec_chain):
27440           Fix broken code generation by gcc by swapping arguments.
27441         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27442           Fix \n in debug.
27443
27444 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27445
27446         * TODO:
27447           delete this file, it is by far outdated
27448         * ext/alsa/gstalsa.1: remove
27449         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27450         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27451         (gst_alsa_get_caps):
27452           Add HW probing for supported sample rates. Fixes #161704
27453
27454 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27455
27456         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27457           Don't crash, biatch! :).
27458
27459 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * ext/musepack/gstmusepackreader.cpp:
27462         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27463           Some work on tags - still doesn't work in playbin...
27464         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27465           Handle events...
27466
27467 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27470           Also shove tags on kid pads.
27471
27472 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27473
27474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27475           Don't bail on unknown events.
27476         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27477           Don't crash on events before negotiation.
27478         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27479           Send tags on pads, too.
27480         * gst/playback/gststreamselector.c:
27481         (gst_stream_selector_request_new_pad):
27482           Forward events on first pad if no input was selected yet.
27483
27484 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27485
27486         * gst/playback/gstplaybasebin.c: (setup_substreams):
27487           Don't disable streamtype if the stream doesn't exist, since
27488           then playing a video after audio will disable both and nothing
27489           will happen. Fixes the testsuite.
27490
27491 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27492
27493         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27494         (gst_v4l_xoverlay_set_xwindow_id):
27495         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27496         (gst_v4l2_xoverlay_set_xwindow_id):
27497           Add debug categories, fix overlay disabling.
27498
27499 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27500
27501         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27502         * ext/alsa/gstalsa.h:
27503           Add HW probing for period_count/size and buffer_size MIX/MAX
27504           Adjust default/user defined value if out of bounds
27505           Should fix bug #162024
27506
27507 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27508
27509         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27510           Fix warning (#161191).
27511
27512 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27513
27514         * ext/dvdread/stream_labels.c:
27515         (dvdreadsrc_get_audio_stream_labels):
27516           Fix warning (init the good variable in switch default)
27517
27518 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27519
27520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27521
27522         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27523           Fix gcc-2.95 compile (#163485).
27524
27525 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * configure.ac:
27528         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27529         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27530         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27531         (gst_flacenc_change_state):
27532         * ext/flac/gstflacenc.h:
27533           Update for API change in flac-1.1.1. Update requirement in
27534           configure.ac. Fixes #162974.
27535
27536 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27537
27538         * gst/playback/gstplaybasebin.c: (group_destroy):
27539           Remove hack to get rid of assert and get rid of unlinked
27540           signals properly.
27541
27542 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27543
27544         * gst/playback/gstplaybasebin.c: (setup_source):
27545           Set source to NULL so that resources are free'ed. Fixes issues
27546           with playback of CDDA and similar device-accessing things.
27547
27548 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27549
27550         * testsuite/embed/Makefile.am:
27551           test->noinst, fix make test in buildbot.
27552
27553 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27554
27555         * ext/dvdread/stream_labels.c: new file
27556         * ext/dvdread/stream_labels.h: new file
27557         * ext/dvdread/Makefile.am:
27558         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27559           Extract audio stream label from DVD IFO files.
27560           It only dump them on the console for now, still have to
27561           make playbin aware of them.
27562
27563 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27564
27565         * gst/playback/gstplaybasebin.c: (setup_source):
27566           Fix hanging subs.
27567
27568 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27571         (gen_preroll_element), (remove_groups), (setup_subtitle),
27572         (gen_source_element), (setup_source):
27573         * gst/playback/gstplaybasebin.h:
27574           Multiple .sub files is just a stupid idea... Fix some threading
27575           mistakes. Interestingly, external .sub files cause playbin to
27576           hang, I don't know why... Parsing fixes contributed by Fran??ois
27577           Kooman <fkooman@tuxed.net>.
27578
27579 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27580
27581         * testsuite/embed/Makefile.am:
27582           Fix buildbot.
27583
27584 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27585
27586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27589         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27590         (gst_pngenc_set_property):
27591         * ext/libpng/gstpngenc.h:
27592           Add compression level property (#163323).
27593
27594 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27595
27596         * configure.ac:
27597         * examples/capsfilter/capsfilter1.c: (main):
27598         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27599         * ext/dvdread/Makefile.am:
27600         * ext/dvdread/demo-play:
27601         * ext/dvdread/demo-play.c:
27602         * gconf/gstreamer.schemas.in:
27603         * gst-libs/gst/gconf/gconf.c:
27604         * sys/v4l/TODO:
27605         * testsuite/Makefile.am:
27606         * testsuite/embed/Makefile.am:
27607         * testsuite/embed/embed.c: (cb_expose), (main):
27608           Remove all references to xvideosink, fix examples (#140845).
27609         * gst/playback/gstplaybasebin.c: (group_destroy):
27610           Apparently, disposal does not unlink - so do explicitely.
27611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27612           Add debug.
27613
27614 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27615
27616         * README: fix PKG_CONFIG_PATH instructions, what was there
27617         previously was breaking default search path, not nice. 
27618         Fixes #163358
27619
27620 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27623         (gst_audioscale_chain):
27624           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27625           when resampling - how the ^@$^!@^! is this possible?!?
27626
27627 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27630           Reset variables on READY.
27631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27632         (gst_matroska_mux_loop):
27633           Require data before writing header.
27634
27635 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27636
27637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27638
27639         * ext/mad/gstmad.c: (gst_mad_chain):
27640           Don't call mad_stream_sync() directly after recovering sync.
27641           Fixes #151661.
27642
27643 2005-01-09  Martin Eikermann  <meiker@upb.de>
27644
27645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27646
27647         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27648         (snapshot_handler), (gst_snapshot_sinkconnect),
27649         (gst_snapshot_chain):
27650           Allocate resources when required, fix recursive signal emission
27651           and fix caps. Fixes #161667.
27652
27653 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27654
27655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27656
27657         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27658         (gst_pngdec_chain):
27659           Handle only 8-bppc (bits-per-pixel-component) images, better
27660           error handling and correct strides. Fixes #163177.
27661         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27662         (gst_pngenc_chain):
27663           Better error handling. Fixes #163348.
27664
27665 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27666
27667         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27668         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27669         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27670         (dvdnavsrc_uri_handler_init):
27671           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27672         * gst/playback/gstplaybasebin.c: (gen_source_element):
27673           Add MMS to streaming URIs.
27674
27675 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27676
27677         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27678         * sys/xvimage/xvimagesink.c:
27679         (gst_xvimagesink_navigation_send_event):
27680           Check for pad availability before sending event.
27681
27682 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27683
27684         * gst-plugins.spec.in:
27685           Add subparse.
27686
27687 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27688
27689         * configure.ac:
27690           Since we use functions from CVS, up requirement.
27691
27692 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27693
27694         * gst/playback/Makefile.am:
27695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27696         (group_destroy), (group_commit), (group_is_muted),
27697         (gen_preroll_element), (add_stream), (unknown_type),
27698         (probe_triggered), (preroll_unlinked), (mute_stream),
27699         (silence_stream), (new_decoded_pad), (setup_substreams),
27700         (setup_source), (get_active_source), (mute_group_type),
27701         (muted_group_change_state), (set_active_source),
27702         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27703         (play_base_eos), (gst_play_base_bin_change_state):
27704         * gst/playback/gstplaybasebin.h:
27705         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27706         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27707         (gst_stream_info_dispose), (stream_info_mute_pad),
27708         (stream_info_change_state), (gst_stream_info_set_mute):
27709         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27710         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27711         (gst_stream_selector_init), (gst_stream_selector_dispose),
27712         (gst_stream_selector_get_linked_pad),
27713         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27714         (gst_stream_selector_get_linked_pads),
27715         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27716         * gst/playback/gststreamselector.h:
27717           Adding stream selection support plus required properties for
27718           applications to use this. Fully fixes #100931.
27719
27720 2005-01-08  Benjamin Otte  <otte@gnome.org>
27721
27722         * gst/games/gstpuzzle.c: (nav_event_handler):
27723           - handle nav events differently: forward every event no matter if it
27724             was handled or not.
27725           - translate events
27726           You can now cheat by using navigationtest ! puzzle and moving the
27727           mouse close to the edge of a tile. ;)
27728
27729 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27730
27731         * configure.ac:
27732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27733         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27734         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27735         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27736         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27737         (gst_ogm_parse_plugin_init):
27738         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27739         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27740         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27741         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27742         * ext/pango/gsttextoverlay.h:
27743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27744         (gst_matroska_demux_handle_seek_event),
27745         (gst_matroska_demux_sync_streams),
27746         (gst_matroska_demux_parse_blockgroup),
27747         (gst_matroska_demux_subtitle_caps),
27748         (gst_matroska_demux_plugin_init):
27749         * gst/matroska/matroska-ids.h:
27750         * gst/playback/gstdecodebin.c: (close_pad_link):
27751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27752         (gen_preroll_element), (remove_groups), (add_stream),
27753         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27754         (setup_source):
27755         * gst/playback/gstplaybasebin.h:
27756         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27757         * gst/subparse/Makefile.am:
27758         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27759         (gst_subparse_base_init), (gst_subparse_class_init),
27760         (gst_subparse_init), (gst_subparse_formats),
27761         (gst_subparse_eventmask), (gst_subparse_event),
27762         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27763         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27764         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27765         (parse_mpsub_deinit), (parse_mpsub_init),
27766         (gst_subparse_buffer_format_autodetect),
27767         (gst_subparse_format_autodetect), (gst_subparse_loop),
27768         (gst_subparse_change_state), (gst_subparse_type_find),
27769         (plugin_init):
27770         * gst/subparse/gstsubparse.h:
27771         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27772         (plugin_init):
27773           Add subtitle support, .sub parser (supports SRT and MPsub),
27774           OGM text support, Matroska UTF-8 text support, deadlock fixes
27775           all over the place, subtitle awareness in decodebin/playbin
27776           and some fixes to textoverlay to handle subtitles in a stream
27777           correctly. Fixes #100931.
27778
27779 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27780
27781         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27782           Check for pad availability before doing a query on it.
27783
27784 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27785
27786         * ext/dv/gstdvdec.c:
27787           really fix bpp24/32 dvdec caps (classic rgba indeed)
27788         * gst/asfdemux/gstasfdemux.c:
27789         (gst_asf_demux_process_ext_content_desc):
27790           don't send text tags if they are empty (bis repetita)
27791
27792 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27793
27794         * ext/dv/gstdvdec.c:
27795          remove unneeded comment from dvdec
27796           (related to DV 4CC codes in AVI files)
27797           moved them in gstreamer/docs/random/mimetypes
27798         * gst/asfdemux/gstasfdemux.c:
27799         (gst_asf_demux_process_ext_content_desc):
27800          don't send text tags if they are empty
27801          fix mem leak on error path
27802         * gst/ffmpegcolorspace/avcodec.h:
27803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27804         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27805         (gst_ffmpegcsp_avpicture_fill):
27806         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27807         * gst/ffmpegcolorspace/imgconvert_template.h:
27808          adds BGR32 and BGRA32 to ffmpegcolorspace
27809           (still bad colors, fixing it on next commit)
27810           helps with dvdec outputing BGR32
27811
27812 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27813
27814         * ext/dv/gstdvdec.c:
27815          Fix audio caps i just broke (missing ',')
27816         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27817         (gst_matroska_mux_reset):
27818          Fix typo + add FIXME about old "x-gst-metadata" crap
27819
27820 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27821
27822         * ext/dv/demo-play.c: (main):
27823          xvideosink -> xvimagesink
27824         * ext/dv/gstdvdec.c:
27825          change rgb 32/32 caps to 24/32 (no alpha)
27826          change nb of channels to be a list (2 or 4, not 2)
27827          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27828         * gst/asfdemux/gstasfdemux.c:
27829         (gst_asf_demux_process_ext_content_desc):
27830          Add 'date/year' to extracted metadata list
27831
27832 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27833
27834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27835           The return value of fixate_to does not imply that the requested
27836           value was set, so don't assume.
27837
27838 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27839
27840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * ext/libpng/gstpngdec.c:
27843         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27844         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27845         * ext/libpng/gstpngenc.h:
27846           Alpha support (encoder; #163161), mime fixage.
27847
27848 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27849
27850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27851
27852         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27853         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27854         (gst_faac_set_property), (gst_faac_get_property):
27855         * ext/faac/gstfaac.h:
27856           Allow for ADTS output (#153434).
27857
27858 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27859
27860         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27861           Fix against template (#150576).
27862
27863 2005-01-06  Benjamin Otte  <otte@gnome.org>
27864
27865         * gst/games/gstpuzzle.c: (draw_puzzle):
27866           don't draw a puzzle if either width or height of tiles would be 0.
27867
27868 2005-01-06  Benjamin Otte  <otte@gnome.org>
27869
27870         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27871         (gst_puzzle_class_init), (gst_puzzle_finalize):
27872           no memleaks, please
27873         (gst_puzzle_create), (gst_puzzle_init),
27874         (gst_puzzle_set_property), (gst_puzzle_setup):
27875           change initialization code around so we don't reshuffle on resize
27876         (draw_puzzle):
27877           fix another stupid typo
27878
27879 2005-01-06  Benjamin Otte  <otte@gnome.org>
27880
27881         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27882           fix stupid typo that borked copying on YUY2
27883
27884 2005-01-06  Benjamin Otte  <otte@gnome.org>
27885
27886         * gst/games/gstpuzzle.c: (draw_puzzle):
27887           fix edges when image sizes aren't multiples of tile sizes
27888
27889 2005-01-06  Benjamin Otte  <otte@gnome.org>
27890
27891         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27892           make RGB endianness work correctly
27893         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27894           refactor and fix race with initial shuffling
27895         (nav_event_handler):
27896           allow using the mouse to puzzle
27897         (draw_puzzle):
27898           insist on tiles having width and height as multiples of 4 to get
27899           clean YUV image handling
27900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27901         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27902           s/DEBUG/LOG/ for common messages
27903         (gst_xvimagesink_navigation_send_event):
27904           fix mouse event translation to not include screen PAR
27905         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27906           fix mouse event translation to actually work
27907
27908 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27909
27910         * gst/asfdemux/gstasfdemux.c:
27911         (gst_asf_demux_process_ext_content_desc):
27912          Extract TrackNumber metadata + clean up code
27913         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27914          Hope this is the good fix (var used unitialised)
27915
27916 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27917
27918         * ext/faad/gstfaad.c: (gst_faad_chain):
27919           Only increment timestamp if it's valid. Fixes raw AAC streams.
27920
27921 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27922
27923         * configure.ac:
27924         * gst/games/Makefile.am:
27925         * gst/games/gstpuzzle.c:
27926           add a puzzle game with...
27927         * gst/games/gstvideoimage.c:
27928         * gst/games/gstvideoimage.h:
27929           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27930           from videotestsrc and made into something that would be a nice
27931           library for a lot of other plugins.
27932
27933 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27934
27935         * configure.ac:
27936          don't compile faad plugin if a RC of 2.0 is found
27937          Fixes #155346 (and FC1 buildbot)
27938         * gst/asfdemux/gstasfdemux.c:
27939         (gst_asf_demux_process_ext_content_desc):
27940          try to make Solaris compiler happier
27941
27942 2005-01-06  Paul Jack  <pjack@sfaf.org>
27943
27944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27947           Fix segfault (#161667).
27948
27949 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27950
27951         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27952           Fix framerate reporting.
27953
27954 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27955
27956         * gst-libs/gst/riff/riff-ids.h:
27957         * gst/wavenc/riff.h:
27958          Add AMR (VBR and CBR) ids to riff.h audio codec list
27959         * gst/asfdemux/gstasfdemux.c:
27960         (gst_asf_demux_process_ext_content_desc),
27961         (gst_asf_demux_process_object):
27962           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27963
27964 2005-01-05  Martin Eikermann  <meiker@upb.de>
27965
27966         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27969         (gst_dvd_demux_handle_discont):
27970         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27971         (gst_mpeg_demux_handle_discont):
27972           Recreate pads on new-media (#160730).
27973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27974           Send discont even if manager changes timestamps (#161929).
27975
27976 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27977
27978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27979
27980         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27981           Fix invalid memory access (#159211).
27982
27983 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27984
27985         * examples/gstplay/player.c: (main):
27986           Don't iterate.
27987         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27988           Add visualizations.
27989         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27990         (gst_a52dec_handle_frame):
27991           Set duration.
27992         * ext/dvdnav/gst-dvd:
27993           Add audioconvert. Fixes #161325.
27994         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27995           Explicitely case to gint64. Possible valgrind error.
27996         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27997         (gst_play_tick_callback), (gst_play_change_state),
27998         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27999         (gst_play_set_location), (gst_play_get_location),
28000         (gst_play_seek_to_time), (gst_play_set_data_src),
28001         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28002         (gst_play_set_visualization), (gst_play_connect_visualization),
28003         (gst_play_get_framerate), (gst_play_get_all_by_interface),
28004         (gst_play_new):
28005           Use playbin. Fixes #139749 and #147744.
28006         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28007           Add genre tag.
28008         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28009         (audioscale_get_type), (gst_audioscale_base_init),
28010         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28011         (gst_audioscale_getcaps), (gst_audioscale_fixate),
28012         (gst_audioscale_link), (gst_audioscale_get_buffer),
28013         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28014         (gst_audioscale_init), (gst_audioscale_dispose),
28015         (gst_audioscale_chain), (gst_audioscale_set_property),
28016         (gst_audioscale_get_property), (plugin_init):
28017           Indent properly.
28018         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28019           Fix LPCM.
28020         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28021         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28022         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28023           Add more metadata (fixes #162656).
28024
28025 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * configure.ac:
28028           back to cvs
28029
28030 === release 0.8.7 ===
28031
28032 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28033
28034         * NEWS:
28035         * RELEASE:
28036         * configure.ac:
28037           releasing 0.8.7, "Hyperspace"
28038
28039 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28042
28043         * gst/playback/gstplaybasebin.c:
28044          Fix for #162924 - free caps after use, not before
28045
28046 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28047
28048         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28049
28050         * gst/playback/gstplaybasebin.c:
28051         * gst/wavparse/gstwavparse.c:
28052           Fix for #154773 - fixes playback of small .wav files
28053
28054 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28055
28056         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28057
28058         * gst/audioscale/gstaudioscale.c:
28059           Fix for #162819 - make audioscale reusable
28060           Fixes playback of more than one file with playbin/totem
28061
28062 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28063
28064         * gst/ffmpegcolorspace/avcodec.h:
28065         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28066         * gst/ffmpegcolorspace/imgconvert.c:
28067           clean up the mess that made me cry and avoid needless duplication
28068
28069 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28070
28071         * gst/ffmpegcolorspace/imgconvert.c:
28072           give some indication of why we're segfaulting
28073
28074 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * configure.ac:
28077           Fix indentation, fix v4l2 plugin detection.
28078         * ext/Makefile.am:
28079           Fix libmms location (Maciej, use diff -u!).
28080         * ext/alsa/gstalsa.c: (gst_alsa_init):
28081           Initialize caps cache to NULL.
28082         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28083           Only change state on audiosink if it exists.
28084
28085 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28086
28087         * gst/matroska/matroska-demux.c:
28088         * gst/matroska/matroska-ids.h:
28089         * gst/matroska/matroska-demux.h:
28090         Fix Vorbis streams failing to decode in some files, where cluster_time
28091         isn't 0, because then it doesn't send codec_priv before actual data.
28092         Remove time-based test and replace it with marker set on beginning of
28093         new stream
28094
28095 2004-12-28  David Schleef  <ds@schleef.org>
28096
28097         Merge patch from Ronald fixing problems with streaming
28098         text.
28099         * ext/cairo/gstcairo.c: (plugin_init):
28100         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28101         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28102         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28103         (gst_textoverlay_font_init), (gst_textoverlay_init),
28104         (gst_textoverlay_set_property):
28105         * ext/cairo/gsttextoverlay.h:
28106
28107 2004-12-27  David Schleef  <ds@schleef.org>
28108
28109         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28110         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28111         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28112         (gst_textoverlay_font_init), (gst_textoverlay_init),
28113         (gst_textoverlay_set_property): Improvements to actually
28114         render text as white on black outline on video, including
28115         font selection and horizontal/vertical alignment.  (Ronald's
28116         christmas present)
28117         * ext/cairo/gsttextoverlay.h:
28118
28119 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28120
28121         * ext/ogg/gstogg.c:
28122         * ext/ogg/gstogmparse.c:
28123           fix ogm[audio/video]parse plugin registration
28124           (riff won't load if bytestream is already loaded)
28125
28126 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28127
28128         * gst/audioconvert/gstchannelmix.c:
28129           fix for GLIB < 2.4
28130
28131 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28132
28133         * Makefile.am:
28134         * configure.ac:
28135           disable docs again until it actually passes make distcheck.
28136
28137 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28140         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28141         (plugin_init):
28142           Add 3GP (variables name Q3GP because they can't start with a
28143           number). Add samr audio fourcc (used in .3gp files), decoder
28144           is work in progress. Also do a GST_WARNING instead of ERROR
28145           in case of unknown nodes, to decrease output.
28146
28147 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28148
28149         * Makefile.am:
28150           really fix dist
28151
28152 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28153
28154         * configure.ac:
28155         * ext/speex/gstspeexdec.h:
28156         * ext/speex/gstspeexenc.h:
28157           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28158           Fix detection code in configure.ac
28159
28160 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28161
28162         * gst/matroska/matroska-demux.c:
28163         (gst_matroska_demux_parse_blockgroup):
28164           Save position, so that queries give proper return values. Don't
28165           know how this could ever have worked before...
28166
28167 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28168
28169         * configure.ac:
28170           Put additional LAME check inside the conditional.  Fixes #152339
28171
28172 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28173
28174         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28175         (gst_avi_demux_stream_scan):
28176           Add some more debug. Fix logic error when setting movi offset
28177           while reading index.
28178
28179 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28182         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28183         (gst_avi_demux_process_next_entry):
28184           Add some debugging. Better detection of broken indexes and the
28185           accompanying index recovery. No infinite loops on state changes
28186           when we're still in our loopfunction.
28187
28188 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28189
28190         * configure.ac:
28191           Fix up.
28192
28193 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28194
28195         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28196
28197         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28198           Normalizing the value before setting
28199         (gst_sunaudiomixer_get_volume):
28200           Normalizing the value after getting. Fixes bug# 161980
28201
28202 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28203
28204         * Makefile.am: Make sure docs gets disted
28205         * docs/Makefile.am: Make sure all needed files get disted
28206         * gst-plugins.spec.in: latest updates
28207
28208 2004-12-22  Wim Taymans  <wim@fluendo.com>
28209
28210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28211         Revert patch 1.38 as clock distribution over schedulers does
28212         not work correcly in the core yet.
28213
28214 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28215
28216         * sys/oss/README: remove this file, which predates my birth
28217           (and which content is by far outdated)
28218
28219 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28220
28221         * Makefile.am:
28222         * configure.ac:
28223         * docs/Makefile.am:
28224         * docs/libs/Makefile.am:
28225         * docs/libs/gst-plugins-libs-docs.sgml:
28226         * docs/libs/gst-plugins-libs-sections.txt:
28227         * docs/libs/tmpl/gstgconf.sgml:
28228         * docs/upload.mak:
28229         * docs/version.entities.in:
28230           Added boilerplate gtk-doc files for plugin-libs documentation.
28231
28232 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28233
28234         * gst/auparse/gstauparse.c: fix int and float audio caps
28235
28236 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28237
28238         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28239         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28240           g_assert() can be a macro, don't use #ifdef inside it.
28241
28242 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28243
28244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28245
28246         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28247         (gst_videorate_init), (gst_videorate_chain),
28248         (gst_videorate_change_state):
28249           Event handling (fixes #159986).
28250
28251 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst-libs/gst/riff/riff-media.c:
28254         (gst_riff_create_video_caps_with_data):
28255           Add BLZ0 (Blizzard's version of DivX) fourcc.
28256
28257 2004-12-18  David Schleef  <ds@schleef.org>
28258
28259         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28260         portability fix.
28261
28262 2004-12-18  David Schleef  <ds@schleef.org>
28263
28264         * gst/tta/ttadec.h: Disable some header code that isn't used
28265         and clearly isn't portable.
28266
28267 2004-12-18  David Schleef  <ds@schleef.org>
28268
28269         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28270         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28271         (avcodec_get_pix_fmt), (avpicture_layout),
28272         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28273         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28274         Fix code to not use GCC extensions (and c99 extensions that
28275         Forte does not like.)
28276
28277 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28278
28279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28280
28281         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28282         (gst_deinterlace_chain):
28283           Rowstride fixes. Fixes #161039.
28284         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28285         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28286         (gst_video_crop_getcaps), (gst_video_crop_link),
28287         (gst_video_crop_i420), (gst_video_crop_chain),
28288         (gst_video_crop_change_state):
28289           Rework of negotiation. Actually works now. Fixes #158650.
28290
28291 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28294           That was very stupid.
28295
28296 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28297
28298         * gst/matroska/matroska-demux.c:
28299         (gst_matroska_demux_parse_blockgroup):
28300           Fix possible crasher.
28301
28302 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28305         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28306           Lace sizes can be zero.
28307
28308 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28309
28310         * ext/musepack/gstmusepackdec.cpp:
28311           Fetch error return values. Fixes #161624.
28312         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28313           Really EOS.
28314
28315 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28318           Work for truncated (unfinished download etc.) files. Fixes #160514.
28319
28320 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28323           Fix for integer overflow. Makes #156001 not crash. Probably masks
28324           the real bug.
28325
28326 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28327
28328         * gst/ac3parse/gstac3parse.c: (plugin_init):
28329           Parsers never have ranks. Fixes #159651.
28330
28331 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28332
28333         * gst/playback/gstdecodebin.c: (compare_ranks):
28334           make sure the facotries are ordered the same every time even if they
28335           have the same rank by using the name
28336         * gst/playback/gstdecodebin.c: (find_compatibles):
28337           make sure we don't add factories to the list twice
28338
28339 2004-12-16  David Schleef  <ds@schleef.org>
28340
28341         * configure.ac: look for musepack headers as musepack/*.h
28342         (fixes #159847)
28343         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28344         * ext/musepack/gstmusepackreader.h: same
28345
28346 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28347
28348         * gst-libs/gst/riff/riff-read.c:
28349         (gst_riff_read_strf_auds_with_data):
28350           Read extradata correctly (fixes #155879).
28351
28352 2004-12-16  David Schleef  <ds@schleef.org>
28353
28354         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28355         audio.  does _not_ attempt or allow conversion unless channels
28356         is 1 or 2.
28357
28358 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28359
28360         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28361
28362 2004-12-16  David Schleef  <ds@schleef.org>
28363
28364         * gst/audioscale/gstaudioscale.c: the resample library only
28365         handles 1 or 2 channels.  Change caps to compensate.
28366
28367 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28370         (gst_matroska_demux_audio_caps):
28371           Some MPEG-AAC hacks, because else it doesn't work...
28372
28373 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * gst-libs/gst/riff/riff-media.c:
28376         (gst_riff_create_video_caps_with_data),
28377         (gst_riff_create_video_template_caps):
28378           Add h264.
28379
28380 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28381
28382         * gst-libs/gst/audio/Makefile.am:
28383           Try to fix buildbot.
28384
28385 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         * gst/tcp/gstmultifdsink.c:
28388           Clean up and uniformize debugging.
28389
28390 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28391
28392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28393
28394         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28395         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28397         (gst_mpeg_demux_change_state):
28398           Reset on ready. Fixes 160276.
28399
28400 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28401
28402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28403
28404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28405         (gst_ffmpegcsp_pad_link):
28406           Fix memleak (#154815).
28407
28408 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28409
28410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28411
28412         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28413         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28414         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28415         * ext/musicbrainz/gsttrm.h:
28416           Add support for using a proxy server when getting a trm id from
28417           the MusicBrainz database (#149613).
28418
28419 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28420
28421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28422
28423         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28424         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28425           Fix memleaks (#157233).
28426
28427 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28428
28429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28432         * gst-libs/gst/resample/resample.h:
28433         * gst/audioscale/gstaudioscale.c:
28434           Fix memleak (#159215).
28435
28436 2004-12-16  Toni Willberg  <toniw@iki.fi>
28437
28438         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28441         * sys/oss/oss_probe.c: (main):
28442           Check for mono/stereo support (similar to samplerate probing),
28443           fixes #159433. Also add missing copyright header to oss_probe.c.
28444
28445 2004-12-15  David Schleef  <ds@schleef.org>
28446
28447         * configure.ac: add audioresample and cairo plugins.  Remove
28448         HAVE_MMX stuff, because it's not used.
28449         * ext/Makefile.am: same
28450         * ext/audioresample/Makefile.am: You are not ready for an
28451         audio resampling element based on audioresample.
28452         * ext/audioresample/gstaudioresample.c:
28453         * ext/audioresample/gstaudioresample.h:
28454         * ext/cairo/Makefile.am: You are not ready for overlay elements
28455         based on cairo.  Don't look too closely, these elements kinda
28456         suck right now.
28457         * ext/cairo/gstcairo.c: new
28458         * ext/cairo/gsttextoverlay.c: new
28459         * ext/cairo/gsttextoverlay.h: new
28460         * ext/cairo/gsttimeoverlay.c: new
28461         * ext/cairo/gsttimeoverlay.h: new
28462         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28463         problem with compilers that don't support variadic macros.
28464
28465 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28466
28467         Reviewed by:  David Schleef  <ds@schleef.org>
28468
28469         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28470         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28471         bit.  Also ran indent-gst.
28472         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28473         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28474         (gst_sunaudiosrc_setparams):
28475
28476 2004-12-14  David Schleef  <ds@schleef.org>
28477
28478         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28479         output rate to 16000.  Should fix #160235.
28480
28481 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28482
28483         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28484         Add typefinding for mpeg2 pes streams
28485
28486 2004-12-13  David Schleef  <ds@schleef.org>
28487
28488         * configure.ac:  Applied patch from bug #143659, making default
28489         sources and sinks OS-dependent (for Solaris), and added code
28490         for OS/X.
28491         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28492
28493 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28494
28495         * gst-libs/gst/riff/riff-media.c:
28496           forgot to add h2.64 to avidemux template caps
28497
28498 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28499
28500         * gst/wavenc/riff.h:
28501         * gst-libs/gst/riff/riff-media.c:
28502         * gst-libs/gst/riff/riff-ids.h:
28503         * gst/avi/gstavimux.c
28504         add 4CC code for VideoSoft h264 in AVI (VSSH)
28505           fixes bug #160655
28506         remove s323 from riff, it's quicktime specific :(
28507
28508 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28509
28510         * gst/asfdemux/README
28511         * gst/wavenc/riff.h
28512         * gst-libs/gst/riff/riff-ids.h
28513         * gst-libs/gst/riff/riff-media.c
28514         * gst/qtdemux/qtdemux.c:
28515           add new 4CC codes for h263 related codecs
28516           fixes partially bug #155163
28517
28518 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28519
28520         * configure.ac: Update polyaudio requirement to 0.7
28521         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28522
28523 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28524
28525         * gst/interleave/deinterleave.c:
28526         fix my name's spelling! :)
28527
28528 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28529
28530         * AUTHORS ChangeLog
28531         * gst/auparse/gstauparse.c
28532         * gst/interleave/deinterleave.c
28533         * gst/law/:
28534                 alaw-decode.c alaw-encode.c
28535                 mulaw-decode.c mulaw-encode.c
28536         * gst/oneton/gstoneton.c
28537         * sys/osxaudio/:
28538                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28539         * sys/osxvideo/:
28540                 cocoawindow.h cocoawindow.m
28541                 osxvideosink.h osxvideosink.m
28542
28543         put the same mail address for Zaheer Abbas Merali everywhere
28544
28545 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28546
28547         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28548           Align by packetsize, and assert that we a packet available before
28549           playing. The first makes webstreams work (they often include
28550           trailing padding data in a packet), the second allows pausing a
28551           ASF stream in totem without getting demux errors afterwards.
28552
28553 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * ext/ogg/gstoggdemux.c: (get_relative):
28556           Check for non-NULL before accessing member (end-of-chain).
28557
28558 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28561         (cdparanoia_set_property), (cdparanoia_get_property):
28562         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28563         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28564         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28565         (dvdreadsrc_init), (dvdreadsrc_set_property),
28566         (dvdreadsrc_get_property):
28567         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28568         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28569           Synchronize property names where not yet the case. Devices are
28570           now device=X, other versions are deprecated (but still exist).
28571           Also use g_free() unconditionally.
28572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28573         (setup_source), (gst_play_base_bin_get_property):
28574           Expose source.
28575
28576 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28577
28578         * configure.ac: move GCONF macro outside conditional for the am
28579           conditional. Fixes #160439
28580
28581 2004-12-08  David Schleef  <ds@schleef.org>
28582
28583         * tools/gst-visualise-m.m: Switch to elements that currently
28584         exist.
28585
28586 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28587
28588         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28589           We love wrong commas.
28590
28591 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * gst/matroska/matroska-demux.c:
28594         (gst_matroska_demux_handle_src_query):
28595           Don't set DEFAULT, unsupported - makes length display incorrectly
28596           in some cases.
28597
28598 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28599
28600         * gst/monoscope/README: remove blurb about files being GPL
28601         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28602         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28603           monoscope is now effectively LGPL licensed
28604
28605 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28606
28607         * gst/monoscope/README: Update information to be more correct
28608         * gst/monoscope/convolve.c: Relicense to LGPL
28609         * gst/monoscope/convolve.h: Relicense to LGPL
28610
28611 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28612
28613         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28614           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28616           set default_duration for mpeg1 audio
28617
28618 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28619
28620         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28621         * ext/alsa/gstalsa.h:
28622           refactor big chunks of the core caps negotiation code to make it
28623           a lot faster, because people claim it's really slow
28624           (actually, just cache the getcaps when the device is opened)
28625
28626 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28627
28628         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28629         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28630         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28631         (gst_a52dec_change_state), (plugin_init):
28632         * ext/a52dec/gsta52dec.h:
28633           Do something useful with timestamps. Make chain-based (since
28634           there's really no reason to be loopbased).
28635         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28636           Update current_byte/frame correctly.
28637
28638 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28639
28640         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28641         (gst_ape_demux_stream_init):
28642           Forward tags, too.
28643
28644 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28645
28646         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28647           Let's make sure we're done typefinding when detecting tags.
28648
28649 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28650
28651         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28652         (gst_ebml_read_init), (gst_ebml_read_use_event),
28653         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28654         (gst_ebml_read_seek), (gst_ebml_read_skip),
28655         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28656         (gst_ebml_read_master):
28657         * gst/matroska/ebml-read.h:
28658         * gst/matroska/matroska-demux.c:
28659         (gst_matroska_demux_parse_contents),
28660         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28661           Disgustingly evil hack for working around INTERRUPT events and
28662           their extremely annoying habit of being a pain in the ass. We
28663           simply peek a cluster before reading any of it.
28664
28665 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28666
28667         * ext/musepack/gstmusepackdec.cpp:
28668           There's also floating point libmusepacks.
28669
28670 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28673         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28674           Set DURATION even if source buffer didn't. Also use increasing
28675           timestamps.
28676         * gst-libs/gst/riff/riff-media.c:
28677         (gst_riff_create_audio_caps_with_data):
28678           Block_align can have larger values than 8192.
28679
28680 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28681
28682         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28683         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28684         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28685         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28686           Fix caps.
28687
28688 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28691           Fix logic bug.
28692
28693 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28696           Yay, another one.
28697
28698 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * ext/esd/esdsink.c: (gst_esdsink_chain):
28701           Make error actually say something useful (fixes #156798).
28702         * gst-libs/gst/riff/riff-media.c:
28703         (gst_riff_create_video_caps_with_data),
28704         (gst_riff_create_video_template_caps):
28705           Add Intel Video 5.0 fourcc (IV50).
28706
28707 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28708
28709         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28710         detection on mono and stereo mp3 files.
28711
28712 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28715           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28716           the contained stream).
28717
28718 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28721           Oops, remove debug.
28722
28723 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28724
28725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28726
28727         * gst/law/alaw-decode.c: (alawdec_getcaps):
28728         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28729           Prevent warnings when negotiating caps (fixes #159338).
28730
28731 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28732
28733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28734         (gst_ffmpegcsp_chain):
28735           Remove old leftover that shouldn't be there...
28736
28737 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28738
28739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28740
28741         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28742           Don't forward DISCONT events (fixes #159684).
28743
28744 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28747           Unlink manually since sometimes bin disposal (and therefore
28748           pad unlinking) is delayed, which will cause a new media file
28749           to not be able to start playing instantly.
28750
28751 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28752
28753         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28754           On mute of an unlinked stream, check for pad availability so
28755           we don't crash on unlinked pad.
28756
28757 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28758
28759         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28760         (gst_avi_demux_massage_index):
28761           Fix quite humiliating bug in omitting 0-sized index chunks but
28762           forgetting to count them for timestamps.
28763
28764 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28767           Actually leave the loop if we failed to sync. Don't crash.
28768
28769 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28770
28771         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28772         (gst_dvd_demux_process_private):
28773         * gst/mpegstream/gstdvddemux.h:
28774           Fix crash (#159759). Doesn't work, though. :-(.
28775
28776 2004-11-28  Benjamin Otte  <otte@gnome.org>
28777
28778         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28779           more overwriting protection due to modifying channels one by one
28780           instead of all at once
28781
28782 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28783
28784         * gst/audioconvert/gstchannelmix.c:
28785         (gst_audio_convert_fill_normalize):
28786           Normalize using absolute values.
28787
28788 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28789
28790         * configure.ac:
28791         * ext/Makefile.am:
28792         * ext/directfb/Makefile.am:
28793         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28794         (gst_directfbvideosink_get_pixel_format),
28795         (gst_directfbvideosink_get_format_from_fourcc),
28796         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28797         (gst_directfbvideosink_sink_link),
28798         (gst_directfbvideosink_change_state),
28799         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28800         (gst_directfbvideosink_buffer_alloc),
28801         (gst_directfbvideosink_interface_supported),
28802         (gst_directfbvideosink_interface_init),
28803         (gst_directfbvideosink_navigation_send_event),
28804         (gst_directfbvideosink_navigation_init),
28805         (gst_directfbvideosink_set_property),
28806         (gst_directfbvideosink_get_property),
28807         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28808         (gst_directfbvideosink_base_init),
28809         (gst_directfbvideosink_class_init),
28810         (gst_directfbvideosink_get_type), (plugin_init):
28811         * ext/directfb/directfbvideosink.h: Adding a first version of
28812         directfbvideosink.
28813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28814         more.
28815
28816 2004-11-28  Benjamin Otte  <otte@gnome.org>
28817
28818         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28819           walk the samples backwards if out_channels > in_channels so we don't
28820           overwrite data
28821
28822 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * gst/audioconvert/Makefile.am:
28825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28826         (gst_audio_convert_link), (gst_audio_convert_change_state),
28827         (gst_audio_convert_channels):
28828         * gst/audioconvert/gstchannelmix.c:
28829         (gst_audio_convert_unset_matrix),
28830         (gst_audio_convert_fill_identical),
28831         (gst_audio_convert_fill_compatible),
28832         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28833         (gst_audio_convert_fill_others),
28834         (gst_audio_convert_fill_normalize),
28835         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28836         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28837         * gst/audioconvert/gstchannelmix.h:
28838           Implement a channel mixer.
28839
28840 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28841
28842         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28843         * ext/alsa/gstalsa.h:
28844         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28845         Make alsasink actually honor gst_element_set_clock and use that
28846         clock instead of its internal one.
28847
28848 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28849
28850         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28851         (gst_play_base_bin_change_state): nullify source and decoder when
28852         going from READY to NULL so that we don't try to do weird stuff with
28853         them when going from NULL to READY
28854         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28855         instead of g_object_unref
28856         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28857         it should be correct
28858         (gst_play_bin_change_state): don't call remove_sinks if we are
28859         currently disposing the object
28860
28861 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28862
28863         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28864           Don't forget bass if it's there. Else left channel is silent...
28865
28866 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28867
28868         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28869         (gst_a52dec_change_state):
28870           Don't do sample adjusting anymore, we use float audio now.
28871         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28872           Don't fixate to non-existing properties.
28873
28874 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28875
28876         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28877         (gst_a52dec_change_state):
28878           Advertise that we can do surround sound.
28879
28880 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28881
28882         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28883           Add buffer-frames=0.
28884         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28885         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28886         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28887         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28888         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28889         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28890         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28891         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28892         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28893         * ext/dvdread/dvdreadsrc.h:
28894           Add seeking, querying for bytes, sectors, title, angle and
28895           chapter. Handle multiple chapters. Relicense to LGPL because
28896           Billy agreed on that (thanks Billy!).
28897
28898 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28899
28900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28901         call parent dispose method
28902
28903 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28904
28905         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28906         (gst_audio_clock_get_internal_time):
28907         Fix active <-> inactive transitions: ensure time value always
28908         grows and avoid abrupt value changes.
28909
28910 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28911
28912         * configure.ac:
28913         * gst/tta/Makefile.am:
28914         * gst/tta/crc32.h:
28915         * gst/tta/filters.h:
28916         * gst/tta/gsttta.c:
28917         * gst/tta/gstttadec.c:
28918         * gst/tta/gstttadec.h:
28919         * gst/tta/gstttaparse.c:
28920         * gst/tta/gstttaparse.h:
28921         * gst/tta/ttadec.h:
28922           added TTA parser and decoder
28923
28924 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28925
28926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28927         (probe_triggered), (check_queue), (buffer_underrun),
28928         (buffer_running), (buffer_overrun), (gen_source_element),
28929         (setup_source):
28930         * gst/playback/gstplaybasebin.h:
28931           Implement buffering. Needs some more work.
28932
28933 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28934
28935         * ext/theora/theoradec.c: (theora_dec_chain):
28936           Fix ilog mask range overflow.
28937
28938 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28939
28940         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28941           Don't omit the last (which in case of dmix is the only :) )
28942           channel count. Don't set channels if <= 2.
28943
28944 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28945
28946         * gst/playback/gstplaybin.c: (gen_video_element),
28947         (gen_audio_element): Removed 2 obsolete comments
28948
28949 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28950
28951         * ext/vorbis/oggvorbisenc.c
28952         * ext/vorbis/vorbisenc.c :
28953           change description fields of those plugins to differentiate them
28954           (pitivi show Encoders by description, they had the same one)
28955
28956 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28957
28958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28959
28960         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28961         (gst_play_bin_set_property), (gen_video_element),
28962         (gen_audio_element):
28963           Refcounting fixes for provided audio-/videosinks.
28964
28965 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * gst/playback/gstplaybin.c: (gen_video_element),
28968         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28969           Don't reference all sinks, but only the video- and audiosinks.
28970           The vis. element should be disposed when we're done with it.
28971           We don't have any reason to keep it around. This fixes warnings
28972           when reusing playbin for playing multiple audio files with
28973           vis. enabled. Also release audio device on pause - idea stolen
28974           from Rhythmbox.
28975
28976 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28977
28978         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28979         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28980         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28981         * ext/alsa/gstalsaplugin.c: (plugin_init):
28982         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28983         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28984         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28985         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28986         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28987         (gst_faad_change_state), (plugin_init):
28988         * ext/faad/gstfaad.h:
28989         * ext/vorbis/vorbis.c: (plugin_init):
28990         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28991         * gst-libs/gst/audio/Makefile.am:
28992         * gst-libs/gst/audio/audio.c: (plugin_init):
28993         * gst-libs/gst/audio/multichannel.c:
28994         (gst_audio_check_channel_positions),
28995         (gst_audio_get_channel_positions),
28996         (gst_audio_set_channel_positions),
28997         (gst_audio_set_structure_channel_positions_list),
28998         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28999         (gst_audio_fixate_channel_positions):
29000         * gst-libs/gst/audio/multichannel.h:
29001         * gst-libs/gst/audio/testchannels.c: (main):
29002         * gst/audioconvert/gstaudioconvert.c:
29003         (gst_audio_convert_class_init), (gst_audio_convert_init),
29004         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29005         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29006         (gst_audio_convert_fixate), (gst_audio_convert_channels):
29007         * gst/audioconvert/plugin.c: (plugin_init):
29008           Surround sound support.
29009
29010 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29013           Fix position for discont if we're close as well. Nitpicking, but
29014           saves a few milliseconds of extra waiting or skipping.
29015
29016 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29017
29018         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29019           We sometimes need parsers for playback, so add those too.
29020
29021 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29022
29023         * configure.ac:
29024         * gst/apetag/Makefile.am:
29025         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29026         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29027         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29028         (gst_ape_demux_get_src_query_types),
29029         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29030         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29031         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29032         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29033         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29034         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29035         (gst_ape_demux_change_state):
29036         * gst/apetag/apedemux.h:
29037         * gst/apetag/apetag.c: (plugin_init):
29038         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29039         (plugin_init):
29040           APE v1/2 tag reader plus typefind function.
29041
29042 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29043
29044         * configure.ac:
29045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29046         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29047           Remove hacks for older core. Require newer core version
29048           accordingly.
29049
29050 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * gst/cdxaparse/Makefile.am:
29053         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29054         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29055         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29056         * gst/cdxaparse/gstcdxaparse.h:
29057         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29058         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29059         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29060         (gst_cdxastrip_get_src_query_types),
29061         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29062         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29063         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29064         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29065         * gst/cdxaparse/gstcdxastrip.h:
29066           SVCD/VCD header stripping separated from CDXA image parsing.
29067         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29068         (plugin_init):
29069           Add VCD/SVCD header typefinding for VCD/SVCD.
29070         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29071         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29072         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29073         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29074         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29075         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29076         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29077         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29078         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29079         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29080         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29081         * sys/vcd/vcdsrc.h:
29082           Fix up, add seeking, querying, URI interface. Works in totem now.
29083
29084 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29085
29086         * configure.ac:
29087           back to CVS
29088
29089 === release 0.8.6 ===
29090
29091 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29092
29093         * NEWS:
29094         * RELEASE:
29095         * configure.ac:
29096         * po/af.po:
29097         * po/az.po:
29098         * po/cs.po:
29099         * po/en_GB.po:
29100         * po/hu.po:
29101         * po/it.po:
29102         * po/nb.po:
29103         * po/nl.po:
29104         * po/or.po:
29105         * po/sq.po:
29106         * po/sr.po:
29107         * po/sv.po:
29108         * po/uk.po:
29109           releasing 0.8.6, "IOU Love"
29110
29111 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29112
29113         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29114
29115         * gst/playback/gstplaybasebin.c:
29116           Fix unplayable files error handling.  Fixes #158365
29117
29118 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29119
29120         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29121
29122         * gst/typefind/gsttypefindfunctions.c:
29123           Fix broken mp3 typefinding.  Fixes #158375
29124
29125 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29126
29127         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29128
29129         * ext/ogg/gstoggdemux.c:
29130           Fix sync on broken files.  Fixes #158976
29131
29132 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29133
29134         patch by: Edward Hervey <bilboed@bilboed.com>
29135
29136         * ext/libpng/gstpngenc.c:
29137           Copy over buffer properties.  Fixes #158832
29138
29139 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29140
29141         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29142
29143         * ext/dvdread/dvdreadsrc.c:
29144           Fixes invalid reads (#158462)
29145
29146 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         * sys/v4l/gstv4lsrc.c:
29149         * sys/v4l/gstv4lsrc.h:
29150         * sys/v4l/v4lsrc_calls.c:
29151           Probe less and cache it.  Fixes #159187.
29152
29153 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29154
29155         * gst/videorate/gstvideorate.c:
29156           Handle all video formats. Fixes #159186.
29157
29158 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29159         * gst/synaesthesia/gstsynaesthesia.c:
29160         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29161         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29162         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29163         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29164         (gst_synaesthesia_change_state), (plugin_init):
29165         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29166         Force 320x200 output, as that's the only thing the underlying
29167         synaesthesia implementation supports. Still needs to be made
29168         re-entrant.
29169
29170 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29171
29172         * configure.ac:
29173           Fix mpeg2enc configure check (similar to mplex check below).
29174
29175 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29176
29177         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29178
29179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29180           Fix for gcc-2.95 (fixes #158221).
29181
29182 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29183
29184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29185           Re-add clock distribution hack (until new core is released).
29186           Fixes #158125.
29187
29188 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29189         * configure.ac:
29190           fix mplex configure check segfaulting on some systems (bug #140994)
29191
29192 2004-11-13  Benjamin Otte  <otte@gnome.org>
29193
29194         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29195           add debugging
29196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29197           do a wait when we enter the loop func with no data available to
29198           write instead of getting into an 100% CPU loop by just returning and
29199           being called again by the scheduler
29200
29201 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29202
29203         * configure.ac:
29204         * ext/libvisual/visual.c: (gst_visual_get_type),
29205         (libvisual_log_handler), (gst_visual_getcaps),
29206         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29207         (plugin_init):
29208           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29209         * ext/smoothwave/Makefile.am:
29210         * ext/smoothwave/demo-osssrc.c: (main):
29211         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29212         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29213         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29214         (plugin_init):
29215         * ext/smoothwave/gstsmoothwave.h:
29216           Make gstsmoothwave a working element in the 20th century.
29217
29218         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29219           Fix incorrect link function
29220
29221 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * gst/volume/gstvolume.c:
29224           Allow buffer-frames=0.
29225
29226 2004-11-12 Iain <iaingnome@gmail.com>
29227
29228         * configure.ac: Check for polypaudio
29229
29230         * ext/Makefile.am: Build the polyp dir
29231
29232         * ext/polyp: The polypsink sources.
29233
29234 2004-10-30 Iain <iaingnome@gmail.com>
29235
29236         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29237         caps to reflect the new number of channels.
29238
29239 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29240
29241         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29242           Fix for negotiation order problem. This would show when the
29243           ALSA loopfuction was called before any other function. ALSA
29244           wouldn't do anything because we're not negotiated yet, leading
29245           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29246
29247 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29248
29249         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29250
29251         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29252           No warnings (#157986).
29253
29254 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29257           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29258
29259 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29260
29261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29262           Signal no-more-pads (so it works in playbin).
29263
29264 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29265
29266         * ext/musepack/gstmusepackreader.cpp:
29267           Workaround for older core.
29268
29269 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29270
29271         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29272           Actually test for odd width/height rather than testing whether
29273           a temporary variable that was 0 before we subtracted 1 is now
29274           not equal to zero (which it always is).
29275
29276 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29277
29278         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29279         Fix compilation if HAVE_XVIDEO is not defined
29280
29281 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29282
29283         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29284         Fix compilation if HAVE_XVIDEO is not defined
29285
29286 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29287
29288         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29289         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29290         (gst_goom_change_state), (plugin_init):
29291         Use the bytestream adapter so goom doesn't depend on the input
29292         buffer size.
29293         Add a debug category
29294
29295 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29298           Only set hardware parameters *after* negotiation. Before
29299           negotiation, it will set ANY and that seems to cause crashes
29300           (see e.g. #151288, #153227).
29301
29302 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29305           This seems to be antique leftover. It needs to pass error
29306           checking.
29307         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29308         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29309         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29310         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29311           Fix GstXOverlay implementation (#151059).
29312
29313 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29316           Don't assert (#157853).
29317
29318 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29321           Fix bytes/samples confustion.
29322         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29323           Fix for underrun (#144389).
29324
29325 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29326
29327         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29328           Disable halfway-seek for pending release (since it needs a new
29329           core release).
29330
29331 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29332
29333         * sys/v4l/gstv4lsrc.c:
29334         * sys/v4l/gstv4lsrc.h:
29335         * sys/v4l/v4lsrc_calls.c:
29336           add autoprobe-fps property so we can separate autoprobing parts
29337
29338 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * sys/v4l/gstv4lsrc.c:
29341         * sys/v4l/v4lsrc_calls.c:
29342         initialise fourcc to catch unset fourcc's, and debug
29343
29344 2004-11-09  Wim Taymans  <wim@fluendo.com>
29345
29346         * gst/playback/README:
29347         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29348         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29349         (gst_play_bin_dispose), (gst_play_bin_set_property),
29350         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29351         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29352         (gst_play_bin_get_formats), (gst_play_bin_convert),
29353         (gst_play_bin_get_query_types), (gst_play_bin_query):
29354         Cleanups and some more documentation.
29355
29356 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29357
29358         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29359         (gst_cacasink_init), (gst_cacasink_chain):
29360         * ext/libcaca/gstcacasink.h:
29361         Cacasink inherits from VideoSink, so let that store the clock.
29362
29363 2004-11-09  Wim Taymans  <wim@fluendo.com>
29364
29365         * gst/playback/README:
29366         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29367         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29368         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29369         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29370         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29371         (setup_sinks):
29372         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29373         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29374         * gst/playback/gststreaminfo.h:
29375         Updated README.
29376         Only switch groups if all streams have muted (EOSed).
29377         Send Tags in sync with the stream playback instead of in
29378         the playback/preroll phase.
29379         Some cleanups, free the fakesrc elements.
29380
29381 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29382
29383         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29384           buffer-frames property was missing
29385         * ext/arts/gst_arts.c:
29386           rate missing from sinkcaps
29387         * ext/audiofile/gstafparse.c:
29388         * ext/audiofile/gstafsink.c:
29389         * ext/audiofile/gstafsrc.c:
29390         * ext/swfdec/gstswfdec.c:
29391           int audio doesn't know buffer-frames
29392         * ext/cdparanoia/gstcdparanoia.c:
29393           int audio doesn't know chunksize either
29394         * ext/nas/nassink.c:
29395           it's endianness, not endianess
29396         * gst-libs/gst/audio/audio.h:
29397           make float standard pad template caps really describe float
29398         * gst/law/mulaw.c: (linear_factory):
29399           signed only, please
29400         * gst/mpegstream/gstdvddemux.c:
29401           widths of 20 are not valid
29402
29403 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29404
29405         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29406
29407         * po/LINGUAS:
29408         * po/it.po:
29409           Add Italian
29410
29411 2004-11-08  Wim Taymans  <wim@fluendo.com>
29412
29413         * gst/playback/README:
29414         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29415         * gst/playback/gstplaybasebin.c: (probe_triggered),
29416         (gst_play_base_bin_change_state):
29417         Updated README, added more comments for fixmes etc..
29418
29419 2004-11-08  Wim Taymans  <wim@fluendo.com>
29420
29421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29422         We can remove this hack now.
29423
29424 2004-11-08  Wim Taymans  <wim@fluendo.com>
29425
29426         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29427         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29428         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29429         Only mix AYUV for maximum quality.
29430
29431 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29432
29433         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29434         (gst_ogg_demux_push), (gst_ogg_pad_push):
29435           Let's act as if we're synchronized now! :).
29436         * ext/theora/theoradec.c: (theora_dec_chain):
29437           Add some debug.
29438
29439 2004-11-08  Wim Taymans  <wim@fluendo.com>
29440
29441         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29442         (gst_alpha_set_property), (gst_alpha_sink_link),
29443         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29444         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29445         (gst_alpha_init_params), (gst_alpha_chain):
29446         Implement alpha functions for AYUV too, this increases
29447         accuracy quite a bit.
29448
29449 2004-11-08  Wim Taymans  <wim@fluendo.com>
29450
29451         * gst/ffmpegcolorspace/avcodec.h:
29452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29453         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29454         (gst_ffmpegcsp_avpicture_fill):
29455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29456         (gst_ffmpegcsp_caps_remove_format_info):
29457         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29458         (shrink12), (img_get_alpha_info), (deinterlace_line),
29459         (deinterlace_line_inplace):
29460         * gst/ffmpegcolorspace/imgconvert_template.h:
29461         Added AYUV colorspace and handle RGBA a bit more respectful.
29462
29463 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29466           Actually always send a discont (cornercase when resending the
29467           same serial-tagged chain twice).
29468
29469 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29470
29471         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29472         (gst_ximagesink_finalize):
29473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29474         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29475
29476 2004-11-08  Wim Taymans  <wim@fluendo.com>
29477
29478         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29479         Don't segfault on NULL data.
29480
29481 2004-11-08  Wim Taymans  <wim@fluendo.com>
29482
29483         * gst/playback/gstdecodebin.c: (unlinked):
29484         * gst/playback/gstplay-marshal.list:
29485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29486         (gst_play_base_bin_init), (group_create), (get_active_group),
29487         (get_building_group), (group_destroy), (group_commit),
29488         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29489         (add_element_stream), (no_more_pads), (probe_triggered),
29490         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29491         (state_change), (setup_source), (gst_play_base_bin_get_property),
29492         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29493         (gst_play_base_bin_link_stream),
29494         (gst_play_base_bin_get_streaminfo):
29495         * gst/playback/gstplaybasebin.h:
29496         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29497         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29498         Add support for chained ogg files. Prepare for playlist
29499         support. This patch introduces the concept of pad groups, which
29500         together compose one playable media file.
29501
29502 2004-11-07  David Schleef  <ds@schleef.org>
29503
29504         * testsuite/gst-lint: Check for pad templates that aren't statically
29505         scoped.
29506
29507 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29508
29509         * configure.ac:
29510         * ext/Makefile.am:
29511         * ext/musepack/Makefile.am:
29512         * ext/musepack/gstmusepackdec.cpp:
29513         * ext/musepack/gstmusepackdec.h:
29514         * ext/musepack/gstmusepackreader.cpp:
29515         * ext/musepack/gstmusepackreader.h:
29516           Add musepack decoder.
29517         * ext/faad/gstfaad.c: (gst_faad_base_init):
29518           Make pad templates static.
29519         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29520         (plugin_init):
29521           Add musepack typefinder, make mp3 typefinding work halfway stream,
29522           which doesn't actually work yet because id3demux doesn't implement
29523           _get_length().
29524
29525 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29526
29527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29528         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29529           Fix interrupt event handling (#144436).
29530
29531 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29534           Hide unused glory.
29535
29536 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29537
29538         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29541           Fix weird caps (#157548).
29542
29543 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29544
29545         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29548           Add missing NULL terminator (#157543).
29549
29550 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29551
29552         * gst/tcp/gsttcp.h:
29553         * gst/tcp/gsttcpclientsink.c:
29554         * gst/tcp/gsttcpclientsrc.c:
29555         * gst/tcp/gsttcpserversink.c:
29556         * gst/tcp/gsttcpserversrc.c:
29557           ports can go up to 65535.  Move common defines to gsttcp.h
29558
29559 2004-11-05  Wim Taymans  <wim@fluendo.com>
29560
29561         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29562         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29563         Added two more colorspaces.
29564
29565 2004-11-05  Wim Taymans  <wim@fluendo.com>
29566
29567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29568         (gst_ffmpegcsp_avpicture_fill):
29569         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29570         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29571         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29572         More stride fixes.
29573
29574 2004-11-05  Wim Taymans  <wim@fluendo.com>
29575
29576         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29577         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29578         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29579         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29580         (gst_videomixer_loop):
29581         More stride fixes.
29582
29583 2004-11-05  Benjamin Otte  <otte@gnome.org>
29584
29585         * ext/mad/gstmad.c: (gst_mad_chain):
29586           don't overflow data buffer. Flush not needed sync data when syncing
29587           failed.
29588
29589 2004-11-04  Wim Taymans  <wim@fluendo.com>
29590
29591         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29592         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29593         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29594         (gst_alpha_init_params), (gst_alpha_chain),
29595         (gst_alpha_change_state):
29596         Updated the chroma keying algorithm with something more
29597         sophisticated.
29598
29599 2004-11-03  Wim Taymans  <wim@fluendo.com>
29600
29601         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29602         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29603         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29604         Fix stride issues. Does not completely work for odd
29605         heights.
29606
29607 2004-11-03  Wim Taymans  <wim@fluendo.com>
29608
29609         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29610         (gst_alpha_chroma_key), (gst_alpha_chain):
29611         Fix stride issues. Does not completely work for odd
29612         heights.
29613
29614 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29615
29616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29617         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29618         leak fixes
29619
29620 2004-11-03  Wim Taymans  <wim@fluendo.com>
29621
29622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29623         (gst_ffmpegcsp_avpicture_fill):
29624         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29625         (avpicture_alloc):
29626         * gst/ffmpegcolorspace/imgconvert_template.h:
29627         Use correct _fill function to get correct strides.
29628
29629 2004-11-02  David Schleef  <ds@schleef.org>
29630
29631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29632         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29633         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29634         Change all g_print()s to debugging.  Add a bunch of consistency
29635         checks.
29636
29637 2004-11-02  Wim Taymans  <wim@fluendo.com>
29638
29639         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29640         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29641         (unlinked), (no_more_pads), (close_link):
29642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29643         (unknown_type), (add_element_stream), (new_decoded_pad),
29644         (removed_decoded_pad), (setup_source):
29645         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29646         (gst_stream_info_class_init), (gst_stream_info_init),
29647         (gst_stream_info_new), (gst_stream_info_dispose),
29648         (stream_info_mute_pad), (gst_stream_info_set_property),
29649         (gst_stream_info_get_property):
29650         * gst/playback/gststreaminfo.h:
29651         Fix playback of multiple files.
29652         a slightly different approach to handling dynamic pad removals.
29653         This one only looks at pads that we have linked.
29654
29655 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29656
29657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29658         free" warning from libc.
29659
29660 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29661
29662         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29663         (get_unconnected_element), (remove_starting_from), (pad_removed),
29664         (close_link):
29665           Implement support for dynamic pad changing. We listen to "live"
29666           pad removals (i.e. while playing) and re-setup autoplugging
29667           after that. Playbasebin/playbin need some more work for this
29668           to finally work, but decodebin supports (and replugs) chained
29669           ogg now.
29670
29671 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29672
29673         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29674         (gst_alsa_finalize):
29675         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29676         (gst_cdaudio_finalize):
29677         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29678         (cdparanoia_finalize):
29679         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29680         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29681         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29682         (dvdreadsrc_finalize):
29683         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29684         (gst_flacdec_finalize):
29685         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29686         (gst_flacenc_finalize):
29687         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29688         (gst_gnomevfssink_finalize):
29689         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29690         (gst_gnomevfssrc_finalize):
29691         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29692         (gst_fameenc_finalize):
29693         * ext/nas/nassink.c: (gst_nassink_class_init),
29694         (gst_nassink_finalize):
29695         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29696         (gst_sdlvideosink_class_init):
29697         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29698         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29699         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29700         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29701         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29702         (gst_x_window_listener_dispose):
29703         * gst/audioscale/gstaudioscale.c:
29704         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29705         (play_on_demand_finalize):
29706         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29708         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29709         (cdplayer_finalize):
29710         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29711         (gst_glimagesink_class_init):
29712         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29713         (gst_osselement_finalize):
29714         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29715         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29716         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29717           Fixes a bunch of problems with finalize and dispose functions,
29718           either assumptions that dispose is only called once, or not calling
29719           the parent class dispose/finalize function
29720
29721 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29722
29723         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29724           added two api precondition guards
29725           use g_strdup with getenv to fix crash when using ENVVAR
29726
29727 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29728         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29729         (gst_esdsink_finalize):
29730         Use a finalize function, not dispose, and more importantly,
29731         call the parent class finalize function too
29732
29733 2004-11-01  Johan Dahlin  <johan@gnome.org>
29734
29735         * ext/ogg/gstoggdemux.c:
29736         * gst/tags/gstvorbistag.c:
29737         Plug leaks.
29738
29739 2004-10-31  Benjamin Otte  <otte@gnome.org>
29740
29741         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29742           lotsa memleaks today. But they're all small...
29743
29744 2004-10-31  Benjamin Otte  <otte@gnome.org>
29745
29746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29747           another memleak crushed
29748
29749 2004-10-31  Benjamin Otte  <otte@gnome.org>
29750
29751         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29752           fix memleak
29753
29754 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29757           Hack to prevent crash when going to READY inside signal handler
29758           while this function is active.
29759
29760 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29761
29762         * gst/ffmpegcolorspace/Makefile.am:
29763         * gst/ffmpegcolorspace/avcodec.h:
29764         * gst/ffmpegcolorspace/common.h:
29765         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29766         * gst/ffmpegcolorspace/dsputil.h:
29767         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29769         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29770         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29771         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29772         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29773         (gst_ffmpegcsp_avpicture_fill):
29774         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29776         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29777         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29778         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29779         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29780         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29781         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29782         * gst/ffmpegcolorspace/imgconvert.c:
29783         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29784         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29785         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29786         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29787         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29788         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29789         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29790         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29791         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29792         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29793         (grow21), (grow22), (grow41), (grow44), (conv411),
29794         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29795         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29796         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29797         (avpicture_free), (is_yuv_planar), (img_convert),
29798         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29799         (deinterlace_line_inplace), (deinterlace_bottom_field),
29800         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29801         * gst/ffmpegcolorspace/imgconvert_template.h:
29802         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29803         * gst/ffmpegcolorspace/mmx.h:
29804         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29805         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29806         (av_freep), (avcodec_get_context_defaults),
29807         (avcodec_alloc_context), (avcodec_init):
29808           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29809           handling plus update from ffmpeg CVS. Large clean-up.
29810
29811 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * gst/playback/Makefile.am:
29814           We need the marshallers for decodebin, too.
29815
29816 2004-10-30  David Schleef  <ds@schleef.org>
29817
29818         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29819           quicktime typefinding work with 64-bit offsets.
29820
29821 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29822
29823         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29824           Set EOS on the element when processing an EOS event.
29825         * ext/speex/gstspeexdec.h:
29826         * ext/speex/gstspeexenc.h:
29827           Only keep a const ptr to the mode
29828         * gst-libs/gst/riff/riff-media.c:
29829         (gst_riff_create_audio_caps_with_data),
29830         (gst_riff_create_audio_template_caps):
29831           Allow WMAV3, with up to 6 channels.
29832         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29833           Don't call gst_pad_set_event_function on a sink pad.
29834         * gst/mpegstream/gstdvddemux.c:
29835         (gst_dvd_demux_get_subpicture_stream),
29836         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29837           Copy the explicit caps that were set across to the cur_* pads,
29838           instead of trying to use a possibly non-existent negotiated caps.
29839           Reset the type of subpicture pads to UNKNOWN after calling
29840           init_stream, so that the caps get set.
29841
29842 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29843
29844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29845
29846         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29847           Don't touch buffer if it is of size 0 (fixes #151064).
29848
29849 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29850
29851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29852           Synchronized discont handling.
29853
29854 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29855
29856         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29857         (gst_ogg_demux_push):
29858           Make seeking sort-of exact again (fixes #156387).
29859
29860 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29861
29862         * gst/playback/gstplaybasebin.c: (unknown_type),
29863         (add_element_stream), (new_decoded_pad),
29864         (gst_play_base_bin_change_state):
29865         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29866         (gst_stream_info_init), (gst_stream_info_new),
29867         (gst_stream_info_dispose), (gst_stream_info_get_property):
29868         * gst/playback/gststreaminfo.h:
29869           Make caps explicitely available. Makes testing for unsupported
29870           types possible. Improves error reporting.
29871
29872 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * gst/audioconvert/gstaudioconvert.c:
29875         (gst_audio_convert_buffer_to_default_format):
29876           Really don't touch read-only buffers (#156563).
29877
29878 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29879
29880         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29881
29882         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29883           Fix memleak (#155223).
29884
29885 2004-10-29  Wim Taymans  <wim@fluendo.com>
29886
29887         * gst/tcp/.cvsignore:
29888         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29889         (gst_multifdsink_class_init), (gst_multifdsink_init),
29890         (gst_multifdsink_add), (gst_multifdsink_remove),
29891         (gst_multifdsink_remove_client_link), (is_sync_frame),
29892         (gst_multifdsink_new_client),
29893         (gst_multifdsink_handle_client_write),
29894         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29895         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29896         (gst_multifdsink_get_property):
29897         * gst/tcp/gstmultifdsink.h:
29898         Added burst on connect sync_method, deprecated sync_clients,
29899         streamlined the sync code some more.
29900
29901 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29902
29903         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29904         (gst_play_base_bin_change_state):
29905           Improve error reporting.
29906
29907 2004-10-28  Wim Taymans  <wim@fluendo.com>
29908
29909         * gst/tcp/Makefile.am:
29910         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29911         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29912         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29913         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29914         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29915         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29916         (gst_fdset_wait):
29917         Added more locks around fdset structures. Fixed/reworked
29918         the poll array resizing code.
29919         Added stress test for fdset.
29920
29921 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29922
29923         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29924         fix build
29925
29926 2004-10-28  Benjamin Otte  <otte@gnome.org>
29927
29928         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29929           fix link function to always query channels and query width for
29930           floats
29931         * configure.ac:
29932           add equalizer dir
29933         * gst/equalizer/Makefile.am:
29934         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29935         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29936         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29937         (arg_to_scale), (setup_filter),
29938         (gst_iir_equalizer_compute_frequencies),
29939         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29940         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29941         (plugin_init):
29942           add an equalizer
29943
29944 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29945
29946         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29947
29948         * po/LINGUAS:
29949         * po/nb.po:
29950           Added Norwegian Bokmaal translation
29951
29952 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29953
29954         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29955           Don't break on options (fixes #156488).
29956
29957 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29958
29959         * configure.ac:
29960         * ext/cdaudio/Makefile.am:
29961         * sys/Makefile.am:
29962           fix build on older automake
29963
29964 2004-10-26  Wim Taymans  <wim@fluendo.com>
29965
29966         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29967         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29968         Allow a little margin when negotiating the framerate.
29969
29970 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29971
29972         * gst/level/gstlevel.c:
29973           synchonised naming of pads and pad-templates
29974
29975 2004-10-26  Wim Taymans  <wim@fluendo.com>
29976
29977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29978         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29979         (_find_streams_check), (gst_ogg_demux_push):
29980         Fix EOS again. Needs to be done in a better way. We should not
29981         remove the pad if there is no new chained stream.
29982
29983 2004-10-26 Iain <iaingnome@gmail.com>
29984
29985         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29986         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29987         of the caps.
29988         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29989         pad.
29990         (interleave_release_pad): Remove the pad.
29991         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29992         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29993         the set device.
29994         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29995         attrs
29996         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29997         (gst_xvimagesink_finalize): Free the par.
29998
29999 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30000
30001         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30002         (gst_avimux_stop_file):
30003           First calculate the rate, and only then use it. Hdr.rate is a
30004           multiple and not a derivative of hdr.scale. Scale is not the
30005           same as blockalign but is solely related to rate.
30006
30007 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30008
30009         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30010         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30011           Implement seeking.
30012
30013 2004-10-25  James Henstridge  <james@jamesh.id.au>
30014
30015         Reviewed by:  David Schleef  <ds@schleef.org>
30016
30017         * examples/gstplay/player.c: (got_stream_length), (main):
30018         * examples/seeking/cdplayer.c: (update_scale):
30019         * examples/seeking/seek.c: (format_value), (update_scale):
30020         * examples/seeking/spider_seek.c: (format_value), (update_scale),
30021         (stop_seek):
30022         Build fixes on AMD64.
30023
30024 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30025
30026         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30027
30028         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30029         Fix for some v4l cards which hang in v4lsrc
30030
30031 2004-10-25  Wim Taymans  <wim@fluendo.com>
30032
30033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30034         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30035         Make sure to remove the pad when a new chain is
30036         encountered. Set some vars to NULL so we don't try
30037         to reference freed memory.
30038
30039 2004-10-25  Wim Taymans  <wim@fluendo.com>
30040
30041         * examples/seeking/Makefile.am:
30042         * examples/seeking/cdplayer.c: (update_scale):
30043         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30044         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30045         (format_value), (update_scale), (iterate), (start_seek),
30046         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30047         (print_usage), (main):
30048         Added some more examples, update others.
30049
30050 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30051
30052         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30053         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30054         * ext/theora/theoradec.c: (theora_dec_chain):
30055         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30056           Add codec-name metadata.
30057
30058 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30059
30060         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30061
30062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30063         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30064         * ext/alsa/gstalsamixertrack.h:
30065         * po/POTFILES.in:
30066           ALSA mixer track label internationalization (#154054).
30067
30068 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * ext/theora/theoradec.c: (theora_dec_chain):
30071           Export bitrate as metadata.
30072
30073 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30074
30075         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30076         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30077         * ext/alsa/gstalsamixertrack.h:
30078           Fix names, fix loop.
30079
30080 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30081
30082         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30083         (speex_dec_convert):
30084           sinkconvert function so oggdemux can get the file length (totem).
30085
30086 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30087
30088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30091           Don't push incomplete packets.
30092         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30093           Fix MPEG-4 audio typefinding.
30094
30095 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30096
30097         * sys/v4l/Makefile.am:
30098         * sys/v4l/gstv4l.c: (plugin_init):
30099         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30100         (gst_v4lelement_init), (gst_v4lelement_dispose),
30101         (gst_v4lelement_change_state):
30102         * sys/v4l/gstv4lelement.h:
30103         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30104         (gst_v4l_xoverlay_close), (idle_refresh),
30105         (gst_v4l_xoverlay_set_xwindow_id):
30106         * sys/v4l/gstv4lxoverlay.h:
30107         * sys/v4l/v4l-overlay_calls.c:
30108         * sys/v4l/v4l_calls.h:
30109         * sys/v4l2/Makefile.am:
30110         * sys/v4l2/gstv4l2.c: (plugin_init):
30111         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30112         (gst_v4l2element_init), (gst_v4l2element_dispose),
30113         (gst_v4l2element_change_state):
30114         * sys/v4l2/gstv4l2element.h:
30115         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30116         (gst_v4l2_xoverlay_close), (idle_refresh),
30117         (gst_v4l2_xoverlay_set_xwindow_id):
30118         * sys/v4l2/gstv4l2xoverlay.h:
30119         * sys/v4l2/v4l2-overlay_calls.c:
30120         * sys/v4l2/v4l2_calls.h:
30121           Remove client-side overlay handling, use the X-server v4l plugin
30122           for that. Nicer overlay, less code. Also make the plugin
30123           compileable without X (but then without overlay, obviously).
30124           Makes xwindowlistener obsolete, should we remove that?
30125
30126 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30129         (gst_osssrc_src_query):
30130         * sys/oss/gstosssrc.h:
30131           OK, so people want offset in DEFAULT. This time, actually fix all
30132           cases.
30133         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30134           Add FPS properly.
30135
30136 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30137
30138         * gst/asfdemux/gstasfmux.c:
30139         * gst/avi/gstavimux.c:
30140           Framerate.
30141
30142 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30143
30144         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30145           Fix properties (channel, norm, frequency).
30146
30147 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30148
30149         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30150           Flag typo.
30151         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30152           No warnings.
30153
30154 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30155
30156         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30157           Fix hang.
30158
30159 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30160
30161         * sys/v4l2/gstv4l2element.h:
30162           Yet Another Hack (tm) for kernel header borkedness.
30163         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30164         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30165         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30166         (gst_v4l2src_change_state):
30167         * sys/v4l2/gstv4l2src.h:
30168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30169         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30170           Fix caps, keep track of state, work.
30171
30172 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30173
30174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30175           Quiet.
30176
30177 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30178
30179         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30180           Don't mix bytes and samples.
30181
30182 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30183
30184         * ext/ogg/gstoggmux.c:
30185           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30186           and theora. Any is incorrect.
30187         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30188           Fix caps.
30189         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30190         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30191         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30192         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30193         * sys/v4l/gstv4lmjpegsrc.h:
30194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30195         (gst_v4lsrc_change_state):
30196         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30197         (gst_v4lmjpegsrc_capture_stop):
30198           Fix caps. Keep track of internal state. Work.
30199
30200 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30201
30202         * ext/Makefile.am:
30203           Fix the build fixes.
30204
30205 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30208         (gst_ogg_demux_src_event), (_find_chain_seek),
30209         (gst_ogg_pad_push):
30210           Check for pad availability before using it.
30211         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30212           Fix parsing of chained ogg. Needs more work on the decoder side.
30213
30214 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30215
30216         * gst/spectrum/Makefile.am:
30217         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30218         (idle_func):
30219           Fix demo and reenable it. Yes, I'm currently playing with audio
30220           analysis tools
30221
30222 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30223
30224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30225           We love it if files that start at zero work too...
30226
30227 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30228
30229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30230           Handle files with missing EOS headers.
30231
30232 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30233
30234         * gst/tcp/gsttcpserversink.c:
30235         (gst_tcpserversink_handle_server_read),
30236         (gst_tcpserversink_init_send):
30237         Zero some variables first (need for accept not to return EINVAL)
30238
30239 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30240
30241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30242         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30243         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30244         (theora_dec_chain):
30245         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30246         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30247           Seeking and querying finetune.
30248
30249 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30250
30251         * configure.ac:
30252         * ext/Makefile.am:
30253         * ext/raw1394/Makefile.am:
30254           fix the build
30255
30256 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30257
30258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30259           Wrong return.
30260         * gst/playback/Makefile.am:
30261         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30262         * gst/playback/gstplay-marshal.list:
30263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30264           Fix marshallers.
30265
30266 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30267
30268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30269           Silence.
30270
30271 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30272
30273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30274         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30275         (gst_ogg_pad_push):
30276           Yay for non-lineair granulepos in theora.
30277
30278 2004-10-18  Wim Taymans  <wim@fluendo.com>
30279
30280         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30281         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30282         * ext/dv/gstdvdec.h:
30283         Make sure we renegotiate aspect ratio when the camera switches.
30284
30285 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30286
30287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30288         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30289           Start at zero.
30290         * ext/theora/theoradec.c: (theora_dec_chain):
30291           Skip headers. Bad idea for chained ogg, but fixes seeking.
30292
30293 2004-10-18  Wim Taymans  <wim@fluendo.com>
30294
30295         * configure.ac:
30296         I swear, this is the last time I touch this.
30297
30298 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30301         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30302         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30303           Faster seeking.
30304         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30305           Time-to-default conversion.
30306         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30307           Don't error on unknown packets, just skip. We should probably
30308           read them if we want to support chained ogg.
30309
30310 2004-10-18  Wim Taymans  <wim@fluendo.com>
30311
30312         * configure.ac:
30313         Added cdaudio to wrong list.
30314
30315 2004-10-18  Wim Taymans  <wim@fluendo.com>
30316
30317         * configure.ac:
30318         Revive cdaudio.
30319
30320 2004-10-18  Wim Taymans  <wim@fluendo.com>
30321
30322         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30323         (gst_dvdec_video_link), (gst_dvdec_push):
30324         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30325         (gst_smokeenc_resync), (gst_smokeenc_chain):
30326         Fix mimetype on smoke encoder.
30327         Add aspect ratio to dvdec. Not sure if these
30328         values are correct though....
30329
30330 2004-10-18  Wim Taymans  <wim@fluendo.com>
30331
30332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30333         Fix vorbis property descriptions and ranges.
30334
30335 2004-10-18  Wim Taymans  <wim@fluendo.com>
30336
30337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30338         Really do nothing when no data is available.
30339         Go to the playing state when the stream is not seekable
30340         instead of failing.
30341
30342 2004-10-18  Wim Taymans  <wim@fluendo.com>
30343
30344         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30345         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30346         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30347         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30348         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30349         Added uri handler for cd://
30350         Port to new API.
30351
30352 2004-10-18  Wim Taymans  <wim@fluendo.com>
30353
30354         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30355         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30356         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30357         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30358         (remove_prerolls), (unknown_type), (add_element_stream),
30359         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30360         (gst_play_base_bin_remove_element),
30361         (gst_play_base_bin_link_stream):
30362         * gst/playback/gstplaybin.c: (gen_video_element),
30363         (gen_vis_element), (remove_sinks), (setup_sinks):
30364         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30365         (gst_stream_info_get_type), (gst_stream_info_class_init),
30366         (gst_stream_info_init), (gst_stream_info_new),
30367         (gst_stream_info_dispose), (stream_info_mute_pad),
30368         (gst_stream_info_set_property), (gst_stream_info_get_property):
30369         * gst/playback/gststreaminfo.h:
30370         Add sink padtemplate to decodebin.
30371         Added some more comments.
30372         Make queue size configurable in playbasebin.
30373         Added possibility to use elements as sinks (ex cdaudio).
30374
30375 2004-10-15  Wim Taymans  <wim@fluendo.com>
30376
30377         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30378         (gst_speexenc_chain):
30379         Fix speex timestamps so that it gets muxed properly.
30380
30381 2004-10-15  Wim Taymans  <wim@fluendo.com>
30382
30383         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30384         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30385         (gst_dv1394src_init), (gst_dv1394src_dispose),
30386         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30387         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30388         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30389         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30390         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30391         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30392         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30393         * ext/raw1394/gstdv1394src.h:
30394         Added conversion/query functions.
30395         Update buffer timestamps,
30396         Added signals.
30397         Added uri dv:// so it might play from the firewire in playbin.
30398         Fix a possible leak.
30399         Added debugging.
30400
30401 2004-10-15  Wim Taymans  <wim@fluendo.com>
30402
30403         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30404         (gst_dv1394src_init), (gst_dv1394src_set_property),
30405         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30406         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30407         * ext/raw1394/gstdv1394src.h:
30408         Added AV/C VTR control support needed for some cameras.
30409         Added automatic port detection.
30410         Added properties for selecting the channel.
30411         The configure.ac script is not yet updated to reflect the
30412         new libavc1394 and librom1394 dependencies.
30413
30414 2004-10-15  Wim Taymans  <wim@fluendo.com>
30415
30416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30417         (qtdemux_parse), (gst_qtdemux_handle_esds):
30418         An esds box is not a container.
30419         Fix parsing of mp4v boxes.
30420         Do not try to renegotiate fps for each frame. Need to
30421         find a better method. This should fix mp4 playback.
30422
30423 2004-10-14  David Schleef  <ds@schleef.org>
30424
30425         * configure.ac: update for swfdec-0.3 and liboil-0.2
30426         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30427         * ext/swfdec/gstswfdec.h: same
30428         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30429         * gst/videotestsrc/videotestsrc.c: same
30430
30431 2004-10-14  Wim Taymans  <wim@fluendo.com>
30432
30433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30434         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30435         (is_sync_frame), (gst_multifdsink_new_client),
30436         (gst_multifdsink_handle_client_write),
30437         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30438         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30439         Turn warnings into info.
30440         Don't allow a state change in the streaming thread.
30441
30442 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30443
30444         * ext/vorbis/oggvorbisenc.c:
30445         * ext/vorbis/vorbisdec.c:
30446           fix template sample rate
30447
30448 2004-10-13  Wim Taymans  <wim@fluendo.com>
30449
30450         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30451         Decoding the header first fixes some problems in resyncing
30452         in more mp3s.
30453
30454 2004-10-12  Wim Taymans  <wim@fluendo.com>
30455
30456         * gst/playback/gstplaybin.c: (gen_video_element),
30457         (gen_vis_element), (remove_sinks), (setup_sinks):
30458         Added vis plugin support, need to configure the vis
30459         element to activate it.
30460
30461 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30462
30463         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30464         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30465           Some debug.
30466         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30467         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30468         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30469         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30470         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30471         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30472         * gst/avi/gstavidemux.h:
30473           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30474           recovery (where, if part of the index is broken, we will still read
30475           the rest of the index and recover the broken part by stream
30476           scanning). More broken media support. EOS workarounds. General AVI
30477           braindamage headache recovery. Aspirin included.
30478
30479 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30480
30481         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30482         (cdparanoia_event), (cdparanoia_query):
30483           Get rid of hideous lead-in.
30484
30485 2004-10-11  Wim Taymans  <wim@fluendo.com>
30486
30487         * gst/playback/gstplaybasebin.c: (setup_source):
30488         Wrong var used to get g_list_next.
30489
30490 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30493         (cdparanoia_get), (cdparanoia_open):
30494           Report discid as metadata, add duration.
30495
30496 2004-10-11  Wim Taymans  <wim@fluendo.com>
30497
30498         * gst/playback/gstplaybasebin.c: (setup_source):
30499         Cleanup the previous pipeline a little earlier for the
30500         case that a source element provides raw data.
30501
30502 2004-10-11  Benjamin Otte  <otte@gnome.org>
30503
30504         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30505           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30506           consuming the last 128 bytes, even though it was valid mp3 data.
30507
30508 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30509
30510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30511         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30512         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30513         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30514
30515 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30516
30517         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30518         Fix for webcams that support only specific width or height
30519
30520 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30521
30522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30525           Fix wrong discont event setup (fixes #154967).
30526
30527 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30528
30529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30530
30531         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30532           Error out on invalid data (fixes #154807).
30533
30534 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30535
30536         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * ext/dvdread/dvdreadsrc.c: (_read):
30539           Make titles > 0 work again (fixes #154834).
30540
30541 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30542
30543         * gst-libs/gst/riff/riff-media.c:
30544         (gst_riff_create_video_template_caps):
30545           WMV3 missing in template caps.
30546
30547 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30548
30549         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30550           OK, so the original code was too strict. It makes random AVI files
30551           hang for seconds upon opening, which is unacceptable and is far
30552           beyond the original goal of getting multiple chunks for one-chunk
30553           sounc stream files. So now do just that.
30554
30555 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * gst/playback/gstplaybasebin.c: (setup_source),
30558         (gst_play_base_bin_change_state):
30559           Actually clean up streaminfo if output fails. This would trigger
30560           if, for example, there was no CD in the drive. No preroll, so
30561           a streaminfo structure is created, but the subsequent state change
30562           of the thread fails.
30563         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30564           Don't change state if parent failed.
30565
30566 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30569         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30570         (gen_video_element), (remove_sinks):
30571           Add small bits of code for screenshot handling.
30572
30573 2004-10-08  Wim Taymans  <wim@fluendo.com>
30574
30575         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30576         (gen_video_element), (gen_audio_element), (setup_sinks):
30577         Don't assume the user provided sinks are named "sink"...
30578
30579 2004-10-08  Wim Taymans  <wim@fluendo.com>
30580
30581         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30582         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30583         (gst_play_base_bin_link_stream):
30584         Do not try to autoplug sources that generate raw streams like
30585         cdparanoia.
30586         disconnect the preroll overrun signal when we don't need it anymore.
30587
30588 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30589
30590         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30591         Added reworked patch from #154903 from milosz derezynski (deadchip).
30592
30593 2004-10-08  Wim Taymans  <wim@fluendo.com>
30594
30595         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30596         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30597         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30598         (cdparanoia_convert), (cdparanoia_uri_get_type),
30599         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30600         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30601         * ext/cdparanoia/gstcdparanoia.h:
30602         This adds the cdda://<tracknum> uri.
30603
30604 2004-10-08  Wim Taymans  <wim@fluendo.com>
30605
30606         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30607         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30608         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30610         (unknown_type), (gst_play_base_bin_remove_element),
30611         (gst_play_base_bin_link_stream):
30612         * gst/playback/gstplaybasebin.h:
30613         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30614         (gst_play_bin_set_property), (gen_video_element),
30615         (gen_audio_element), (setup_sinks):
30616         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30617         (gst_stream_info_get_type), (gst_stream_info_class_init),
30618         (gst_stream_info_init), (gst_stream_info_new),
30619         (gst_stream_info_dispose), (stream_info_mute_pad),
30620         (gst_stream_info_set_property), (gst_stream_info_get_property):
30621         * gst/playback/gststreaminfo.h:
30622         Reuse the audio and video bins.
30623         Some internal cleanups in the stream selection code.
30624
30625 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30626
30627         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30628         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30629         * sys/ximage/ximagesink.h:
30630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30631         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30632         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30633         not coming from those elements. Moreover these elements should not keep
30634         the xid they have been given when in NULL state.
30635
30636 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30637
30638         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30639         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30640         * sys/ximage/ximagesink.h:
30641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30642         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30643         * sys/xvimage/xvimagesink.h:
30644           Actually only create a new toplevel window if we're not gonna
30645           embed it right after.
30646
30647 2004-10-07  Wim Taymans  <wim@fluendo.com>
30648
30649         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30650         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30651         * gst/playback/gstplaybin.c: (setup_sinks):
30652         Implement muting/unmuting of streams, mute streams that are not
30653         used.
30654
30655 2004-10-07  Wim Taymans  <wim@fluendo.com>
30656
30657         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30658         (plugin_init):
30659         Added lame audio/x-ac3 typefind function.
30660
30661 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30662
30663         * configure.ac:
30664           bump nano to cvs
30665
30666 === release 0.8.5 ===
30667
30668 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30669
30670         * NEWS:
30671         * RELEASE:
30672         * configure.ac:
30673           releasing 0.8.5, "Take You On"
30674
30675 2004-10-06  Wim Taymans  <wim@fluendo.com>
30676
30677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30678         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30679         (no_more_pads), (close_link), (type_found):
30680         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30681         * gst/playback/gstplaybin.c: (gen_video_element):
30682         Do not signal the no_more_pads after the first pad when
30683         we are plugging a non dynamic element with multiple
30684         output pads (like swfdec, dvdec, ...).
30685
30686 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30687
30688         * configure.ac:
30689           bump for prerelease
30690
30691 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30692
30693         * gst/wavparse/gstwavparse.c:
30694           add ATRAC3 to STATIC CAPS to fix a warning
30695
30696         * gst/matroska/ebml-read.c:
30697         * gst-libs/gst/riff/riff-read.c:
30698           fix typos
30699
30700 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30701
30702         * gst-libs/gst/riff/riff-media.c:
30703           generate caps for ATRAC3 audio streams
30704
30705         * gst/realmedia/rmdemux.c:
30706           generate caps for ATRAC3 audio streams
30707
30708 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30709
30710         * gst/wavparse/Makefile.am
30711         * gst/wavparse/riff.h
30712         * gst/wavparse/wavparse.vcproj
30713           riff.h removal (unused and duplication with riff-ids.h)
30714
30715 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30716
30717         * gst/wavparse/gstwavparse.h
30718           remove duplicated defines for audio codec codes
30719
30720         * gst-libs/gst/riff/riff-ids.h
30721         * gst/wavenc/riff.h:
30722           add "4CC" code for ATRAC3 audio streams
30723           add "4CC" code for ITU_G721_ADPCM (unused for now)
30724
30725 2004-10-06  Wim Taymans  <wim@fluendo.com>
30726
30727         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30728         Actually _do_ negotiation. Pass gdouble as arg instead
30729         of guint64 for the framerate.
30730
30731 2004-10-06  Wim Taymans  <wim@fluendo.com>
30732
30733         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30734         (find_compatibles), (close_pad_link), (try_to_link_1),
30735         (no_more_pads), (close_link), (type_found):
30736         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30737         * gst/playback/gstplaybin.c: (gen_video_element),
30738         (gen_audio_element):
30739         Set state on newly added element to READY so that negotiation
30740         can happen ASAP.
30741         Addes some more debug info.
30742         Do not try to plug pads with multiple caps structures or ANY
30743         because it is too dangerous since we do not do dynamic
30744         replugging.
30745
30746 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30747
30748         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30749
30750         * po/LINGUAS:
30751         * po/or.po:
30752           add Oriya translation
30753
30754 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30755
30756         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30757           Prevent overwrite of size member. Makes audio sound crappy.
30758
30759 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30760
30761         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30762         Add rmvb to the list of known RealMedia extensions
30763
30764 2004-10-05  Wim Taymans  <wim@fluendo.com>
30765
30766         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30767         (mngdec_openstream), (mngdec_closestream),
30768         (mngdec_handle_sink_event), (mngdec_readdata),
30769         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30770         (mngdec_getcanvasline), (mngdec_refresh),
30771         (gst_mngdec_change_state):
30772         Set the framerate correctly.
30773
30774 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30777           There was something wrong with the index massaging.
30778
30779 2004-10-04  Wim Taymans  <wim@fluendo.com>
30780
30781         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30782         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30783         (gst_smokedec_chain):
30784         * ext/jpeg/gstsmokedec.h:
30785         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30786         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30787         * ext/jpeg/gstsmokeenc.h:
30788         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30789         (smokecodec_decode_new), (smokecodec_info_free),
30790         (smokecodec_set_quality), (smokecodec_get_quality),
30791         (smokecodec_set_threshold), (smokecodec_get_threshold),
30792         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30793         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30794         (smokecodec_encode), (smokecodec_parse_id),
30795         (smokecodec_parse_header), (smokecodec_decode):
30796         * ext/jpeg/smokecodec.h:
30797         * ext/jpeg/smokeformat.h:
30798         Updated smoke, new bitstream, allows embedding in ogg.
30799
30800 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30801
30802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30803           Fix seeking in some files. All this code is no longer needed (and
30804           actually breaks stuff) because we now synchronize the full index
30805           right when reading the header.
30806
30807 2004-10-04  Wim Taymans  <wim@fluendo.com>
30808
30809         * configure.ac:
30810         configure update for libmng.
30811
30812 2004-10-04  Wim Taymans  <wim@fluendo.com>
30813
30814         * ext/libmng/Makefile.am:
30815         * ext/libmng/gstmng.c: (plugin_init):
30816         * ext/libmng/gstmng.h:
30817         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30818         (gst_mngdec_base_init), (gst_mngdec_class_init),
30819         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30820         (gst_mngdec_loop), (gst_mngdec_get_property),
30821         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30822         (mngdec_closestream), (mngdec_handle_sink_event),
30823         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30824         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30825         (gst_mngdec_change_state):
30826         * ext/libmng/gstmngdec.h:
30827         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30828         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30829         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30830         (gst_mngenc_chain), (gst_mngenc_get_property),
30831         (gst_mngenc_set_property):
30832         * ext/libmng/gstmngenc.h:
30833         Added basic MNG decoder. Needs more work. The encoder does
30834         not work yet.
30835
30836 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30837
30838         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30839         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30840         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30841           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30842           no-more-pads.
30843
30844 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30845
30846         * configure.ac:
30847           you need at least 1.0.4 of speex
30848
30849 2004-10-04 Iain <iaingnome@gmail.com>
30850
30851         * ext/speex/gstspeexdec.h: Revert the includes changes.
30852
30853         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30854
30855 2004-09-30 Iain <iaingnome@gmail.com>
30856
30857         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30858         found during init or set as a property instead of hardcoding /dev/audio
30859
30860 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30863         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30864         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30865         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30866         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30867         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30868         (gst_rmdemux_dump_data):
30869           Use debug category, fix EOS handling. filesrc ! rmdemux now
30870           works.
30871
30872 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30873
30874         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30875         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30876         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30877           Improve allocation, cutting and sorting of the index. How takes a
30878           few seconds instead of minutes.
30879
30880 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30881
30882         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30883           fixed compilation
30884
30885 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30886
30887         * gst-libs/gst/riff/riff-media.c:
30888         (gst_riff_create_video_caps_with_data),
30889         (gst_riff_create_video_template_caps):
30890           Add wing commander format mimetype/fourccs.
30891         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30892           Don't crash if some value is 0.
30893
30894 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30895
30896         * gst-libs/gst/riff/riff-media.c:
30897         (gst_riff_create_video_caps_with_data),
30898         (gst_riff_create_video_template_caps):
30899           Add DIB fourcc (raw, palettized 8-bit RGB).
30900         * gst-libs/gst/riff/riff-read.c:
30901         (gst_riff_read_strf_vids_with_data):
30902           Oops, fix strf_data reading bug.
30903         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30904           Use a non-NULL tag.
30905         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30906           Time for hacks. Sorry Dave. At least one quicktime movie (a
30907           trailer) that I've encountered contains multiple video tracks.
30908           One of those is the actual video track, the other are one-frame
30909           tracks (images). Unfortunately, the number of frames according
30910           to the trak header is 1 for each, so that doesn't help. So
30911           instead, I look at the duration and discard tracks with a
30912           duration shorter than 20% of the length of the stream. Better
30913           than nothing.
30914
30915 2004-10-01  Christian Schaller <christian@fluendo.com>
30916
30917         * ext/ivorbis/vorbis.c:
30918           Patch from Phil Blundell (Bug 152341)
30919
30920 2004-10-01  Wim Taymans  <wim@fluendo.com>
30921
30922         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30923         (speex_dec_get_formats), (speex_dec_convert),
30924         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30925         (speex_dec_chain), (gst_speexdec_get_property),
30926         (gst_speexdec_set_property):
30927         Small cleanups.
30928
30929 2004-10-01  Wim Taymans  <wim@fluendo.com>
30930
30931         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30932         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30933         (gst_wavparse_other), (gst_wavparse_loop),
30934         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30935         (gst_wavparse_srcpad_event):
30936         * gst/wavparse/gstwavparse.h:
30937         Added some more debugging info.
30938         Fix the case where the length of the file is 0.
30939         Make sure we seek to sample borders.
30940
30941 2004-10-01  Wim Taymans  <wim@fluendo.com>
30942
30943         * gst/playback/README:
30944         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30945         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30946         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30947         Add some debug info to decodebin, update README
30948
30949 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30950
30951         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30952           Don't use g_print(); use GST_DEBUG().
30953
30954 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30955
30956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30957         (gst_ogg_mux_queue_pads):
30958           Handle EOS properly.
30959
30960 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30961
30962         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30963
30964         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30965         (gst_faad_chain), (gst_faad_change_state):
30966         * ext/faad/gstfaad.h:
30967           Allow playback of raw (unframed) MPEG AAC files (#148993).
30968
30969 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30970
30971         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30974           Throw error if we didn't recognize the stream. Fixes #152289.
30975
30976 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30977
30978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30979           Fix negotiation.
30980
30981 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30982
30983         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30984
30985         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30986           Fix memleak.
30987
30988 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30989
30990         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30991
30992         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30993           Solve #152805.
30994         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30995           Solve 152806.
30996
30997 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * gst-libs/gst/riff/riff-media.c:
31000         (gst_riff_create_video_caps_with_data),
31001         (gst_riff_create_audio_caps_with_data):
31002           Add codec_data handling (like asfdemux used to do).
31003         * gst/asfdemux/gstasf.c: (plugin_init):
31004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31005         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31006           Use riff-media for caps creation instead of our own (mostly
31007           broken) copy of its functions.
31008
31009 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31010
31011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31012           Don't actually error out if we get another return value than
31013           -EINVAL. Opposite to what I first thought, drivers have random
31014           return values for this, although -EINVAL is the expected return
31015           value. Since this is not fatal, we shouldn't use
31016           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31017
31018 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31019
31020         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31021         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31022         (dvdreadsrc_get_property), (_open), (_seek), (_read),
31023         (dvdreadsrc_get), (dvdreadsrc_open_file),
31024         (dvdreadsrc_change_state):
31025           Fix. Don't do one big huge loop around the whole DVD, that will
31026           cache all data and thus eat sizeof(dvd) (several GB) before we
31027           see something.
31028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31029           Actually NULL'ify event after using it.
31030         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31031         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31032         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31033         (gst_ebml_read_seek), (gst_ebml_read_skip):
31034           Handle events.
31035         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31036         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31037         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31038           Fix timing (this will probably break if I seek using menus, but
31039           I didn't get there yet). VOBs and normal DVDs should now work.
31040           Add a mpeg2-only pad with high rank so this get autoplugged for
31041           MPEG-2 movies.
31042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31043         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31044         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31045         (gst_mpeg_demux_get_audio_stream),
31046         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31047         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31048           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31049           MPEG-1 but use dvddemux for MPEG-2.
31050         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31051         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31052         (gst_mpeg_parse_parse_packhead):
31053           Timing. Only add pad template if it exists. Add sink template from
31054           class and not from ourselves. This means we will always use the
31055           correct sink template even if it is not the one defined in this
31056           file.
31057
31058 2004-09-29  Wim Taymans  <wim@fluendo.com>
31059
31060         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31061         (gst_mpeg_demux_parse_pes):
31062         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31063         Fix playback of mpeg again, timestamps where screwed up by
31064         patch 1.61.
31065
31066 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31067
31068         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31069           Only return true if we actually filled something in. Prevents
31070           player applications from showing a random length for flac files.
31071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31072         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31073         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31074         (gst_riff_read_strf_vids_with_data),
31075         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31076           OK, ok, so I implemented event handling. Apparently it's normal
31077           that we receive random events at random points without asking
31078           for it.
31079         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31080         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31081         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31082         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31083         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31084         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31085         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31086         * gst/avi/gstavidemux.h:
31087           Implement non-lineair chunk handling and subchunk processing.
31088           The first solves playback of AVI files where the audio and video
31089           data of individual buffers that we read are not synchronized.
31090           This should not happen according to the wonderful AVI specs, but
31091           of course it does happen in reality. It is also a prerequisite for
31092           the second. Subchunk processing allows us to cut chunks in small
31093           pieces and process each of these pieces separately. This is
31094           required because I've seen several AVI files with incredibly large
31095           audio chunks, even some files with only one audio chunk for the
31096           whole file. This allows for proper playback including seeking.
31097           This patch is supposed to fix all AVI A/V sync issues.
31098         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31099         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31100           Work.
31101         * gst/modplug/gstmodplug.cc:
31102           Proper return value setting for the query() function.
31103         * gst/playback/gstplaybasebin.c: (setup_source):
31104           Being in non-playing state (after, e.g., EOS) is not necessarily
31105           a bad thing. Allow for that. This fixes playback of short files.
31106           They don't actually playback fully now, because the clock already
31107           runs. This means that small files (<500kB) with a small length
31108           (<2sec) will still not or barely play. Other files, such as mod
31109           or flx, will work correctly, however.
31110
31111 2004-09-28  Wim Taymans  <wim@fluendo.com>
31112
31113         * ext/speex/gstspeex.c: (plugin_init):
31114         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31115         (gst_speex_dec_class_init), (speex_dec_get_formats),
31116         (speex_get_event_masks), (speex_get_query_types),
31117         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31118         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31119         (gst_speexdec_get_property), (gst_speexdec_set_property),
31120         (speex_dec_change_state):
31121         * ext/speex/gstspeexdec.h:
31122         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31123         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31124         (gst_speexenc_base_init), (gst_speexenc_class_init),
31125         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31126         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31127         (gst_speexenc_src_query), (gst_speexenc_init),
31128         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31129         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31130         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31131         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31132         (gst_speexenc_chain), (gst_speexenc_get_property),
31133         (gst_speexenc_set_property), (gst_speexenc_change_state):
31134         * ext/speex/gstspeexenc.h:
31135         Rewrote speex encoder, make sure it can be embedded in ogg.
31136         Implemented speex decoder.
31137
31138 2004-09-28  Christian Schaller <christian@fluendo.com>
31139
31140         * configure.ac:
31141         Remove kioslave plugin. Markey is brewing a new working one
31142         * ext/Makefile.am: Remove kioslave plugin
31143         * ext/kio: remove
31144         * gst-plugins.spec.in: remove kio plugin from spec
31145
31146 2004-09-27  Wim Taymans  <wim@fluendo.com>
31147
31148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31149         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31150         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31151         (gst_multifdsink_new_client),
31152         (gst_multifdsink_handle_client_write),
31153         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31154         (gst_multifdsink_handle_clients):
31155         * gst/tcp/gstmultifdsink.h:
31156         Make syncing to keyframes actually work for new clients and lagging
31157         clients.
31158
31159 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31160
31161         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31162         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31163         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31164         * gst/debug/gstnavigationtest.h:
31165           make navigationtest display button-press and button-release events
31166
31167 2004-09-26 Iain <iaingnome@gmail.com>
31168
31169         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31170         the channels have received a new media event.
31171         (interleave_buffered_loop): Compresses a new media event on all
31172         channels into one.
31173
31174 2004-09-26 Iain <iaingnome@gmail.com>
31175
31176         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31177         call the sinkpad's default event handler and not the srcpads. He also
31178         says this is confusing :)
31179         (gst_wavenc_stop_file): Company says that seek events only go upstream
31180         we should send a discontinuous downstream instead.
31181
31182 2004-09-25  Christian Schaller <christian@fluendo.com>
31183
31184         * Update SPEC file to be usable in conjunction with Fedora Core,
31185           Fedora.us and freshrpms packages
31186         * Fix typo in multifilesrc test Makefile
31187
31188 2004-09-24  Wim Taymans  <wim@fluendo.com>
31189
31190         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31191         Only signal the no_more_pads signal when we have
31192         added the stream to our list.
31193
31194 2004-09-24  Wim Taymans  <wim@fluendo.com>
31195
31196         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31197         (new_decoded_pad):
31198         * gst/playback/gstplaybasebin.h:
31199         * gst/playback/gstplaybin.c: (setup_sinks):
31200         Don't try to preroll or decode more than one audio/video
31201         track.
31202
31203 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31204
31205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31206           Throw error if we failed to find a suitable output. This should
31207           throw an error if we successfully set up a pipeline (e.g. because
31208           we recognized a media file) but found no decodable streams in it
31209           (e.g. because it contains only media stream types for which we
31210           have no decoders, or because it's not a media type).
31211
31212 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31213
31214         * ext/dirac/Makefile.am:
31215         * ext/dirac/gstdirac.cc:
31216         * ext/dirac/gstdiracdec.cc:
31217         * ext/dirac/gstdiracdec.h:
31218           Do something. Don't actually know if this works because I don't
31219           have a demuxer yet.
31220         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31221           Add channels=1 to caps returned from _getcaps().
31222         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31223         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31224         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31225         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31226         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31227         (gst_ogm_parse_change_state):
31228           Separate between audio/video so ogmaudioparse actually uses the
31229           audio pad templates. Both audio and video work now, including
31230           autoplugging. Also use sometimes-srcpad hack.
31231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31232           Handle events better. Don't hang on infinite loops.
31233         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31234         (gst_avi_demux_init), (gst_avi_demux_reset),
31235         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31236         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31237         (gst_avi_demux_change_state):
31238         * gst/avi/gstavidemux.h:
31239           Improve A/V sync. Still not perfect.
31240         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31241         (gst_ebml_read_skip):
31242           Handle events better.
31243         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31244         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31245         (qtdemux_audio_caps):
31246           Add IMA4. Improve event handling. Save offset after a seek when
31247           the headers are at the end of the file so that we don't end up in
31248           an infinite loop.
31249         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31250           Add low-priority typefind support for files with no length.
31251
31252 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31253
31254         * testsuite/multifilesink/Makefile.am:
31255         fix typo
31256
31257 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31258
31259         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31261         mistakes from thaytan's patches.
31262
31263 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31264
31265         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31266           For completeness, XSync in the destroy function as xvimage does.
31267
31268 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31269
31270         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31271            Correct caps negotiation
31272         * gst/volume/gstvolume.c: (volume_chain_float),
31273         (volume_chain_int16):
31274            Modify debug output to be little more informative
31275         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31277         (gst_xvimagesink_xvimage_destroy):
31278           Add XSync calls after detaching from the shared memory segment to
31279           avoid a crash.
31280
31281 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31282
31283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31284         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31285         * ext/vorbis/vorbis.c: (plugin_init):
31286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31287         (gst_vorbisenc_chain):
31288         * ext/vorbis/vorbisenc.h:
31289         remove explicit newmedia support from oggmux and vorbisenc
31290         add debug category to vorbisenc
31291         * gst/multifilesink/gstmultifilesink.c:
31292         (gst_multifilesink_class_init), (gst_multifilesink_init),
31293         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31294         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31295         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31296         (plugin_init):
31297         * gst/multifilesink/gstmultifilesink.h:
31298         add support for streamheader in multifilesink
31299
31300 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31301
31302         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31303         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31304         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31305           Prevent infinite loops. More correct error reporting.
31306         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31307           Error out if negotiation fails.
31308         * gst/playback/gstplaybasebin.c: (setup_source),
31309         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31310         (gst_play_base_bin_found_tag):
31311           Error/tag forwarding. Pre-roll fixes for source errors on state
31312           changes (e.g. "file does not exist") to prevent hangs.
31313
31314 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31315
31316         * testsuite/multifilesink/Makefile.am:
31317         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31318         (gst_newmedia_class_init), (gst_newmedia_init),
31319         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31320         (newfile_signal), (test_signal), (main):
31321         * testsuite/multifilesink/multifilesrc_test.c: (main):
31322         * testsuite/multifilesink/oggtheora_test.c:
31323         (gst_newmedia_base_init), (gst_newmedia_class_init),
31324         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31325         (test_format), (newfile_signal), (test_signal), (main):
31326         * testsuite/multifilesink/oggvorbis_test.c:
31327         (gst_newmedia_base_init), (gst_newmedia_class_init),
31328         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31329         (test_format), (newfile_signal), (test_signal), (main):
31330         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31331         (gst_newmedia_class_init), (gst_newmedia_init),
31332         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31333         (newfile_signal), (test_signal), (main):
31334         New media tests
31335
31336 2004-09-20  Christian Schaller <christian@fluendo.com>
31337
31338         * Fix mikmod license to LGPL as they have relicensed
31339         * Move Dirac and Effectv into LGPL section of README_license
31340
31341 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31342
31343         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31344         (gst_mad_change_state):
31345           Allow for mp3 rate/channels changes. However, only very
31346           conservatively. Reason that we *have* to enable this is smiply
31347           because the mad find_sync() function is not good enough, it will
31348           regularly sync on random data as valid frames and therefore make
31349           us provide random caps as *final* caps of the stream. The best fix
31350           I could think of is to simply require several of the same stream
31351           changes in a row before we change caps.
31352           The actual testcase that works now is #
31353         * ext/ogg/Makefile.am:
31354         * ext/ogg/gstogg.c: (plugin_init):
31355         * ext/ogg/gstogmparse.c:
31356           OGM support (video only for now; I need an audio sample file).
31357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31358         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31359         (gst_asf_demux_add_video_stream):
31360           WMV extradata.
31361         * gst/playback/gstplaybasebin.c: (unknown_type):
31362           Don't error out on single unknown-types after all. It's wrong.
31363           If we found type of video and audio but not of a subtitle stream,
31364           it will still error out (which is unwanted). Will find a better fix
31365           later on.
31366         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31367         (ogmaudio_type_find), (plugin_init):
31368           OGM support.
31369
31370 2004-09-20  Johan Dahlin  <johan@gnome.org>
31371
31372         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31373         after setting caps.
31374
31375 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31376
31377         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31378         * gst/wavenc/gstwavenc.h:
31379         Added newmedia support to wavenc
31380
31381 2004-09-17  Wim Taymans  <wim@fluendo.com>
31382
31383         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31384         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31385         (gst_fdset_fd_can_write), (gst_fdset_wait):
31386         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31387         (gst_multifdsink_init), (gst_multifdsink_add),
31388         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31389         (gst_multifdsink_remove_client_link),
31390         (gst_multifdsink_client_queue_buffer),
31391         (gst_multifdsink_handle_client_write),
31392         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31393         (gst_multifdsink_close), (gst_multifdsink_change_state):
31394         * gst/tcp/gstmultifdsink.h:
31395         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31396         (gst_tcpserversink_removed):
31397         Small cleanups in fdset.c
31398         Use a hastable to map fd to the client structure for faster
31399         lookup in _remove and get_stats.
31400         Added virtual function to close the fds.
31401         Handle clients even when the select/poll call was unblocked because
31402         of a command.
31403         Implement syncing to keyframe in the recovery procedure.
31404
31405 2004-09-16 Iain <iaingnome@gmail.com>
31406
31407         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31408         try caps.
31409
31410 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31411
31412         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31413           Caps are only set if the type of the stream is unknown, but this
31414           is initialized in ->init_stream(), so set to UNKNOWN after calling
31415           ->init_stream() so that capsnego starts.
31416
31417 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31418
31419         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31420         (gst_avi_demux_stream_data):
31421           Just hardcode for raw audio then. AVI audio sucks.
31422
31423 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31424
31425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31426         * gst/matroska/matroska-mux.c: (audiosink_templ),
31427         (gst_matroska_mux_audio_pad_link):
31428         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31429         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31430
31431 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31432
31433         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31434         (gst_avi_demux_stream_data):
31435           Try to fix a/v sync issues.
31436
31437 2004-09-15  David Schleef  <ds@schleef.org>
31438
31439         * configure.ac: remove NASM check, since we don't use it.  Update
31440         dirac check to 0.4
31441         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31443         Initialized variables.
31444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31445         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31446         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31447         SVQ3 format
31448
31449 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31450
31451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31452         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31453         * gst/avi/gstavidemux.h:
31454           Fix for compressed audio (mp3) timestamp generation. How did this
31455           ever work?
31456
31457 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31458
31459         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31460           Volume is a double not a float.
31461
31462 2004-09-15  Wim Taymans  <wim@fluendo.com>
31463
31464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31465         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31466         Don't close the fd in multifdsink as we didn't open it in the
31467         first place. Some cleanups.
31468
31469 2004-09-15  Wim Taymans  <wim@fluendo.com>
31470
31471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31473         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31474         Fix the case where the muxer would mark pages as delta
31475         frames when they are not (vorbis only ogg).
31476
31477 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31480         (gst_play_base_bin_change_state):
31481           Handle the case where we failed to setup a clear pipeline. This
31482           will throw an error (or EOS, another nice case) and if you don't
31483           catch that, the app will wait for the signal forever (and thus
31484           hang).
31485
31486 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31487
31488         * ext/gnomevfs/gstgnomevfssink.c:
31489         (gst_gnomevfssink_uri_get_protocols):
31490         * ext/gnomevfs/gstgnomevfssrc.c:
31491         (gst_gnomevfssrc_uri_get_protocols):
31492         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31493         * ext/gnomevfs/gstgnomevfsuri.h:
31494           Use _uri_new() instead of _open(), so it doesn't take as long and
31495           Christophe's computer won't hang.
31496         * gst/playback/gstplaybasebin.c: (unknown_type):
31497           Throw error on unknown media type, so apps actually display it.
31498
31499 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31500
31501         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31502           this script to work on Solaris since bash shell handles echo
31503           differenly than bash.
31504
31505 2004-09-17  Wim Taymans  <wim@fluendo.com>
31506
31507         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31508         (setup_source), (gst_play_base_bin_set_property),
31509         (gst_play_base_bin_add_element):
31510         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31511         Some more work on making sure seeking pauses the pipeline and
31512         that changing the uri actually does something.
31513
31514 2004-09-17  Wim Taymans  <wim@fluendo.com>
31515
31516         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31517         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31518         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31519         (gst_tcpserversink_close):
31520         Be a bit more paranoid when freeing memory.
31521
31522 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31523
31524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31525         (qtdemux_parse_trak):
31526           Don't crash by dividing by zero (see sample movie in #126922).
31527
31528 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31529
31530         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31531           Don't touch non-existing data (fixes crash on file in #140147).
31532
31533 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31534
31535         * gst/playback/gstplaybasebin.c:
31536         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31537           Handle double disposals, and proper change of URIs.
31538
31539 2004-09-13  Martin Eikermann <meiker@upb.de>
31540
31541         * gst/mpegstream/gstmpegparse.c:
31542           fix synchronistation for streams recorded from digital PCR
31543           fixes bug #119376
31544
31545 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31546
31547         * ext/gnomevfs/Makefile.am:
31548         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31549         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31550         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31551         (gst_gnomevfssink_uri_get_type),
31552         (gst_gnomevfssink_uri_get_protocols),
31553         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31554         (gst_gnomevfssink_uri_handler_init),
31555         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31556         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31558         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31559         (gst_gnomevfssrc_uri_get_type),
31560         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31561         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31562         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31563         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31564         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31565         * ext/gnomevfs/gstgnomevfsuri.h:
31566           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31567           of fake URIs to see which this version of Gnome-VFS likes, and
31568           uses that for the Gst-URI interface. Makes playbin support http://
31569           streams. Also fix up some stupid behaviour in gnomevfssrc.
31570
31571 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31572
31573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31574         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31575         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31576         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31577           Update mixer (to sync with other sessions) if we try to obtain
31578           a new value. This makes alsamixer work accross applications.
31579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31580           Only call sync functions if we're running, else alsalib asserts.
31581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31582           Sometimes fails to compile. Possibly a gcc bug.
31583         * gst/playback/gstplaybin.c: (gen_video_element),
31584         (gen_audio_element):
31585           Add a reference to an application-provided object, because we lose
31586           this same reference if we add it to the bin. If we don't do this,
31587           we can only use this object once and thus crash if we go from
31588           ready to playing, back to ready and back to playing again.
31589           Also add an audioscale element because several cheap soundcards -
31590           like mine - don't support all samplerates.
31591         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31592         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31593           Fix wrong order or PAR calls. Makes automatically obtained PAR
31594           from the X server atually being used.
31595
31596 2004-09-12  David Schleef  <ds@schleef.org>
31597
31598         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31599         #151887, #152102, #152247.
31600         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31601         * examples/seeking/cdparanoia.c: same
31602         * examples/seeking/cdplayer.c: same
31603         * examples/seeking/seek.c: same
31604         * examples/seeking/spider_seek.c: same
31605         * examples/seeking/vorbisfile.c: same
31606         * examples/stats/mp2ogg.c: same
31607         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31608         (gst_esdsink_dispose): Dispose of element properly.
31609         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31610         fixes.
31611         * ext/nas/nassink.c: (gst_nassink_class_init),
31612         (gst_nassink_dispose): Dispose of element correctly.
31613         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31614         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31615         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31616         Fix 64-bit warning.
31617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31618         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31619         Fix 64-bit warning.
31620
31621 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31622
31623         * configure.ac : change speex detection as 1.1.6 now uses
31624           .pc/pkg-config and they changed their headers location.
31625
31626 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31627
31628         * gst/matroska/matroska-mux.h:
31629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31630         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31631         (gst_matroska_mux_write_data):
31632           Write multiple blocks/frames per cluster.
31633                 Write meta-seek information (seek heads).
31634
31635 2004-09-09  Scott Wheeler <wheeler@kde.org>
31636
31637         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31638         (gst_play_bin_set_property), (gst_play_bin_get_property),
31639         (gen_audio_element), (gen_audio_element):
31640           Add a volume element / property to the pipeline.
31641
31642 2004-09-07  Wim Taymans  <wim@fluendo.com>
31643
31644         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31645         Copy timestamps from the master pad to the output buffers.
31646
31647 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         * ext/raw1394/gstdv1394src.c:
31650           throw errors when applicable
31651
31652 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31653
31654         * gst/matroska/ebml-ids.h:
31655         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31656         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31657         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31658           automatically convert unix time <-> ebml time when reading/writing
31659           a date, use gst_ebml_write_uint to write CUETIME,
31660           not gst_ebml_write_date.
31661         * gst/matroska/matroska-ids.h:
31662         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31663         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31664         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31665         (gst_matroska_mux_write_data):
31666           Write track and segment UIDs, write muxing date, write
31667           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31668           Create cues for audio only files.
31669
31670 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31671
31672         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31673         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31674           Re-commit ALSA switches.
31675         * gst/adder/gstadder.c: (gst_adder_loop):
31676           64-bit fix (#151416).
31677         * gst/debug/progressreport.c: (gst_progressreport_report):
31678           64-bit fix (#151419).
31679         * gst/matroska/matroska-demux.c:
31680         (gst_matroska_demux_parse_contents):
31681           64-bit fix (#151420).
31682         * gst/playback/test3.c: (update_scale):
31683           64-bit fix (#151421).
31684
31685 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31686
31687         * configure.ac:
31688           bump nano to cvs
31689
31690 === release 0.8.4 ===
31691
31692 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31693
31694         * configure.ac: releasing 0.8.4, "Alias"
31695
31696 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31697
31698         * ext/theora/Makefile.am:
31699           fix makefile.  Fixes #151462.
31700
31701 2004-08-30  Wim Taymans  <wim@fluendo.com>
31702
31703         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31705         (gst_multifdsink_remove_client_link),
31706         (gst_multifdsink_client_queue_buffer),
31707         (gst_multifdsink_handle_client_write):
31708         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31710         Fix some memory leaks.
31711
31712 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31713
31714         Patch by: David Schleef
31715
31716         * configure.ac:
31717         * sys/Makefile.am:
31718           rename our detection macro for V4L2.  Fixes #151236.
31719
31720 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31721
31722         Patch by: David Schleef
31723
31724         * configure.ac:
31725           check to define LAMEPRESET.  Fixes #151232.
31726
31727 2004-08-27  David Schleef  <ds@schleef.org>
31728
31729         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31730         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31731         (gst_glimagesink_fixate):  Move local variable declarations to
31732         make gcc-2.95 happy.
31733
31734 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31735
31736         * configure.ac:
31737           bump nano for prerelease
31738
31739 2004-08-27  David Schleef  <ds@schleef.org>
31740
31741         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31742         * sys/sunaudio/gstsunaudiosrc.c:
31743         * sys/sunaudio/gstsunaudiosrc.h:
31744
31745 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31746
31747         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31748         handle EOS correctly
31749         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31750         * gst/matroska/matroska-mux.h:
31751         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31752         VFW compatibility mode
31753
31754 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31755
31756         patch by: Zaheer Abbas Merali
31757
31758         * ext/ogg/gstoggmux.c:
31759         * ext/vorbis/vorbisenc.c:
31760         * ext/vorbis/vorbisenc.h:
31761           handle NEWMEDIA
31762
31763 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31764
31765         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31766         fix byte order reversion on little endian machines.
31767         * gst/matroska/matroska-mux.c: (audiosink_templ),
31768         (gst_matroska_mux_audio_pad_link):
31769         add TTA codec to the list of supported codecs.
31770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31771         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31772         (gst_matroska_mux_write_data):
31773         * gst/matroska/matroska-mux.h:
31774         write segment duration correctly, write muxing app string, fixes bugs
31775         #140897 and #140898.
31776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31777         wait for all pads to be negotiated before starting to mux.
31778
31779 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31780
31781         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31782         * ext/lame/gstlame.h:
31783         Added new media support to lame
31784
31785 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31786
31787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31788         send vorbis headers at the beginning of a stream, fixes bug #141554.
31789         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31790         bug #148950.
31791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31792         (gst_matroska_demux_plugin_init):
31793         * gst/matroska/matroska-ids.h:
31794         enable demuxing of TTA audio streams, fixes bug #148951.
31795         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31796         enable typefinding for TTA audio files, fixes bug #148711.
31797         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31798         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31799         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31800
31801 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31802
31803         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31804         (gst_riff_read_element_data), (gst_riff_read_seek),
31805         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31806         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31807         <teuf@gnome.org>
31808
31809 2004-08-23 Iain <iaingnome@gmail.com>
31810
31811         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31812         tags. They appear to be handled differently to normal.
31813         (tag_list_to_id3_tag_foreach): Ditto.
31814
31815 2004-08-22  Wim Taymans  <wim@fluendo.com>
31816
31817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31818         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31819         Make sure we never send -1 granulepos.
31820
31821 2004-08-20  Wim Taymans  <wim@fluendo.com>
31822
31823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31824         (gst_ogg_mux_loop):
31825         I will accept bitchslappings with non sharp objects.
31826
31827 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31828
31829         * configure.ac:
31830         Clean up the test for lame presets
31831
31832 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31833
31834         * configure.ac:
31835         * ext/lame/Makefile.am:
31836         * ext/lame/gstlame.c: (gst_lame_class_init),
31837         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31838         Only enable lame presets if version of lame has presets in API
31839
31840 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31841         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31842         * gst/udp/gstudpsrc.h:
31843           Don't call gst_pad_push in a get function. Fixes #150449
31844
31845 2004-08-18  Wim Taymans  <wim@fluendo.com>
31846
31847         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31848         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31849         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31850         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31851         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31852         (gst_fdset_wait):
31853         * gst/tcp/gstfdset.h:
31854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31855         (gst_multifdsink_client_queue_buffer),
31856         (gst_multifdsink_handle_client_write):
31857         * gst/tcp/gstmultifdsink.h:
31858         Some extra checks in gstfdset.
31859         Only use send() when the fd is a socket. Don't try to
31860         read from write only fds.
31861
31862 2004-08-18  Wim Taymans  <wim@fluendo.com>
31863
31864         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31865         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31866         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31867         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31868         (gst_fdset_wait):
31869         Add more locking and bounds checking.
31870
31871 2004-08-18  Wim Taymans  <wim@fluendo.com>
31872
31873         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31874         Realloc test fdset in the lock and right before starting
31875         the poll call. Bump the limit to 4096.
31876
31877 2004-08-17  David Schleef  <ds@schleef.org>
31878
31879         * sys/sunaudio/Makefile.am:
31880         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31881         of rates and channels.  Make debugging less obnoxious.
31882
31883         Patch from Balamurali Viswanathan implementing a mixer for
31884         Sun audio.  (bug #144091):
31885         * sys/sunaudio/gstsunelement.c:
31886         * sys/sunaudio/gstsunelement.h:
31887         * sys/sunaudio/gstsunmixer.c:
31888         * sys/sunaudio/gstsunmixer.h:
31889
31890 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31891
31892         * gst/audioscale/gstaudioscale.c:
31893         * gst/audioscale/gstaudioscale.h:
31894         made audioscale resample from any sample rate to any sample rate
31895
31896 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31897
31898         * ext/libpng/gstpngdec.c:
31899           error out on unsupported types
31900
31901 2004-08-17  Iain <iaingnome@gmail.com>
31902
31903         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31904         mid_side and loose_mid_side properties if its a stereo stream.
31905
31906 2004-08-17  Wim Taymans  <wim@fluendo.com>
31907
31908         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31909         (theora_get_formats), (theora_dec_src_convert),
31910         (theora_dec_sink_convert), (theora_dec_src_query),
31911         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31912         Add a debug line.
31913
31914 2004-08-17  Wim Taymans  <wim@fluendo.com>
31915
31916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31917         (gst_ogg_pad_push):
31918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31919         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31920         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31921         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31922         Mark delta units in the muxer.
31923         Try to decode the packet after an out-of-sync error from
31924         libogg.
31925
31926 2004-08-17  Wim Taymans  <wim@fluendo.com>
31927
31928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31929         (gst_multifdsink_init), (gst_multifdsink_add),
31930         (gst_multifdsink_client_queue_buffer),
31931         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31932         * gst/tcp/gstmultifdsink.h:
31933         Added option to send a keyframe to clients as the first buffer.
31934         Make timeout property writable.
31935
31936 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31937
31938         patch by: Wim Taymans
31939
31940         * gst/tcp/gstfdset.c:
31941         * gst/tcp/gstmultifdsink.c:
31942           fix index comparison, should include 0
31943
31944 2004-08-16  Wim Taymans  <wim@fluendo.com>
31945
31946         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31947         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31948         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31949         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31950         (gst_fdset_wait):
31951           copy when reallocing for poll so the select arguments don't get
31952           changed during the call
31953
31954 2004-08-16  Wim Taymans  <wim@fluendo.com>
31955
31956         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31957         (gst_theora_enc_class_init), (theora_enc_sink_link),
31958         (theora_buffer_from_packet), (theora_enc_chain):
31959         Fix bug where buffers were not marked as keyframes
31960         correctly.
31961
31962 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31963
31964         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31965         (gst_lame_preset_get_type), (gst_lame_class_init):
31966         describe the enum values for vbr mode and presets more verbosely
31967
31968 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31969
31970         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31971         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31972         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31973         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31974         * ext/lame/gstlame.h:
31975         add preset property to lame so it can use lame presets
31976
31977 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31978
31979         * ext/lame/gstlame.c: (gst_lame_get_property):
31980         whoops forgot break, thanks teuf
31981
31982 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31983
31984         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31985         (gst_lame_class_init), (gst_lame_src_getcaps),
31986         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31987         (gst_lame_get_property), (gst_lame_setup):
31988         * ext/lame/gstlame.h:
31989         fix lame's broken vbr stuff, allow it to resample if need be, and also
31990         make xing header optional
31991
31992 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31993
31994         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31995         added getcaps function so samplerate doesnt get fixated to silly values
31996
31997 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31998
31999         * ext/lame/gstlame.c: (gst_lame_src_link):
32000         revert previous fix
32001
32002 2004-08-12  Johan Dahlin  <johan@gnome.org>
32003
32004         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32005         checks. Doesn't matter what state we are in. Interfaces are a
32006         compile time thing, not runtime. It also broke the python bindings.
32007
32008 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32009
32010         * ext/lame/gstlame.c: (gst_lame_src_link):
32011         made source pad link function check if sinkpad is ok..fixes the problem
32012         where core fixates the output rate of lame stupidly
32013
32014 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32015
32016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32017         * sys/v4l/v4l_calls.c:
32018         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32019           fix fixate function to handle nonsimple caps.
32020           remove bogus check in _link
32021           cleanups
32022
32023 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32024
32025         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32026         set default compression ratio parameter to 0.0 so bitrate parameter
32027         works :)
32028
32029 2004-08-11  David Schleef  <ds@schleef.org>
32030
32031         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32032
32033 2004-08-11  David Schleef  <ds@schleef.org>
32034
32035         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32036         before.
32037
32038 2004-08-11  David Schleef  <ds@schleef.org>
32039
32040         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32041
32042 2004-08-11  David Schleef  <ds@schleef.org>
32043
32044         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32045           license field
32046         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32047         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32048           LGPL.
32049         * gst/auparse/gstauparse.c: Fix plugin license field.
32050         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32051         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32052         * gst/rtp/gstrtp.c: Fix plugin license field.
32053
32054 2004-08-11  Wim Taymans  <wim@fluendo.com>
32055
32056         * gst/tcp/Makefile.am:
32057         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32058         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32059         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32060         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32061         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32062         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32063         (gst_fdset_fd_can_write), (gst_fdset_wait):
32064         * gst/tcp/gstfdset.h:
32065         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32066         (gst_multifdsink_class_init), (gst_multifdsink_init),
32067         (gst_multifdsink_add), (gst_multifdsink_remove),
32068         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32069         (gst_multifdsink_remove_client_link),
32070         (gst_multifdsink_handle_client_read),
32071         (gst_multifdsink_client_queue_data),
32072         (gst_multifdsink_client_queue_caps),
32073         (gst_multifdsink_client_queue_buffer),
32074         (gst_multifdsink_handle_client_write),
32075         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32076         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32077         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32078         (gst_multifdsink_close):
32079         * gst/tcp/gstmultifdsink.h:
32080         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32081         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32082         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32083         (gst_tcpserversink_close):
32084         * gst/tcp/gsttcpserversink.h:
32085         Abstracted away the select call, implemented poll (yes we ran into
32086         the 1024 limit in production).
32087
32088 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32089
32090         * gst/tcp/gsttcp.c:
32091         * gst/tcp/gsttcpplugin.c:
32092           improve debuggging, remove assert
32093
32094 2004-08-10  Wim Taymans  <wim@fluendo.com>
32095
32096         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32097         (gst_client_status_get_type), (gst_multifdsink_class_init),
32098         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32099         (gst_multifdsink_handle_client_read),
32100         (gst_multifdsink_handle_client_write),
32101         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32102         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32103         (gst_multifdsink_get_property):
32104         * gst/tcp/gstmultifdsink.h:
32105         * gst/tcp/gsttcp-marshal.list:
32106         Starting to prepare for specifying buffer time in other units
32107         than buffers. Expose remove reason in signal.
32108
32109 2004-08-10  Wim Taymans  <wim@fluendo.com>
32110
32111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32112         (gst_multifdsink_remove), (gst_multifdsink_clear),
32113         (gst_multifdsink_remove_client_link),
32114         (gst_multifdsink_handle_client_read),
32115         (gst_multifdsink_client_queue_data),
32116         (gst_multifdsink_client_queue_buffer),
32117         (gst_multifdsink_handle_client_write),
32118         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32119         (gst_multifdsink_chain), (gst_multifdsink_close):
32120         * gst/tcp/gstmultifdsink.h:
32121         Added more debugging info. Changed the way clients are
32122         removed from the lists. Fixed a bug where a bad file descriptor
32123         could cause many clients to be removed.
32124
32125 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32126
32127         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32128           allow all pixel-aspect-ratios, not just 1:1
32129
32130 2004-08-09  David Schleef  <ds@schleef.org>
32131
32132         * sys/glsink/ARB_multitexture.h:  Remove old files.
32133         * sys/glsink/EXT_paletted_texture.h:
32134         * sys/glsink/NV_register_combiners.h:
32135         * sys/glsink/gstgl_nvimage.c:
32136         * sys/glsink/gstgl_pdrimage.c:
32137         * sys/glsink/gstgl_rgbimage.c:
32138         * sys/glsink/gstglsink.c:
32139         * sys/glsink/gstglsink.h:
32140         * sys/glsink/gstglxwindow.c:
32141         * sys/glsink/regcomb_yuvrgb.c:
32142
32143 2004-08-09  David Schleef  <ds@schleef.org>
32144
32145         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32146         GL sink plugin.  (Bug #147302)
32147
32148         * configure.ac: Test for OpenGL
32149         * sys/Makefile.am: Use test for OpenGL
32150         * sys/glsink/Makefile.am:
32151         * sys/glsink/glimagesink.c: rewrite
32152         * sys/glsink/glimagesink.h: rewrite
32153
32154 2004-08-09  David Schleef  <ds@schleef.org>
32155
32156         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32157         sane framerates.
32158         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32160         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32161
32162 2004-08-09  Wim Taymans  <wim@fluendo.com>
32163
32164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32165         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32166         (gst_multifdsink_client_remove),
32167         (gst_multifdsink_handle_client_read),
32168         (gst_multifdsink_handle_client_write),
32169         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32170         Do a bit more logging, make the client_read code more robust.
32171
32172 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32175         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32176         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32177         (gst_jpegdec_init), (gst_jpegdec_chain):
32178         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32179         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32180           cleanups, debugging fixes and memleak plugging
32181
32182 2004-08-09  Wim Taymans  <wim@fluendo.com>
32183
32184         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32185         (theora_get_formats), (theora_dec_src_convert),
32186         (theora_dec_sink_convert), (theora_dec_src_query),
32187         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32188         (theora_dec_change_state):
32189         Don't crash on missing header packets.
32190
32191 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32192
32193         * po/LINGUAS:
32194         * po/sq.po:
32195           Added Albanian translation (Laurent Dhima)
32196         * po/cs.po:
32197           updated
32198
32199 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32200
32201         * ext/lame/gstlame.c:
32202           fix/add debugging
32203
32204 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32205
32206         * sys/ximage/ximagesink.c:
32207         * sys/xvimage/xvimagesink.c:
32208           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32209
32210 2004-08-06  Wim Taymans  <wim@fluendo.com>
32211
32212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32213         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32214         (gst_multifdsink_client_remove),
32215         (gst_multifdsink_handle_client_read),
32216         (gst_multifdsink_handle_client_write),
32217         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32218         Make sure we don't try to read more from a client that what
32219         ioctl says us or we deadlock.
32220
32221 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32222
32223         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32224         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32225         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32226           decouple running_time and n_frames so it can handle changing
32227           framerate while running
32228
32229 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32230
32231         * po/nl.po:
32232         * po/sv.po:
32233           updated translations
32234
32235 2004-08-04  Benjamin Otte  <otte@gnome.org>
32236
32237         * gst/videotestsrc/gstvideotestsrc.c:
32238         (gst_videotestsrc_get_capslist), (generate_capslist),
32239         (plugin_init):
32240           generate the list of supported caps at startup and reuse it instead
32241           of always generating it
32242
32243 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32244
32245         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32246           whoops, last checkin broke normal build
32247
32248 2004-08-03  Benjamin Otte  <otte@gnome.org>
32249
32250         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32251         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32252         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32253         (gst_alsa_mixer_get_option):
32254         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32255         (dvdnavsrc_print_event):
32256         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32258         (gst_ogg_mux_pad_unlink):
32259         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32260         (gst_multipart_mux_pad_unlink):
32261         * gst/videofilter/gstvideobalance.c:
32262         (gst_videobalance_colorbalance_set_value):
32263         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32264         (gst_videomixer_pad_unlink):
32265         * po/uk.po:
32266         * sys/oss/gstossmixer.c:
32267         * sys/v4l/gstv4lcolorbalance.c:
32268         * sys/v4l/gstv4ltuner.c:
32269         * sys/v4l/v4lsrc_calls.c:
32270         * sys/v4l2/gstv4l2colorbalance.c:
32271         * sys/v4l2/gstv4l2tuner.c:
32272           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32273
32274 2004-08-03  Benjamin Otte  <otte@gnome.org>
32275
32276         * examples/dynparams/filter.c: (ui_control_create):
32277         * examples/gstplay/player.c: (print_tag):
32278         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32279         * ext/gdk_pixbuf/gstgdkanimation.c:
32280         (gst_gdk_animation_iter_may_advance):
32281         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32282         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32283         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32284         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32286         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32287         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32288         * gst/sine/demo-dparams.c: (main):
32289         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32290         * testsuite/alsa/formats.c: (create_pipeline):
32291         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32292           fixes for G_DISABLE_ASSERT and friends
32293         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32294         (mp3_type_frame_length_from_header), (mp3_type_find),
32295         (plugin_init):
32296           require mp3 typefinding to have at least MIN_HEADERS valid headers
32297           add typefinding for AAC adts files
32298
32299 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32300
32301         * sys/ximage/ximagesink.c:
32302         (gst_ximagesink_calculate_pixel_aspect_ratio):
32303         * sys/xvimage/xvimagesink.c:
32304         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32305         Make sure we calculate pixel-aspect-ratio using floating point maths
32306
32307 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32308
32309         * po/uk.po:
32310           updated translation
32311
32312 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32313
32314         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32316           add debugging for display PAR calculation
32317
32318 2004-08-02  David Schleef  <ds@schleef.org>
32319
32320         * configure.ac: Fix mikmod CFLAGS.
32321
32322 2004-07-27  Benjamin Otte  <otte@gnome.org>
32323
32324         * gst/audioscale/gstaudioscale.c:
32325         - fix templates to only support S16, it's the only format that works
32326         - make caps nego code use try_set_caps_nonfixed and fixation instead
32327         of try_set_caps twice, which is not nice for autopluggers
32328         - change rank to secondary, so autopluggers can pick it up after
32329         audioconvert
32330
32331 2004-08-02  Iain <iain@prettypeople.org>
32332
32333         * gst/interleave/interleave.c (interleave_init),
32334         (interleave_request_new_pad),
32335         (interleave_pad_removed),
32336         (interleave_buffered_loop): Use the real pad count, not the artificial
32337         one.
32338
32339 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32340
32341         * configure.ac: bump nano back to development
32342
32343 === release 0.8.3 ===
32344
32345 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32346
32347         * configure.ac: releasing 0.8.3, "Water"
32348
32349 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32350
32351         * sys/xvimage/xvimagesink.c:
32352         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32353         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32354         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32355         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32356         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32357         * sys/xvimage/xvimagesink.h:
32358           apply similar PAR fixes as to ximagesink
32359
32360 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32361
32362         patch from: Benjamin Otte
32363
32364         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32365           add link function to lame.  Fixes #148986.
32366
32367 2004-08-02  Johan Dahlin  <johan@gnome.org>
32368
32369         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32370         fix debugging log
32371
32372 2004-07-30  David Schleef  <ds@schleef.org>
32373
32374         * gst/videomixer/Makefile.am: Fix things that should have been
32375         fixed in the last checkin.
32376
32377 2004-07-30  David Schleef  <ds@schleef.org>
32378
32379         * gst/multipart/Makefile.am: Fix things that should have been
32380         fixed in the last checkin.
32381
32382 2004-07-30  David Schleef  <ds@schleef.org>
32383
32384         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32385
32386 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32387
32388         * configure.ac:
32389           bump nano for prerelease
32390         * po/af.po:
32391         * po/az.po:
32392         * po/cs.po:
32393         * po/en_GB.po:
32394         * po/hu.po:
32395         * po/nl.po:
32396         * po/sr.po:
32397         * po/sv.po:
32398         * po/uk.po:
32399           updates
32400
32401 2004-07-30  Wim Taymans  <wim@fluendo.com>
32402
32403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32404         (gst_multifdsink_add), (gst_multifdsink_remove),
32405         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32406         (gst_multifdsink_client_remove),
32407         (gst_multifdsink_handle_client_write),
32408         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32409         * gst/tcp/gstmultifdsink.h:
32410         Recover from a select with a bad file descriptor by removing
32411         the client.
32412
32413 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32414
32415         * configure.ac:
32416           fix requirement of core
32417         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32418         (gst_play_pipeline_setup):
32419           don't use colorspace element.  do use hermescolorspace element.
32420           make macro to get a colorspace element.
32421           mark strings for translation.
32422         * po/POTFILES.in:
32423           add play.c
32424         * po/af.po:
32425         * po/az.po:
32426         * po/cs.po:
32427         * po/en_GB.po:
32428         * po/hu.po:
32429         * po/nl.po:
32430         * po/sr.po:
32431         * po/sv.po:
32432         * po/uk.po:
32433           update translations
32434
32435 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32436
32437         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32438         fix default for newmedia flag
32439
32440 2004-07-30  Wim Taymans  <wim@fluendo.com>
32441
32442         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32443         (gst_theora_dec_init), (theora_get_formats),
32444         (theora_dec_src_convert), (theora_dec_sink_convert),
32445         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32446         (theora_dec_chain), (theora_dec_set_property),
32447         (theora_dec_get_property):
32448         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32449         (gst_theora_enc_class_init), (gst_theora_enc_init),
32450         (theora_enc_sink_link), (theora_enc_chain),
32451         (theora_enc_set_property), (theora_enc_get_property):
32452         Added cropping option to theora decoder.
32453         Added border option to theora encoder.
32454
32455 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32456
32457         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32458         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32459         (gst_pngenc_set_property):
32460         * ext/libpng/gstpngenc.h:
32461         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
32462
32463 2004-07-30  Wim Taymans  <wim@fluendo.com>
32464
32465         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32466         (theora_enc_sink_link), (theora_enc_chain),
32467         (theora_enc_set_property), (theora_enc_get_property):
32468         Fix encoding of non-multiple-of-16 video.
32469
32470 2004-07-29  David Schleef  <ds@schleef.org>
32471
32472         * configure.ac: make test for audiofile more strict
32473
32474 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32475
32476         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32477           give different names to typefind functions
32478
32479 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32480
32481         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32482         (gst_ximagesink_calculate_pixel_aspect_ratio),
32483         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32484         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32485         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32486         (gst_ximagesink_get_property), (gst_ximagesink_init):
32487         * sys/ximage/ximagesink.h:
32488           allocate PAR's dynamically.
32489           use autodetected PAR if no object-set PAR is given.
32490           add workaround for directfb's X not setting physical size.
32491           fix to xvimagesink will follow tomorrow.
32492
32493 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32494
32495         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32496         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32497         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32498         (gst_shout2send_class_init), (gst_shout2send_init),
32499         (set_shout_metadata), (gst_shout2send_set_metadata),
32500         (gst_shout2send_chain), (gst_shout2send_set_property),
32501         (gst_shout2send_get_property), (gst_shout2send_connect),
32502         (gst_shout2send_change_state):
32503         * ext/shout2/gstshout2.h:
32504         - fix for sending mp3 audio to icecast2 server, if pad link function not
32505         called before PAUSED state
32506         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32507         - added tagging support for mp3 audio broadcasted
32508         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32509         debug info
32510
32511 2004-07-28  Wim Taymans  <wim@fluendo.com>
32512
32513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32514         (gst_ogg_demux_push):
32515         Return query failure when we don't know the length of
32516         an ogg stream insteda of returning TRUE with a bogus value.
32517
32518 2004-07-28  Wim Taymans  <wim@fluendo.com>
32519
32520         * ext/theora/theoradec.c: (theora_get_formats),
32521         (theora_dec_src_convert), (theora_dec_sink_convert),
32522         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32523         (theora_dec_chain):
32524         Don't screw up the 1 Chroma for 1 luma sample situation when we
32525         have an odd offset/width by adding a black border in those cases.
32526
32527 2004-07-28  Wim Taymans  <wim@fluendo.com>
32528
32529         * ext/theora/theoradec.c: (theora_get_formats),
32530         (theora_dec_src_convert), (theora_dec_sink_convert),
32531         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32532         (theora_dec_chain):
32533         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32534         Added first attempt at cropping of the image as required by the
32535         theora spec. We need more properties in the caps (offset_x,
32536         offset_y,stride) to implement this correctly.
32537
32538 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32539
32540         * ext/dvdnav/README:
32541           Update the README to use dvddemux
32542         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32543           Ensure getcaps returns a subset of the template caps
32544         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32545         (gst_mpeg2subt_init):
32546           Ensure getcaps returns a subset of the template caps
32547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32548         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32549         (gst_dvd_demux_get_subpicture_stream),
32550         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32551         * gst/mpegstream/gstdvddemux.h:
32552           Set the explicit caps on the current_video pad before pushing
32553           anything
32554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32555         (gst_mpeg_demux_get_audio_stream):
32556           Free caps used to gst_pad_set_explicit_caps, which takes a const
32557           GstCaps *
32558
32559 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32560
32561         * configure.ac: update GStreamer requirement to 0.8.4 because of
32562           GstFraction.
32563
32564 2004-07-28  Wim Taymans  <wim@fluendo.com>
32565
32566         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32567         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32568         Add the pad to the element after setting up the caps. This
32569         makes it a lot easier to autoplug.
32570
32571 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32572
32573         * gst/median/gstmedian.c:
32574         * gst/mpeg2subt/gstmpeg2subt.c:
32575         * gst/mpegaudioparse/gstmpegaudioparse.c:
32576         * gst/mpegstream/gstdvddemux.c:
32577         * gst/mpegstream/gstmpegdemux.c:
32578         * gst/mpegstream/gstmpegpacketize.c:
32579         * gst/rtjpeg/gstrtjpeg.c:
32580         * gst/rtjpeg/gstrtjpegdec.c:
32581         * gst/rtjpeg/gstrtjpegenc.c:
32582         * gst/sine/gstsinesrc.c:
32583         * gst/smooth/gstsmooth.c:
32584         * gst/smpte/gstsmpte.c:
32585         * gst/smpte/gstsmpte.h:
32586         * gst/stereo/gststereo.c:
32587         * gst/videofilter/gstgamma.c:
32588         * gst/videofilter/gstvideobalance.c:
32589         * gst/videofilter/gstvideofilter.c:
32590         * gst/videofilter/gstvideoflip.c:
32591         * gst/videoscale/gstvideoscale.c:
32592         * gst/videoscale/videoscale.c:
32593         * gst/videotestsrc/gstvideotestsrc.c:
32594         * gst/videotestsrc/videotestsrc.c:
32595         * gst/wavenc/gstwavenc.c:
32596         * gst/wavparse/gstwavparse.c:
32597           fix local includes and 64 bits constants
32598
32599 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32600
32601         * win32/gst.sln:
32602         * gst-libs/gst/*/*.vcproj:
32603         * gst/*/*.vcproj:
32604           more working plugins
32605
32606 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32607
32608         * testsuite/alsa/Makefile.am:
32609         * testsuite/alsa/srcstate.c:
32610         add test for alsasrc changing state
32611
32612 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32613
32614         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32615         (gst_silence_get):
32616         * gst/silence/gstsilence.h:
32617         fix silence generation for 16bit raw audio
32618
32619 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32620
32621         * gst/matroska/matroska-demux.c:
32622         (gst_matroska_demux_parse_metadata),
32623         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32624         * gst/mpegaudio/common.c:
32625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32626         (gst_videoscale_getcaps), (gst_videoscale_link),
32627         (gst_videoscale_src_fixate), (gst_videoscale_init),
32628         (gst_videoscale_finalize):
32629         * gst/videoscale/gstvideoscale.h:
32630         * gst/videotestsrc/gstvideotestsrc.c:
32631         (gst_videotestsrc_get_capslist):
32632         * gst/wavenc/gstwavenc.c:
32633         * sys/oss/gstossmixer.c: (fill_labels):
32634         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32635         (gst_ximagesink_handle_xevents),
32636         (gst_ximagesink_calculate_pixel_aspect_ratio),
32637         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32638         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32639         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32640         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32641         (gst_ximagesink_init), (gst_ximagesink_class_init):
32642         * sys/ximage/ximagesink.h:
32643         * sys/xvimage/xvimagesink.c:
32644         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32645         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32646         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32647         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32648         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32649         * sys/xvimage/xvimagesink.h:
32650           first batch of pixel aspect ratio commits.
32651
32652 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32653
32654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32655         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32656         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32657           handle stride, needs work if we want to move stride handling
32658           upstream, but works correctly for our purposes.
32659
32660 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * gst/videoscale/README:
32663           add testing examples
32664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32665         (gst_videoscale_chain):
32666         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32667         (gst_videoscale_get_size):
32668           add get_size function that handles stride like videotestsrc.
32669           fixes conversion for YUV formats for as much as I can test them.
32670
32671 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32672
32673         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32674         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32676         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32677         (gst_xvimagesink_xvimage_put):
32678           further cleanups, logging, error handling and synchronizing
32679
32680 2004-07-27  Wim Taymans  <wim@fluendo.com>
32681
32682         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32683         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32684         (gst_videomixer_pad_set_property),
32685         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32686         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32687         (gst_videomixer_class_init), (gst_videomixer_init),
32688         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32689         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32690         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32691         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32692         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32693         (gst_videomixer_loop), (plugin_init):
32694         Be a nicer negotiation citizen and provide a getcaps function on
32695         the srcpad. This also fixes a crash when resizing.
32696
32697 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32698
32699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32700         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32701
32702 2004-07-27  Wim Taymans  <wim@fluendo.com>
32703
32704         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32705         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32706         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32707         (gst_pngenc_set_property):
32708         * ext/libpng/gstpngenc.h:
32709         Added snapshot property to pngenc.
32710         removed g_print from pngdec
32711
32712 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32713
32714         * gst/ac3parse/ac3parse.vcproj
32715         * gst/adder/adder.vcproj
32716         * gst/alpha/alpha.vcproj
32717         * gst/alpha/alphacolor.vcproj
32718         * gst/asfdemux/asf.vcproj
32719         * gst/audioconvert/audioconvert.vcproj
32720         * gst/audiorate/audiorate.vcproj
32721         * gst/audioscale/audioscale.vcproj
32722         * gst/auparse/auparse.vcproj
32723         * gst/avi/avi.vcproj
32724         * gst/cdxaparse/cdxaparse.vcproj
32725         * gst/chart/chart.vcproj
32726         * gst/colorspace/colorspace.vcproj
32727         * gst/cutter/cutter.vcproj
32728         * gst/debug/debug.vcproj
32729         * gst/debug/efence.vcproj
32730         * gst/debug/navigationtest.vcproj
32731         * gst/deinterlace/deinterlace.vcproj
32732         * gst/effectv/effectv.vcproj
32733         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32734         * gst/filter/filter.vcproj
32735         * gst/flx/flxdec.vcproj
32736         * gst/goom/goom.vcproj
32737         * gst/interleave/interleave.vcproj
32738         * gst/law/alaw.vcproj
32739         * gst/law/mulaw.vcproj
32740         * gst/matroska/matroska.vcproj
32741         * gst/median/median.vcproj
32742         * gst/mixmatrix/mixmatrix.vcproj
32743         * gst/mpeg1sys/mpeg1systemencode.vcproj
32744         * gst/mpeg1videoparse/mp1videoparse.vcproj
32745         * gst/mpeg2sub/mpeg2subt.vcproj
32746         * gst/mpegaudio/mpegaudio.vcproj
32747         * gst/mpegaudioparse/mpegaudioparse.vcproj
32748         * gst/mpegstream/mpegstream.vcproj
32749         * gst/multifilesink/multifilesink.vcproj
32750         * gst/multipart/multipart.vcproj
32751         * gst/oneton/oneton.vcproj
32752         * gst/overlay/overlay.vcproj
32753         * gst/passthrough/passthrough.vcproj
32754         * gst/qtdemux/qtdemux.vcproj
32755         * gst/realmedia/rmdemux.vcproj
32756         * gst/rtjpeg/rtjpeg.vcproj
32757         * gst/rtp/rtp.vcproj
32758         * gst/silence/silence.vcproj
32759         * gst/sine/sinesrc.vcproj
32760         * gst/smooth/smooth.vcproj
32761         * gst/smpte/smpte.vcproj
32762         * gst/spectrum/spectrum.vcproj
32763         * gst/speed/speed.vcproj
32764         * gst/stereo/stereo.vcproj
32765         * gst/switch/switch.vcproj
32766         * gst/tags/tagedit.vcproj
32767         * gst/tcp/tcp.vcproj
32768         * gst/typefind/typefindfunctions.vcproj
32769         * gst/udp/udp.vcproj
32770         * gst/videobox/videobox.vcproj
32771         * gst/videocrop/videocrop.vcproj
32772         * gst/videodrop/videodrop.vcproj
32773         * gst/videofilter/gamma.vcproj
32774         * gst/videofilter/videobalance.vcproj
32775         * gst/videofilter/videofilter.vcproj
32776         * gst/videofilter/videoflip.vcproj
32777         * gst/videoflip/videoflip.vcproj
32778         * gst/videomixer/videomixer.vcproj
32779         * gst/videorate/videorate.vcproj
32780         * gst/videoscale/videoscale.vcproj
32781         * gst/videotestsrc/videotestsrc.vcproj
32782         * gst/virtualdub/virtualdub.vcproj
32783         * gst/volenv/volenv.vcproj
32784         * gst/volume/volume.vcproj
32785         * gst/wavenc/wavenc.vcproj
32786         * gst/wavparse/wavparse.vcproj
32787         * gst/y4m/y4menc.vcproj
32788         * gst-libs/gst/audio/audio.vcproj
32789         * gst-libs/gst/audio/audiofilter.vcproj
32790         * gst-libs/gst/colorbalance/colorbalance.vcproj
32791         * gst-libs/gst/idct/idtc.vcproj
32792         * gst-libs/gst/media-info/media-info.vcproj
32793         * gst-libs/gst/mixer/mixer.vcproj
32794         * gst-libs/gst/navigation/navigation.vcproj
32795         * gst-libs/gst/play/play.vcproj
32796         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32797         * gst-libs/gst/resample/resample.vcproj
32798         * gst-libs/gst/riff/riff.vcproj
32799         * gst-libs/gst/tuner/tuner.vcproj
32800         * gst-libs/gst/video/video.vcproj
32801         * gst-libs/gst/xoverlay/xoverlay.vcproj
32802           avoid problems with math.h, fix release dependancy
32803           rename GStreamer-0.8.lib to libgstreamer.lib
32804
32805 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32806
32807         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32809         the atom is not available we have to unlock the mutex. Fixes #148023
32810
32811 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32812
32813         * gst-libs/gst/media-info/media-info.h:
32814           issue for a vararg macro with MSVC
32815
32816 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32817
32818         * gst/effectv/effectv.vcproj
32819         * gst-libs/gst/idct/idct.vcproj:
32820         * gst-libs/gst/media-info/media-info.vcproj:
32821         * gst-libs/gst/navigation/navigation.vcproj:
32822         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32823         * gst-libs/gst/video/video.vcproj:
32824         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32825           fixes for build problems
32826
32827 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32828
32829         * gst-libs/gst/audio/audio.def:
32830         * gst-libs/gst/audio/riff.def:
32831           add some definitions needed by plugins
32832
32833 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32834
32835         * gst/asfdemux/gstasfmux.c
32836           Fix some 64 bits constants to be glib friendly
32837
32838 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32839
32840         * gst/ac3parse/gstac3parse.c
32841         * gst/audioscale/gstaudioscale.c
32842         * gst/auparse/gstauparse.c
32843         * gst/colorspace/gstcolorspace.c
32844         * gst/colorspace/yuv2rgb.h
32845           local include fixes
32846
32847 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32848
32849         * win32/gst.sln
32850           add more plugins to the build
32851
32852 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32853
32854         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32855         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32856
32857 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32858
32859         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32860         (gst_level_set_property), (gst_level_get_property),
32861         (gst_level_base_init), (gst_level_class_init):
32862           add debugging categories.  cleanups.
32863
32864 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32865
32866         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32867         (gst_videoscale_planar411), (gst_videoscale_planar400),
32868         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32869         (gst_videoscale_scale_nearest_str1),
32870         (gst_videoscale_scale_nearest_str2),
32871         (gst_videoscale_scale_nearest_str4),
32872         (gst_videoscale_scale_nearest_16bit),
32873         (gst_videoscale_scale_nearest_24bit):
32874           fixed stride issues
32875           tested with 320x240 -> 321, 322, 324 x240
32876           tested with YV12, I420, YUY2, UYVY
32877           fixed packed422rev (don't think it could have worked before)
32878           by testing with UYVY
32879
32880 2004-07-26  Benjamin Otte  <otte@gnome.org>
32881
32882         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32883         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32884         (plugin_init):
32885           add debugging category, add error checks like checking return values
32886           of setup calls, make sure it still works after
32887           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32888
32889 2004-07-26  Wim Taymans  <wim@fluendo.com>
32890
32891         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32892         (gst_mpeg_demux_get_audio_stream),
32893         (gst_mpeg_demux_process_private):
32894         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32895         Check for error codes from the negotiation functions. Make sure
32896         we really set the pad caps when a new pad is created.
32897
32898 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32899
32900         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32901         (gst_ffmpeg_caps_to_pix_fmt):
32902         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32904         (gst_ffmpegcolorspace_pad_link):
32905           don't make function do two things at the same time without reason.
32906
32907 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32908
32909         * gst/ac3parse/ac3parse.vcproj
32910         * gst/adder/adder.vcproj
32911         * gst/alpha/alpha.vcproj
32912         * gst/alpha/alphacolor.vcproj
32913         * gst/asfdemux/asf.vcproj
32914         * gst/audioconvert/audioconvert.vcproj
32915         * gst/audiorate/audiorate.vcproj
32916         * gst/audioscale/audioscale.vcproj
32917         * gst/auparse/auparse.vcproj
32918         * gst/avi/avi.vcproj
32919         * gst/cdxaparse/cdxaparse.vcproj
32920         * gst/chart/chart.vcproj
32921         * gst/colorspace/colorspace.vcproj
32922         * gst/cutter/cutter.vcproj
32923         * gst/debug/debug.vcproj
32924         * gst/debug/efence.vcproj
32925         * gst/debug/navigationtest.vcproj
32926         * gst/deinterlace/deinterlace.vcproj
32927         * gst/effectv/effectv.vcproj
32928         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32929         * gst/filter/filter.vcproj
32930         * gst/flx/flxdec.vcproj
32931         * gst/goom/goom.vcproj
32932         * gst/interleave/interleave.vcproj
32933         * gst/law/alaw.vcproj
32934         * gst/law/mulaw.vcproj
32935         * gst/matroska/matroska.vcproj
32936         * gst/median/median.vcproj
32937         * gst/mixmatrix/mixmatrix.vcproj
32938         * gst/mpeg1sys/mpeg1systemencode.vcproj
32939         * gst/mpeg1videoparse/mp1videoparse.vcproj
32940         * gst/mpeg2sub/mpeg2subt.vcproj
32941         * gst/mpegaudio/mpegaudio.vcproj
32942         * gst/mpegaudioparse/mpegaudioparse.vcproj
32943         * gst/mpegstream/mpegstream.vcproj
32944         * gst/multifilesink/multifilesink.vcproj
32945         * gst/multipart/multipart.vcproj
32946         * gst/oneton/oneton.vcproj
32947         * gst/overlay/overlay.vcproj
32948         * gst/passthrough/passthrough.vcproj
32949         * gst/qtdemux/qtdemux.vcproj
32950         * gst/realmedia/rmdemux.vcproj
32951         * gst/rtjpeg/rtjpeg.vcproj
32952         * gst/rtp/rtp.vcproj
32953         * gst/silence/silence.vcproj
32954         * gst/sine/sinesrc.vcproj
32955         * gst/smooth/smooth.vcproj
32956         * gst/smpte/smpte.vcproj
32957         * gst/spectrum/spectrum.vcproj
32958         * gst/speed/speed.vcproj
32959         * gst/stereo/stereo.vcproj
32960         * gst/switch/switch.vcproj
32961         * gst/tags/tagedit.vcproj
32962         * gst/tcp/tcp.vcproj
32963         * gst/typefind/typefindfunctions.vcproj
32964         * gst/udp/udp.vcproj
32965         * gst/videobox/videobox.vcproj
32966         * gst/videocrop/videocrop.vcproj
32967         * gst/videodrop/videodrop.vcproj
32968         * gst/videofilter/gamma.vcproj
32969         * gst/videofilter/videobalance.vcproj
32970         * gst/videofilter/videofilter.vcproj
32971         * gst/videofilter/videoflip.vcproj
32972         * gst/videoflip/videoflip.vcproj
32973         * gst/videomixer/videomixer.vcproj
32974         * gst/videorate/videorate.vcproj
32975         * gst/videoscale/videoscale.vcproj
32976         * gst/videotestsrc/videotestsrc.vcproj
32977         * gst/virtualdub/virtualdub.vcproj
32978         * gst/volenv/volenv.vcproj
32979         * gst/volume/volume.vcproj
32980         * gst/wavenc/wavenc.vcproj
32981         * gst/wavparse/wavparse.vcproj
32982         * gst/y4m/y4menc.vcproj
32983           more plugins supported under windows
32984
32985 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32986
32987         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32988         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32989         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32991         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32992           Add debugging statements.  Use the sizes as returned by the
32993           *CreateImage calls.
32994
32995 2004-07-26  Johan Dahlin  <johan@gnome.org>
32996
32997         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32998         the pad is negotiated.
32999
33000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33001
33002 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
33003
33004         * gst-libs/gst/colorbalance/colorbalance.vcproj:
33005         * gst-libs/gst/idct/idct.vcproj:
33006         * gst-libs/gst/media-info/media-info.vcproj:
33007         * gst-libs/gst/mixer/mixer.vcproj:
33008         * gst-libs/gst/navigation/navigation.vcproj:
33009         * gst-libs/gst/play/play.vcproj:
33010         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33011         * gst-libs/gst/resample/resample.vcproj:
33012         * gst-libs/gst/tuner/tuner.vcproj:
33013         * gst-libs/gst/video/video.vcproj:
33014         * gst-libs/gst/xoverlay/xoverlay.vcproj:
33015           more plugins supported under windows
33016
33017 2004-07-25 Iain <iain@prettypeople.org>
33018
33019         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33020         pad now rather than when the pad is created because state changes wipe
33021         explicit caps (fixes #148043).
33022
33023 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
33024
33025         reviewed by Benjamin Otte  <otte@gnome.org>
33026
33027         * ext/mad/gstmad.c:
33028           fix mad plugin crashing on Sun (fixes #148289)
33029
33030 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33031
33032         * gst/avi/avi.def:
33033         * gst/avi/avi.vcproj:
33034         * gst/matroska/matroska.def:
33035         * gst/matroska/matroska.vcproj:
33036           remove unused .def files
33037
33038 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33039
33040         * gst-libs/gst/audio/gstaudiofilter.c:
33041           Clean the local include
33042
33043 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33044
33045         * win32/gst.sln:
33046         * gst-libs/gst/audio/audio.def:
33047         * gst-libs/gst/audio/audio.vcproj:
33048         * gst-libs/gst/audio/audiofilter.vcproj:
33049         * gst-libs/gst/audio/riff.def:
33050         * gst-libs/gst/audio/riff.vcproj:
33051         * gst-libs/gst/gst-libs.def:
33052         * gst-libs/gst/gst-libs.vcproj:
33053         * gst/avi/avi.vcproj:
33054         * gst/avi/avi.vcproj:
33055           Copy the files where needed after building, cleaner projects
33056
33057 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33058
33059         * gst/matroska/ebml-write.c:
33060           Fix some 64 bits constants to be glib friendly
33061
33062 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33063
33064         * win32/gst.sln:
33065         * gst-libs/gst/gst-libs.def:
33066         * gst-libs/gst/gst-libs.vcproj:
33067         * gst/matroska/matroska.def:
33068         * gst/matroska/matroska.vcproj:
33069           Add the preliminary canvas to build plugins on Win32
33070
33071 2004-07-23  Benjamin Otte  <otte@gnome.org>
33072
33073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33074           don't enfore negotiation from source side, it breaks
33075           sinesrc ! audioconvert ! osssink
33076
33077 2004-07-22  David Schleef  <ds@schleef.org>
33078
33079         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33080         for ELF files, since they can easily be recognized as audio/mpeg.
33081         (bug #147441)
33082
33083 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33084
33085         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33086         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33087         (gst_videoscale_scale_nearest_24bit),
33088         (gst_videoscale_scale_nearest_16bit):
33089           fix 16bit and 24bit for stride (24bit might need testing)
33090           don't pretend we do more than one algorithm
33091
33092 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33093
33094         * configure.ac:
33095         * gst/Makefile.am:
33096         * gst/multifilesink/Makefile.am:
33097         * gst/multifilesink/gstmultifilesink.c:
33098         (gst_multifilesink_get_formats),
33099         (gst_multifilesink_get_query_types), (_do_init),
33100         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33101         (gst_multifilesink_init), (gst_multifilesink_dispose),
33102         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33103         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33104         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33105         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33106         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33107         (gst_multifilesink_uri_get_type),
33108         (gst_multifilesink_uri_get_protocols),
33109         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33110         (gst_multifilesink_uri_handler_init), (plugin_init):
33111         * gst/multifilesink/gstmultifilesink.h:
33112         * testsuite/Makefile.am:
33113         * testsuite/multifilesink/Makefile.am:
33114         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33115         (gst_newmedia_class_init), (gst_newmedia_init),
33116         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33117         (newfile_signal), (test_signal), (main):
33118         multifilesink plugin for creating new files every time a new media
33119         discontinuity event occurs
33120
33121 2004-07-22  Wim Taymans  <wim@fluendo.com>
33122
33123         * gst/alpha/Makefile.am:
33124         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33125         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33126         (gst_alpha_color_init), (gst_alpha_color_set_property),
33127         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33128         (transform), (gst_alpha_color_chain),
33129         (gst_alpha_color_change_state), (plugin_init):
33130         Stupid plugin to to RGBA to AYUV conversion because none of
33131         the colorspace plugins can handle that yet.
33132
33133 2004-07-22  Wim Taymans  <wim@fluendo.com>
33134
33135         * examples/seeking/seek.c: (update_scale), (main):
33136         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33137         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33138         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33139         (gst_decode_bin_init), (gst_decode_bin_dispose),
33140         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33141         (no_more_pads), (close_link), (type_found),
33142         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33143         (plugin_init):
33144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33145         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33146         (gst_play_base_bin_dispose), (queue_overrun),
33147         (gen_preroll_element), (remove_prerolls), (unknown_type),
33148         (no_more_pads), (new_stream), (setup_source),
33149         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33150         (play_base_eos), (gst_play_base_bin_change_state),
33151         (gst_play_base_bin_add_element),
33152         (gst_play_base_bin_remove_element),
33153         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33154         (gst_play_base_bin_unlink_stream),
33155         (gst_play_base_bin_get_streaminfo):
33156         * gst/playback/gstplaybin.c: (gen_video_element),
33157         (gen_audio_element):
33158         * gst/playback/gststreaminfo.h:
33159         More playback updates, attempt to fix things after the state change
33160         breakage.
33161
33162 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33163
33164         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33165         (gst_videoscale_scale_nearest_16bit):
33166           comment algorithm
33167
33168 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33169
33170         * gst/videotestsrc/gstvideotestsrc.c:
33171         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33172         (gst_videotestsrc_init), (gst_videotestsrc_get),
33173         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33174         (gst_videotestsrc_get_property):
33175         * gst/videotestsrc/gstvideotestsrc.h:
33176         * gst/videotestsrc/videotestsrc.c:
33177         * gst/videotestsrc/videotestsrc.h:
33178           cleanup and commenting
33179
33180 2004-07-21  Wim Taymans  <wim@fluendo.com>
33181
33182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33183         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33184         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33185         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33186         (_find_chain_get_unknown_part), (_find_streams_check),
33187         (gst_ogg_demux_push), (gst_ogg_pad_push):
33188         * ext/theora/theoradec.c: (theora_get_formats),
33189         (theora_dec_src_convert), (theora_dec_sink_convert),
33190         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33191         (theora_dec_chain):
33192         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33193         (vorbis_dec_convert), (vorbis_dec_src_query),
33194         (vorbis_dec_src_event), (vorbis_dec_event):
33195         More seeking fixes, oggdemux now supports seeking to time and
33196         uses the downstream element to convert granulepos to time.
33197         Seeking in theora-only ogg files now works.
33198
33199 2004-07-21  Wim Taymans  <wim@fluendo.com>
33200
33201         * ext/theora/theoradec.c: (gst_theora_dec_init),
33202         (theora_get_formats), (theora_get_event_masks),
33203         (theora_get_query_types), (theora_dec_src_convert),
33204         (theora_dec_sink_convert), (theora_dec_src_query),
33205         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33206         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33207         (vorbis_get_event_masks), (vorbis_get_query_types),
33208         (gst_vorbis_dec_init), (vorbis_dec_convert),
33209         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33210         Added query/convert/formats functions to vorbis and theora decoders
33211         so that the outside world can use them too. Fixed seeking on an
33212         ogg/theora/vorbis file by disabling the seeking seeking on the
33213         theora srcpad.
33214
33215 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33216
33217         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33218         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33219         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33220         images creation for both elements. We don't create the image on caps
33221         nego or renego, we just destroy the internal one if present if it does
33222         not match the needs. The chain function takes care of creating a new
33223         image when needed.
33224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33225         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33226         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33227         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33228         the image format information. The buffer pool checks for the context
33229         image format and discard images with different formats.
33230         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33231
33232 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33233
33234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33235         (gst_ffmpegcolorspace_chain):
33236           no point in doing any chaining if the pad we want to push from
33237           isn't usable.
33238
33239 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33240
33241         * gst-libs/gst/riff/riff-media.c:
33242         (gst_riff_create_audio_caps_with_data):
33243           Fix double end-to-native symbol conversion (#148021).
33244
33245 2004-07-20  David Schleef  <ds@schleef.org>
33246
33247         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33248         Don't use an Atom that doesn't exist.
33249
33250 2004-07-20  Wim Taymans  <wim@fluendo.com>
33251
33252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33253         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33254         (gst_multifdsink_client_remove),
33255         (gst_multifdsink_handle_client_write),
33256         (gst_multifdsink_queue_buffer):
33257         * gst/tcp/gstmultifdsink.h:
33258         More multifdsink stats. Avoid deadlock by releasing locks
33259         before sending out a signal.
33260
33261 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33262
33263         * po/LINGUAS:
33264         * po/hu.po:
33265           added Hungarian translation (Laszlo Dvornik)
33266
33267 2004-07-20  Wim Taymans  <wim@fluendo.com>
33268
33269         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33270         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33271         (gst_multifdsink_handle_client_write),
33272         (gst_multifdsink_queue_buffer):
33273         * gst/tcp/gsttcp-marshal.list:
33274         Fixed the stupid marshal definition.
33275
33276 2004-07-20  Wim Taymans  <wim@fluendo.com>
33277
33278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33279         (gst_multifdsink_init), (gst_multifdsink_add),
33280         (gst_multifdsink_client_remove),
33281         (gst_multifdsink_handle_client_write),
33282         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33283         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33284         (gst_multifdsink_init_send):
33285         * gst/tcp/gstmultifdsink.h:
33286         Added more stats, added timeout for a client, fixed some typos
33287         and added some comments.
33288
33289 2004-07-20  Wim Taymans  <wim@fluendo.com>
33290
33291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33292         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33293         (gst_multifdsink_client_remove),
33294         (gst_multifdsink_handle_client_write):
33295         * gst/tcp/gstmultifdsink.h:
33296         * gst/tcp/gsttcp-marshal.list:
33297         Added get_stats method that returns a GValueArray of
33298         stats values.
33299
33300 2004-07-19  Benjamin Otte  <otte@gnome.org>
33301
33302         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33303           make sure longname, description and author are valid UTF-8
33304
33305 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33306
33307         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33308         (gst_ximagesink_set_property):
33309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33310         (gst_xvimagesink_set_property):
33311           make sure SYNCHRONOUS is respected after getting the X context
33312
33313 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33314
33315         * gst/matroska/matroska-demux.c:
33316         (gst_matroska_demux_handle_src_event),
33317         (gst_matroska_demux_parse_blockgroup):
33318         * gst/matroska/matroska-ids.h:
33319           add BlockReference tag and ignore it to clear out log.
33320           ignore NAVIGATION events to clear out log.
33321
33322 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33323
33324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33325         (gst_matroska_demux_add_stream):
33326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33327           add debug categories
33328
33329 2004-07-16  Wim Taymans  <wim@fluendo.com>
33330
33331         * ext/libpng/Makefile.am:
33332         * ext/libpng/gstpng.c: (plugin_init):
33333         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33334         (gst_pngdec_get_type), (gst_pngdec_base_init),
33335         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33336         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33337         * ext/libpng/gstpngdec.h:
33338         Added png decoder.
33339
33340 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33341
33342         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33343         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33344         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33345         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33346         (gst_ximagesink_buffer_alloc):
33347         * sys/ximage/ximagesink.h:
33348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33349         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33350         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33351         (gst_xvimagesink_buffer_alloc):
33352         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33353         again. Using internal data pointer of the x(v)image to store image's
33354         data to be coherent with the buffer alloc mechanism. Investigated the
33355         image destruction code to be sure that everything gets freed correctly.
33356
33357 2004-07-16  Wim Taymans  <wim@fluendo.com>
33358
33359         * gst-libs/gst/riff/riff-read.c:
33360         (gst_riff_read_strf_vids_with_data),
33361         (gst_riff_read_strf_auds_with_data):
33362         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33363         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33364         Make sure we don't create 0 sized subbuffers in riff-read.
33365         Signal the no more pads signal after reading the avi header.
33366
33367 2004-07-16  Wim Taymans  <wim@fluendo.com>
33368
33369         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33370         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33371         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33372         (gst_decode_bin_init), (gst_decode_bin_dispose),
33373         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33374         (no_more_pads), (close_link), (type_found),
33375         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33376         (gst_decode_bin_change_state), (plugin_init):
33377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33378         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33379         (gst_play_base_bin_dispose), (queue_overrun),
33380         (gen_preroll_element), (remove_prerolls), (unknown_type),
33381         (no_more_pads), (new_stream), (setup_source),
33382         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33383         (play_base_eos), (gst_play_base_bin_change_state),
33384         (gst_play_base_bin_add_element),
33385         (gst_play_base_bin_remove_element),
33386         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33387         (gst_play_base_bin_unlink_stream),
33388         (gst_play_base_bin_get_streaminfo):
33389         * gst/playback/gstplaybasebin.h:
33390         Better error recovery. Added configurable preroll queue size. Faster
33391         detection of no-more-pads.
33392
33393 2004-07-16  Wim Taymans  <wim@fluendo.com>
33394
33395         * gst-libs/gst/video/video.h:
33396         Added 32 bits RGBA. Not sure if we should use another mime-type
33397         for alpha rgb. Currently the presence of the alpha_mask property
33398         signals an alpha channel.
33399
33400 2004-07-16  Wim Taymans  <wim@fluendo.com>
33401
33402         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33404         FPS seems to be 0.0 to MAX everywhere else.
33405
33406 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33407
33408         * gst-libs/gst/riff/riff-media.c:
33409         (gst_riff_create_video_caps_with_data):
33410           mp42/mp43 (no caps) exist too.
33411         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33412           Set pixel_width/height; we've got them in-caps.
33413         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33414         * gst/wavparse/gstwavparse.c: (plugin_init):
33415           Both are valid primary.
33416         * sys/oss/gstossmixer.c:
33417           Remove i18n hack and enable translations.
33418
33419 2004-07-15  Benjamin Otte  <otte@gnome.org>
33420
33421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33422         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33423           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33424
33425 2004-07-15  Benjamin Otte  <otte@gnome.org>
33426
33427         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33428         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33429         (gst_alsa_close_audio):
33430           disable some of the debugging code for now. Writing debugging to a
33431           buffer is broken in current alsalib releases.
33432
33433 2004-07-12  Benjamin Otte  <otte@gnome.org>
33434
33435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33436           use bufferpools
33437
33438 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33439
33440         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33441         (theora_dec_src_query), (theora_dec_event):
33442         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33443           add debugging categories.  Remove \n's.
33444
33445 2004-07-13  Johan Dahlin  <johan@gnome.org>
33446
33447         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33448         (gst_play_bin_get_property): Impl.
33449
33450 2004-07-13  Wim Taymans  <wim@fluendo.com>
33451
33452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33453         When trying to find the stream length, seek back N pages
33454         instead of just one, where N is the number of streams in
33455         the current chain.
33456
33457 2004-07-13  Wim Taymans  <wim@fluendo.com>
33458
33459         * gst-libs/gst/riff/riff-media.c:
33460         (gst_riff_create_audio_caps_with_data),
33461         (gst_riff_create_audio_caps),
33462         (gst_riff_create_audio_template_caps):
33463         * gst-libs/gst/riff/riff-media.h:
33464         * gst-libs/gst/riff/riff-read.c:
33465         (gst_riff_read_strf_vids_with_data),
33466         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33467         * gst-libs/gst/riff/riff-read.h:
33468         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33469         (gst_avi_demux_add_stream):
33470         Set codec_data on caps for avidemuxer.
33471
33472 2004-07-12  David Schleef  <ds@schleef.org>
33473
33474         * configure.ac: Fix test for Objective C
33475
33476 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33477         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33478         (gst_gdk_pixbuf_chain):
33479           Add svg and pcx to template caps, and ensure that getcaps returns a
33480           subset of the template caps.
33481           Copy each row manually for output, as gdkpixbuf may pad the
33482           rowstride to a 32-bit word boundary.
33483
33484 2004-07-12  Wim Taymans  <wim@fluendo.com>
33485
33486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33487         (gst_riff_create_video_template_caps):
33488         Fix the template caps to include some more media types.
33489
33490 2004-07-12  Wim Taymans  <wim@fluendo.com>
33491
33492         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33493         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33494         (compare_ranks), (print_feature), (gst_decode_bin_init),
33495         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33496         (try_to_link_1), (new_pad), (close_link), (type_found),
33497         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33498         (gst_decode_bin_change_state), (plugin_init):
33499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33500         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33501         (gst_play_base_bin_dispose), (queue_overrun),
33502         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33503         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33504         (gst_play_base_bin_get_property), (play_base_eos),
33505         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33506         (gst_play_base_bin_remove_element),
33507         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33508         (gst_play_base_bin_unlink_stream),
33509         (gst_play_base_bin_get_streaminfo):
33510         * gst/playback/gstplaybasebin.h:
33511         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33512         (gst_play_bin_class_init), (gst_play_bin_init),
33513         (gst_play_bin_dispose), (gst_play_bin_set_property),
33514         (gst_play_bin_get_property), (gen_video_element),
33515         (gen_audio_element), (remove_sinks), (setup_sinks),
33516         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33517         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33518         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33519         (gst_play_bin_query), (plugin_init):
33520         * gst/playback/test4.c: (main):
33521         More fixes on reusing of the element.
33522
33523 2004-07-11  Benjamin Otte  <otte@gnome.org>
33524
33525         * ext/mad/gstmad.c: (normal_seek):
33526           allow seeking for other methods than just SET
33527
33528 2004-07-11  Andy Wingo  <wingo@pobox.com>
33529
33530         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33531         float, "any" caps -> buffer_frames=[0,MAX].
33532
33533         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33534         doesn't intersect our caps with the template any more. Do it
33535         ourselves.
33536         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33537
33538 2004-07-09  Wim Taymans  <wim@fluendo.com>
33539
33540         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33541         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33542         (compare_ranks), (print_feature), (gst_decode_bin_init),
33543         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33544         (try_to_link_1), (new_pad), (close_link), (type_found),
33545         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33546         (gst_decode_bin_change_state), (plugin_init):
33547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33548         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33549         (gst_play_base_bin_dispose), (queue_overrun),
33550         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33551         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33552         (gst_play_base_bin_get_property), (play_base_eos),
33553         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33554         (gst_play_base_bin_remove_element),
33555         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33556         (gst_play_base_bin_unlink_stream),
33557         (gst_play_base_bin_get_streaminfo):
33558         * gst/playback/gstplaybasebin.h:
33559         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33560         (gst_play_bin_class_init), (gst_play_bin_init),
33561         (gst_play_bin_dispose), (gst_play_bin_set_property),
33562         (gst_play_bin_get_property), (gen_video_element),
33563         (gen_audio_element), (remove_sinks), (setup_sinks),
33564         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33565         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33566         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33567         (gst_play_bin_query), (plugin_init):
33568         * gst/playback/test4.c: (main):
33569         Work on object reuse and seeking.
33570
33571 2004-07-09  Wim Taymans  <wim@fluendo.com>
33572
33573         * examples/seeking/seek.c: (iterate):
33574         Don't consume all CPU in the idle loop.
33575
33576 2004-07-09  Wim Taymans  <wim@fluendo.com>
33577
33578         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33579         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33580         Add pad to element *after* setting the pad functions so that
33581         the scheduler can use the correct ones.
33582
33583 2004-07-09  Wim Taymans  <wim@fluendo.com>
33584
33585         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33586         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33587         Sync to keyframe after seek
33588
33589 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33590
33591         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33593         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33594         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33595         * ext/libvisual/visual.c: (gst_visual_change_state):
33596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33597         * ext/theora/theoradec.c: (theora_dec_change_state):
33598         * ext/theora/theoraenc.c: (theora_enc_change_state):
33599         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33600         * gst-libs/gst/navigation/navigation.c:
33601         * gst/adder/gstadder.c: (gst_adder_change_state):
33602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33603         (gst_audio_convert_get_buffer):
33604         * gst/multipart/multipartdemux.c:
33605         (gst_multipart_demux_change_state):
33606         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33608         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33609         * gst/videoscale/gstvideoscale.c:
33610         (gst_videoscale_handle_src_event):
33611         * gst/volume/gstvolume.c: (volume_chain_int16):
33612           don't assert in state change, this should be done by the base
33613           GstElement class.
33614           various debugging fixes.
33615
33616 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33617
33618         * configure.ac:
33619         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33620         (gst_play_dispose), (gst_play_set_location),
33621         (gst_play_set_data_src), (gst_play_set_video_sink),
33622         (gst_play_set_audio_sink), (gst_play_set_visualization),
33623         (gst_play_connect_visualization), (gst_play_get_sink_element),
33624         (gst_play_get_all_by_interface):
33625         * gst-libs/gst/play/play.h:
33626           add new method to get elements implementing an interface.
33627           add various error logging
33628
33629 2004-07-08  Wim Taymans  <wim@fluendo.com>
33630
33631         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33632         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33633         (make_playerbin_pipeline), (query_durations_elems),
33634         (query_durations_pads), (query_positions_elems),
33635         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33636         (main):
33637         Added playbin seeking example.
33638
33639 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33640
33641         * gst-libs/gst/play/play.c: (gst_play_set_location),
33642         (gst_play_set_data_src), (gst_play_set_video_sink),
33643         (gst_play_set_audio_sink), (gst_play_set_visualization),
33644         (gst_play_connect_visualization), (gst_play_get_framerate):
33645           use a macro to look up elements from hash table
33646
33647 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33648
33649         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33650         (gst_play_get_length_callback), (gst_play_set_location),
33651         (gst_play_seek_to_time), (gst_play_set_data_src),
33652         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33653         (gst_play_set_visualization), (gst_play_connect_visualization),
33654         (gst_play_get_sink_element):
33655         - add debugging info
33656         - fix looking up sink elements by iterating over complete caps
33657         - put everything except for source and autoplugger in a complete bin
33658
33659 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33660
33661         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33663         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33664         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33665         * ext/alsa/gstalsasink.h:
33666         - add debugging info
33667         - clean up schizophrenia of data/buffer/event
33668         - fix double event unref error
33669
33670 2004-07-08  Wim Taymans  <wim@fluendo.com>
33671
33672         * gst/playback/Makefile.am:
33673         Add headers to noinst
33674
33675 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33676
33677         * tools/gst-launch-ext-m.m:
33678         * tools/gst-launch-ext.1.in:
33679           convert to the third millenium
33680
33681 2004-07-07  David Schleef  <ds@schleef.org>
33682
33683         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33684
33685 2004-07-07  Wim Taymans  <wim@fluendo.com>
33686
33687         * gst/playback/Makefile.am:
33688         * gst/playback/README:
33689         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33690         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33691         (compare_ranks), (print_feature), (gst_decode_bin_init),
33692         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33693         (try_to_link_1), (new_pad), (close_link), (type_found),
33694         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33695         (plugin_init):
33696         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33697         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33698         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33699         (gen_preroll_element), (no_more_pads), (new_stream),
33700         (setup_source), (gst_play_base_bin_set_property),
33701         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33702         (gst_play_base_bin_add_element),
33703         (gst_play_base_bin_remove_element),
33704         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33705         (gst_play_base_bin_unlink_stream),
33706         (gst_play_base_bin_get_streaminfo):
33707         * gst/playback/gstplaybasebin.h:
33708         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33709         (gst_play_bin_class_init), (gst_play_bin_init),
33710         (gst_play_bin_dispose), (gst_play_bin_set_property),
33711         (gst_play_bin_get_property), (gen_video_element),
33712         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33713         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33714         (gst_play_bin_get_formats), (gst_play_bin_convert),
33715         (gst_play_bin_get_query_types), (gst_play_bin_query),
33716         (plugin_init):
33717         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33718         (gst_stream_info_get_type), (gst_stream_info_class_init),
33719         (gst_stream_info_init), (gst_stream_info_new),
33720         (gst_stream_info_dispose), (gst_stream_info_set_property),
33721         (gst_stream_info_get_property):
33722         * gst/playback/gststreaminfo.h:
33723         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33724         (main):
33725         * gst/playback/test2.c: (main):
33726         * gst/playback/test3.c: (update_scale), (main):
33727         More playbin fixes. Added README. Do better element filtering.
33728         Added base class to preroll media. Added test apps.
33729
33730 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33731
33732         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33733         * ext/mpeg2dec/gstmpeg2dec.h:
33734           various debugging improvements.  Reset stream to next picture
33735           instead of sequence header, otherwise seeks cannot work.
33736
33737 2004-07-07  Wim Taymans  <wim@fluendo.com>
33738
33739         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33740         (gst_video_box_class_init), (gst_video_box_set_property),
33741         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33742         Use pad_alloc where possible.
33743
33744 2004-07-07  Wim Taymans  <wim@fluendo.com>
33745
33746         * sys/oss/gstosselement.c: (gst_osselement_reset),
33747         (gst_osselement_parse_caps):
33748         * sys/oss/gstosselement.h:
33749         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33750         Fix offset on osssrc.
33751
33752 2004-07-07  Wim Taymans  <wim@fluendo.com>
33753
33754         * ext/theora/theora.c: (plugin_init):
33755         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33756         (theora_dec_src_query), (theora_dec_chain):
33757         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33758         (theora_enc_sink_link), (theora_buffer_from_packet),
33759         (theora_push_packet), (theora_enc_chain):
33760         Fix theora granulepos calculation.
33761         Fix overflow in duration/position calculation.
33762         Bump rank to PRIMARY for theoradec.
33763         Use granulepos of last packet to calculate position.
33764         Set keyframe flag on buffers when needed.
33765
33766 2004-07-06  David Schleef  <ds@schleef.org>
33767
33768         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33769         serious?  (Fixed, obviously.)
33770
33771 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33772
33773         * po/LINGUAS:
33774         * po/cs.po:
33775           added Czech translation (Miloslav Trmac)
33776
33777 2004-07-05  Wim Taymans  <wim@fluendo.com>
33778
33779         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33780         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33781         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33782         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33783         (close_link), (type_found), (gst_decode_bin_set_property),
33784         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33785         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33786         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33787         (gst_decode_bin_query), (plugin_init):
33788         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33789         (gst_play_bin_class_init), (gst_play_bin_init),
33790         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33791         (get_video_element), (new_pad), (setup_source),
33792         (gst_play_bin_set_property), (gst_play_bin_get_property),
33793         (gst_play_bin_change_state), (gst_play_bin_add_element),
33794         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33795         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33796         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33797         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33798         * gst/playback/test.c: (main):
33799         More fixes, cleaned up playbin, make it use decodebin. Added
33800         threaded property to playbin.
33801
33802 2004-07-05  Wim Taymans  <wim@fluendo.com>
33803
33804         * configure.ac:
33805         * gst/playback/Makefile.am:
33806         * gst/playback/decodetest.c: (main):
33807         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33808         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33809         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33810         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33811         (close_link), (type_found), (gst_decode_bin_set_property),
33812         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33813         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33814         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33815         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33816         (plugin_init):
33817         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33818         (gst_play_bin_class_init), (gst_play_bin_init),
33819         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33820         (collect_sink_pads), (find_compatibles), (close_pad_link),
33821         (try_to_link_1), (new_pad), (close_link), (type_found),
33822         (setup_source), (gst_play_bin_set_property),
33823         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33824         (compare_ranks), (gst_play_bin_collect_factories),
33825         (gst_play_bin_change_state), (gst_play_bin_add_element),
33826         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33827         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33828         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33829         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33830         * gst/playback/test.c: (main):
33831         Added some playback helper elements and some test apps, very alpha
33832         still.
33833
33834 2004-07-04  Benjamin Otte  <otte@gnome.org>
33835
33836         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33837           only restart audio when we indeed have an xrun to fix repeated
33838           xruns. Fix suggested by Giuliano Pochini.
33839
33840 2004-07-03  David Schleef  <ds@schleef.org>
33841
33842         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33843         call to gst_debug_log() if debugging is disabled (bug #145118)
33844
33845 2004-07-03  Benjamin Otte  <otte@gnome.org>
33846
33847         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33848           use our own functions for restarting the alsa device.
33849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33850           I should apply patches myself - use MIN for the third argument, not
33851           the second, this fixes seeking
33852
33853 2004-07-02  David Schleef  <ds@schleef.org>
33854
33855         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33856         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33857         do with the logic.
33858
33859 2004-07-02  David Schleef  <ds@schleef.org>
33860
33861         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33862         output buffers.  Fix logic mistake.  (bug #144866)
33863
33864 2004-07-02  David Schleef  <ds@schleef.org>
33865
33866         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33867         on X.  (bug #144753)
33868
33869 2004-07-02  David Schleef  <ds@schleef.org>
33870
33871         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33872         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33873         (bug #144624)
33874         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33875         (gst_osselement_rate_probe_check): Add another workaround for
33876         buggy drivers (bug #145336)
33877
33878 2004-07-02  David Schleef  <ds@schleef.org>
33879
33880         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33881         Most systems don't have MSG_NOSIGNAL.
33882
33883 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33884
33885         * Makefile.am:
33886         * gst-libs/gst/colorbalance/Makefile.am:
33887         * gst-libs/gst/mixer/Makefile.am:
33888         * gst-libs/gst/play/Makefile.am:
33889         * gst-libs/gst/tuner/Makefile.am:
33890           (hopefully) fix both install and dist and make error message useful.
33891           needs testing across automakes.
33892
33893 2004-07-02  Benjamin Otte  <otte@gnome.org>
33894
33895         * ext/ogg/gstogg.c: (plugin_init):
33896           we require bytestream now
33897         * ext/ogg/gstoggdemux.c:
33898           huge diff to implement chain setup in a fast and generic way. This
33899           improves tag reading and startup of huge files (read: Theora videos)
33900           quite a bit. It probably contains bugs, too, so please test.
33901           Seeking is not improved to the fast method.
33902
33903 2004-06-29  Wim Taymans  <wim@fluendo.com>
33904
33905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33906         * ext/ogg/gstoggmux.c:
33907         Fix memleak in oggdemux when running unconnected pads.
33908         doc update in mux, start working on keyframe mode.
33909
33910 2004-06-29  Benjamin Otte  <otte@gnome.org>
33911
33912         * sys/oss/gstosssink.c:
33913         * sys/oss/gstosssrc.c:
33914           advertise correct template caps - we indeed do non-native endianness
33915           and 8bit audio has no endianness
33916         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33918           avoid (wrong) duplications in getcaps function and return
33919           template caps
33920
33921 2004-06-29  Wim Taymans  <wim@fluendo.com>
33922
33923         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33924         (gst_multifdsink_class_init), (gst_multifdsink_add),
33925         (gst_multifdsink_remove), (gst_multifdsink_clear),
33926         (gst_multifdsink_client_remove),
33927         (gst_multifdsink_handle_client_read),
33928         (gst_multifdsink_client_queue_data),
33929         (gst_multifdsink_client_queue_caps),
33930         (gst_multifdsink_client_queue_buffer),
33931         (gst_multifdsink_handle_client_write),
33932         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33933         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33934         (gst_multifdsink_init_send), (gst_multifdsink_close):
33935         Fix wrong GList iteration that could crash the server when
33936         more then 2 clients disconnect at the same time. Read all the
33937         pending commands in one batch to recover from command storms under
33938         very heavy load.
33939
33940 2004-06-28  Wim Taymans  <wim@fluendo.com>
33941
33942         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33943         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33944         (gst_videomixer_pad_set_property),
33945         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33946         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33947         (gst_videomixer_class_init), (gst_videomixer_init),
33948         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33949         (pad_zorder_compare), (gst_videomixer_sort_pads),
33950         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33951         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33952         (gst_videomixer_update_queues), (gst_videomixer_loop),
33953         (plugin_init):
33954         Avoid divide by zero, choose masterpad as the pad with the highest
33955         framerate.
33956
33957 2004-06-27  Julien Moutte  <julien@moutte.net>
33958
33959         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33960         (gst_ximagesink_xwindow_new):
33961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33962         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33963         function directly. We might want to call it from somewhere else one day.
33964
33965 2004-06-27  Julien Moutte  <julien@moutte.net>
33966
33967         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33968         (gst_ximagesink_xwindow_new):
33969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33970         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33971         window decorations.
33972
33973 2004-06-27  Wim Taymans  <wim@fluendo.com>
33974
33975         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33976         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33977         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33978         (gst_dvdec_set_property), (gst_dvdec_get_property):
33979         * ext/dv/gstdvdec.h:
33980         Implement drop_factor property to lower the framerate with
33981         a factor.
33982
33983 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33984
33985         * gst-libs/gst/colorbalance/Makefile.am:
33986         * gst-libs/gst/mixer/Makefile.am:
33987         * gst-libs/gst/play/Makefile.am:
33988         * gst-libs/gst/tuner/Makefile.am:
33989           unbreak Company's fix that didn't install the -enum.h files
33990
33991 2004-06-27  Wim Taymans  <wim@fluendo.com>
33992
33993         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33994         (gst_dvdec_change_state):
33995         * ext/dv/gstdvdec.h:
33996         Fix timestamp, duration and offset of the buffers.
33997
33998 2004-06-27  Wim Taymans  <wim@fluendo.com>
33999
34000         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34001         (gst_multifdsink_class_init), (gst_multifdsink_add),
34002         (gst_multifdsink_remove), (gst_multifdsink_clear),
34003         (gst_multifdsink_client_remove),
34004         (gst_multifdsink_handle_client_read),
34005         (gst_multifdsink_client_queue_data),
34006         (gst_multifdsink_client_queue_caps),
34007         (gst_multifdsink_client_queue_buffer),
34008         (gst_multifdsink_handle_client_write),
34009         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34010         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34011         (gst_multifdsink_init_send), (gst_multifdsink_close):
34012         * gst/tcp/gstmultifdsink.h:
34013         * gst/tcp/gsttcpserversink.c:
34014         (gst_tcpserversink_handle_server_read),
34015         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34016         More multifdsink fixes, more recovery policy fixes.
34017         Removed stupid g_print
34018
34019 2004-06-26  Wim Taymans  <wim@fluendo.com>
34020
34021         * gst/tcp/Makefile.am:
34022         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34023         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34024         (gst_multifdsink_class_init), (gst_multifdsink_init),
34025         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34026         (gst_multifdsink_handle_client_read),
34027         (gst_multifdsink_client_queue_data),
34028         (gst_multifdsink_client_queue_caps),
34029         (gst_multifdsink_client_queue_buffer),
34030         (gst_multifdsink_handle_client_write),
34031         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34032         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34033         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34034         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34035         (gst_multifdsink_close), (gst_multifdsink_change_state):
34036         * gst/tcp/gstmultifdsink.h:
34037         * gst/tcp/gsttcpplugin.c: (plugin_init):
34038         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34039         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34040         (gst_tcpserversink_handle_server_read),
34041         (gst_tcpserversink_handle_select),
34042         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34043         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34044         * gst/tcp/gsttcpserversink.h:
34045         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34046         one of the locks, added recovery policy to multifdsink.
34047
34048 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34049
34050         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34051           fix decision for when getting frames with same timestamp
34052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34053         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34054         (gst_v4lsrc_get_property):
34055         * sys/v4l/gstv4lsrc.h:
34056           add latency offset property
34057
34058 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34059
34060         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34061         (plugin_init):
34062           fix debugging. add category.
34063
34064 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34065
34066         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34067           fix wrong offsets
34068
34069 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34070
34071         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34072         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34073         (gst_alsa_src_change_state):
34074           return a time that is in sync with the element's processing
34075
34076 2004-06-25  Wim Taymans  <wim@fluendo.com>
34077
34078         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34079         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34080         (gst_tcpserversink_client_remove),
34081         (gst_tcpserversink_handle_client_read),
34082         (gst_tcpserversink_client_queue_data),
34083         (gst_tcpserversink_client_queue_caps),
34084         (gst_tcpserversink_client_queue_buffer),
34085         (gst_tcpserversink_handle_client_write),
34086         (gst_tcpserversink_queue_buffer),
34087         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34088         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34089         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34090         (gst_tcpserversink_close):
34091         * gst/tcp/gsttcpserversink.h:
34092         Serversink rewrite. Really do non blocking writes to clients and
34093         maintain an internal queue to handle slower clients while not
34094         disturbing fast clients.
34095
34096 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34097
34098         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34099           better debug, don't override OFFSET and OFFSET_END
34100
34101 2004-06-25  Iain <iain@prettypeople.org>
34102
34103         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34104         name=source for the wavparse pipeline.
34105
34106 2004-06-24  Johan Dahlin  <johan@gnome.org>
34107
34108         * ext/theora/theoraenc.c (theora_enc_chain): Call
34109         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34110         streamheader caps are set correctly.
34111
34112 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34113
34114         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34115         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34116           respect minimum bitrate; same could be done for max bitrate
34117
34118 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34121         (gst_vorbisenc_setup):
34122           fix sample rate range
34123
34124 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34125
34126         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34127         (gst_oggvorbisenc_setup):
34128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34129         (gst_vorbisenc_setup):
34130           resolve ambiguities in code and description
34131
34132 2004-06-24  Wim Taymans  <wim@fluendo.com>
34133
34134         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34135         * ext/alsa/gstalsa.h:
34136         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34137         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34138         Use alsa trigger_tstamp to get the timestamp of the first
34139         sample in the buffer for more precise sync. Some cleanups.
34140
34141 2004-06-24  Wim Taymans  <wim@fluendo.com>
34142
34143         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34144         (gst_audiorate_init), (gst_audiorate_chain),
34145         (gst_audiorate_set_property), (gst_audiorate_get_property):
34146         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34147         (gst_videorate_chain):
34148         Added some logging, fixed an overflow bug in videorate.
34149
34150 2004-06-24  Benjamin Otte  <otte@gnome.org>
34151
34152         * ext/kio/Makefile.am:
34153           fix for builddir != srcdir and distcheck
34154
34155 2004-06-24  Benjamin Otte  <otte@gnome.org>
34156
34157         * gst-libs/gst/colorbalance/Makefile.am:
34158         * gst-libs/gst/mixer/Makefile.am:
34159         * gst-libs/gst/play/Makefile.am:
34160         * gst-libs/gst/tuner/Makefile.am:
34161         * gst/tcp/Makefile.am:
34162         * sys/dxr3/Makefile.am:
34163           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34164           tarball.
34165           Also add all *.list files that were missing.
34166         * Makefile.am:
34167           add a distcheck hook to ensure the above doesn't happen again.
34168
34169 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34170
34171         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34172
34173 2004-06-23  Colin Walters  <walters@redhat.com>
34174
34175         * m4/Makefile.am: Distribute gst-fionread.m4.
34176
34177 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34178
34179         * configure.ac: back to dev
34180
34181 2004-06-23  Wim Taymans  <wim@fluendo.com>
34182
34183         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34184         (gst_alsa_xrun_recovery):
34185         * ext/alsa/gstalsa.h:
34186         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34187         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34189         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34190         (gst_alsa_src_loop):
34191         Add clock to alsasrc. Take new capture timestamp when
34192         restarting after an overrun. Split up some functions between
34193         alsasrc and alsasink.
34194
34195 === release 0.8.2 ===
34196
34197 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34198
34199         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34200         (gst_alsa_change_state), (gst_alsa_update_avail),
34201         (gst_alsa_xrun_recovery):
34202         * ext/alsa/gstalsa.h:
34203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34204           merge back changes from release
34205
34206 2004-06-23  Wim Taymans  <wim@fluendo.com>
34207
34208         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34209         (gst_audiorate_init), (gst_audiorate_chain),
34210         (gst_audiorate_set_property), (gst_audiorate_get_property):
34211         Implement sample dropping and notify
34212
34213 2004-06-22  Wim Taymans  <wim@fluendo.com>
34214
34215         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34216         (theora_enc_sink_link), (theora_buffer_from_packet),
34217         (theora_push_packet), (theora_enc_chain):
34218         Some cleanups, make sure the timestamps are correct.
34219
34220 2004-06-22  Wim Taymans  <wim@fluendo.com>
34221
34222         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34223         (gst_alsa_change_state), (gst_alsa_update_avail),
34224         (gst_alsa_xrun_recovery):
34225         * ext/alsa/gstalsa.h:
34226         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34227         Cleanups, take queued samples into account when reporting
34228         the time.
34229
34230 2004-06-22  Wim Taymans  <wim@fluendo.com>
34231
34232         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34233         (gst_videorate_init):
34234         Initialize the property as well.
34235
34236 2004-06-22  Wim Taymans  <wim@fluendo.com>
34237
34238         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34239         (gst_videorate_init), (gst_videorate_chain),
34240         (gst_videorate_set_property), (gst_videorate_get_property):
34241         Add property to make videorate silent.
34242         Add property to prefer new frames over old ones.
34243
34244 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34245
34246         * sys/osxvideo/Makefile.am:
34247         Workaround so that the osxvideo .so file gets linked with the
34248         Cocoa, OpenGL and QuickTime frameworks
34249
34250 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34251
34252         * sys/osxaudio/Makefile.am:
34253         Workaround so that the osxaudio .so file gets linked with the
34254         CoreAudio framework
34255
34256 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34257
34258         * configure.ac:
34259         Whoops, my fault...fixed build issues
34260
34261 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34262
34263         * configure.ac:
34264         Add objective-c support if running in Darwin/Mac OS X
34265         * sys/Makefile.am:
34266         * sys/osxvideo:
34267         * sys/osxvideo/Makefile.am:
34268         * sys/osxvideo/osxvideosink.h:
34269         * sys/osxvideo/osxvideosink.m:
34270         * sys/osxvideo/cocoawindow.h:
34271         * sys/osxvideo/cocoawindow.m:
34272         Add osxvideosink, a cocoa-based osx video sink
34273
34274
34275 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34276         * ext/dvdnav/gst-dvd:
34277         Grab the gconf key from the right spot
34278         * gst/debug/gstnavseek.c: (gst_navseek_init),
34279         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34280         (gst_navseek_chain):
34281         * gst/debug/gstnavseek.h:
34282           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34283           and loop parameters of a segment seek.
34284         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34285         (gst_videotestsrc_get_event_masks),
34286         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34287         * gst/videotestsrc/gstvideotestsrc.h:
34288           Add seeking support to videotestsrc
34289           Initialise the timestamp_offset variable.
34290
34291 2004-06-18  Wim Taymans  <wim@fluendo.com>
34292
34293         * ext/sidplay/gstsiddec.cc:
34294         Fix negotiation and set correct end offset.
34295
34296 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34297
34298         * configure.ac: branch and prerelease
34299
34300 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34301
34302         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34303         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34304         (gst_tcpclientsrc_init_receive):
34305         * gst/tcp/gsttcpclientsrc.h:
34306           read caps when connecting to server for GDP so we set them correctly
34307
34308 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34309
34310         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34311           notify drops and duplicates
34312         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34313           no good reason to limit ourselves to 100x100
34314
34315 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34316
34317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34318         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34319         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34320         (gst_v4lsrc_get_property):
34321         * sys/v4l/gstv4lsrc.h:
34322         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34323         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34324         (gst_v4l_set_audio):
34325         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34326         (gst_v4lsrc_try_capture):
34327         * sys/v4l/v4lsrc_calls.h:
34328           change try_palette to more general try_capture
34329           add autoprobe option so we can turn off autoprobing
34330           various fixes
34331
34332 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34333
34334         * configure.ac:
34335           add videorate
34336         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34337         (gst_ximagesink_class_init):
34338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34339         (gst_xvimagesink_class_init):
34340           run them as finalize, not dispose, since dispose can be invoked
34341           multiple times
34342
34343 2004-06-17  Wim Taymans  <wim@fluendo.com>
34344
34345         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34346         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34347         * ext/alsa/gstalsa.h:
34348         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34349         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34350         (gst_alsa_src_change_state):
34351         * ext/alsa/gstalsasrc.h:
34352         Make the xrun code timestamp and offset the buffers correctly.
34353         moved the clock to the base class, use alsa methods to get time.
34354         Do correct timestamping on outgoing buffers.
34355
34356 2004-06-17  Wim Taymans  <wim@fluendo.com>
34357
34358         * gst/audiorate/Makefile.am:
34359         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34360         (gst_audiorate_base_init), (gst_audiorate_class_init),
34361         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34362         (gst_audiorate_set_property), (gst_audiorate_get_property),
34363         (gst_audiorate_change_state), (plugin_init):
34364         Added an audiorate converter that fills in gaps.
34365
34366 2004-06-17  Johan Dahlin  <johan@gnome.org>
34367
34368         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34369
34370 2004-06-16  Wim Taymans  <wim@fluendo.com>
34371
34372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34374         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34375         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34376         (gst_v4lsrc_get_property):
34377         * sys/v4l/gstv4lsrc.h:
34378         Added a copy mode to v4lsrc where it will output a copied version
34379         of its internal hardware buffer.
34380         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34381         can't | them.
34382
34383 2004-06-16  Wim Taymans  <wim@fluendo.com>
34384
34385         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34386         Timestamp fixes.
34387
34388 2004-06-16  Wim Taymans  <wim@fluendo.com>
34389
34390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34391         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34392         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34393         (gst_v4lsrc_get_property):
34394         * sys/v4l/gstv4lsrc.h:
34395         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34396         Added a sync mode enum property to control v4lsrc timestamp method
34397         Removed the use-fixed-fps property and moved functionality in
34398         the enum.
34399         Don't error on an error value from v4l-conf, it might not always
34400         be a real error.
34401
34402 2004-06-16  Wim Taymans  <wim@fluendo.com>
34403
34404         * gst/videorate/Makefile.am:
34405         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34406         (gst_videorate_base_init), (gst_videorate_class_init),
34407         (gst_videorate_getcaps), (gst_videorate_link),
34408         (gst_videorate_init), (gst_videorate_chain),
34409         (gst_videorate_set_property), (gst_videorate_get_property),
34410         (gst_videorate_change_state), (plugin_init):
34411         Added a video timestamp corrector.
34412
34413 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34414
34415         fixed a potential leak with previous commit
34416
34417         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34418
34419 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34420
34421         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34422         Added missing refcount, fixes bug #144425
34423         Cheers Tim for finding the bug
34424
34425 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34426
34427         * sys/v4l/gstv4l.c: (plugin_init):
34428         * sys/v4l/gstv4lcolorbalance.c:
34429         * sys/v4l/gstv4lcolorbalance.h:
34430         * sys/v4l/gstv4lelement.c:
34431         * sys/v4l/gstv4lelement.h:
34432         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34433         * sys/v4l/gstv4lmjpegsink.h:
34434         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34435         * sys/v4l/gstv4lmjpegsrc.h:
34436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34437         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34438         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34439         * sys/v4l/gstv4lsrc.h:
34440         * sys/v4l/gstv4ltuner.c:
34441         * sys/v4l/gstv4ltuner.h:
34442         * sys/v4l/gstv4lxoverlay.c:
34443         * sys/v4l/gstv4lxoverlay.h:
34444         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34445         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34446         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34447         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34448         (gst_v4l_set_audio):
34449         * sys/v4l/v4l_calls.h:
34450         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34451         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34452         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34453         (gst_v4lmjpegsink_playback_init),
34454         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34455         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34456         (gst_v4lmjpegsink_playback_stop),
34457         (gst_v4lmjpegsink_playback_deinit):
34458         * sys/v4l/v4lmjpegsink_calls.h:
34459         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34460         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34461         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34462         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34463         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34464         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34465         * sys/v4l/v4lmjpegsrc_calls.h:
34466         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34467         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34468         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34469         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34470         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34471         (gst_v4lsrc_try_palette):
34472         * sys/v4l/v4lsrc_calls.h:
34473           bunch of paranoia cleanups
34474
34475 2004-06-14  David Schleef  <ds@schleef.org>
34476
34477         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34478         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34479         Send discont events and change timestamps appropriately when
34480         we get a seek event.  (bug #144240)
34481         * ext/cdparanoia/gstcdparanoia.h:
34482
34483 2004-06-14  Benjamin Otte  <otte@gnome.org>
34484
34485         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34486           snd_pcm_hw_params_set_rate  since the latter fails for no good
34487           reason on some setups.
34488
34489 2004-06-14  David Schleef  <ds@schleef.org>
34490
34491         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34492         standard.  Thank you for playing.
34493
34494 2004-06-14  Wim Taymans  <wim@fluendo.com>
34495
34496         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34497         Patch 1.3 broke the ordering of the colorspace info and
34498         made the plugin basically work by coincidence, reordered
34499         the info.
34500
34501 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34502
34503         * ext/lame/gstlame.c:
34504         * ext/mad/gstmad.c:
34505           sync caps.  Make sure mad can only output a list of rates, not
34506           a full range.  In the future, have three caps lists for each of the
34507           mpeg versions.  Change mpegversion to a double as well.
34508
34509 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34510
34511         * gst/volume/.cvsignore:
34512         * gst/volume/Makefile.am:
34513         * gst/volume/demo.c: (value_changed_callback), (idler),
34514         (setup_gui), (main):
34515           added small demo app
34516
34517 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34518         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34519         * ext/esd/esdsink.h:
34520         Close the esd connection on pause, because esd will just wait -
34521         blocking all other esd clients indefinitely.
34522
34523 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34524
34525         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34526           previous commit with GST_DEBUG
34527
34528 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34529
34530         * configure.ac:
34531           add a header check for a dvdread header in dvdnav.  Fixes #133002
34532
34533 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34534
34535         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34536         * gst/tcp/gsttcpclientsink.h:
34537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34538         * gst/tcp/gsttcpclientsrc.h:
34539         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34540         (gst_tcpserversink_handle_server_read),
34541         (gst_tcpserversink_init_send):
34542         * gst/tcp/gsttcpserversink.h:
34543         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34544         * gst/tcp/gsttcpserversrc.h:
34545         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34546         version of IP)
34547
34548 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34549
34550         * configure.ac:
34551         Added ogg library so that OSX detects libtheora properly
34552
34553 2004-06-11  Wim Taymans  <wim@fluendo.com>
34554
34555         * ext/theora/theoradec.c: (theora_dec_chain),
34556         (theora_dec_change_state):
34557         Don't try to decode frames before we received a keyframe.
34558
34559 2004-06-11  Wim Taymans  <wim@fluendo.com>
34560
34561         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34562         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34563         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34564         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34565         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34566         Added property to set the maximum delay of a page.
34567
34568 2004-06-10  Wim Taymans  <wim@fluendo.com>
34569
34570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34571         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34572         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34573         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34574         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34575         Added max-delay property to control the maximum amount
34576         of data to put in one page.
34577
34578 2004-06-10  Wim Taymans  <wim@fluendo.com>
34579
34580         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34581         (gst_theora_enc_init), (theora_enc_sink_link),
34582         (theora_buffer_from_packet), (theora_enc_set_property),
34583         (theora_enc_get_property):
34584         Set duration on encoded buffer, added some more properties
34585
34586 2004-06-10  Wim Taymans  <wim@fluendo.com>
34587
34588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34589         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34590         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34591         * ext/theora/theoraenc.c: (theora_enc_chain):
34592         Fix refcounting bugs
34593
34594 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34595
34596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34597         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34598         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34599         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34600         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34601         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34602         (gst_asf_demux_change_state):
34603         * gst/asfdemux/gstasfdemux.h:
34604           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34605           feels like. I think we should set a new requirement for demuxers
34606           from now on to implement sane loop functions, data loops, query
34607           and seek functions before first commit into CVS. And this commit
34608           fixes all of the above.
34609
34610 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34611
34612         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34613           vorbis comments are properly encoded in UTF-8 before adding them
34614           to a GstTagList
34615
34616 2004-06-09  Benjamin Otte  <otte@gnome.org>
34617
34618         * ext/alsa/gstalsa.c: (add_channels):
34619           handle min <= max correctly
34620         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34621         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34622           add fixation functions so we fixate correctly. No preferring of alaw
34623           anymore because it's the first structure.
34624         * ext/alsa/gstalsa.h:
34625         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34626         (gst_alsa_hw_params_dump):
34627           add functions to ease debugging in alsalib
34628         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34629         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34630         (gst_alsa_start_audio):
34631           only specify hw params if we really setup a format (fixes #134007 -
34632           or at least works around it)
34633
34634 2004-06-09  Wim Taymans  <wim@fluendo.com>
34635
34636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34637         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34638         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34639         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34640         (gst_ogg_mux_loop):
34641         Use stream caps to setup the initial pages in the ogg stream.
34642         Correctly set the streamheader caps on the srcpad.
34643
34644 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34645
34646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34647         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34648         (gst_v4lsrc_getcaps):
34649         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34650         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34651           add querying of fps lists for webcams.  Negotiating to a framerate
34652           now works.
34653
34654 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34655
34656         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34657         (theora_push_buffer), (theora_push_packet),
34658         (theora_set_header_on_caps), (theora_enc_chain):
34659           mark buffers and put on streamheader, raw theora streaming
34660           now works too, whee
34661
34662 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34663
34664         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34665         (gst_tcp_gdp_read_caps):
34666           do a looping read for caps and GDP headers too
34667
34668 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34669
34670         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34671         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34672           return EOS instead of NULL in _get
34673
34674 2004-06-08  Wim Taymans  <wim@fluendo.com>
34675
34676         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34677         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34678         (gst_tcp_gdp_write_caps):
34679         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34680         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34681         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34682         Memory leak fixes
34683
34684 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34685
34686         * ext/vorbis/Makefile.am:
34687         * ext/vorbis/vorbis.c: (plugin_init):
34688         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34689         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34690         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34691         (vorbis_parse_change_state):
34692         * ext/vorbis/vorbisparse.h:
34693           adding a vorbisparse element that marks the buffers, streaming
34694           raw vorbis using GDP now works, whee
34695
34696 2004-06-08  Wim Taymans  <wim@fluendo.com>
34697
34698         * ext/jpeg/Makefile.am:
34699         * ext/jpeg/README:
34700         * ext/jpeg/gstjpeg.c: (plugin_init):
34701         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34702         (gst_smokedec_base_init), (gst_smokedec_class_init),
34703         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34704         * ext/jpeg/gstsmokedec.h:
34705         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34706         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34707         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34708         (gst_smokeenc_resync), (gst_smokeenc_chain),
34709         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34710         * ext/jpeg/gstsmokeenc.h:
34711         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34712         (smokecodec_flush_destination), (smokecodec_term_destination),
34713         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34714         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34715         (smokecodec_term_source), (smokecodec_encode_new),
34716         (smokecodec_decode_new), (smokecodec_info_free),
34717         (smokecodec_set_quality), (smokecodec_get_quality),
34718         (smokecodec_set_threshold), (smokecodec_get_threshold),
34719         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34720         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34721         (smokecodec_parse_header), (smokecodec_decode):
34722         * ext/jpeg/smokecodec.h:
34723         Added a new simple jpeg based codec
34724
34725 2004-06-08  Wim Taymans  <wim@fluendo.com>
34726
34727         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34728         (gst_multipart_mux_loop):
34729         Fix memory leak
34730
34731 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34732
34733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34734         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34735         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34736         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34737         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34738         * gst/tcp/gsttcpserversink.h:
34739           take streamheader into account
34740
34741 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34742
34743         * gst/level/Makefile.am:
34744         * gst/level/gstlevel.c: (gst_level_class_init):
34745           clean up marshal generation
34746
34747 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34748
34749         * gst/tcp/Makefile.am:
34750         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34751         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34752         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34753         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34754         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34755         (gst_tcpclientsrc_get_property):
34756         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34757         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34758         (gst_tcpserversink_handle_client_read),
34759         (gst_tcpserversink_handle_client_write),
34760         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34761         * gst/tcp/gsttcpserversink.h:
34762           add signals client-added and client-removed
34763         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34764         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34765         (gst_tcpserversrc_get_property):
34766         uniformized, change default protocol to NONE
34767         * gst/tcp/gsttcp-marshal.list: added
34768 2004-06-07  Benjamin Otte  <otte@gnome.org>
34769
34770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34771           handle discont events if they happen before caps nego
34772
34773 2004-06-07  Wim Taymans  <wim@fluendo.com>
34774
34775         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34776         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34777         (gst_multipart_demux_plugin_init):
34778         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34779         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34780         (gst_multipart_mux_change_state):
34781         Small updates, fix a memleak
34782
34783 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34784
34785         * configure.ac: OSS portability
34786         * ext/arts/gst_arts.c: idem
34787         * sys/oss/gstosselement.c: idem
34788         * sys/oss/gstossmixer.c: idem
34789         * sys/oss/gstosssink.c: idem
34790         * sys/oss/gstosssrc.c: idem
34791         * sys/oss/oss_probe.c: idem
34792           - check for soundcard.h in different places for some BSD
34793
34794 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34795
34796         * AUTHORS:
34797         Add me to the authors file
34798         * configure.ac:
34799         Increase the libdv requirement to >= version 0.100
34800         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34801         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34802         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34803         * ext/dv/gstdvdec.h:
34804         Add support for the new_media flag when sending DISCONT events
34805         Make the querying work when video pad is not linked
34806
34807 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34808
34809         reviewed by Benjamin Otte  <otte@gnome.org>
34810
34811         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34812           create a NULL-initialized array of pads, so we don't think they
34813           exist already. (fixes #143130)
34814
34815 2004-06-07  Benjamin Otte  <otte@gnome.org>
34816
34817         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34818         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34819         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34820           don't use // coments
34821
34822 2004-06-07  Benjamin Otte  <otte@gnome.org>
34823
34824         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34825           cast to GstClockTime to get higher granularity
34826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34827           use gst_element_set_time_delay to get the exact time
34828         * ext/mad/gstmad.c: (gst_mad_chain):
34829           use the negotiated rate instead of the current frame's rate which
34830           might be wrong because of bit errors. This avoids emitting totally
34831           bogus timestamps and screwing sync.
34832         (fixes #143454)
34833
34834 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34835
34836         reviewed by Benjamin Otte  <otte@gnome.org>
34837
34838         * gst/adder/gstadder.c: (gst_adder_loop):
34839           properly error out when no negotiation has happened yet. (fixes
34840           #143032)
34841
34842 2004-06-06  Benjamin Otte  <otte@gnome.org>
34843
34844         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34845           forward correctly transformed offset in discont events. Based on
34846           patch by Arwed v. Merkatz. (fixes #142851)
34847
34848 2004-06-06  David Schleef  <ds@schleef.org>
34849
34850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34851         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34852         problems on several systems.
34853
34854 2004-06-06  Benjamin Otte  <otte@gnome.org>
34855
34856         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34857           use explicit caps on the srcpad
34858         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34859           properly error out if caps couldn't be set (fixes #142764)
34860
34861 2004-06-06  Benjamin Otte  <otte@gnome.org>
34862
34863         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34864         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34865         (gst_alsa_start_audio):
34866           - don't call set_periods_integer anymore, it breaks the
34867           configuration randomly
34868           - call snd_pcm_hw_params_set_access directly instead of using masks
34869           - don't fail if the sw_params can't be set, just use the default
34870           params and hope it works. Alsalib has weird issues when you touch
34871           sw_params and does no proper error reporting about what failed.
34872         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34873         (gst_alsa_close_audio):
34874           make our alsa debugging go via gst debugging and not conditionally
34875           defined
34876         * ext/alsa/gstalsa.h:
34877           add ALSA_DEBUG_FLUSH macro
34878         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34879         (plugin_init):
34880           wrap alsa errors to be printed via the gst debugging system and not
34881           spammed to stderr
34882
34883 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34884
34885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34886         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34887         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34888         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34889         (qtdemux_parse_trak):
34890         * gst/qtdemux/qtdemux.h:
34891           Bitch. Also known as seeking, querying & co.
34892         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34893         (gst_osssink_change_state):
34894         * sys/oss/gstosssink.h:
34895           Resyncing is for weenies, this hack is no longer needed and was
34896           broken anyway (since it - unintendedly - always leaves resync to
34897           TRUE).
34898
34899 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34900
34901         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34902         * gst/tcp/gsttcpclientsrc.h: idem
34903           - define MSG_NOSIGNAL if not done
34904           - include unistd.h for off_t
34905           (fixes #143749)
34906
34907 2004-06-05  Benjamin Otte  <otte@gnome.org>
34908
34909         * configure.ac:
34910         * ext/kio/Makefile.am:
34911           check for qt's moc preprocessor explicitly and use it
34912
34913 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34914
34915         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34916           don't get a signal for EPIPE on socket writes
34917           (somebody check if this works on other platforms)
34918
34919 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34920
34921         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34922         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34923           check error condition on available samples correctly
34924
34925 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34926
34927         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34928           avoid a segfault
34929         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34930         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34931         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34932         (gst_tcpserversrc_gdp_read_header):
34933          use ssize_t over size_t since the former is signed and thus the
34934          check for error codes can work
34935
34936 2004-06-02  Wim Taymans  <wim@fluendo.com>
34937
34938         reviewed by: Johan
34939
34940         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34941         (gst_multipart_mux_loop):
34942         Oops
34943
34944 2004-06-02  Wim Taymans  <wim@fluendo.com>
34945
34946         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34947         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34948         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34949         (gst_multipart_mux_change_state):
34950         Added configurable boundary specifier, added the value as a
34951         caps field as well.
34952
34953 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34954
34955         * gst/tcp/gsttcp.c:
34956         * gst/tcp/gsttcpclientsrc.c:
34957         * gst/tcp/gsttcpclientsrc.h:
34958         * gst/tcp/gsttcpserversrc.c:
34959           - portability fix, to compile on OSX
34960             (fixes #143146)
34961
34962         * sys/osxaudio/gstosxaudioelement.c:
34963         * sys/osxaudio/gstosxaudiosink.c:
34964         * sys/osxaudio/gstosxaudiosrc.c:
34965           - compilation warnings on OSX
34966             (fixes #143153)
34967
34968 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34969
34970         * ext/vorbis/vorbisdec.c : sign warning fixes
34971
34972         * gst-libs/gst/mixer/mixertrack.c :
34973           do no use defines which are glib 2.4 specific
34974
34975 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34976
34977         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34978           buffer since libflac doesn't expect it (reports a sync error when
34979           it encounters that)
34980
34981
34982 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34983
34984         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34985         * gst-libs/gst/mixer/mixertrack.c:
34986         (gst_mixer_track_get_property), (get_mixer_track_init),
34987         (get_mixer_track_get_property): Added property accessors
34988         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34989         * gst-libs/gst/mixer/mixeroptions.c:
34990         (gst_mixer_options_get_values): Added
34991         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34992         * gst-libs/gst/mixer/mixer.c: Fixed comment
34993
34994
34995 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34996
34997         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34998           improve error messages on open
34999
35000
35001 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35002
35003         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35004           check if v4l-conf is in path
35005
35006 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35007
35008         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35009           change assert to a more readable error message
35010
35011 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
35012
35013         * gst-libs/gst/tuner/tunerchannel.h:
35014           - add a freq_multiplicator field to make the conversion
35015             between internal frequency unit and Hz
35016         * sys/v4l/gstv4lelement.c:
35017         * sys/v4l2/gstv4l2element.c:
35018           - change default video device to /dev/video0
35019         * sys/v4l/v4l_calls.c:
35020         * sys/v4l2/v4l2_calls.c:
35021           - we only expose frequency to the user in Hz instead of
35022             bastard v4lX unit (either 62.5kHz or 62.5Hz)
35023
35024 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35025         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35026           Initialise b_o_s and e_o_s variables
35027         * gst-libs/gst/riff/riff-media.c:
35028         (gst_riff_create_video_caps_with_data):
35029           Add some unusual fourcc's from mplayer avi's
35030         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35031           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35032           autoplugging.
35033
35034 2004-05-28  Wim Taymans  <wim@fluendo.com>
35035
35036         * configure.ac:
35037         * gst/alpha/Makefile.am:
35038         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35039         (gst_alpha_get_type), (gst_alpha_base_init),
35040         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35041         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35042         (gst_alpha_chroma_key), (gst_alpha_chain),
35043         (gst_alpha_change_state), (plugin_init):
35044         A plugin to add an alpha channel to I420 video. Can optionally do
35045         chroma keying.
35046         * gst/multipart/Makefile.am:
35047         * gst/multipart/multipart.c: (plugin_init):
35048         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35049         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35050         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35051         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35052         (gst_multipart_demux_change_state),
35053         (gst_multipart_demux_plugin_init):
35054         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35055         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35056         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35057         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35058         (gst_multipart_mux_pad_unlink),
35059         (gst_multipart_mux_request_new_pad),
35060         (gst_multipart_mux_handle_src_event),
35061         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35062         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35063         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35064         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35065         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35066         send multipart jpeg images to a browser.
35067         * gst/videobox/Makefile.am:
35068         * gst/videobox/README:
35069         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35070         (gst_video_box_get_type), (gst_video_box_base_init),
35071         (gst_video_box_class_init), (gst_video_box_init),
35072         (gst_video_box_set_property), (gst_video_box_get_property),
35073         (gst_video_box_sink_link), (gst_video_box_i420),
35074         (gst_video_box_ayuv), (gst_video_box_chain),
35075         (gst_video_box_change_state), (plugin_init):
35076         Crops or adds borders around an image. can do alpha channel
35077         borders as well.
35078         * gst/videomixer/Makefile.am:
35079         * gst/videomixer/README:
35080         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35081         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35082         (gst_videomixer_pad_get_sink_event_masks),
35083         (gst_videomixer_pad_get_property),
35084         (gst_videomixer_pad_set_property),
35085         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35086         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35087         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35088         (gst_videomixer_base_init), (gst_videomixer_class_init),
35089         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35090         (gst_videomixer_handle_src_event),
35091         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35092         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35093         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35094         (gst_videomixer_loop), (gst_videomixer_get_property),
35095         (gst_videomixer_set_property), (gst_videomixer_change_state),
35096         (plugin_init):
35097         Generic video mixer plugin, can handle multiple inputs all with
35098         different framerates and video sizes. Is fully alpha channel
35099         aware.
35100
35101 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35102
35103         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35104           Select first track as master track. Not sure how else to handle
35105           that...
35106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35107           Discard discont events. Should fix #142962.
35108
35109 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35110
35111         * ext/alsa/Makefile.am:
35112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35113         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35114         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35115         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35116         (gst_alsa_mixer_get_option):
35117         * ext/alsa/gstalsamixer.h:
35118         * ext/alsa/gstalsamixeroptions.c:
35119         (gst_alsa_mixer_options_get_type),
35120         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35121         (gst_alsa_mixer_options_new):
35122         * ext/alsa/gstalsamixeroptions.h:
35123         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35124         * ext/alsa/gstalsamixertrack.h:
35125           Add enumerations (as GstMixerOptions). Make correct distinction
35126           between input/output tracks. Add capture/playback private flag.
35127           Use flag to decide on whether to set capture or playback volumes
35128           or switches. Use playback and record switches.
35129         * gst-libs/gst/mixer/Makefile.am:
35130         * gst-libs/gst/mixer/mixer-marshal.list:
35131         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35132         (gst_mixer_set_option), (gst_mixer_get_option),
35133         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35134         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35135         * gst-libs/gst/mixer/mixer.h:
35136         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35137         (gst_mixer_options_class_init), (gst_mixer_options_init),
35138         (gst_mixer_options_dispose):
35139         * gst-libs/gst/mixer/mixeroptions.h:
35140           Add GstMixerOptions.
35141         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35142           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35143           broken device detection on computers with multiple OSS sound
35144           cards.
35145
35146 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35147
35148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35149           fixate nicely even when the peer is not negotiating
35150
35151 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35152
35153         * gst/audioconvert/gstaudioconvert.c:
35154         (gst_audio_convert_parse_caps):
35155           make sure we don't allow depth > width
35156         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35157           fixate endianness to G_BYTE_ORDER as default
35158         * gst/audioscale/gstaudioscale.c:
35159           we don't handle another endianness as host-endianness
35160
35161 2004-05-25  David Schleef  <ds@schleef.org>
35162
35163         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35164
35165 2004-05-24  Benjamin Otte  <otte@gnome.org>
35166
35167         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35168         (gst_oggvorbisenc_setup):
35169           properly fail when we can't setup the vorbis encoder due to
35170           unsupported settings
35171         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35172         (gst_vorbisenc_setup):
35173           same
35174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35175           fix case where warnings occured when one pad was unlinked while the
35176           other's link function was called
35177
35178 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35179
35180         * gst/tcp/Makefile.am:
35181           use GST_ENABLE_NEW
35182
35183 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35184
35185         * gst-libs/gst/resample/private.h:
35186           don't use optimizations that are #if 0'ed
35187
35188 2004-05-24  Wim Taymans  <wim@fluendo.com>
35189
35190         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35191         Fix potential division by zero error and hopefully get
35192         the position query right to get correct timestamps on avi
35193         audio.
35194
35195 2004-05-24  Wim Taymans  <wim@fluendo.com>
35196
35197         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35198         (gst_videoscale_scale_nearest_str2),
35199         (gst_videoscale_scale_nearest_str4),
35200         (gst_videoscale_scale_nearest_32bit),
35201         (gst_videoscale_scale_nearest_24bit),
35202         (gst_videoscale_scale_nearest_16bit):
35203         Fix the scaling algorithm and avoid a buffer overflow.
35204         removed the while loop in the scaling function as it
35205         was used for point sampling only.
35206
35207 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35208
35209         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35210         (gst_id3_tag_class_init), (gst_id3_tag_init),
35211         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35212         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35213         (gst_id3_tag_send_tag_event):
35214           lots of fixes to make id3mux work and id3demux work correctly
35215
35216 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35217
35218         * ext/Makefile.am:
35219           add rules to build shout2send (was removed by accident
35220           when this module was no more marked experimental/broken)
35221
35222 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35223
35224         * ext/shout2/gstshout2.c:
35225         * ext/shout2/gstshout2.h:
35226           adding a "connection problem" signal to shout2send
35227           (fixes #142954)
35228
35229 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35230
35231         * ext/kio/kioreceiver.cpp:
35232         * ext/kio/kioreceiver.h:
35233           fix sign comparison issues
35234
35235 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35236
35237         * gst/cdxaparse/gstcdxaparse.c:
35238         * gst/cdxaparse/gstcdxaparse.h:
35239           some renaming
35240           add some checks/sanity
35241           prepare for seek addition
35242
35243         * sys/sunaudio/gstsunaudio.c:
35244           remove exported dupe init function
35245
35246 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35247
35248         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35249         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35250           Fix format conversion and position querying.
35251         * gst/debug/progressreport.c: (gst_progressreport_report):
35252           Don't output a bogus total value that we didn't query.
35253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35254           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35255           only a blank window after xine has been used.
35256
35257 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35258
35259         * m4/as-arts.m4:
35260           sync with upstream version to fix test on FC2
35261           readd with -ko to preserve Id header
35262
35263 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35264
35265         * configure.ac:
35266           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35267         * gst/tcp/gsttcpclientsrc.c: idem
35268         * gst/tcp/gsttcpserversink.c: idem
35269         * gst/tcp/gsttcpserversrc.c: idem
35270         * m4/gst-fionread.m4: idem
35271
35272         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35273
35274         * configure.ac: enable speex plugin for speex 1.1.5+
35275         * ext/speex/gstspeexenc.c: fix cast warning
35276
35277         * ext/esd/README: fix typo
35278
35279 2004-05-20  David Schleef  <ds@schleef.org>
35280
35281         * configure.ac: Minor cosmetic change to convince the buildbot to
35282         reautogen.
35283         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35284         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35285         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35286         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35287         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35288         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35289         More hacking.  Plays audio now.
35290
35291 2004-05-20  David Schleef  <ds@schleef.org>
35292
35293         * configure.ac:
35294         * sys/Makefile.am:
35295
35296 2004-05-20  David Schleef  <ds@schleef.org>
35297
35298         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35299         * sys/osxaudio/gstosxaudio.c:
35300         * sys/osxaudio/gstosxaudioelement.c:
35301         * sys/osxaudio/gstosxaudioelement.h:
35302         * sys/osxaudio/gstosxaudiosink.c:
35303         * sys/osxaudio/gstosxaudiosink.h:
35304         * sys/osxaudio/gstosxaudiosrc.c:
35305         * sys/osxaudio/gstosxaudiosrc.h:
35306
35307 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35308
35309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35310         (gst_vorbisenc_chain):
35311           put the codec headers on the caps as streamheader as well as
35312           pushing them out
35313
35314 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35315
35316         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35317         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35318         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35319         split up push_packet into two functions
35320
35321 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35322
35323         * gst/tcp/.cvsignore:
35324           ignore enums
35325         * gst/tcp/Makefile.am:
35326         * gst/tcp/README:
35327         * gst/tcp/gsttcp.c:
35328         * gst/tcp/gsttcp.h:
35329         * gst/tcp/gsttcpclientsink.c:
35330         * gst/tcp/gsttcpclientsink.h:
35331         * gst/tcp/gsttcpclientsrc.c:
35332         * gst/tcp/gsttcpclientsrc.h:
35333         * gst/tcp/gsttcpplugin.c:
35334         * gst/tcp/gsttcpserversink.c:
35335         * gst/tcp/gsttcpserversink.h:
35336         * gst/tcp/gsttcpserversrc.c:
35337         * gst/tcp/gsttcpserversrc.h:
35338           add new tcp elements
35339
35340 2004-05-19  Wim Taymans  <wim@fluendo.com>
35341
35342         * gst/law/mulaw-conversion.c: (mulaw_encode):
35343         Fix overflow bug in ulaw encoding.
35344
35345 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35346
35347         * ext/mad/gstmad.c: (gst_mad_handle_event):
35348           don't unref the event twice
35349
35350 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35351
35352         * configure.ac:
35353           remove -Wno-sign-compare
35354
35355 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35356
35357         * configure.ac:
35358           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35359           if you want to work against glib 2.2 and 2.4
35360
35361 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35362
35363         * gst/tcp/Makefile.am:
35364         * gst/tcp/gsttcp.c:
35365         * gst/tcp/gsttcp.h:
35366         * gst/tcp/gsttcpsink.h:
35367         * gst/tcp/gsttcpsrc.h:
35368           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35369
35370 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35371
35372         * gst/debug/tests.c: (md5_get_value):
35373           fix segfault on gst-inspect
35374
35375 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35376
35377         * gst/debug/testplugin.c:
35378         * gst/debug/tests.c:
35379         * gst/debug/tests.h:
35380           add new extensible and configurable testing element. Current tests
35381           include buffer count, stream length, timestamp/duration matching and
35382           md5.
35383         * gst/debug/Makefile.am:
35384         * gst/debug/gstdebug.c: (plugin_init):
35385           add infrastructure for new element
35386
35387 2004-05-19  Johan Dahlin  <johan@gnome.org>
35388
35389         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35390         ending of the array. Fixes gst-inspect segfault on ppc.
35391
35392 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35393
35394         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35395
35396         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35397
35398 2004-05-18  David Schleef  <ds@schleef.org>
35399
35400         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35401         warnings (bugs, actually) noticed by gcc but not forte.
35402
35403 2004-05-18  David Schleef  <ds@schleef.org>
35404
35405         * sys/sunaudio/Makefile.am:
35406         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35407
35408 2004-05-18  David Schleef  <ds@schleef.org>
35409
35410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35411         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35412         to allow qtdemux to use non-seekable streams. (bug #142272)
35413
35414 2004-05-18  David Schleef  <ds@schleef.org>
35415
35416         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35417         (gst_resample_sinc_ft_float): Remove use of static temporary
35418         buffer.  This code was obviously not supposed to last long, but
35419         it's stuck in our ABI, so it required a little hack to make it
35420         ABI-compatible.  Fixes #142585.
35421         * gst-libs/gst/resample/resample.h: same.
35422
35423 2004-05-18  David Schleef  <ds@schleef.org>
35424
35425         * configure.ac: Add sunaudio
35426         * examples/Makefile.am: make gstplay depend on gconf
35427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35428         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35429         (convert_table_lookup), (img_convert): remove c99-isms
35430         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35431           unsigned, to fix a warning on Solaris
35432         * gst/mpeg1sys/systems.c: bcopy->memcpy
35433         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35434         * sys/Makefile.am: Add sunaudio
35435
35436 2004-05-18  Wim Taymans  <wim@fluendo.com>
35437
35438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35439         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35440         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35441         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35442         (gst_ogg_mux_loop):
35443         Fix an ugly memleak where the muxer didn't flush enough ogg
35444         pages. This also resulted in badly muxed ogg files.
35445
35446 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35447
35448         * gst/asfdemux/asfheaders.c :
35449         * gst/asfdemux/asfheaders.h :
35450         * gst/asfdemux/gstasfdemux.c :
35451           - fix ASF_OBJ_PADDING guid
35452           - add 3 new object guids (language list, metadata,
35453             extended stream properties)
35454           - add a function to parse extended header objects
35455
35456 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35457
35458         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35459           remove leftover debugging g_print
35460
35461 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35462
35463         * ext/mad/gstmad.c: (gst_mad_handle_event):
35464           Fix for when the first format in a discont event is not a
35465           byte-based one. Should fix #137710.
35466
35467 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35468
35469         * m4/a52.m4 : fix compilation with -Wall -Werror
35470         * m4/libfame.m4 : idem
35471         * m4/libmikmod.m4 : idem
35472
35473 2004-05-17  Benjamin Otte  <otte@gnome.org>
35474
35475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35476           signal the new tags before giving up the reference
35477
35478 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35479
35480         * ext/shout2/gstshout2.c:
35481           use application/ogg instead of application/x-ogg (patch by Patrick
35482           Guimond, fixes #142432)
35483         * sys/oss/gstosselement.c: (gst_osselement_reset),
35484         (gst_osselement_sync_parms):
35485           don't set fragment size unless specified (fixes #142493)
35486
35487 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35488
35489         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35490           fixes #142664
35491
35492 2004-05-17  Benjamin Otte  <otte@gnome.org>
35493
35494         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35495           compute offsets correctly for internal buffers so timestamps are set
35496           correctly when we can't seek. Also handle cases where there are no
35497           offsets. (based on a patch by David Moore, fixes #142507)
35498
35499 2004-05-17  Benjamin Otte  <otte@gnome.org>
35500
35501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35502           use correct variable when determining amount of data to skip so we
35503           don't skip into the void and segfault
35504
35505 2004-05-16  Benjamin Otte  <otte@gnome.org>
35506
35507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35508           Hi, I'm a memleak
35509
35510 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35511
35512         * gst/asfdemux/gstasfdemux.c:
35513           - fix a mem leak and always propagate tags
35514           - add WMV3 to known video codecs (but no decoder yet)
35515           - replace "surplus data" at end of audio header for what
35516             it is : codec specific data
35517           - fix a typo
35518
35519 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35520
35521         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35522
35523         * gst-libs/gst/audio/audioclock.c:
35524           Fix wrong return type (#142205).
35525
35526 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35527
35528         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35529           Ignore CRCs by default (fixes #142566).
35530
35531 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35532
35533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35534         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35535         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35536         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35537         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35538         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35539           Fix for cases where we fail to attach to a mixer.
35540
35541 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35542
35543         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35544           Don't touch events after not owning them anymore.
35545         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35546         (gst_wavparse_fmt), (gst_wavparse_other),
35547         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35548         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35549         (gst_wavparse_srcpad_event):
35550         * gst/wavparse/gstwavparse.h:
35551           Add seeking, fix querying.
35552
35553 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35554
35555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35556           - process comments even if they don't end with \0\0
35557             g_convert would ignore them if present and works well without them
35558
35559 2004-05-16  Benjamin Otte  <otte@gnome.org>
35560
35561         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35562           simplify caps
35563
35564 2004-05-16  Benjamin Otte  <otte@gnome.org>
35565
35566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35567           don't write to memory we might not write to - g_convert does that
35568           for us anyway (fixes #142613)
35569         (gst_asf_demux_audio_caps):
35570           comment out gst_util_dump_mem
35571
35572 2004-05-16  Benjamin Otte  <otte@gnome.org>
35573
35574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35575           compute correct expected timestamps after seek (broken since
35576           last commit)
35577         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35578           rename element and debugging category to gdkpixbufscale
35579
35580 2004-05-16  Benjamin Otte  <otte@gnome.org>
35581
35582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35583           add error checking to snd_pcm_delay and remove duplicate call to
35584           snd_pcm_delay that caused issues (see inline code comments)
35585         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35586           make more readable and fix return value when snd_pcm_delay fails
35587         (fixes #142586)
35588
35589 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35590         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35591         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35592         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35593         (gst_pixbufscale_link), (gst_pixbufscale_init),
35594         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35595         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35596         (gst_pixbufscale_get_property), (pixbufscale_init):
35597         * ext/gdk_pixbuf/pixbufscale.h:
35598         Add these files I forgot earlier
35599
35600 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35601         * ext/gdk_pixbuf/Makefile.am:
35602         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35603         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35604         Add new pixbufscale element to scale RGB video
35605         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35606         and HYPER interpolation correctly.
35607         * ext/theora/theoraenc.c: (theora_enc_chain),
35608         Discard buffer and return if explicit caps could not be set
35609         (theora_enc_get_property):
35610         Make _get return kbps for the bitrate consistent with
35611         the _set function.
35612
35613
35614 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35615
35616         * ext/libvisual/visual.c: (gst_visual_chain):
35617           add missing visual_audio_analyze
35618
35619 2004-05-14  David Schleef  <ds@schleef.org>
35620
35621         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35622         is killed while we're playing.
35623         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35624         gst_element_no_more_pads().
35625
35626 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35627
35628         * gst-libs/gst/riff/riff-read.c :
35629           - fix INFO tag extraction in RIFF/AVI files
35630             because gst_event_unref (event) also freed taglist
35631           - avoid a mem leak
35632
35633 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35634
35635         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35636         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35637
35638         * gst/auparse/gstauparse.c :
35639           - add code (commented for now) to support audio/x-adpcm on src pad
35640             (we have no decoder for those layout yet)
35641
35642         * gst/cdxaparse/gstcdxaparse.c :
35643         * gst/cdxaparse/gstcdxaparse.h :
35644           - partial rewrite using RiffRead (ripped iain's wavparse code)
35645
35646         * gst/rtp/gstrtpL16enc.c : typo
35647         * gst/rtp/gstrtpgsmenc.c : typo
35648
35649 2004-05-13  Benjamin Otte  <otte@gnome.org>
35650
35651         * configure.ac:
35652           check for exact version of libvisual, it's not supposed to be
35653           API/ABI stable yet
35654
35655 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35656
35657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35658           signal no-more-pads
35659
35660 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35661
35662         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35663         Report which format was used for GST_FORMAT_DEFAULT
35664         * gst/debug/Makefile.am:
35665         * gst/debug/gstdebug.c: (plugin_init):
35666         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35667         (gst_progressreport_class_init), (gst_progressreport_init),
35668         (gst_progressreport_report), (gst_progressreport_set_property),
35669         (gst_progressreport_get_property), (gst_progressreport_chain),
35670         (gst_progressreport_plugin_init):
35671         Add progressreport element for testing.
35672
35673 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35674
35675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35676         * sys/v4l/gstv4lsrc.h:
35677         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35678         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35679         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35680         (gst_v4lsrc_grab_frame):
35681           add more debugging
35682           send a discont at start
35683
35684 2004-05-12  Colin Walters  <walters@redhat.com>
35685
35686         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35687         inflooping if we can't find a chunk.  Or in other words, don't blow
35688         chunks if we don't have a chunk to blow.
35689
35690 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35691         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35692         Remove old debug output
35693         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35694         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35695         (gst_dvdec_set_property), (gst_dvdec_get_property):
35696         Change the quality setting to an enum, so it works from gst-launch
35697         Don't renegotiate a non-linked pad. Allows audio only decoding.
35698         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35699         (gst_deinterlace_link), (gst_deinterlace_init):
35700         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35701         (gst_videodrop_link):
35702         Some caps negotiation fixes
35703
35704 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35705
35706         * ext/tarkin/gsttarkin.c :
35707           - Change RANK from NONE to PRIMARY
35708         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35709           - Change RANK from NONE to MARGINAL
35710         * ext/divx/gstdivxenc.c :
35711           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35712
35713 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35714
35715         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35716         (gst_vorbisenc_push_packet):
35717           copy a function that was added between 1.0 and 1.0.1 until we
35718           depend on worthwhile features of post-1.0
35719
35720 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35721
35722         * configure.ac:
35723           enable shout2 by default
35724         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35725         (gst_shout2send_base_init), (gst_shout2send_init),
35726         (gst_shout2send_connect), (gst_shout2send_change_state):
35727         * ext/shout2/gstshout2.h:
35728           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35729           #142262)
35730         * ext/theora/theora.c: (plugin_init):
35731           don't set rank on encoders
35732
35733 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35734
35735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35736           Use codec_data property instead of flag1 and flag2 for wma
35737
35738 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35739
35740         * gst/cdxaparse/gstcdxaparse.c :
35741           - Add mpegversion to CAPS to make it link
35742           - Rank is as GST_RANK_SECONDARY instead of NONE
35743         * gst/auparse/gstauparse.c :
35744           - Document all audio encoding we can encounter from Solaris 9
35745             headers and libsndfile information.
35746           - Increase max. rate from 48000 to 192000 (to match other elements)
35747           - Don't try to play junk data between header and samples
35748
35749 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35750
35751         * ext/libvisual/visual.c: (gst_visual_getcaps):
35752           use the right caps depending on endianness (I hope)
35753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35754           use GST_RANK_NONE for all non-decoding elements or spider gets
35755           mighty confused
35756
35757 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35758
35759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35760           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35761
35762 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35763
35764         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35765         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35766         (gst_switch_loop), (gst_switch_get_type):
35767           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35768           HEADERS. Had to be said.
35769
35770 2004-05-10  David Schleef  <ds@schleef.org>
35771
35772         * configure.ac: Add prototype Dirac support.
35773         * ext/Makefile.am:
35774         * ext/dirac/Makefile.am:
35775         * ext/dirac/gstdirac.cc:
35776         * ext/dirac/gstdiracdec.cc:
35777
35778 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35779
35780         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35781         (gst_auparse_init), (gst_auparse_chain),
35782         (gst_auparse_change_state):
35783           Hack around spider. Remove me some day please.
35784
35785 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35786
35787         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35788           Fix for some uninitialized variables in previous patch, also
35789           makes it work. Fixes #142286 while we're at it.
35790
35791 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35792
35793         * gst/auparse/gstauparse.c:
35794                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35795                 only unsupported formats are ADPCM/CCITT G.72x
35796                 reviewed by Ronald
35797         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35798
35799 2004-05-10  Wim Taymans  <wim@fluendo.com>
35800
35801         * ext/vorbis/Makefile.am:
35802         * ext/vorbis/README:
35803         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35804         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35805         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35806         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35807         (gst_oggvorbisenc_convert_sink),
35808         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35809         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35810         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35811         (get_constraints_string), (update_start_message),
35812         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35813         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35814         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35815         * ext/vorbis/oggvorbisenc.h:
35816         * ext/vorbis/vorbis.c: (plugin_init):
35817         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35818         (raw_caps_factory), (gst_vorbisenc_class_init),
35819         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35820         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35821         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35822         * ext/vorbis/vorbisenc.h:
35823         Added a raw vorbis encoder to be used with the oggmuxer.
35824         We still need the old encoder for some gnome applications,
35825         read the README to find out how that works.
35826         The raw encoder is called "rawvorbisenc" until 0.9.
35827
35828 2004-05-10  Wim Taymans  <wim@fluendo.com>
35829
35830         * ext/ogg/gstogg.c: (plugin_init):
35831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35832         (gst_ogg_print):
35833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35834         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35835         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35836         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35837         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35838         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35839         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35840         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35841         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35842         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35843         Added an ogg muxer.
35844         Small typo fixes in the demuxer.
35845
35846 2004-05-10  Wim Taymans  <wim@fluendo.com>
35847
35848         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35849         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35850         (theora_enc_change_state), (theora_enc_set_property),
35851         (theora_enc_get_property):
35852         Mark the last packet with an EOS flag which is not really needed
35853         in gstreamer.
35854         Do some better video framerate initialisation.
35855         Update the buffer timestamp.
35856
35857 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35858
35859         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35860         Return the result of the parent state change call
35861
35862 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35863
35864         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35865         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35866         * gst/law/alaw-encode.c : (idem)
35867         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35868         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35869         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35870
35871 2004-05-09  Benjamin Otte  <otte@gnome.org>
35872
35873         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35874           don't use a fixed buffer size when writing variable length data to
35875           it. Fixes memory corruption and makes alsasrc work
35876
35877 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35878
35879         * ext/gnomevfs/gstgnomevfssink.c:
35880         (_gst_boolean_allow_overwrite_accumulator),
35881         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35882           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35883           RUN_LAST, and don't use that to set the accumulator value because
35884           then it's always FALSE.
35885
35886 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35887
35888         * gst-libs/gst/riff/riff-media.c:
35889         (gst_riff_create_video_caps_with_data),
35890         (gst_riff_create_audio_caps),
35891         (gst_riff_create_audio_template_caps):
35892         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35893           Fix for unaligned RIFF files (i.e. where all the chunks together
35894           in a LIST chunk are not of the same size as the size given in
35895           the LIST chunk header). Fixes several odd WAVE files. Also fix
35896           ADPCM (block_align property) in audio, so that wavparse based
35897           on this works now as it used to stand-alone.
35898
35899 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35900
35901         reviewed by Benjamin Otte  <otte@gnome.org>
35902
35903         * ext/a52dec/gsta52dec.c:
35904         * ext/divx/gstdivxdec.c:
35905         * ext/divx/gstdivxenc.c:
35906         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35907         * ext/faac/gstfaac.c: (gst_faac_base_init):
35908         * ext/faad/gstfaad.c: (gst_faad_base_init):
35909         * ext/ivorbis/vorbisfile.c:
35910         * ext/lame/gstlame.c:
35911         * ext/libfame/gstlibfame.c:
35912         * ext/mpeg2enc/gstmpeg2enc.cc:
35913         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35914         * ext/sidplay/gstsiddec.cc:
35915         * ext/speex/gstspeexdec.c:
35916         * ext/speex/gstspeexenc.c:
35917         * ext/xvid/gstxviddec.c:
35918         * ext/xvid/gstxvidenc.c:
35919           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35920           (fixes #142193)
35921
35922 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35923
35924         * ext/alsa/gstalsa.c: (device_list),
35925         (gst_alsa_class_probe_devices):
35926         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35927           Fix alsa oddness in mixer after the combination of using mixer
35928           in source/sink elements and using hw:x,y instead of just hw:x.
35929
35930 2004-05-09  Benjamin Otte  <otte@gnome.org>
35931
35932         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35933         (gst_wavparse_create_sourcepad):
35934           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35935           sourcepads
35936
35937 2004-05-09  Benjamin Otte  <otte@gnome.org>
35938
35939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35940           allow discont events before caps nego
35941
35942 2004-05-08  Benjamin Otte  <otte@gnome.org>
35943
35944         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35945           don't leak events
35946
35947 2004-05-08  Benjamin Otte  <otte@gnome.org>
35948
35949         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35950         (gst_level_change_state), (gst_level_init):
35951         * gst/level/gstlevel.h:
35952           figure out if we're initialized directly instead of keeping a
35953           variable that's wrong in 90% of cases
35954           don't initialize pads and then leak them and use a new unitialized
35955           pad. (fixes #142084)
35956           these were bugs so n00bish I didn't find them for an hour :/
35957
35958 2004-05-08 Iain <iain@prettypeople.org>
35959
35960         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35961         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35962         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35963         return the length that was read.
35964         (gst_riff_read_strf_auds): Allow fmt tags as well.
35965
35966 2004-05-07  David Schleef  <ds@schleef.org>
35967
35968         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35969         signed char assumption in faad.h.
35970
35971 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35972
35973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35974           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35975
35976 2004-05-07  Colin Walters  <walters@redhat.com>
35977
35978         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35979         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35980         function.
35981         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35982         Add dispose function.
35983
35984 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35985         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35986           Fix caps nego and pad templates. RGB mode caps should
35987           work now.
35988         * ext/dvdnav/gst-dvd:
35989           Move mpeg2dec inside the thread because otherwise the
35990           queue rejects cap changes mid-stream
35991         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35992         (gst_mpeg2dec_flush_decoder):
35993           For mpeg2dec > 0.4.0, call the flush function instead of
35994           manually extracting all in-flight frames.
35995         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35996         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35997           Change mime type video/dv go video/x-dv to match the
35998           rest of gst-plugins
35999
36000 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36001
36002         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36003         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36004         (gst_alsa_sink_class_init):
36005         * ext/alsa/gstalsasink.h:
36006         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36007         (gst_alsa_src_class_init):
36008         * ext/alsa/gstalsasrc.h:
36009           Make alsasink/src a subclass of alsamixer so that mixer stuff
36010           shows up in gst-rec. Needs some finetuning.
36011
36012 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36013
36014         * ext/lame/gstlame.c: (gst_lame_chain):
36015           simplify
36016         * ext/mad/gstmad.c: (gst_mad_handle_event):
36017           fix event leak
36018         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36019           be able to detect mp3 files < 4096 bytes
36020
36021 2004-05-06  Wim Taymans  <wim@fluendo.com>
36022
36023         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36024         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36025         (theora_enc_set_property), (theora_enc_get_property):
36026         Also encode the first frame, cleanup some code.
36027
36028 2004-05-06  Wim Taymans  <wim@fluendo.com>
36029
36030         * ext/mpeg2enc/gstmpeg2enc.cc:
36031         Forward events first before deciding that negotiation was
36032         not performed.
36033
36034 2004-05-06  Wim Taymans  <wim@fluendo.com>
36035
36036         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36037         First process the events before deciding that negotiation
36038         was not performed.
36039
36040 2004-05-06  Wim Taymans  <wim@fluendo.com>
36041
36042         * ext/theora/Makefile.am:
36043         * ext/theora/theora.c: (plugin_init):
36044         * ext/theora/theoradec.c: (theora_dec_change_state):
36045         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36046         (gst_theora_enc_class_init), (gst_theora_enc_init),
36047         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36048         (theora_enc_chain), (theora_enc_change_state),
36049         (theora_enc_set_property), (theora_enc_get_property):
36050         Added a theora encoder, grouped the encoder and decoder into the
36051         same plugin.
36052
36053 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36054
36055         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36056         (gst_jpegenc_chain):
36057         fix DURATION on outgoing buffers
36058         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36059         debug using time formats
36060         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36062         (gst_xvimagesink_sink_link):
36063         windows with width/height 0 generate X errors, so don't allow them
36064
36065 2004-05-05  Wim Taymans  <wim@fluendo.com>
36066
36067         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36068         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36069         (gst_mpeg2dec_negotiate_format):
36070         * ext/mpeg2dec/gstmpeg2dec.h:
36071           removed the static pad template so that we can add the
36072           more accurate framerate value to the caps.
36073
36074
36075 2004-05-04  Benjamin Otte  <otte@gnome.org>
36076
36077         * configure.ac:
36078           check for kdemacros.h, too (should fix #141821)
36079         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36080           don't crash if no header was sent, but nicely error out (fixes part
36081           of #141554)
36082
36083 2004-05-04  Wim Taymans  <wim@fluendo.com>
36084
36085         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36086         parent dispose function to avoid segfault on destroy.
36087
36088 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36089
36090         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36091         (plugin_init):
36092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36093         (gst_xvimagesink_sink_link):
36094         clean up debugging caps
36095         also recreate xvimage when format has changed
36096
36097 2004-05-04  Benjamin Otte  <otte@gnome.org>
36098
36099         * ext/libvisual/Makefile.am:
36100         * ext/libvisual/visual.c: (gst_visual_class_init),
36101         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36102         (gst_visual_srclink), (gst_visual_chain),
36103         (gst_visual_change_state), (plugin_init):
36104           use a GstAdapter to correctly adapt buffer sizes - allows using a
36105           framerate
36106
36107 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36108
36109         * sys/v4l/gstv4lelement.h:
36110         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36112         (gst_v4lsrc_buffer_free):
36113         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36115         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36116         (gst_v4lsrc_requeue_frame):
36117         move some debugging categories around
36118         query for fps index and set accordingly if found
36119
36120 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36121
36122         * ext/lame/gstlame.c:
36123         correct defaults that lame_init puts out of range
36124
36125 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36126
36127         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36128         (gst_divxenc_class_init):
36129         fix range since -1 is the default
36130         * gst/mpeg1sys/gstmpeg1systemencode.c:
36131         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36132         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36133         (gst_rtjpegdec_chain):
36134         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36135         (gst_rtjpegenc_chain):
36136         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36137         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36138         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36139         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36140         * sys/v4l/gstv4lsrc.c:
36141         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36142         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36143         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36144         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36145         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36146           remove gst_info calls
36147
36148 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36149
36150         * Makefile.am:
36151         * po/af.po:
36152         * po/az.po:
36153         * po/en_GB.po:
36154         * po/nl.po:
36155         * po/sr.po:
36156         * po/sv.po:
36157           Updated translations
36158
36159 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36160
36161         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36162           refactor/comment code
36163
36164 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36165
36166         * gst/asfdemux/Makefile.am:
36167         * gst/asfdemux/asfheaders.c:
36168         * gst/asfdemux/asfheaders.h:
36169         * gst/asfdemux/gstasf.c: (plugin_init):
36170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36171         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36172         (gst_asf_demux_setup_pad):
36173         * gst/asfdemux/gstasfdemux.h:
36174         * gst/asfdemux/gstasfmux.c:
36175         * gst/asfdemux/gstasfmux.h:
36176           Add tagging support to demuxer, split out registration in its own
36177           file instead of in demux (hacky), and prevent having some tables
36178           in our memory multiple times (in asfheaders.h).
36179
36180 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36181
36182         * gst/matroska/matroska-demux.c:
36183         (gst_matroska_demux_parse_metadata):
36184         * gst/matroska/matroska-ids.h:
36185           Basic tag reading support.
36186
36187 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36188
36189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36190           Really detect ac-3 audio.
36191         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36192           really detect matroska files (off-by-1).
36193
36194 2004-04-30  David Schleef  <ds@schleef.org>
36195
36196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36197         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36198         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36199         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36200         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36201         hackage -- parse a lot more atoms, extract a few tags.  One might even
36202         mistake this for tag support.  Maybe it is.
36203         * gst/qtdemux/qtdemux.h:
36204
36205 2004-04-30  Colin Walters  <walters@verbum.org>
36206
36207         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36208
36209 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36210
36211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36212         (gst_ffmpegcolorspace_getcaps):
36213           remove broken nego fix
36214
36215 2004-04-30  Benjamin Otte  <otte@gnome.org>
36216
36217         * configure.ac:
36218         * ext/Makefile.am:
36219         * ext/libvisual/Makefile.am:
36220         * ext/libvisual/visual.c:
36221           add initial support for libvisual (http://libvisual.sourceforge.net)
36222           libvisual is still quite alpha, so expect crashes in there :)
36223
36224 2004-04-29  David Schleef  <ds@schleef.org>
36225
36226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36227         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36228         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36229         code; you will no longer respect me.
36230
36231 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36232
36233         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36234         * ext/alsa/gstalsa.h :
36235         change alsa pcm device discovery to find more than 1 device
36236         per card. code review by Ronald.
36237
36238 2004-04-29  David Schleef  <ds@schleef.org>
36239
36240         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36241         Add a check for a driver bug on FreeBSD.  (bug #140565)
36242
36243 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36244
36245         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36246         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36247         (gst_jpegenc_getcaps):
36248           move format setting to inner loop
36249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36250         (gst_ffmpegcolorspace_getcaps):
36251           use GST_PAD_CAPS if available so that we use already negotiated
36252           caps
36253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36254         (qtdemux_parse_moov), (qtdemux_parse):
36255           extra debugging
36256         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36257         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36258           move hardcoded path to DEFINE
36259
36260 2004-04-28  David Schleef  <ds@schleef.org>
36261
36262         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36263         (bug #140064)
36264
36265 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36266
36267         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36268           Don't probe for playback device if we're a source element. Fixes
36269           #139658.
36270
36271 2004-04-29  Benjamin Otte  <otte@gnome.org>
36272
36273         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36274         (gst_id3_tag_chain):
36275           rewrite buffer offset
36276
36277 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36278
36279         * configure.ac:
36280         * ext/Makefile.am:
36281         * ext/dts/Makefile.am:
36282         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36283         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36284         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36285         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36286         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36287         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36288         (plugin_init):
36289         * ext/dts/gstdtsdec.h:
36290           New DTS decoder.
36291         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36292         (gst_faad_srcconnect):
36293           Add ESDS atom handling (.m4a).
36294
36295 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36296
36297         * ext/divx/gstdivxdec.c: (plugin_init):
36298           Remove comment that makes no sense.
36299         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36300           Fix for obvious typo that resulted in warnings during gst-register.
36301         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36302         (gst_xviddec_sink_link):
36303           Fix caps negotiation a bit better.
36304         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36305           We call this 'codec_data', not 'esds'.
36306
36307 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36308
36309         * gst/monoscope/gstmonoscope.c:
36310           make sure we only provide 256x128
36311         * gst/monoscope/monoscope.c: (monoscope_init):
36312           assert size of 256x128
36313
36314 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36315
36316         * Makefile.am:
36317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36318         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36319           fixate to max width and height of device
36320
36321 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36322
36323         * Makefile.am:
36324         * sys/v4l/gstv4l.c:
36325         * sys/v4l/gstv4lsrc.c:
36326         * sys/v4l/v4l_calls.c:
36327         * sys/v4l/v4lsrc_calls.c:
36328           fix for qc-usb driver which fakes having more than one buffer
36329           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36330           buffer_free override
36331           add debugging
36332
36333 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36334
36335         * Makefile.am:
36336         * gst/videotestsrc/gstvideotestsrc.c:
36337         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36338         (gst_videotestsrc_init), (gst_videotestsrc_get),
36339         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36340         * gst/videotestsrc/gstvideotestsrc.h:
36341           add num-buffers property
36342
36343         2004-04-26  Benjamin Otte  <otte@gnome.org>
36344
36345         * ext/mad/gstid3tag.c: (plugin_init):
36346           set id3mux rank to NONE so it doesn't confuse spider
36347           require audio/mpeg,mpegversion=1 in id3mux
36348
36349 2004-04-26  Benjamin Otte  <otte@gnome.org>
36350
36351         * configure.ac:
36352           detect faad correctly as non-working if it's indeed non-working
36353
36354 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36355
36356         * Makefile.am:
36357         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36358         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36359         fix _getcaps so it only negotiates to its supported format
36360
36361 2004-04-25  Benjamin Otte  <otte@gnome.org>
36362
36363         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36364           fix memleak
36365
36366 2004-04-23  Benjamin Otte  <otte@gnome.org>
36367
36368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36369           audio/x-raw-int with height rules! not. Now it's depth.
36370
36371 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36372
36373         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36374         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36375         (gst_wavparse_loop):
36376           Missing variable initialization. Add handling of DVI ADPCM. Fix
36377           mis-parsing of LIST chunks. This works around a bug where we mis-
36378           parse non-aligning LIST chunks (so LIST chunks where the contents
36379           don't align with the actual LIST size). The correct fix is to use
36380           rifflib, I'm not going to fix wavparse - too much work. All this
36381           fixes #104878.
36382
36383 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36384
36385         reviewed by Benjamin Otte  <otte@gnome.org>
36386
36387         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36388           fix shoutcast not working (fixes #140844)
36389
36390 2004-04-22  Benjamin Otte  <otte@gnome.org>
36391
36392         * ext/hermes/gsthermescolorspace.c:
36393         (gst_hermes_colorspace_caps_remove_format_info):
36394         * gst/colorspace/gstcolorspace.c:
36395         (gst_colorspace_caps_remove_format_info):
36396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36397         (gst_ffmpegcolorspace_caps_remove_format_info):
36398           s/gst_caps_simplify/gst_caps_do_simplify/
36399
36400 2004-04-22  Benjamin Otte  <otte@gnome.org>
36401
36402         * gst-libs/gst/riff/riff-media.c:
36403         (gst_riff_create_video_caps_with_data):
36404           mpegversion is an int
36405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36406           don't try to create pad templates with NULL caps, use any caps
36407           instead.
36408
36409 2004-04-20  David Schleef  <ds@schleef.org>
36410
36411         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36412         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36413         (bug #140384)
36414
36415 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36416
36417         reviewed by David Schleef
36418
36419         * ext/mad/gstid3tag.c: Add stdlib.h
36420         * gst/rtp/gstrtpgsmenc.c: same
36421         * gst/tags/gstid3tag.c: same
36422         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36423         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36424         GST_DISABLE_LOADSAVE use.
36425         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36426         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36427         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36428         atol(3)).
36429         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36430         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36431         strtoul(3)).
36432         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36433         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36434         $(ID3_CFLAGS).
36435         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36436         $(LIBFAME_CFLAGS).
36437
36438 2004-04-20  David Schleef  <ds@schleef.org>
36439
36440         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36441         last checkin.  Same idea.
36442
36443 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36444
36445         reviewed by David Schleef
36446
36447         * configure.ac: bump required gstreamer version to 0.8.1.1
36448         because of following changes [--ds]
36449
36450         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36451         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36452         (gst_riff_read_header):  Use GST_READ_UINT*
36453         macros to access possibly unaligned memory.
36454
36455         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36456         (mp3_type_find):  Use GST_READ_UINT*
36457         macros to access possibly unaligned memory.
36458         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36459         (speex_type_find): Likewise
36460
36461         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36462
36463         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36464         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36465         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36466         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36467         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36468         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36469         macros to access possibly unaligned memory.
36470
36471         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36472         Likewise.
36473
36474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36475         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36476
36477         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36478         Likewise.
36479
36480         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36481         (gst_mpeg2subt_chain_subtitle): Likewise.
36482
36483         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36484         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36485         Likewise.
36486
36487         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36488         Likewise.
36489
36490         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36491         Likewise.
36492
36493         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36494         Likewise.
36495
36496 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36497
36498         * configure.ac:
36499           update required version of GStreamer because of GST_TIME_FORMAT
36500
36501 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36502
36503         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36504           remove leftover g_print
36505         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36506           don't try setting only a subset of the caps. We don't want to kill
36507           autoplugging on purpose
36508
36509 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36510
36511         * sys/ximage/ximagesink.c: (plugin_init):
36512         * sys/xvimage/xvimagesink.c: (plugin_init):
36513           add debugging categories
36514
36515 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36516
36517         * po/en_GB.po:
36518         * po/LINGUAS:
36519           Adding en_GB translation (Gareth Owen)
36520
36521 2004-04-20  David Schleef  <ds@schleef.org>
36522
36523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36524         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36525         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36526         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36527         A number of new features and hacks to extract the esds atom and
36528         put it into the caps.  (bug #137724)
36529
36530 2004-04-19  David Schleef  <ds@schleef.org>
36531
36532         * gconf/Makefile.am: Fix for non-GNU make
36533         * gst-libs/gst/Makefile.am: Change directory order to handle
36534         GstPlay linking with gstinterfaces
36535         * gst-libs/gst/audio/make_filter: make use of tr portable
36536         * gst-libs/gst/play/Makefile.am: Add intended \
36537         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36538         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36539         function prototype instead of void *.
36540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36541         macro.
36542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36543         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36544         * gst/videofilter/make_filter: make use of tr portable
36545         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36546
36547 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36548
36549         * po/LINGUAS:
36550         * po/uk.po:
36551           Added Ukrainian translation (Maxim V. Dziumanenko)
36552
36553 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36554
36555         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36556         (gst_gsmdec_link), (gst_gsmdec_chain):
36557           Fix capsnego, simplify chain function slightly.
36558         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36559           Add GSM.
36560
36561 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36562
36563         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36564         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36565         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36566           Hack to make wavparse work with spider (always -> sometimes pad).
36567           Fixes #135862 && #140411.
36568
36569 2004-04-18  Benjamin Otte  <otte@gnome.org>
36570
36571         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36572         (gst_osselement_rate_probe_check),
36573         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36574           get rid of \n in debug output
36575
36576 2004-04-17  Iain <iain@prettypeople.org>
36577
36578         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36579         not just EOS.
36580
36581 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36582
36583         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36584         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36585         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36586         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36587         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36588         (gst_id3_tag_change_state), (plugin_init):
36589           deprecate id3tag element and replace with id3demux/id3mux.
36590           great side effect: this ugly file is now even uglier, yay!
36591         * ext/mad/gstmad.h:
36592           remove non-available function
36593           update for new get_type
36594
36595 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36596
36597         * configure.ac:
36598           require mpeg2dec >= 0.4.0
36599
36600 2004-04-17  Benjamin Otte  <otte@gnome.org>
36601
36602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36603         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36604         (gst_xvimagesink_set_xwindow_id):
36605           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36606           assorted cleanup fixes.
36607
36608 2004-04-16  David Schleef  <ds@schleef.org>
36609
36610         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36611         * sys/xvimage/xvimagesink.h: same
36612
36613 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36614
36615         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36616           Fix GST_ELEMENT_ERROR with (NULL)
36617
36618 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36619
36620         * gst-libs/gst/riff/riff-media.c:
36621         (gst_riff_create_video_caps_with_data):
36622           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36623
36624 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36625
36626         * gst-libs/gst/riff/riff-media.c:
36627         (gst_riff_create_video_caps_with_data),
36628         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36629         (gst_riff_create_video_template_caps),
36630         (gst_riff_create_audio_template_caps):
36631         * gst-libs/gst/riff/riff-media.h:
36632         * gst-libs/gst/riff/riff-read.c:
36633         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36634         * gst-libs/gst/riff/riff-read.h:
36635         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36636           Add MS RLE support. I added some functions to read out strf chunks
36637           into strf chunks and the data behind it. This is usually color
36638           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36639           caps creation. Lastly, add ADPCM (similar to wavparse - which
36640           should eventually be rifflib based).
36641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36642         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36643         * gst/matroska/matroska-demux.h:
36644           Remove placeholders for some prehistoric tagging system. Didn't add
36645           support for any tag system really anyway.
36646         * gst/qtdemux/qtdemux.c:
36647           Add support for audio/x-m4a (MPEG-4) through spider.
36648         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36649         (gst_wavparse_loop):
36650           ADPCM support (#135862). Increase max. buffer size because we
36651           cannot split buffers for ADPCM (screws references) and I've seen
36652           files with 2048 byte chunks. 4096 seems safe for now.
36653
36654 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36655
36656         * configure.ac: bump nano to 1
36657
36658 === release 0.8.1 ===
36659
36660 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36661
36662         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36663
36664 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36665
36666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36667           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36668           Fixes #140058
36669
36670 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36671
36672         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36673           lower rank of dvddemux so that it's not used for mpeg playback.
36674
36675 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36676
36677         * configure.ac:
36678           save libs correctly when checking mad
36679
36680 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36681
36682         * ext/mad/gstid3tag.c: (plugin_init):
36683           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36684
36685 2004-04-13  David Schleef  <ds@schleef.org>
36686
36687         * common/m4/gst-feature.m4: Call -config scripts with
36688         --plugin-libs if it is supported.
36689         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36690         JPEG images are image/jpeg.
36691         * gst/debug/Makefile.am:
36692         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36693         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36694         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36695         (gst_negotiation_plugin_init): Add a property that acts like
36696         filter caps.
36697         * testsuite/gst-lint:  Move license checking to be a standard
36698         test.
36699
36700 2004-04-13  David Schleef  <ds@schleef.org>
36701
36702         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36703         patch from Sebastien Cote (bug #139958)
36704
36705 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36706
36707         * examples/gstplay/Makefile.am:
36708         * examples/gstplay/player.c: (main):
36709           make the commandline player example use gconf settings
36710
36711 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36712
36713         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36714         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36715         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36716           init/end library during state transition, not object
36717           creation/disposal.  get rid of custom dispose handler.
36718
36719
36720 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36721
36722         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36723         be a symlink
36724
36725 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36726
36727         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36728           Handle JUNK chunks inside data section. Prevents warnings.
36729
36730 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36731
36732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36733         (gst_riff_create_video_template_caps):
36734           Add MS video v1.
36735         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36736         (gst_avi_demux_stream_data):
36737           Add support for "rec-list" chunks.
36738
36739 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36740
36741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36742           Fix another codecname mismatch.
36743
36744 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36745
36746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36747           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36748           so that MJPEG plays back.
36749
36750 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36751
36752         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36753         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36754         * gst/mpeg1videoparse/gstmp1videoparse.h:
36755           Fix for some slight mis-cuts in buffer parsing, and for some
36756           potential overflows or faults-causers. Adds disconts. Also fixes
36757           #139105 while we're at it.
36758
36759 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36760
36761         * configure.ac:
36762         * sys/v4l2/gstv4l2element.h:
36763           Workaround for missing struct v4l2_buffer declaration in Suse 9
36764           and Mandrake 10 linux/videodev2.h header file (#135919).
36765
36766 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36767
36768         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36769           Bail out if no filename was given.
36770
36771 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36772
36773         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36774         (gst_v4l2_fourcc_from_structure):
36775           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36776           Y41B somewhere).
36777
36778 2004-04-09  Benjamin Otte  <otte@gnome.org>
36779
36780         * ext/gnomevfs/gstgnomevfssink.c:
36781         (_gst_boolean_allow_overwrite_accumulator),
36782         (gst_gnomevfssink_class_init):
36783           fix erase signal - if any handler returns false the file will not be
36784           overwritten. If no handler is connected, the file will not be
36785           overwritten either.
36786           renamed signal to "allow-overwrite"
36787         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36788           free string when adding it to ID3 failed
36789         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36790           unref event when done
36791         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36792           free caps
36793         * gst/typefind/gsttypefindfunctions.c:
36794         (mpeg_video_stream_type_find):
36795           fix invalid read
36796
36797 2004-04-08  David Schleef  <ds@schleef.org>
36798
36799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36800         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36801
36802 2004-04-08  David Schleef  <ds@schleef.org>
36803
36804         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36805         we don't support (bug #139532)
36806
36807 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36808
36809         * ext/mad/gstmad.c: (gst_mad_handle_event),
36810         (gst_mad_check_caps_reset), (gst_mad_chain),
36811         (gst_mad_change_state):
36812           only set explicit caps if they haven't been set before for
36813           this stream.  MPEG-audio sample rate/channels aren't allowed
36814           to change in-stream.
36815           Fixes #139382
36816
36817 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36818
36819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36820         (_gst_boolean_did_something_accumulator),
36821         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36822         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36823         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36824         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36825         (gst_gnomevfssink_change_state):
36826           Fix erase signal. Don't erase by default. Remove handoff signal.
36827           Remove erase property. Don't segfault. General cleanup.
36828
36829 2004-04-07  Benjamin Otte  <otte@gnome.org>
36830
36831         * gst-libs/gst/gconf/test-gconf.c: (main):
36832           add missing gst_init
36833
36834 2004-04-07  Benjamin Otte  <otte@gnome.org>
36835
36836         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36837           free the mutexes, too
36838
36839 2004-04-07  Benjamin Otte  <otte@gnome.org>
36840
36841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36842           actually free the URI string
36843         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36844           compute offset correctly when passing discont events
36845         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36846           don't leak discont events
36847         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36848           add some missing breaks so caps aren't copied randomly
36849         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36850           if we realloc memory, we better use it
36851
36852 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36853
36854         * ext/mad/gstmad.c: (normal_seek):
36855           fix GST_FORMAT_TIME usage
36856
36857 2004-04-05  David Schleef  <ds@schleef.org>
36858
36859         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36860         a deprecated function (hack!)
36861
36862 2004-04-05  Benjamin Otte  <otte@gnome.org>
36863
36864         * ext/esd/esdmon.c: (gst_esdmon_get):
36865           fix nonterminated vararg and memleak
36866
36867 2004-04-05  Benjamin Otte  <otte@gnome.org>
36868
36869         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36870         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36871         (gst_ladspa_set_property), (gst_ladspa_get_property),
36872         (gst_ladspa_instantiate), (gst_ladspa_activate),
36873         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36874           clean up debugging
36875
36876 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36877
36878         reviewed by Benjamin Otte  <otte@gnome.org>
36879
36880         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36881           check for broken LADSPA parameters (fixes #138635)
36882
36883 2004-04-05  Benjamin Otte  <otte@gnome.org>
36884
36885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36886           advertise buffer-frames correctly on sinkpads
36887
36888 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36889
36890         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36891         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36892         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36893         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36894         (gst_mad_check_caps_reset), (gst_mad_chain):
36895         add more debugging, only reset caps when we're not in error state
36896
36897 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36898
36899         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36900
36901 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36902
36903         reviewed by Benjamin Otte  <otte@gnome.org>
36904
36905         * configure.ac:
36906           fix == in test(1) operator
36907
36908 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36909
36910         reviewed by Benjamin Otte  <otte@gnome.org>
36911
36912         * configure.ac:
36913           fix --export-symblos-regex to a working regex.
36914
36915 2004-04-04  Benjamin Otte  <otte@gnome.org>
36916
36917         * sys/oss/.cvsignore:
36918           add for oss_probe
36919
36920 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36921
36922         reviewed by Benjamin Otte  <otte@gnome.org>
36923
36924         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36925           add missing 'new_media' argument (fixes #138168)
36926         * gst/matroska/matroska-demux.c:
36927         (gst_matroska_demux_handle_seek_event):
36928           add vararg terminator (fixes #138169)
36929
36930 2004-04-02  David Schleef  <ds@schleef.org>
36931
36932         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36933         disted (bug #138914)
36934
36935 2004-04-01  Benjamin Otte  <otte@gnome.org>
36936
36937         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36938         (gst_alsa_close_audio):
36939           handle case better where a soundcard can't pause
36940         * ext/ogg/gstoggdemux.c:
36941           don't crash when we get events but don't have pads yet
36942
36943 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36944
36945         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36946           throw an error if we couldn't probe any caps.
36947
36948 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36949
36950         * ext/dvdnav/gst-dvd:
36951         Add a really simple sample DVD player
36952
36953 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36954
36955         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36956         (gst_a52dec_push), (gst_a52dec_handle_event),
36957         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36958         (gst_a52dec_change_state):
36959         * ext/a52dec/gsta52dec.h:
36960           Use a debug category, Output timestamps correctly
36961           Emit tag info, Handle events, tell liba52dec about cpu
36962           capabilities so it can use MMX etc.
36963         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36964           Fix a crasher accessing invalid memory
36965         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36966         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36967         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36968         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36969         (dvdnavsrc_query):
36970           Some support for byte-format seeking.
36971           Small fixes for still frames and menu button overlays
36972         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36973         (gst_mpeg2dec_alloc_buffer):
36974           Use a debug category. Adjust the report level of several items to
36975           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36976           so it doesn't lose the GstBuffer pointer
36977         * gst/debug/Makefile.am:
36978         * gst/debug/gstdebug.c: (plugin_init):
36979         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36980         (gst_navseek_base_init), (gst_navseek_class_init),
36981         (gst_navseek_init), (gst_navseek_seek),
36982         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36983         (gst_navseek_get_property), (gst_navseek_chain),
36984         (gst_navseek_plugin_init):
36985         * gst/debug/gstnavseek.h:
36986           Add the navseek debug element for seeking back and forth in a
36987           video stream using arrow keys.
36988         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36989         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36990         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36991         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36992         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36993         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36994         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36995         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36996         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36997         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36998         * gst/mpeg2sub/gstmpeg2subt.h:
36999           Pretty much a complete rewrite. Now a loopbased element. May still
37000           require work to properly synchronise subtitle buffers.
37001         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37002         (gst_dvd_demux_send_subbuffer):
37003         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37004           Don't attempt to create subbuffers of size 0
37005           Reduce a couple of error outputs to warnings.
37006         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37007         (gst_y4mencode_chain):
37008         Output the y4m frame header correctly.
37009
37010 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37011
37012         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37013           throw errors instead of allowing SIGFPE
37014
37015 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37018         (gst_gconf_render_bin_from_key):
37019           leak plugging and style fixing
37020
37021 2004-03-31  David Schleef  <ds@schleef.org>
37022
37023         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37024         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37025         (bug #138225)
37026         * gst/debug/Makefile.am:
37027         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37028         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37029         plugin.
37030         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37031         (gst_negotiation_base_init), (gst_negotiation_class_init),
37032         (gst_negotiation_init), (gst_negotiation_getcaps),
37033         (gst_negotiation_pad_link), (gst_negotiation_chain),
37034         (gst_negotiation_set_property), (gst_negotiation_get_property),
37035         (gst_negotiation_plugin_init):  New element to talk about random
37036         negotiation things happening in a pipeline.
37037
37038 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37039
37040         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37041           fix integer addition with help of Stefan Kost
37042
37043 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37044
37045         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37046
37047 2004-03-30  David Schleef  <ds@schleef.org>
37048
37049         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37050         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37051         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37052         (bug #137504)
37053         * ext/mpeg2dec/gstmpeg2dec.h:
37054
37055 2004-03-30  David Schleef  <ds@schleef.org>
37056
37057         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37058
37059 2004-03-30  David Schleef  <ds@schleef.org>
37060
37061         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37062         Michael Petullo) to handle .mov
37063
37064 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37065
37066         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37067         (gst_osselement_rate_check_rate):
37068           probe caps correctly for sound cards that only support one format
37069
37070 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37071
37072         * ext/kio/kiosrc.cpp: (process_events):
37073           update handling event processing if inside KDE - untested
37074
37075 2004-03-29  David Schleef  <ds@schleef.org>
37076
37077         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37078         by 2 to not interfere with other colorspaces.
37079         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37080         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37081         one to not interfere with ffmpeg_colorspace.
37082
37083 2004-03-29  David Schleef  <ds@schleef.org>
37084
37085         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37086         aren't in the caps.
37087         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37088         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37089
37090 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37091
37092         * gst-libs/gst/riff/riff-media.c:
37093           fail on error, don't try to set stuff on NULL caps
37094
37095 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37096
37097         * configure.ac:
37098         * ext/Makefile.am:
37099         * ext/kio/Makefile.am:
37100         * ext/kio/kioreceiver.cpp:
37101         * ext/kio/kioreceiver.h:
37102         * ext/kio/kiosrc.cpp:
37103         * ext/kio/kiosrc.h:
37104           add experimental kiosrc plugin
37105         * ext/alsa/gstalsaplugin.c: (plugin_init):
37106           initialize debugging category only when we're sure registering the
37107           plugins worked.
37108
37109 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37110
37111         * examples/gstplay/player.c: (main):
37112         * gst-libs/gst/play/play.c: (gst_play_class_init),
37113         (gst_play_set_location), (gst_play_set_data_src),
37114         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37115         (gst_play_set_visualization), (gst_play_connect_visualization):
37116           check return values of element_set_state and return FALSE where
37117           failed
37118
37119 2004-03-29  Benjamin Otte  <otte@gnome.org>
37120
37121         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37122           try harder to check if an event is really a discont
37123
37124 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37125
37126         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37127         * po/az.po:
37128
37129 2004-03-28  Benjamin Otte  <otte@gnome.org>
37130
37131         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37132         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37133         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37134           get rid of non-standard "..." ranges in case statements.
37135
37136 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37137
37138         * gst/mpegstream/gstmpegdemux.c:
37139         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37140         specific functionality split to the new dvddemux element.
37141         * gst/mpegstream/gstdvddemux.c:
37142         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37143         streams, derived from mpegdemux.
37144         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37145         up. SCR based timestamp rewriting can be turned off (will probably
37146         completely disappear soon).
37147         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37148         hacking. General cleanup. All printf statements replaced by
37149         debugging messages. Almost complete libdvdnav support.
37150         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37151         by events. New properties for audio and subpicture languages.
37152         (dvdnavsrc_update_highlight): Now uses events.
37153         (dvdnavsrc_user_op): Cleaned up.
37154         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37155         based). Lots of cleanup, and propper support for most libdvdnav
37156         events.
37157         (dvdnavsrc_make_dvd_event): New function.
37158         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37159         (dvdnavsrc_make_clut_change_event): New function.
37160
37161 2004-03-26  Benjamin Otte  <otte@gnome.org>
37162
37163         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37164           fix bug where typefinding would claim it's theora whenever less then
37165           7 bytes of data were available
37166
37167 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37168
37169         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37170         (gst_alawdec_base_init), (gst_alawdec_class_init),
37171         (gst_alawdec_init), (gst_alawdec_chain):
37172         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37173         (gst_alawenc_base_init), (gst_alawenc_class_init),
37174         (gst_alawenc_init), (gst_alawenc_chain):
37175         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37176         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37177         (gst_mulawdec_init), (gst_mulawdec_chain):
37178         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37179         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37180         (gst_mulawenc_init), (gst_mulawenc_chain):
37181           Fix capsnego in all four, remove the unused property functions and
37182           simplify the chain functions slightly. I guess we could use macros
37183           or something similar for those, since the code is so similar, but
37184           I'm currently too lazy...
37185
37186 2004-03-24  David Schleef  <ds@schleef.org>
37187
37188         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37189         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37190         (gst_osselement_get_format_structure),
37191         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37192         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37193         (gst_osselement_rate_int_compare): Add code to handle rate probing
37194         (bug #120883)
37195         * sys/oss/gstosselement.h: same
37196         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37197         Use rate probing provided by osselement.
37198         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37199
37200 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37201
37202         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37203         (gst_xvidenc_get_property):
37204           ulong/int mess-up.
37205
37206 2004-03-24  David Schleef  <ds@schleef.org>
37207
37208         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37209         (gst_speexdec_init):
37210         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37211         (gst_speexenc_init):  Create the pad template correctly (from
37212         the static pad template, not a NULL pointer.)
37213
37214 2004-03-25  Benjamin Otte  <otte@gnome.org>
37215
37216         * gst/debug/Makefile.am:
37217         * gst/debug/breakmydata.c:
37218           add element that quasi-randomly changes bytes in the stream.
37219           Intended use is robustness checking of demuxers and decoders in
37220           media tests.
37221
37222 2004-03-24  Benjamin Otte  <otte@gnome.org>
37223
37224         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37225         (gst_alsa_probe_hw_params):
37226         * ext/alsa/gstalsa.h:
37227           debugging output fixes
37228
37229 2004-03-24  Benjamin Otte  <otte@gnome.org>
37230
37231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37232           don't g_return_if_fail if element is PLAYING, fail silently as every
37233           other element.
37234         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37235           only fix needed for cast lvalue issues in gst-plugins
37236         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37237           add proxy_getcaps
37238
37239 2004-03-24  Benjamin Otte  <otte@gnome.org>
37240
37241         * gst/level/gstlevel.c: (gst_level_init):
37242           add proxying getcaps function, so level doesn't advertise impossible
37243           caps
37244
37245 2004-03-24  David Schleef  <ds@schleef.org>
37246
37247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37248         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37249         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37250         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37251         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37252         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37253         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37254         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37255         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37256         messages.  Divide the chunk size by the compression ratio
37257         (needed for MACE audio)
37258
37259 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37260
37261         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37262           Fix buffer overflow read error.
37263
37264 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37265
37266         * ext/alsa/gstalsa.h:
37267           Remove unused entry.
37268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37269           Add cinepak.
37270         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37271         (gst_videodrop_link), (gst_videodrop_chain):
37272           Fix, sort of. Was horribly broken with new capsnego. Bah...
37273
37274 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37275
37276         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37277         (plugin_init):
37278         Add a monkeysaudio typefind function
37279
37280 2004-03-23  Johan Dahlin  <johan@gnome.org>
37281
37282         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37283         (gst_play_video_fixate): Check so the structure has the field
37284         before trying to fixate them, this makes it possible to have
37285         fakesinks for video and audio output without printing errors on
37286         the output console.
37287
37288 2004-03-22  David Schleef  <ds@schleef.org>
37289
37290         * sys/oss/Makefile.am:
37291         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37292         (check_rate), (add_rate):  Rate probing test app.
37293
37294 2004-03-21  Benjamin Otte  <otte@gnome.org>
37295
37296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37297         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37298           add a fixation function that pretty much does the right thing (fixes
37299           #137556)
37300
37301 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37302
37303         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37304
37305 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37306
37307         reviewed by: Benjamin Otte  <otte@gnome.org>
37308
37309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37310           terminate gst_event_new_discontinuous correctly (fixes parts of
37311           #137711)
37312
37313 2004-03-19  David Schleef  <ds@schleef.org>
37314
37315         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37316         since it doesn't depend on X, and it's part of our ABI.
37317
37318 2004-03-19  Iain <iain@prettypeople.org>
37319
37320         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37321         is_int in the structure, not the local variable.
37322
37323 2004-03-19  David Schleef  <ds@schleef.org>
37324
37325         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37326         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37327         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37328         Improvements in caps negotiation.
37329
37330 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37331
37332         * po/LINGUAS:
37333         * po/af.po:
37334           adding Afrikaans (Petri Jooste)
37335
37336 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37337
37338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37339         (gst_ffmpegcolorspace_chain):
37340         throw error instead of g_critical (#137588)
37341
37342 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37343
37344         * Makefile.am:
37345         * configure.ac:
37346           dist common and m4 correctly
37347         * po/sv.po:
37348
37349 2004-03-17  David Schleef  <ds@schleef.org>
37350
37351         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37352         (bug #137348)
37353
37354 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37355
37356         * po/LINGUAS:
37357         * po/sv.po:
37358           adding Swedish translation (Christian Rose)
37359
37360 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * Makefile.am: use release.mak
37363
37364 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37365
37366         * common/ChangeLog:
37367         * common/gst-autogen.sh:
37368           add some explanation about the version detection
37369         * configure.ac:
37370           fix X check
37371
37372 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37373
37374         * configure.ac: bump nano to 1
37375
37376 === release 0.8.0 ===
37377
37378 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37381
37382 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37383
37384         * configure.ac:
37385           update libtool version
37386         * gst-libs/gst/media-info/Makefile.am:
37387           actually use libtool version
37388
37389 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37390
37391         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37392
37393 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37394
37395         * configure.ac:
37396         * gst-plugins.spec.in:
37397         * pkgconfig/Makefile.am:
37398         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37399         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37400         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37401         * pkgconfig/gstreamer-libs.pc.in:
37402         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37403         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37404         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37405         * pkgconfig/gstreamer-plugins.pc.in:
37406           remove @VERSION@ from some of the pc files since core and plugins
37407           are decoupled.
37408           created gstreamer-plugins.pc as it's a better name, but keeping
37409           -libs around for now to get fixes upstream done first.
37410
37411 2004-03-15  Julien MOUTTE <julien@moutte.net>
37412
37413         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37414         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37415         * gst-libs/gst/play/play.h:
37416
37417 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37418
37419         * *.c, *.cc: don't mix tabs and spaces
37420
37421 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37422
37423         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37424           use the new ffmpegcolorspace
37425         * gst-plugins.spec.in:
37426           package new colorspace and media-info
37427         * configure.ac:
37428         * pkgconfig/Makefile.am:
37429           fix some more disting issues
37430         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37431         * pkgconfig/gstreamer-media-info.pc.in:
37432           generate media-info pc files
37433
37434 2004-03-15  Johan Dahlin  <johan@gnome.org>
37435
37436         * *.h: Revert indenting
37437
37438 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37439
37440         * configure.ac:
37441           adding ffmpegcolorspace element
37442         * gst/ffmpegcolorspace/Makefile.am:
37443         * gst/ffmpegcolorspace/avcodec.h:
37444         * gst/ffmpegcolorspace/common.h:
37445         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37446         * gst/ffmpegcolorspace/dsputil.h:
37447         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37449         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37450         (gst_ffmpeg_caps_to_pix_fmt):
37451         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37453         (gst_ffmpegcolorspace_caps_remove_format_info),
37454         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37455         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37456         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37457         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37458         (gst_ffmpegcolorspace_set_property),
37459         (gst_ffmpegcolorspace_get_property),
37460         (gst_ffmpegcolorspace_register):
37461         * gst/ffmpegcolorspace/imgconvert.c:
37462         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37463         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37464         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37465         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37466         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37467         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37468         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37469         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37470         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37471         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37472         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37473         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37474         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37475         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37476         (img_get_alpha_info), (deinterlace_line),
37477         (deinterlace_line_inplace), (deinterlace_bottom_field),
37478         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37479         * gst/ffmpegcolorspace/imgconvert_template.h:
37480         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37481         * gst/ffmpegcolorspace/mmx.h:
37482         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37483           adding ffmpegcolorspace element supplied by Ronald after cleaning
37484           up and pulling in the right bits of upstream source.
37485           I'm sure a better C/compiler wizard could do some cleaning up (for
37486           example use GLIB's malloc stuff), but as a first pass this
37487           works very well
37488
37489 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37490
37491         * ext/alsa/gstalsa.h:
37492           I assume Ronald forgot to commit the change to have cardname
37493           as a struct member.  Expect some public spanking at the next
37494           opportunity.
37495
37496 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37497
37498         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37499         (gst_alsa_open_audio), (gst_alsa_close_audio):
37500         * ext/alsa/gstalsa.c:
37501           Don't open the device if we're a mixer (= padless).
37502         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37503         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37504         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37505           Open mixer during state change rather than during object
37506           initialization. Also, get a device name. Currently in a somewhat
37507           hackish fashion, but I didn't really find something better.
37508
37509 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37510
37511         * *.c, *.h: run gst-indent
37512
37513 2004-03-14  Benjamin Otte  <otte@gnome.org>
37514
37515         * gst/modplug/gstmodplug.cc:
37516         * gst/modplug/gstmodplug.h:
37517           set correct timestamps on outgoing buffers
37518
37519 2004-03-14  Benjamin Otte  <otte@gnome.org>
37520
37521         * gst/modplug/gstmodplug.cc:
37522           handle events - don't do crap when a discont arrives that's not
37523           necessary
37524           This allows correct loading and playback of mods in Rhythmbox
37525
37526 2004-03-14  Benjamin Otte  <otte@gnome.org>
37527
37528         * configure.ac:
37529         * gst-libs/gst/gconf/Makefile.am:
37530         * pkgconfig/Makefile.am:
37531           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37532           they get rebuilt properly
37533         * configure.ac:
37534           when checking for vorbis, try pkgconfig first.
37535         * gst/modplug/gstmodplug.cc:
37536           add fixate function
37537
37538 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37539
37540         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37541           Fix for obvious mistake, where we first shift the offset and then
37542           read a samplesize element assuming the old offset. Note that this
37543           part still has something weird, i.e. my movies containing those
37544           don't actually play well, but at least there's something that looks
37545           like sound now.
37546
37547 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37548         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37549         (plugin_init):
37550         Add a typefind function for speex format
37551
37552 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37553
37554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37555         (gst_asf_demux_setup_pad):
37556           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37557           instead of 0. Reason is simple: some elements have a fps range
37558           of 1-max instead of 0-max. So now ASF video actually works.
37559
37560 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37561
37562         * po/LINGUAS:
37563         * po/sr.po:
37564           adding serbian as a language
37565
37566 2004-03-13  Benjamin Otte  <otte@gnome.org>
37567
37568         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37569           return taglist correctly from _get function, don't gst_pad_push it.
37570           (fixes #137042)
37571
37572 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37573         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37574
37575 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37576
37577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37578         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37579         (gst_alsa_mixer_track_new):
37580         * ext/alsa/gstalsamixertrack.h:
37581           Fix ancient leftovers... MixerTrack is a GObject.
37582
37583 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37584
37585         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37586         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37587           Don't block during probing...
37588
37589 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37590
37591         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37592         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37593         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37594         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37595         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37596         (gst_alsa_open_audio), (gst_alsa_close_audio):
37597         * ext/alsa/gstalsa.h:
37598           Add propertyprobe interface implementation, add some device-name
37599           property, all this so that it looks good in gnome-volume-control.
37600
37601 2004-03-12  David Schleef  <ds@schleef.org>
37602
37603         * configure.ac: the Hermes library controls hermescolorspace, not
37604         colorspace.
37605         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37606         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37607         not /* */
37608         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37609         * ext/sdl/sdlvideosink.h: ditto.
37610         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37611
37612 2004-03-12  Benjamin Otte  <otte@gnome.org>
37613
37614         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37615         (gst_x_overlay_got_xwindow_id):
37616         * gst-libs/gst/xoverlay/xoverlay.h:
37617           replace XID with unsigned long to get rid of the xlibs dependency in
37618           XOverlay (fixes #137004)
37619
37620 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37621         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37622         (gst_agingtv_setup):
37623         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37624         (gst_dicetv_base_init), (gst_dicetv_class_init),
37625         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37626         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37627         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37628         (gst_edgetv_setup), (gst_edgetv_rgb32):
37629         * gst/effectv/gsteffectv.c:
37630         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37631         (gst_quarktv_set_property):
37632         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37633         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37634         (gst_revtv_setup), (gst_revtv_rgb32):
37635         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37636         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37637         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37638         (gst_shagadelictv_rgb32):
37639         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37640         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37641         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37642         * gst/effectv/gstwarp.c:
37643         Port everything that can be ported to videofilter and fix up the caps.
37644         Can someone with a big-endian machine please check these?
37645
37646 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37647
37648         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37649         (gst_osssink_chain), (gst_osssink_change_state):
37650           Latest fixes for A/V sync, audio playback and such. This is about
37651           all... MPEG playback issues are mostly related to the async build-
37652           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37653
37654 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37655
37656         patch from: Stephane Loeuillet
37657
37658         * configure.ac:
37659           use pkg-config for some libraries, falling back to the old .m4 way
37660           (fixes #131270)
37661         * m4/libdv.m4:
37662           removed
37663
37664 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37665
37666         * configure.ac:
37667         * tools/Makefile.am:
37668         * tools/Makefile.in:
37669         * tools/gst-launch-ext-m.m:
37670         * tools/gst-launch-ext.1.in:
37671         * tools/gst-visualise-m.m:
37672         * tools/gst-visualise.1:
37673         * tools/gst-visualise.1.in:
37674           reorganizing generation of script tools
37675
37676 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37677
37678         * ext/divx/gstdivxdec.c:
37679           Downgrade priority. We prefer ffdec_mpeg4.
37680         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37681         (gst_faad_chain), (gst_faad_change_state):
37682           Fix capsnego. Doesn't work for some sounds because we don't have
37683           a 5:1 to stereo element.
37684         * ext/xvid/gstxvid.c: (plugin_init):
37685           Add priority.
37686         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37687         (gst_osssink_change_state):
37688           Add discont handling.
37689
37690 2004-03-09  Colin Walters  <walters@verbum.org>
37691
37692         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37693         conversion.
37694
37695 2004-03-09  Benjamin Otte  <otte@gnome.org>
37696
37697         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37698           the signals take 2 arguments
37699
37700 2004-03-09  David Schleef  <ds@schleef.org>
37701
37702         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37703         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37704         * ext/alsa/gstalsa.h:
37705         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37706
37707 2004-03-09  Benjamin Otte  <otte@gnome.org>
37708
37709         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37710         (gst_mikmod_change_state):
37711         * ext/mikmod/gstmikmod.h:
37712           make mikmod's loop function not loop infinitely and call
37713           gst_element_yield anymore
37714         * gst/modplug/gstmodplug.cc:
37715           fix pad negotiation (fixes #136590)
37716
37717 2004-03-09  David Schleef  <ds@schleef.org>
37718
37719         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37720         doesn't conflict with the internal colorspace plugin.
37721         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37722         satisfy the crappy-ass shell shipped by a certain vendor.
37723         * gst/videofilter/make_filter: same (bug #135299)
37724
37725 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37726
37727         * configure.ac: bump nano to 1
37728
37729 === release 0.7.6 ===
37730
37731 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37732
37733         * configure.in: releasing 0.7.6, "There"
37734
37735 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37736
37737         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37738         * pkgconfig/gstreamer-play.pc.in:
37739           synchronize the two
37740
37741 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37742
37743         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37744         (cdparanoia_open), (cdparanoia_event):
37745           fix/add error handling
37746         * po/POTFILES.in:
37747           add cdparanoia source
37748         * tools/Makefile.am:
37749           make scripts executable
37750
37751 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37752
37753         * configure.ac:
37754         * ext/vorbis/Makefile.am:
37755         * sys/Makefile.am:
37756           remove id3types, vorbisfile and xvideosink from the build (#133783)
37757
37758 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37759
37760         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37761           Fix metadata read crash (#136537).
37762
37763 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37764
37765         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37766         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37767           adding mime types, fixing the one-stop function
37768
37769 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37770
37771         * ext/nas/nassink.c and /ext/nas/nassink.h:
37772         More NAS love from Arwed von Merkatz
37773         So lets all sing 'Can you feel the NAS tonight'
37774
37775 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37776
37777         * tools/gst-launch-ext.in:
37778         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37779
37780 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37781
37782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37783         (gst_mpeg2dec_init):
37784         remove the user_data pad for now, because it is being used in
37785         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37786         If someone knows how to fix this properly, please do.
37787
37788 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37789
37790         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37791         (gst_osssink_get_time):
37792         add a warning, IMO this won't get triggered anymore, remove later
37793
37794 2004-03-07  David Schleef  <ds@schleef.org>
37795
37796         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37797         format (bug #136470)
37798
37799 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37800
37801         * gst-libs/Makefile.am:
37802         * gst-libs/gst/media-info/Makefile.am:
37803         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37804         (error_callback), (gst_media_info_error_create),
37805         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37806         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37807         * gst-libs/gst/media-info/media-info-priv.h:
37808         * gst-libs/gst/media-info/media-info-test.c: (main):
37809         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37810         (gst_media_info_class_init), (gst_media_info_instance_init),
37811         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37812         (gst_media_info_read_idler), (gst_media_info_read):
37813         * gst-libs/gst/media-info/media-info.h:
37814         fixed, should work now
37815
37816 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37817
37818         * ext/nas/nassink.c:
37819         A bunch of NAS fixes from Arwed von Merkatz
37820
37821 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37822
37823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37824         (qtdemux_parse_trak):
37825           Fix crash (j might be greater than n_samples, in which case we're
37826           writing outside the allocated space for the array) and memleak.
37827
37828 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37829
37830         * sys/oss/gstosssink.c: (gst_osssink_chain):
37831           And another caller that couldn't handle delay < 0 (unsigned
37832           integer overflow). Video now continues playing on an audio
37833           buffer underrun, and the clock continues working. Audio still
37834           stalls.
37835
37836 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37837
37838         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37839         (gst_osssink_get_time):
37840           get_delay() may return values lower than 0. In those cases, we
37841           should not actually cast to *unsigned* int64, that will break
37842           stuff horribly. In my case, it screwed up A/V sync in movies
37843           in totem rather badly.
37844
37845 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37846
37847         * ext/faac/gstfaac.c: (gst_faac_chain):
37848         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37849         * ext/libpng/gstpngenc.c: (user_write_data):
37850         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37851         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37852         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37853         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37854         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37855         of any buffer), should fix some leaks. I hope I didn't unref buffers
37856         that shouldn't be...
37857
37858 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37859
37860         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37861         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37862         (error_callback), (gmi_reset), (gmi_seek_to_track),
37863         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37864         (gmip_find_type_post), (gmip_find_stream_post),
37865         (gmip_find_track_streaminfo_post):
37866         * gst-libs/gst/media-info/media-info-priv.h:
37867         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37868         (info_print), (main):
37869         * gst-libs/gst/media-info/media-info.c:
37870         (gst_media_info_error_create), (gst_media_info_error_element),
37871         (gst_media_info_instance_init), (gst_media_info_get_property),
37872         (gst_media_info_new), (gst_media_info_set_source),
37873         (gst_media_info_read_idler), (gst_media_info_read):
37874         * gst-libs/gst/media-info/media-info.h:
37875           first pass at making this work again.  This seems to work on
37876           tagged ogg/vorbis and mp3 files.
37877
37878 2004-03-06  Benjamin Otte  <otte@gnome.org>
37879
37880         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37881           fix huge leak: gst_buffer_merge doesn't unref the first argument
37882           itself.
37883
37884 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37885
37886         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37887           report layer/mode/emphasis
37888
37889 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37890
37891         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37892
37893 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37894
37895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37896           signal serial
37897
37898 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37899
37900         * ext/vorbis/vorbis.c: (plugin_init):
37901         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37902         (gst_vorbis_dec_init), (vorbis_dec_event):
37903         add debug category
37904         make vorbisdec handle _BYTE and _TIME queries
37905
37906 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37907
37908         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37909           from the xing header
37910
37911 2004-03-06  Benjamin Otte  <otte@gnome.org>
37912
37913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37914         (gst_audio_convert_link), (gst_audio_convert_change_state),
37915         (gst_audio_convert_buffer_from_default_format):
37916           do conversions from/to float correctly, fix some caps nego errors,
37917           export correct supported caps in template and getcaps, use correct
37918           caps in try_set_caps functions
37919
37920 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37921
37922         For some reason, I only committed a ChangeLog entry yesterday and
37923         not the corresponding code...
37924         * ext/mad/gstmad.c: Fix detection of Xing headers
37925         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37926
37927 2004-03-06  Benjamin Otte  <otte@gnome.org>
37928
37929         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37930         (gst_ogg_demux_src_query):
37931           make sure to handle the case where there's no current chain
37932           gracefully.
37933
37934 2004-03-05  David Schleef  <ds@schleef.org>
37935
37936         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37937         Add fixate function. (bug #131128)
37938         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37939         (gst_sdlvideosink_fixate):  Add fixate function.
37940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37941         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37942         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37943         Fix missing break that was causing ulaw to be interpreted as
37944         raw int.
37945
37946 2004-03-05  David Schleef  <ds@schleef.org>
37947
37948         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37949         Fix code that ignores return value of gst_buffer_merge().
37950         (bug #114560)
37951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37952         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37953         * testsuite/gst-lint:  Check for above.
37954
37955 2004-03-05  David Schleef  <ds@schleef.org>
37956
37957         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37958         caps and throw an element error.  (bug #136334)
37959
37960 2004-03-05  David Schleef  <ds@schleef.org>
37961
37962         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37963         (gst_faad_chain): Fix negotiation.
37964         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37965         key and button events.
37966         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37967         dung heap of code.
37968         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37969         depends on gconf
37970         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37971         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37972         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37973         function to encourage better negotiation, particularly between
37974         audioconvert and osssink.
37975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37976         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37977         more important.
37978         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37979         typefinding.
37980         * gst/vbidec/vbiscreen.c:  Add glib header
37981         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37982
37983 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37984
37985         * ext/mad/gstmad.c: Fix detection of Xing headers
37986         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37987
37988 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37989
37990         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37991         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37992           debug updates
37993
37994 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37995
37996         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37997         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37998         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37999         files, and report the parsed length as a GST_TAG_DURATION tag.
38000         * gst/tags/gstid3tag.c: support TLEN (duration) tag
38001
38002 2004-03-05  Benjamin Otte  <otte@gnome.org>
38003
38004         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38005           convert channels correctly. convert correctly to unsigned.
38006
38007 2004-03-05  Julien MOUTTE <julien@moutte.net>
38008
38009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38010         we have a window before clearing it.
38011
38012 2004-03-05  Julien MOUTTE <julien@moutte.net>
38013
38014         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38015         have a window before clearing it.
38016
38017 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38018
38019         * gconf/gstreamer.schemas.in:
38020         * gst-libs/gst/gconf/Makefile.am:
38021           version installation path the same way as for 0.6
38022         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38023         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38024         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38025           remove comment that was fixed
38026
38027 2004-03-05  David Schleef  <ds@schleef.org>
38028
38029         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38030         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38031         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38032         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38033         Add prototype code for handling seeking and querying.
38034
38035 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38036
38037         * examples/gstplay/player.c: (main):
38038           Initialize variables to NULL. Prevents a segfault because the
38039           (uninitialized) variable is not NULL, resulting in a crash on
38040           trying to reach error->message.
38041
38042 2004-03-05  Benjamin Otte  <otte@gnome.org>
38043
38044         * gst/audioconvert/gstaudioconvert.c:
38045         (gst_audio_convert_buffer_to_default_format):
38046         make float=>int conversion work correctly even in cornercases.
38047
38048 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38049
38050         * debian/README.Debian:
38051         * debian/build-deps:
38052         * debian/changelog:
38053         * debian/control:
38054         * debian/control.in:
38055         * debian/copyright:
38056         * debian/gstreamer-a52dec.files:
38057         * debian/gstreamer-aa.files:
38058         * debian/gstreamer-alsa.files:
38059         * debian/gstreamer-alsa.manpages:
38060         * debian/gstreamer-arts.files:
38061         * debian/gstreamer-artsd.files:
38062         * debian/gstreamer-audiofile.files:
38063         * debian/gstreamer-avifile.files:
38064         * debian/gstreamer-cdparanoia.files:
38065         * debian/gstreamer-colorspace.files:
38066         * debian/gstreamer-doc.files:
38067         * debian/gstreamer-dv.files:
38068         * debian/gstreamer-dvd.files:
38069         * debian/gstreamer-esd.files:
38070         * debian/gstreamer-festival.files:
38071         * debian/gstreamer-flac.files:
38072         * debian/gstreamer-gconf.conffiles:
38073         * debian/gstreamer-gconf.files:
38074         * debian/gstreamer-gconf.postinst:
38075         * debian/gstreamer-gnomevfs.files:
38076         * debian/gstreamer-gsm.files:
38077         * debian/gstreamer-http.files:
38078         * debian/gstreamer-jack.files:
38079         * debian/gstreamer-jpeg.files:
38080         * debian/gstreamer-mad.files:
38081         * debian/gstreamer-mikmod.files:
38082         * debian/gstreamer-misc.files:
38083         * debian/gstreamer-mpeg2dec.files:
38084         * debian/gstreamer-oss.files:
38085         * debian/gstreamer-plugin-apps.files:
38086         * debian/gstreamer-plugin-apps.manpages:
38087         * debian/gstreamer-plugin-libs-dev.files:
38088         * debian/gstreamer-plugin-libs.files:
38089         * debian/gstreamer-plugin-template.postinst:
38090         * debian/gstreamer-plugin-template.postrm:
38091         * debian/gstreamer-sdl.files:
38092         * debian/gstreamer-sid.files:
38093         * debian/gstreamer-vorbis.files:
38094         * debian/gstreamer-x.files:
38095         * debian/mk.control:
38096         * debian/rules:
38097         Debian package info not maintained here.
38098
38099 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38100
38101         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38102         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38103         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38104         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38105         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38106         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38108         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38109         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38110         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38111         * gst-libs/gst/colorbalance/colorbalance.c:
38112         (gst_color_balance_class_init):
38113         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38114         (gst_color_balance_channel_class_init):
38115         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38116         * gst-libs/gst/play/play.c: (gst_play_class_init):
38117         * gst-libs/gst/propertyprobe/propertyprobe.c:
38118         (gst_property_probe_iface_init):
38119         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38120         * gst-libs/gst/tuner/tunerchannel.c:
38121         (gst_tuner_channel_class_init):
38122         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38123         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38124         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38125         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38126         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38127         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38131           fix signals to use - instead of _
38132         * ext/libcaca/gstcacasink.h:
38133         * ext/sdl/sdlvideosink.h:
38134           fix header rename
38135
38136 2004-03-04  David Schleef  <ds@schleef.org>
38137
38138         * testsuite/gst-lint:  Add a check for bad signal names.
38139
38140 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38141
38142         reviewed by David Schleef
38143
38144         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38145         modified the alpha channel and caused a warning. (bug #136192)
38146
38147 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38148
38149         * gst-plugins.spec.in:
38150         Change names of plugins to actually be correct. Try to keep things
38151         alphabetical to avoid getting beat up by Thomas
38152
38153 2004-03-03  Julien MOUTTE <julien@moutte.net>
38154
38155         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38156         Using ximagesink as a default if no gconf key found. We should
38157         probably consider using alsasink instead of osssink for the audio
38158         part.
38159
38160 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38161
38162         * configure.ac:
38163           fix --with-plugins, don't think it ever worked before
38164         * gst-plugins.spec.in:
38165           even more updates
38166
38167 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38168
38169         * ext/sdl/sdlvideosink.h:
38170         * sys/ximage/ximagesink.h:
38171         * sys/xvideo/xvideosink.h:
38172         * sys/xvimage/xvimagesink.h:
38173           Fix for move of gstvideosink.h -> videosink.h.
38174
38175 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38176
38177         * gst-libs/gst/xwindowlistener/Makefile.am:
38178           this is a plugin library, not a library
38179
38180 2004-03-01  David Schleef  <ds@schleef.org>
38181
38182         * AUTHORS:  Added some names.  Add yourself if you're still
38183         missing.
38184
38185 2004-03-01  David Schleef  <ds@schleef.org>
38186
38187         * MAINTAINERS: Add
38188
38189 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38190
38191         * gst-plugins.spec.in: clean up spec file
38192
38193 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38194
38195         * gst-libs/gst/video/Makefile.am:
38196         * gst-libs/gst/video/gstvideosink.c:
38197         * gst-libs/gst/video/gstvideosink.h:
38198           rename gstvideosink.h to videosink.h to match other headers
38199         * gst/mixmatrix/Makefile.am:
38200           fix plugin filename
38201         * gst/tags/Makefile.am: fix plugin filename
38202
38203 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38204
38205         * gst/tags/Makefile.am: fix plugin filename
38206
38207 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38208
38209         * examples/gstplay/player.c: (got_time_tick), (main):
38210           add error handler
38211           display time_tick more readably
38212         * gst/mixmatrix/Makefile.am:
38213           fix plugin file name
38214
38215 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38216
38217         * sys/oss/gstosselement.c: (gst_osselement_probe),
38218         (device_combination_append), (gst_osselement_class_probe_devices):
38219         * sys/oss/gstosselement.h:
38220           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38221           on my system using alsa oss emulation, fixes bug #135597
38222
38223 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38224
38225         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38226         (gst_videodrop_chain), (gst_videodrop_change_state):
38227         * gst/videodrop/gstvideodrop.h:
38228           Work based on timestamp of input data, not based on the expected
38229           framerate from the input. The consequence is that this element now
38230           not only scales framerates, but also functions as a framerate
38231           corrector or framerate stabilizer/constantizer.
38232
38233 2004-02-27  David Schleef  <ds@schleef.org>
38234
38235         patches from jmmv@menta.net (Julio M. Merino Vidal)
38236
38237         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38238         GST_ELEMENT_ERROR call (bug #135634)
38239         * gst/interleave/interleave.c: (interleave_buffered_loop),
38240         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38241         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38242         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38243         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38244         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38245         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38246         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38247         Fix GST_ELEMENT_ERROR call.
38248         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38249         GST_ELEMENT_ERROR call.
38250
38251 2004-02-27  Benjamin Otte  <otte@gnome.org>
38252
38253         * gst-libs/gst/audio/audio.h:
38254           add macro to make sure header isn't included twice
38255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38256           don't use gst_buffer_free
38257         * gst/playondemand/filter.func:
38258           don't use gst_data_free. Free data only once.
38259
38260 2004-02-26  David Schleef  <ds@schleef.org>
38261
38262         * gst-libs/gst/colorbalance/Makefile.am:
38263         * gst-libs/gst/mixer/Makefile.am:
38264         * gst-libs/gst/tuner/Makefile.am:
38265         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38266         should not be disted, -marshal.h files should not be installed,
38267         and -enum.h files _should_ be installed.  Fix to make this the
38268         case.
38269
38270 === release 0.7.5 ===
38271
38272 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38273
38274         * configure.ac: release 0.7.5, "Under The Sea"
38275
38276 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38277
38278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38279         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38280         * gst/videoscale/gstvideoscale.c:
38281         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38282           assorted debug/warning fixes
38283
38284 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38285
38286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38287         (gst_videoscale_init), (gst_videoscale_chain),
38288         (gst_videoscale_set_property), (plugin_init):
38289         * gst/videoscale/gstvideoscale.h:
38290         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38291         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38292         (gst_videoscale_planar400), (gst_videoscale_packed422),
38293         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38294         (gst_videoscale_24bit), (gst_videoscale_16bit),
38295         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38296         (gst_videoscale_scale_plane_slow),
38297         (gst_videoscale_scale_point_sample),
38298         (gst_videoscale_scale_nearest),
38299         (gst_videoscale_scale_nearest_str2),
38300         (gst_videoscale_scale_nearest_str4),
38301         (gst_videoscale_scale_nearest_32bit),
38302         (gst_videoscale_scale_nearest_24bit),
38303         (gst_videoscale_scale_nearest_16bit):
38304         add debugging category and use it properly
38305         fix use of GST_PTR_FORMAT
38306
38307 2004-02-25  Andy Wingo  <wingo@pobox.com>
38308
38309         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38310         push only when channel->buffer is NULL. Prevents segfaults doing
38311         the state change after a nonlocal exit, like a scheme exception.
38312
38313         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38314         Handle the case where the intersected caps is empty.
38315
38316 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38317
38318         * gst/law/mulaw-decode.c: (mulawdec_link):
38319         * gst/law/mulaw.c: (plugin_init):
38320           fix mulawdec so it actually works again
38321
38322 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38323
38324         reviewed by: David Schleef  <ds@schleef.org>
38325
38326         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38327         (gst_gamma_init), (gst_gamma_set_property),
38328         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38329         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38330         for RGB, with separate r g and b correction factors. (#131167)
38331
38332 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38333
38334         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38335           only signal tags for bitrate if they're > 0 (#134894)
38336
38337 2004-02-24  David Schleef  <ds@schleef.org>
38338
38339         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38340         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38341         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38342         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38343         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38344         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38345         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38346         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38347         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38348         category.  Attempt to fix timestamp calculation.
38349
38350 2004-02-24  Johan Dahlin  <johan@gnome.org>
38351
38352         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38353
38354 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * configure.ac:
38357         * gconf/Makefile.am:
38358         * gconf/gstreamer.schemas:
38359         * gst-libs/gst/gconf/Makefile.am:
38360         * gst-libs/gst/gconf/gconf.c:
38361           version gconf schemas and install locations
38362
38363 2004-02-23  Benjamin Otte  <otte@gnome.org>
38364
38365         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38366         (gst_xine_input_subclass_init):
38367           call parent dispose.
38368           change pad template for CD reader correctly
38369         * ext/xine/Makefile.am:
38370         * ext/xine/gstxine.h:
38371         * ext/xine/xine.c: (plugin_init):
38372         * ext/xine/xineaudiosink.c:
38373           wrap audio sinks, too
38374         * gst-libs/gst/resample/private.h:
38375         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38376         (gst_resample_reinit), (gst_resample_scale),
38377         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38378         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38379         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38380         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38381         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38382         * gst-libs/gst/resample/resample.h:
38383         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38384         (gst_audioscale_class_init), (gst_audioscale_link),
38385         (gst_audioscale_get_buffer), (gst_audioscale_init),
38386         (gst_audioscale_chain), (gst_audioscale_set_property),
38387         (gst_audioscale_get_property):
38388         * gst/audioscale/gstaudioscale.h:
38389           s/resample_*/gst_resample_*/i to not clobber namespaces
38390
38391 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38392
38393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38394         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38395         (gst_riff_create_video_template_caps),
38396         (gst_riff_create_audio_template_caps),
38397         (gst_riff_create_iavs_template_caps):
38398         * gst-libs/gst/riff/riff-media.h:
38399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38400         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38401         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38402         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38403         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38404         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38405         (gst_matroska_demux_plugin_init): First batch implementing audio and
38406         video codec tags in demuxers.
38407
38408 2004-02-22  Benjamin Otte  <otte@gnome.org>
38409
38410         * ext/xine/Makefile.am:
38411         * ext/xine/gstxine.h:
38412         * ext/xine/xine.c: (plugin_init):
38413         * ext/xine/xineinput.c:
38414           add input plugin wrapper. Playback from files, http, mms and cdda
38415           works.
38416         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38417           remove leftover G_GNUC_UNUSED
38418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38419         (gst_asf_demux_identify_guid):
38420           improve debugging output
38421
38422 2004-02-22  Benjamin Otte  <otte@gnome.org>
38423
38424         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38425
38426         * autogen.sh:
38427           replace test -e with test -x for mkinstalldirs to be more portable.
38428           (fixes #134816)
38429
38430 2004-02-22  Benjamin Otte  <otte@gnome.org>
38431
38432         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38433
38434         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38435           set rank to PRIMARY
38436         * gst/volume/gstvolume.c: (plugin_init):
38437           set rank to NONE
38438         fixes #134960
38439
38440 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38441
38442         reviewed by Benjamin Otte  <otte@gnome.org>
38443
38444         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38445           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38446
38447 2004-02-22  Benjamin Otte  <otte@gnome.org>
38448
38449         * configure.ac:
38450           export [_]*{gst,Gst,GST}.* symbols from plugins
38451
38452 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38453
38454         reviewed by: Benjamin Otte  <otte@gnome.org>
38455
38456         * ext/lame/gstlame.c: (add_one_tag):
38457         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38459         (gst_vorbisenc_metadata_set1):
38460         * gst/tags/gstid3tag.c:
38461         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38462           apply fixes from bugs #135042 (lame can't write tags) and #133817
38463           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38464
38465 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38466
38467         * configure.ac: Export only gst_plugin_desc from plugins.
38468          Note that this change only makes any effect with Linux using libtool
38469          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38470          fine. And don't try to have several versions of libtool in different
38471          directories.
38472
38473 2004-02-20  Andy Wingo  <wingo@pobox.com>
38474
38475         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38476         interleave respectively.
38477
38478         * gst/interleave/deinterleave.c: New plugin: deinterleave
38479         (replaces on oneton).
38480         * gst/interleave/interleave.c: New plugin: interleave.
38481         * gst/interleave/plugin.h: Support file.
38482         * gst/interleave/plugin.c: Support file.
38483
38484         * configure.ac: Remove intfloat and oneton, add interleave.
38485
38486         * ext/sndfile/gstsf.c: Handle events better.
38487
38488         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38489         and float2int operation. int2float has scheduling problems as
38490         noted in in2float_chain.
38491
38492 2004-02-20  Benjamin Otte  <otte@gnome.org>
38493
38494         * ext/xine/Makefile.am:
38495         * ext/xine/gstxine.h:
38496         * ext/xine/xine.c:
38497         * ext/xine/xineaudiodec.c:
38498         * ext/xine/xinecaps.c:
38499           add first version of xine plugin wrapper. Currently only wraps the
38500           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38501         * configure.ac:
38502         * ext/Makefile.am:
38503           add xine plugin wrapper, disabled by default. Use --enable-xine to
38504           build. Note that it'll segfault on gst-register if you don't remove
38505           the goom and tvtime post plugins from xine.
38506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38507         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38508           add extradata parsing for QDM2.
38509           change around debugging prints.
38510
38511 2004-02-19  Benjamin Otte  <otte@gnome.org>
38512
38513         * ext/lame/gstlame.c: (gst_lame_chain):
38514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38515           use gst_tag_list_insert when you want to insert tags
38516
38517 2004-02-18  David Schleef  <ds@schleef.org>
38518
38519         * configure.ac:  Move massink to gst-rotten
38520         * ext/Makefile.am:
38521         * ext/mas/Makefile.am:
38522         * ext/mas/massink.c:
38523         * ext/mas/massink.h:
38524
38525 2004-02-18  David Schleef  <ds@schleef.org>
38526
38527         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38528         typefinding, since it seems to be worse than nothing.
38529         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38530         atom to recognize .mp4 and .m4a files as video/quicktime.
38531
38532 2004-02-18  David Schleef  <ds@schleef.org>
38533
38534         * gst/sine/demo-dparams.c: (quit_live),
38535         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38536         Use double dparams, not float.
38537         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38538         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38539         sync'd elements don't really work correctly.
38540         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38541         (volume_update_volume), (volume_get_property):  Change dparam
38542         to double.
38543
38544 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38545
38546         * sys/ximage/ximagesink.c:
38547         (gst_ximagesink_xwindow_update_geometry),
38548         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38549         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38550         (gst_ximagesink_init): Rework the way software video scaling works. So
38551         now we check on each chain call if the video frames are feeling the
38552         window. If not we try to renegotiate caps. On failure we memorize that
38553         and we won't try again for that PLAYING sessions.
38554         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38555         failure.
38556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38557         synchronous flag.
38558
38559 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38560
38561         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38562           break up _link so we can give a better debug message for errors
38563
38564 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38565
38566         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38567           set up debug category
38568
38569 2004-02-18  Julien MOUTTE <julien@moutte.net>
38570
38571         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38572         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38573         the way renegotiation work. The event handling function is not taking
38574         care of external windows and renegotiate method check for pad flags
38575         NEGOTIATING. Should fix : #133209
38576
38577 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38578
38579         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38580         pad is negotiating before trying renegotiation.
38581
38582 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38583
38584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38585           pass on all possible mime types as typefind hints
38586
38587 2004-02-17  Julien MOUTTE <julien@moutte.net>
38588
38589         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38591         possible SHM leak if we crash. All other apps using XShm are doing
38592         that.
38593
38594 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38595
38596         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38597         (gst_ximagesink_expose): Renegotiate size on expose.
38598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38599         size on expose.
38600
38601 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38602
38603         * testsuite/alsa/sinesrc.c:
38604           cosmetic fix to fix compile issue with gcc 2.95.4
38605
38606 2004-02-16  Julien MOUTTE <julien@moutte.net>
38607
38608         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38609         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38610         failed opening the audio device.
38611         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38612         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38613         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38614         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38615         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38616         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38617         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38618         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38619         Removing some useless g_return_if_fail like wingo suggested.
38620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38621         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38622         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38623         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38624         (gst_xvimagesink_update_colorbalance),
38625         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38626         (gst_xvimagesink_xcontext_clear),
38627         (gst_xvimagesink_get_fourcc_from_caps),
38628         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38629         (gst_xvimagesink_set_xwindow_id),
38630         (gst_xvimagesink_colorbalance_list_channels),
38631         (gst_xvimagesink_colorbalance_set_value),
38632         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38633         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38634
38635 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38636
38637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38638           throw error when not negotiated instead of asserting
38639
38640 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38641
38642         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38643         correct data refcounting.
38644
38645 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38646
38647         * gst/switch/gstswitch.c: (gst_switch_change_state),
38648         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38649         change, mostly the EOS flag.
38650
38651 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38652
38653         * examples/gstplay/player.c: (got_eos), (main): Adding some
38654         output for debugging.
38655         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38656         timeouts if we go to any state different from PLAYING.
38657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38658         more EOS bugs in riff lib.
38659
38660 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38661
38662         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38663         visualization until i find a way to fix switch correctly.
38664         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38665         EOS arrives.
38666         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38667         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38668         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38669         Reworked switch to get a more correct behaviour with events and refing
38670         of data stored in sinkpads.
38671         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38672         we don't pull from a pad in EOS.
38673
38674 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38675
38676         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38677           remove v1 tag even if we can't read it (makes sure we don't detect
38678           it again)
38679
38680 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38681
38682         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38683         (gst_alsa_xrun_recovery):
38684         * ext/alsa/gstalsa.h:
38685           try xrun recovery when wait failed. Make xrun recovery function
38686           return TRUE/FALSE to indicate success. (might fix #134354)
38687
38688 2004-02-13  David Schleef  <ds@schleef.org>
38689
38690         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38691         (dynparm_value_changed), (main): Convert from float to double.
38692         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38693
38694 2004-02-13  David Schleef  <ds@schleef.org>
38695
38696         * gst/silence/gstsilence.c: (gst_silence_class_init),
38697         (gst_silence_set_clock), (gst_silence_get),
38698         (gst_silence_set_property), (gst_silence_get_property):
38699         * gst/silence/gstsilence.h: Add sync property.
38700         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38701         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38702         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38703         * gst/sine/gstsinesrc.h: Add sync property.
38704
38705 2004-02-13  David Schleef  <ds@schleef.org>
38706
38707         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38708         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38709
38710 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38711
38712         * configure.ac:
38713         * ext/Makefile.am:
38714         * gst-libs/ext/Makefile.am:
38715           move ffmpeg plugin to gst-ffmpeg module
38716
38717 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38718
38719         * configure.ac: use GST_ARCH to detect architecture
38720
38721 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38722
38723         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38724
38725 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38726
38727         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38728           classify LADSPA plugins based on number of src/sink pads
38729           (#133663, Stefan Kost)
38730         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38731           fix dparams registration
38732           (#133528, Stefan Kost)
38733         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38734           fix use of isprint and use g_ascii_isprint instead
38735           (#133316, Stefan Kost)
38736
38737 2004-02-11  David Schleef  <ds@schleef.org>
38738
38739         Convert a few inner loops to use liboil.  This is currently
38740         optional, and is only enabled if liboil is present (duh!).
38741         * configure.ac: Check for liboil-0.1
38742         * gst/intfloat/Makefile.am:
38743         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38744         (gst_int2float_chain_gint16):
38745         * gst/videofilter/Makefile.am:
38746         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38747         (tablelookup_u8), (gst_videobalance_planar411):
38748         * gst/videotestsrc/Makefile.am:
38749         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38750         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38751         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38752         (paint_hline_RGB565), (paint_hline_xRGB1555):
38753
38754 2004-02-11  David Schleef  <ds@schleef.org>
38755
38756         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38757         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38758         (gst_colorspace_getcaps), (gst_colorspace_link),
38759         (gst_colorspace_base_init), (gst_colorspace_init),
38760         (gst_colorspace_chain), (gst_colorspace_change_state),
38761         (plugin_init): Merge Ronald's patch (bug #117897) and update
38762         for new caps and negotiation.  Seems to work, although it
38763         shows off bugs in lcs.
38764
38765 2004-02-11  David Schleef  <ds@schleef.org>
38766
38767         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38768         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38769
38770 2004-02-11  David Schleef  <ds@schleef.org>
38771
38772         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38773         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38774         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38775         Add server and port properties
38776
38777 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38778
38779         * m4/a52.m4:
38780         * m4/aalib.m4:
38781         * m4/as-ffmpeg.m4:
38782         * m4/as-liblame.m4:
38783         * m4/as-slurp-ffmpeg.m4:
38784         * m4/check-libheader.m4:
38785         * m4/esd.m4:
38786         * m4/freetype2.m4:
38787         * m4/gconf-2.m4:
38788         * m4/glib.m4:
38789         * m4/gst-alsa.m4:
38790         * m4/gst-artsc.m4:
38791         * m4/gst-ivorbis.m4:
38792         * m4/gst-matroska.m4:
38793         * m4/gst-sdl.m4:
38794         * m4/gst-shout2.m4:
38795         * m4/gst-sid.m4:
38796         * m4/gtk.m4:
38797         * m4/libdv.m4:
38798         * m4/libfame.m4:
38799         * m4/libmikmod.m4:
38800         * m4/ogg.m4:
38801         * m4/vorbis.m4:
38802           fix underquotedness of macros (#133800)
38803         * m4/as-avifile.m4:
38804         * m4/xmms.m4:
38805           removed because no longer used
38806
38807 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38808
38809         * configure.ac:
38810           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38811           by autopoint (fixes #132996)
38812
38813 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38814
38815         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38816         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38817         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38818         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38819           fix memleaks
38820
38821 2004-02-11  David Schleef  <ds@schleef.org>
38822
38823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38824         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38825         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38826         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38827         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38828         (gst_jpegenc_class_init), (gst_jpegenc_init),
38829         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38830         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38831         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38832         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38833
38834 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38835
38836         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38837         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38838         * ext/mikmod/gstmikmod.h:
38839           fix caps negotiation in mikmod
38840         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38841           output debug information
38842
38843 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38844
38845         * gst-libs/gst/colorbalance/Makefile.am:
38846         * gst-libs/gst/navigation/Makefile.am:
38847         * gst-libs/gst/xoverlay/Makefile.am:
38848           remove unused GST_OPT_CFLAGS from Makefiles
38849           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38850
38851 2004-02-07  David Schleef  <ds@schleef.org>
38852
38853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38854         push events to pads that haven't been created (#133508)
38855
38856 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38857
38858         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38859         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38860         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38861         (gst_dvdec_loop), (gst_dvdec_change_state):
38862         Second attempt at committing a working dvdec element.
38863
38864 2004-02-06  David Schleef  <ds@schleef.org>
38865
38866         Build fixes for OS X: (see #129600)
38867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38868         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38869         (gst_riff_read_strf_iavs):
38870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38871         (gst_avi_demux_stream_odml):
38872         * gst/playondemand/Makefile.am:
38873         * gst/rtp/rtp-packet.c:
38874
38875 2004-02-05  David Schleef  <ds@schleef.org>
38876
38877         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38878         last change, because it Just Doesn't Compile.
38879
38880 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38881
38882         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38883           skip undecodable id3v2 tag instead of keeping it
38884
38885 2004-02-05  David Schleef  <ds@schleef.org>
38886
38887         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38888         Unref leaked buffer.  (Noticed by Ronald)
38889
38890 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38891
38892         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38893         Sync requires with other checks.  >= vs =.
38894
38895 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38896
38897         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38898         (gst_dvdec_video_link), (gst_dvdec_loop):
38899         * ext/dv/gstdvdec.h:
38900           rework the caps negotiation so that dvdec works again instead
38901           of just segfaulting.
38902
38903 === release 0.7.4 ===
38904
38905 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38906
38907         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38908         * configure.ac: changed for release
38909
38910 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38911
38912         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38913         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38914         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38915         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38916           reworked patch by David Lehn to fix libdir and includedir for
38917           uninstalled libraries
38918           removed play and gconf from gstreamer-libs since they have their
38919           own pkgconfig files
38920
38921 2004-02-04  David Schleef  <ds@schleef.org>
38922
38923         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38924         memleak.
38925
38926 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38927
38928         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38929           use correct GST_TAG_ENCODER tag
38930
38931 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38932
38933         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38934           be sure to stop the clock when going to paused
38935         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38936           reset number of transmitted when going to ready.
38937         fixes #132935
38938
38939 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38940
38941         reviewed by Benjamin Otte
38942
38943         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38944           extract track count (fixes #133410)
38945
38946 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38947
38948         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38949           that should be !=, not == (fixes #132519)
38950
38951 2004-02-04  David Schleef  <ds@schleef.org>
38952
38953         Make sure set_explicit_caps() is called before adding pad.
38954         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38955         * gst/id3/gstid3types.c: (gst_id3types_loop):
38956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38957         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38958
38959 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38960
38961         * configure.ac:
38962           bump nano to 2, first prerelease
38963           put back AM_PROG_LIBTOOL
38964
38965 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38966
38967         * testsuite/alsa/Makefile.am:
38968           these are user test apps, not automatic testsuite tests
38969
38970 2004-02-04  David Schleef  <ds@schleef.org>
38971
38972         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38973         * gst/mpeg1videoparse/gstmp1videoparse.c:
38974         (mp1videoparse_parse_seq):
38975         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38977         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38978         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38979         (gst_xvideosink_getcaps):
38980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38981         * testsuite/gst-lint: more tests
38982
38983 2004-02-04  David Schleef  <ds@schleef.org>
38984
38985         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38986         with the code that they would expand to.
38987         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38988         (gst_flacdec_get_src_query_types),
38989         (gst_flacdec_get_src_event_masks):
38990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38991         (gst_gnomevfssrc_get_query_types),
38992         (gst_gnomevfssrc_get_event_mask):
38993
38994 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38995
38996         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38997         (gst_sinesrc_dispose):
38998           fix memleak by properly disposing sinesrc
38999
39000 2004-02-04  Julien MOUTTE  <julien@moutte.net>
39001
39002         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39003         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39004         an overlay to redraw the image because it has been exposed.
39005         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39006         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39007         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39008         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39009         interface
39010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39011         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39012         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39013         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39014         interface
39015
39016 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39017
39018         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39019           more memleak fixage
39020
39021 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39022
39023         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39024         * gst/typefind/gsttypefindfunctions.c:
39025           fix memleaks shown by gst-typefind
39026
39027 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39028
39029         * common/glib-gen.mak:
39030           add hack rule to touch .Plo files
39031         * gst-libs/gst/colorbalance/Makefile.am:
39032         * gst-libs/gst/mixer/Makefile.am:
39033         * gst-libs/gst/play/Makefile.am:
39034         * gst-libs/gst/tuner/Makefile.am:
39035           remove glib_root variable
39036
39037 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39038
39039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39040           set explicit caps before adding the element, so the autopluggers can
39041           plug correctly.
39042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39043         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39044         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39045         (dv_type_find):
39046           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39047           argument.
39048
39049 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39050
39051         * gst-libs/gst/colorbalance/Makefile.am:
39052         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39053         * gst-libs/gst/colorbalance/colorbalance.c:
39054         * gst-libs/gst/colorbalance/colorbalance.h:
39055         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39056         * gst-libs/gst/mixer/Makefile.am:
39057         * gst-libs/gst/mixer/mixer-marshal.list:
39058         * gst-libs/gst/mixer/mixer.c:
39059         * gst-libs/gst/mixer/mixer.h:
39060         * gst-libs/gst/mixer/mixermarshal.list:
39061         * gst-libs/gst/play/Makefile.am:
39062         * gst-libs/gst/play/play.h:
39063         * gst-libs/gst/tuner/Makefile.am:
39064         * gst-libs/gst/tuner/tuner-marshal.list:
39065         * gst-libs/gst/tuner/tuner.c:
39066         * gst-libs/gst/tuner/tuner.h:
39067         * gst-libs/gst/tuner/tunermarshal.list:
39068           use new glib-gen.mak snippet to clean up Makefile.am
39069           fix various bugs in Makefile.am's
39070
39071 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39072
39073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39074           handle chain parsing correctly in the multichain case
39075         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39076         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39077         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39078         (theora_dec_chain):
39079           handle events and queries correctly
39080
39081 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39082
39083         * .cvsignore:
39084         Ignore generated file _stdint.h.
39085
39086 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39087
39088         * gst-libs/gst/colorbalance/Makefile.am:
39089         * gst-libs/gst/colorbalance/colorbalance.h:
39090         * gst-libs/gst/mixer/Makefile.am:
39091         * gst-libs/gst/mixer/mixer.h:
39092         * gst-libs/gst/play/Makefile.am:
39093         * gst-libs/gst/play/play.h:
39094         * gst-libs/gst/tuner/Makefile.am:
39095         * gst-libs/gst/tuner/tuner.h:
39096         Generate enum type code with glib-mkenums.
39097         * gst-libs/gst/colorbalance/.cvsignore:
39098         * gst-libs/gst/mixer/.cvsignore:
39099         * gst-libs/gst/play/.cvsignore:
39100         * gst-libs/gst/tuner/.cvsignore:
39101         Ignore generated files.
39102
39103 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39104
39105         * gst-libs/gst/audio/.cvsignore:
39106         Ignore generated file.
39107         * gst-libs/gst/audio/Makefile.am:
39108         Do not install example filter.
39109
39110 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39111
39112         * examples/switch/.cvsignore:
39113         Ignore generated file.
39114
39115 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39116
39117         * common/m4/ax_create_stdint_h.m4:
39118         * configure.ac:
39119           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39120           _stdint.h.
39121         * Makefile.am:
39122           remove generated _stdint.h in DISTCLEANFILES
39123         * ext/a52dec/gsta52dec.c:
39124           include _stdint.h for a52dec. (should fix #133064)
39125
39126 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39127
39128         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39129         (gst_tag_to_vorbis_comments):
39130         Add replaygain support to vorbistag
39131
39132 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39133         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39134         (gst_ffmpeg_caps_to_extradata):
39135           Fix SVQ3 caps flag properties
39136           Use glib macro for bytes swap
39137
39138 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39139
39140         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39141         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39142         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39143         * ext/sndfile/gstsf.c: (plugin_init):
39144         * gst/avi/gstavi.c: (plugin_init):
39145         * sys/dxr3/dxr3init.c: (plugin_init):
39146         * sys/oss/gstossaudio.c: (plugin_init):
39147         * sys/v4l/gstv4l.c: (plugin_init):
39148         * sys/v4l2/gstv4l2.c: (plugin_init):
39149           remove textdomain calls
39150         * po/nl.po:
39151           update Dutch translation
39152
39153 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39154
39155         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39156         (gst_play_set_audio_sink): Moving volume in the audio thread for
39157         instantaneous volume change. Maybe i will add another volume in front
39158         of visualization later, not sure yet though.
39159
39160 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39161
39162         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39163         (gst_ximagesink_handle_xevents): Better X events handling, only take
39164         the latest events for configure and motion.
39165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39166
39167 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39168
39169         reviewed by: David Schleef  <ds@schleef.org>
39170
39171         Fix memory leaks:
39172         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39173         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39174
39175 2004-02-02  David Schleef  <ds@schleef.org>
39176
39177         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39178         of lines.
39179         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39180         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39181         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39182         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39183         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39184         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39185         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39186         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39187         (gst_float2_2_int_link):
39188         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39189         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39190         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39191         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39192         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39193         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39194         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39195         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39196         * testsuite/gst-lint: Add tests for bzero and ;;
39197
39198 2004-02-02  David Schleef  <ds@schleef.org>
39199
39200         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39201
39202 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39203
39204         * ext/aalib/gstaasink.c: (gst_aasink_open):
39205         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39207         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39208         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39209         (gst_afsink_close_file):
39210         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39211         (gst_afsrc_close_file):
39212         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39213         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39214         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39215         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39216         * ext/esd/esdmon.c: (gst_esdmon_get):
39217         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39218         * ext/faac/gstfaac.c: (gst_faac_chain):
39219         * ext/faad/gstfaad.c: (gst_faad_chain):
39220         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39221         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39222         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39223         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39224         (gst_flacdec_loop):
39225         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39226         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39227         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39228         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39229         (gst_gnomevfssink_close_file):
39230         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39231         (gst_gnomevfssrc_open_file):
39232         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39233         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39234         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39235         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39236         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39237         * ext/mad/gstmad.c: (gst_mad_chain):
39238         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39239         * ext/mpeg2dec/gstmpeg2dec.c:
39240         * ext/mpeg2enc/gstmpeg2enc.cc:
39241         * ext/mplex/gstmplex.cc:
39242         * ext/mplex/gstmplexibitstream.cc:
39243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39244         (gst_ogg_demux_push):
39245         * ext/raw1394/gstdv1394src.c:
39246         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39247         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39248         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39249         (gst_sf_loop):
39250         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39251         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39252         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39253         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39255         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39256         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39257         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39258         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39259         (gst_riff_read_element_data), (gst_riff_read_seek),
39260         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39261         * gst/adder/gstadder.c: (gst_adder_loop):
39262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39263         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39264         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39265         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39266         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39267         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39268         * gst/goom/gstgoom.c: (gst_goom_chain):
39269         * gst/id3/gstid3types.c: (gst_id3types_loop):
39270         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39271         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39272         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39273         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39274         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39275         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39276         (gst_ebml_read_float), (gst_ebml_read_header):
39277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39278         (gst_matroska_demux_parse_blockgroup):
39279         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39280         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39281         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39282         * gst/silence/gstsilence.c: (gst_silence_get):
39283         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39284         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39285         * gst/speed/gstspeed.c: (speed_loop):
39286         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39287         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39288         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39289         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39290         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39291         (gst_wavparse_loop):
39292         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39293         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39294         (dxr3audiosink_close):
39295         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39296         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39297         (dxr3videosink_close), (dxr3videosink_write_data):
39298         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39299         * sys/oss/gstosssink.c: (gst_osssink_chain):
39300         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39301         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39303         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39304         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39305         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39306         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39307         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39308         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39309         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39310         (gst_v4l_set_audio):
39311         * sys/v4l/v4l_calls.h:
39312         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39313         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39314         (gst_v4lmjpegsink_playback_init),
39315         (gst_v4lmjpegsink_playback_start):
39316         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39317         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39318         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39319         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39320         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39321         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39322         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39323         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39324         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39325         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39326         (gst_v4l2_get_output), (gst_v4l2_set_output),
39327         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39328         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39329         (gst_v4l2_set_attribute):
39330         * sys/v4l2/v4l2_calls.h:
39331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39332         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39333         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39334         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39335         (gst_v4l2src_capture_stop):
39336         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39337         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39338         (gst_ximagesink_chain):
39339         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39340         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39341         (gst_xvideosink_xwindow_new):
39342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39343         (gst_xvimagesink_chain):
39344
39345 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39346
39347         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39348         (gst_volume_get_volume), (volume_class_init), (volume_init),
39349         (volume_chain_int16), (volume_update_volume):
39350         * gst/volume/gstvolume.h:
39351           make code more readable by removing magic numbers
39352           make mixer interface export 0-100 range
39353           make it internally map to 0.0-1.0 range so users don't distort
39354           output by putting the sliders at full volume
39355
39356 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39357
39358         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39359         (gst_play_state_change), (gst_play_seek_to_time):
39360         block the tick callback for 0.5 secs after doing a seek
39361
39362 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39363
39364         * gst-libs/gst/play/play.c: (gst_play_new):
39365           check for GError
39366
39367 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39368
39369         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39370         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39371         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39372         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39374         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39375
39376 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39377
39378         * configure.ac:
39379         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39380           check for a function added in vorbis 1.1
39381
39382 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39383
39384         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39385         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39386           really start/stop clock only on PLAYING <=> PAUSED
39387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39388           remove \n from debugging lines
39389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39390           make it work when seeking does not
39391         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39392           reset on DISCONT
39393
39394 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39395
39396         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39397           start clock on PAUSED=>PLAYING, not later
39398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39399           extract correct time for different discont formats
39400         (gst_alsa_sink_get_time):
39401           don't segfault when no format is negotiated yet, just return 0
39402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39403         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39404         (gst_ogg_pad_push):
39405           handle flush and discont events correctly
39406         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39407           handle discont events correctly
39408
39409 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39410
39411         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39412         (gst_play_error_create), (gst_play_error_plugin),
39413         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39414         * gst-libs/gst/play/play.h:
39415           add error handling during creation
39416         * examples/gstplay/player.c: (main):
39417           use new gst_play_new
39418
39419
39420 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39421
39422         * ext/theora/theoradec.c: (theora_dec_chain):
39423           make comments work
39424         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39425         (vorbis_dec_src_event), (vorbis_dec_chain):
39426           add encoder tag, fix tag reading to be more error tolerant, change
39427           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39428           gst_pad_event_default.
39429         * gst/tags/gstvorbistag.c:
39430         (gst_tag_list_from_vorbiscomment_buffer):
39431           undefine function specific define at end of function
39432
39433 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39434
39435         * ext/flac/gstflac.c: (plugin_init):
39436         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39437         * ext/flac/gstflacdec.h:
39438         * ext/flac/gstflacenc.h:
39439           Fix typos
39440
39441 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39442
39443         * examples/gstplay/player.c: s/gstplay.h/play.h/
39444
39445 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39446
39447         * gst-libs/gst/play/Makefile.am:
39448         * gst-libs/gst/play/gstplay.c:
39449         * gst-libs/gst/play/gstplay.h:
39450         * gst-libs/gst/play/play.c:
39451           more surgery, operation complete
39452
39453 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39454
39455         * gst-libs/gst/play/play.old.c:
39456         * gst-libs/gst/play/play.old.h:
39457           after CVS surgery by moving, remove
39458         * gst-libs/gst/play/playpipelines.c:
39459           remove
39460
39461         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39462           add negotiation error
39463
39464 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39465
39466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39467         (gst_ogg_demux_push):
39468           add some seeking debug info
39469           send a flush when seeking
39470
39471 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39472
39473         * configure.ac:
39474           use AC_C_INLINE
39475         * configure.ac:
39476         * ext/Makefile.am:
39477         * ext/theora/Makefile.am:
39478         * ext/theora/theoradec.c:
39479           add theora video decoder. Does just do simple decoding for now and
39480           has been tested against Theora cvs only. It only works when theora
39481           is compiled with --enable-static.
39482         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39483           always reset packetno on DISCONT
39484
39485 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39486
39487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39488           Fix audio.
39489
39490 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39491
39492         * gst/mpegaudioparse/gstmpegaudioparse.c:
39493         (mp3_type_frame_length_from_header):
39494           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39495
39496 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39497
39498         * ext/esd/esdsink.c: (gst_esdsink_init):
39499           Since we have static pad template caps, we don't need to negotiate;
39500           either the core errors out or we know the format.
39501
39502 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39503
39504         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39505         (gst_riff_read_seek):
39506         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39507         (gst_ebml_read_seek):
39508           Fix event handling.
39509
39510 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39511
39512         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39513           removee video/x-theora from vp3 decoder, it doesn't handle raw
39514           theora streams
39515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39516           fix bug with finalizing element that never went to PAUSED
39517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39518           length and position queries were swapped
39519         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39520         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39521         (vorbis_dec_src_event):
39522           implement querying time and bytes
39523
39524 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39525
39526         * just about every source file:
39527           gst_element_error -> GST_ELEMENT_ERROR
39528
39529 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39530
39531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39532         emiting FLUSH and even before DISCONT.
39533         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39534         get the best instant seeking as possible yay!
39535
39536 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39537
39538         * gst/mpeg1videoparse/gstmp1videoparse.c:
39539         (gst_mp1videoparse_real_chain):
39540           Committed wrong version last week... Grr... Didn't notice until now.
39541
39542 2004-01-29  Julien MOUTTE <julien@moutte.net>
39543
39544         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39546         have_xwindow_id signal in xwindow_create.
39547
39548 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39549
39550         * ext/ogg/gstoggdemux.c:
39551           lots of changes - mainly support for chained bitstreams, seeking,
39552           querying and bugfixes of course
39553         * ext/vorbis/Makefile.am:
39554         * ext/vorbis/vorbisdec.c:
39555         * ext/vorbis/vorbisdec.h:
39556           add vorbisdec raw vorbis decoder
39557         * ext/vorbis/vorbis.c: (plugin_init):
39558           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39559         * gst/intfloat/Makefile.am:
39560         * gst/intfloat/float22int.c:
39561         * gst/intfloat/float22int.h:
39562         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39563           add float2intnew plugin. It converts multichannel interleaved float to
39564           multichannel interleaved int. The name should probably be changed.
39565         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39566         (plugin_init):
39567           add typefinding for raw theora video so oggdemux can detect it.
39568
39569 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39570
39571         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39572         sink element first.
39573         * gst/videoscale/gstvideoscale.c:
39574         (gst_videoscale_handle_src_event): Fixing src event handler.
39575
39576 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39577
39578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39579         (gst_v4lsrc_open), (gst_v4lsrc_close),
39580         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39581         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39582         * sys/v4l/gstv4lsrc.h:
39583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39584         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39585           Implement resizing... Hack. But that's why v4l is b0rked...
39586
39587 2004-01-28  Julien MOUTTE <julien@moutte.net>
39588
39589         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39590         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39591         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39592         (gst_ximagesink_xwindow_destroy):
39593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39594         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39595         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39596         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39597         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39598         correctly cleaning the image created to check xshm calls on succes,
39599         added a lot of XSync calls in X11 functions, and fixed a segfault when
39600         no image format was defined before negotiation happened.
39601
39602 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39603
39604         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39605           use gst_element_get_time to get correct time
39606
39607 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39608
39609         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39610         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39611         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39613         (gst_xvimagesink_check_xshm_calls),
39614         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39615         X plugins are now able to detect that XShm calls will fail even if the
39616         server claims that it has XShm support (remote displays most of the
39617         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39618         so that we use non XShm functions. This feature is almost useless for
39619         xvimagesink as Xv is not supported on remote displays anyway, but
39620         it might happen than even on the local display XShm calls fail.
39621
39622 2004-01-27  David Schleef  <ds@schleef.org>
39623
39624         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39625         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39626         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39627         changed esdsink to only use 44100,16,2, since esd sucks at rate
39628         conversion and esdsink has had difficulty negotiating.
39629
39630 2004-01-27  Julien MOUTTE <julien@moutte.net>
39631
39632         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39633         (gst_play_seek_to_time): Fixing the way to get current position.
39634
39635 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39636
39637         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39638           use gst_element_get_time to get correct time
39639
39640 2004-01-27  Julien MOUTTE <julien@moutte.net>
39641
39642         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39643         fix ever... Inverting 2 lines of code make spider autoplug correctly
39644         tagged mp3 !
39645
39646 2004-01-27  David Schleef  <ds@schleef.org>
39647
39648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39649         Use gst_pad_try_set_caps_nonfixed().
39650
39651 2004-01-27  David Schleef  <ds@schleef.org>
39652
39653         * gst/ac3parse/gstac3parse.c: update to checklist 5
39654         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39655         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39656         * gst/audioscale/gstaudioscale.c: same
39657         * gst/auparse/gstauparse.c: same
39658         * gst/avi/gstavidemux.c: same
39659
39660 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39661
39662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39663           stop processing after EOS
39664
39665 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39666
39667         * gst/asfdemux/asfheaders.h:
39668         * gst/asfdemux/gstasfdemux.c:
39669         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39670         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39671         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39672           lot's of fixes to make data extraction simpler and get the code
39673           architecture and compiler independant. Add debugging category
39674         * gst/goom/gstgoom.c: (gst_goom_change_state):
39675           reset channel count on PAUSED=>READY, not READY=>PAUSED
39676
39677 2004-01-26  Colin Walters  <walters@verbum.org>
39678
39679         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39680         code to pull a bigger buffer in iradio mode.  This as a side effect
39681         makes typefinding work.
39682
39683 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39684
39685         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39686         Fix SVQ3 decoding on PPC
39687
39688 2004-01-26  Julien MOUTTE <julien@moutte.net>
39689
39690         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39691         that one managed to stay there... Fixed.
39692
39693 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39694
39695         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39696         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39697         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39698         (qtdemux_video_caps):
39699         * gst/qtdemux/qtdemux.h:
39700         Add SVQ3 specific flags to qtdemux and ffmpeg
39701
39702 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39703
39704         * gst-libs/gst/audio/audio.h:
39705           remove buffer-frames from audio caps
39706         * gst/audioconvert/gstaudioconvert.c:
39707           fix plugin to really work.
39708
39709 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39710
39711         * gst-libs/gst/mixer/mixer.c:
39712         * gst-libs/gst/propertyprobe/propertyprobe.c:
39713         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39714         (gst_tuner_find_channel_by_name):
39715         * gst-libs/gst/tuner/tuner.h:
39716           Add gtk-doc style comments. Also fix a function name.
39717
39718 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39719
39720         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39721         (gst_divxdec_negotiate):
39722           Fix for new capsnego - also fixes gst-player with divxdec.
39723
39724 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39725
39726         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39727         (gst_play_identity_handoff), (gst_play_set_location),
39728         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39729         try in visualization implementation. Still have an issue with switch
39730         blocking when pulling from video_queue and only audio comes out of
39731         spider.
39732         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39733         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39734         release method. And check if the pad is usable before pulling.
39735
39736 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39737
39738         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39739         (gst_videobalance_init),
39740         (gst_videobalance_colorbalance_list_channels),
39741         (gst_videobalance_colorbalance_set_value),
39742         (gst_videobalance_colorbalance_get_value),
39743         (gst_videobalance_update_properties),
39744         (gst_videobalance_update_tables_planar411),
39745         (gst_videobalance_planar411):
39746         * gst/videofilter/gstvideobalance.h:
39747           Implement lookup-tables. +/- 10x faster.
39748
39749 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39750
39751         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39752         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39753           The index reading was broken. The rest worked fine, but the whole
39754           goal of my rewrite was to make avidemux readable, and this was
39755           not at all readable. Please use typed variables.
39756
39757 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39758
39759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39760           Additional pad usability check.
39761         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39762         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39763         (gst_mp1videoparse_real_chain):
39764           Fix MPEG video stream parsing. The original plugin had several
39765           issues, including not timestamping streams where the source was
39766           not timestamped (this happens with PTS values in mpeg system
39767           streams, but MPEG video is also a valid stream on its own so
39768           that needs timestamps too). We use the display time code for that
39769           for now. Also, if one incoming buffer contains multiple valid
39770           frames, we push them all on correctly now, including proper EOS
39771           handling. Lastly, several potential segfaults were fixed, and we
39772           properly sync on new sequence/gop headers to include them in next,
39773           not previous frames (since they're header for the next frame, not
39774           the previous). Also see #119206.
39775         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39776         (bpf_from_header):
39777           Move caps setting so we only do it after finding several valid
39778           MPEG-1 fraes sequentially, not right after the first one (which
39779           might be coincidental).
39780         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39781         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39782         (plugin_init):
39783           Add unsynced MPEG video stream typefinding, and change some
39784           probability values so we detect streams rightly. The idea is as
39785           follows: I can have an unsynced system stream which contains
39786           video. In the current code, I would randomly get a type for either
39787           system or video stream type found, because the probabilities are
39788           being calculated rather randomly. I now use fixed values, so we
39789           always prefer system stream if that was found (and that is how it
39790           should be). If no system stream was found, we can still identity                the stream as video-only.
39791
39792 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39793
39794         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39795         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39796           don't write to buffer. Extract data without the need of
39797           __attribute__ ((packed))
39798
39799 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39800
39801         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39802         (mpeg1_sys_type_find):
39803           Fix MPEG-1 stream typefinding.
39804
39805 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39806
39807         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39808           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39809
39810 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39811
39812         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39813         * ext/esd/gstesd.c: (plugin_init):
39814           private debugging, better error reporting
39815
39816 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39817
39818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39819         (gst_riff_read_init), (gst_riff_read_change_state):
39820         * gst-libs/gst/riff/riff-read.h:
39821           Remove stuff fromold metadata system.
39822
39823 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39824
39825         * ext/ogg/gstoggdemux.c:
39826           Fix wrong file comment.
39827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39828         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39829           Add metadata reading properly.
39830
39831 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39832
39833         * ext/Makefile.am:
39834           Fix nas DIST_SUBDIRS
39835           Uraeus:
39836           Fix bug where make distcheck doesn't get run on adding stuff to
39837           the build.
39838
39839 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39840
39841         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39842         * ext/divx/gstdivxdec.h:
39843           Fix divx3 ("msmpeg4") playback using divxdec.
39844
39845 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39846
39847         * gst/typefind/gsttypefindfunctions.c:
39848         (mp3_type_frame_length_from_header): fix bug in length computation
39849         (mp3_type_find): improve debugging output
39850
39851 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39852
39853         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39854         (gst_play_set_location), (gst_play_seek_to_time),
39855         (gst_play_set_audio_sink), (gst_play_set_visualization),
39856         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39857         the pipeline from scratch. Visualization is back and switch went out as
39858         i realized it was not possible to use the way i wanted.
39859         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39860         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39861         clearing in state change from READY to NULL. So that one can clean the
39862         X ressources keeping the element.
39863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39864         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39865         (gst_xvimagesink_colorbalance_set_value),
39866         (gst_xvimagesink_colorbalance_get_value),
39867         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39868         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39869         change from READY to NULL and fixed some stupid bugs in colorbalance
39870         get/set values. Also added the following feature : when nobody tries to
39871         set some values to the colorbalance levels before the xcontext is
39872         grabbed, then when creating channels list from Xv attributes we set the
39873         internal values to the Xv defaults. This way we handle buggy Xv drivers
39874         that set default hue values far from the middle of the range (Thanks
39875         to Jon Trowbridge for pointing that issue).
39876         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39877         colorbalance levels have been set before xcontext is grabbed.
39878
39879 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39880
39881         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39882           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39883           it might block operations (which is bad for a mixer).
39884
39885 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39886
39887         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39888         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39889         (gmip_find_type_pre):
39890         * gst-libs/gst/media-info/media-info-priv.h:
39891         * gst-libs/gst/media-info/media-info.c:
39892         (gst_media_info_instance_init), (gst_media_info_read_idler):
39893         add fakesink to get caps on decoder src pad again
39894         fix callback prototype to match new have_type signal signature
39895
39896 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39897
39898         * gst/adder/gstadder.c: (gst_adder_link):
39899           fix non-compile and cut-n-paste code
39900
39901 2004-01-21  David Schleef  <ds@schleef.org>
39902
39903         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39904         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39905         (gst_swfdec_init), (gst_swfdec_change_state):
39906         * ext/swfdec/gstswfdec.h:
39907         Fix negotiation.
39908         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39909         (gst_adder_request_new_pad): Fix negotiation.
39910         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39911         Add a fixate function.
39912         * gst/intfloat/gstfloat2int.c:
39913         * gst/intfloat/gstfloat2int.h:
39914         * gst/intfloat/gstint2float.c:
39915         * gst/intfloat/gstint2float.h:
39916         Completely rewrite the negotiation.  Doesn't quite work yet,
39917         due to some buffer-frames problem.
39918
39919 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39920
39921         * ext/gnomevfs/gstgnomevfssrc.c:
39922         * sys/v4l2/v4l2_calls.h:
39923           fix includes for distcheck
39924
39925 2004-01-21  Christian Schaller <uraeus@gnome.org>
39926
39927         * ext/nas/
39928         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39929         based on earlier patch from Laurent Vivier
39930
39931 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39932
39933         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39934         Fix wma caps property
39935         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39936         Fix typo (flags1 and flags2)
39937
39938 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39939
39940         * gst-libs/gst/media-info/media-info-priv.c:
39941         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39942         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39943         (gmip_find_stream), (gmip_find_track_metadata),
39944         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39945         (gmip_find_track_format):
39946         * gst-libs/gst/media-info/media-info-priv.h:
39947         * gst-libs/gst/media-info/media-info-test.c: (main):
39948         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39949         (gst_media_info_read_idler), (gst_media_info_read):
39950         * gst-libs/gst/media-info/media-info.h:
39951           register debugging category and use it for debugging
39952
39953 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39954
39955         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39956         (gst_vorbisfile_new_link):
39957           signal streaminfo through tags
39958
39959 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39960
39961         * ext/mplex/gstmplex.cc:
39962         * ext/mplex/gstmplexibitstream.cc:
39963           g++ doesn't like NULL in our i18n/error macros, should be
39964           either (NULL) or ("").
39965
39966 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39967
39968         * sys/dxr3/dxr3audiosink.c:
39969         * sys/dxr3/dxr3init.c:
39970         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39971         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39972           Fix more error error error errors (missing includes here).
39973
39974 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39975
39976         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39977           fix thomas' error errors.
39978
39979 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39980
39981         * ext/mpeg2enc/gstmpeg2enc.cc:
39982           fix error errors.
39983
39984 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39985
39986         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39987         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39988           Fix for new error system.
39989
39990 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39991
39992         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39993           fix for new error reporting
39994
39995 2004-01-20  David Schleef  <ds@schleef.org>
39996
39997         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39998         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39999         (gst_ximagesink_set_xwindow_id): Change to using a framerate
40000         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40001         and neither is 100+, most likely.
40002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40003         (gst_xvimagesink_getcaps): same
40004
40005 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40006
40007         * configure.ac:
40008           Up version requirement to 2.0.3 (not yet released) to avoid symbol
40009           clashes with ffmpeg.
40010
40011 2004-01-20  Julien MOUTTE  <julien@moutte.net>
40012
40013         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40014         (gst_switch_init): Fixed switch element : proxying link and setting
40015         caps from src to sink on request.
40016
40017 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40018
40019         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40020         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40021         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40022         fix element_error
40023
40024 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40025
40026         * sys/v4l/v4l_calls.h:
40027         * sys/v4l2/v4l2_calls.h:
40028           element_error fixes
40029
40030 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40031
40032         * gst-libs/gst/gst-i18n-plugin.h:
40033           add locale.h
40034           remove config.h inclusion
40035
40036 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40037
40038         * autogen.sh:
40039           adding autopoint invocation
40040         * Makefile.am:
40041         * configure.ac:
40042         * gst-libs/gst/gettext.h:
40043           adding gettext bits
40044         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40045         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40046         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40047         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40048         (gst_gnomevfssink_close_file):
40049         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40050         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40051         * gst-libs/gst/gst-i18n-plugin.h:
40052         * gst/avi/gstavi.c: (plugin_init):
40053         * sys/dxr3/dxr3init.c: (plugin_init):
40054         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40055         * sys/oss/gstossaudio.c: (plugin_init):
40056         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40057         * sys/v4l/gstv4l.c: (plugin_init):
40058         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40059         * sys/v4l2/gstv4l2.c: (plugin_init):
40060         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40061         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40062         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40063         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40064         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40065         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40066           make sure locale and translation domain are set
40067           fix translated strings
40068         * po/.cvsignore:
40069         * po/LINGUAS:
40070         * po/Makevars:
40071         * po/POTFILES.in:
40072         * po/nl.po:
40073           put translation files into place
40074         * sys/xvideo/imagetest.c: (main):
40075         * ext/dv/demo-play.c: (main):
40076           fix unnecessary translations
40077
40078 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40079
40080         * ext/sndfile/gstsf.c:
40081         * gst/avi/gstavimux.c:
40082         * ext/audiofile/gstafsink.c:
40083         * ext/audiofile/gstafsrc.c:
40084         * ext/gnomevfs/gstgnomevfssink.c:
40085         * ext/gnomevfs/gstgnomevfssrc.c:
40086         * sys/oss/gstosselement.c:
40087         * sys/v4l/v4l_calls.h:
40088           fix i18n include
40089
40090 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40091
40092         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40093         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40094         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40095         (gst_v4l2_get_output), (gst_v4l2_set_output),
40096         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40097         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40098         (gst_v4l2_set_attribute):
40099         update to new error handling
40100
40101 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40102
40103         * ext/sidplay/gstsiddec.cc:
40104         * gst/modplug/gstmodplug.cc:
40105           parenthese NULL because C++ seems angry about it
40106
40107 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40108
40109         * gst-libs/gst/gst-i18n-plugin.h:
40110           add skeleton i18n stuff, but needs to be further implemented
40111
40112 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40113
40114         * examples/gstplay/player.c: (main):
40115         * ext/aalib/gstaasink.c: (gst_aasink_open):
40116         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40118         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40119         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40120         (gst_afsink_close_file):
40121         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40122         (gst_afsrc_close_file):
40123         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40124         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40125         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40126         * ext/esd/esdmon.c: (gst_esdmon_get):
40127         * ext/esd/esdsink.c: (gst_esdsink_chain):
40128         * ext/faac/gstfaac.c: (gst_faac_chain):
40129         * ext/faad/gstfaad.c: (gst_faad_chain):
40130         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40131         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40132         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40133         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40134         (gst_flacdec_loop):
40135         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40136         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40138         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40139         (gst_gnomevfssink_close_file):
40140         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40141         (gst_gnomevfssrc_open_file):
40142         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40143         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40144         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40146         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40147         * ext/mad/gstmad.c: (gst_mad_chain):
40148         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40149         * ext/mpeg2dec/gstmpeg2dec.c:
40150         * ext/mpeg2enc/gstmpeg2enc.cc:
40151         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40152         * ext/mplex/gstmplex.cc:
40153         * ext/mplex/gstmplexibitstream.cc:
40154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40155         (gst_ogg_demux_push), (gst_ogg_pad_push):
40156         * ext/raw1394/gstdv1394src.c:
40157         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40158         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40159         * ext/sidplay/gstsiddec.cc:
40160         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40161         (gst_sf_loop):
40162         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40163         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40164         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40166         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40167         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40168         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40169         * gst-libs/gst/Makefile.am:
40170         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40171         (gst_riff_read_element_data), (gst_riff_read_seek),
40172         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40173         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40175         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40176         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40177         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40178         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40179         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40180         * gst/goom/gstgoom.c: (gst_goom_chain):
40181         * gst/id3/gstid3types.c: (gst_id3types_loop):
40182         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40183         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40184         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40185         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40186         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40187         (gst_ebml_read_float), (gst_ebml_read_header):
40188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40189         (gst_matroska_demux_parse_blockgroup):
40190         * gst/modplug/gstmodplug.cc:
40191         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40192         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40193         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40194         * gst/silence/gstsilence.c: (gst_silence_get):
40195         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40196         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40197         * gst/speed/gstspeed.c: (speed_loop):
40198         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40199         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40200         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40201         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40202         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40203         (gst_wavparse_loop):
40204         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40205         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40206         (dxr3audiosink_close):
40207         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40208         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40209         (dxr3videosink_close), (dxr3videosink_write_data):
40210         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40211         * sys/oss/gstosselement.h:
40212         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40213         (gst_osssink_chain):
40214         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40215         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40216         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40218         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40219         (gst_v4l_enable_overlay):
40220         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40221         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40222         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40223         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40224         (gst_v4l_set_audio):
40225         * sys/v4l/v4l_calls.h:
40226         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40227         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40228         (gst_v4lmjpegsink_playback_init),
40229         (gst_v4lmjpegsink_playback_start):
40230         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40231         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40232         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40233         (gst_v4lmjpegsrc_requeue_frame):
40234         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40235         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40236         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40238         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40239         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40240         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40241         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40242         (gst_v4l2src_capture_stop):
40243         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40244         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40245         (gst_ximagesink_chain):
40246         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40247         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40248         (gst_xvideosink_xwindow_new):
40249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40250         (gst_xvimagesink_chain):
40251         use new error signal, function and categories
40252
40253 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40254
40255         * configure.ac:
40256         * ext/Makefile.am:
40257         * ext/musicbrainz/gsttrm.c:
40258         * ext/musicbrainz/gsttrm.h:
40259         * ext/musicbrainz/Makefile.am:
40260         Add a trm plugin
40261
40262 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40263
40264         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40265         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40266         synchronous property for debugging.
40267         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40269         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40270         smaller block, fixing indent.
40271
40272 2004-01-16  David Schleef  <ds@schleef.org>
40273
40274         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40275         property affects the video stream.
40276         * sys/xvimage/xvimagesink.c:
40277         * sys/xvimage/xvimagesink.h:
40278         Add synchronous property for debugging.  Should probably be
40279         disabled in non-CVS builds.  Make sure that the Xv attribute
40280         exists before we set it (crash!).  Fix a silly float bug that
40281         caused colorbalance to just not work.
40282
40283 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40284
40285         * tools/gst-launch-ext.in - update for new plugins
40286
40287 2004-01-16  David Schleef  <ds@schleef.org>
40288
40289         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40290         already-freed caps.
40291
40292 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40293
40294         * Update spec for new colorspace plugin and libcaca plugin
40295         * Fix compilation of libcaca plugin (clock -> id)
40296
40297 2004-01-16  Julien MOUTTE <julien@moutte.net>
40298
40299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40300         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40301         (gst_xvimagesink_set_xwindow_id),
40302         (gst_xvimagesink_colorbalance_set_value),
40303         (gst_xvimagesink_colorbalance_get_value),
40304         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40305         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40306         correct colorbalance properties. They can now be set when the element
40307         is still in NULL state. The values will be committed to the Xv Port
40308         when xcontext is initialized.
40309         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40310         brightness int values in the GstXvImagesink structure.
40311
40312 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40313
40314         * gst-libs/gst/Makefile.am:
40315           restructure so having local patches works easier.
40316
40317 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40318
40319         * ext/mpeg2enc/Makefile.am:
40320         * ext/mpeg2enc/gstmpeg2enc.cc:
40321         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40322           Bugfix with respect to EOS handling.
40323
40324 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40325
40326         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40327           Link with right caps (else, it segfaults).
40328         * ext/mplex/gstmplexjob.cc:
40329           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40330
40331 2004-01-15  David Schleef  <ds@schleef.org>
40332
40333         * gst-libs/gst/audio/Makefile.am:
40334         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40335         from the template.
40336         * gst-libs/gst/audio/gstaudiofilter.c:
40337         * gst-libs/gst/audio/gstaudiofilter.h:
40338         Add bytes_per_sample and size and n_samples calculation.
40339         * gst-libs/gst/audio/gstaudiofilterexample.c:
40340         Remove, now autogenerated.
40341         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40342         Moved from gstaudiofilterexample, object name changed, code added
40343         so that it actually works.
40344         * gst-libs/gst/audio/make_filter:
40345         Script to build an audiofilter subclass from the template.
40346         * gst/colorspace/Makefile.am:
40347         * gst/colorspace/yuv2yuv.c:
40348         Remove file, since it's GPL, and we don't use it.
40349
40350 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40351
40352         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40354         them use the buffer free function to test how the buffer was allocated.
40355
40356 2004-01-15  David Schleef  <ds@schleef.org>
40357
40358         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40359         that handles osssink fallback.
40360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40361         (gst_audio_convert_getcaps):
40362         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40363         Add audio/x-qdm2 for QDM2 audio.
40364         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40365         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40367         Decrease minimum size to 16x16.
40368         * gst/wavparse/gstwavparse.c:
40369         Convert disabled pad template caps to new caps.
40370         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40372         (gst_xvimagesink_chain): Throw element error when display cannot
40373         be opened.  Increase minimum framerate to 1.0.  Check the data
40374         free function on a buffer to make sure it is the type we expect
40375         before manipulating it.
40376
40377 2004-01-15  Julien MOUTTE <julien@moutte.net>
40378
40379         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40380         (gst_videobalance_colorbalance_set_value): Implement passthru if
40381         settings are in the middle.
40382         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40383
40384 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40385
40386         * gst/videofilter/Makefile.am:
40387         * gst/volume/Makefile.am:
40388           Since we use videofilter symbols, link to it.
40389
40390 2004-01-15  Julien MOUTTE <julien@moutte.net>
40391
40392         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40393         mixer interface type to HARDWARE.
40394         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40395         type to SOFTWARE.
40396         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40397         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40398         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40399         (gst_volume_interface_init), (gst_volume_list_tracks),
40400         (gst_volume_set_volume), (gst_volume_get_volume),
40401         (gst_volume_set_mute), (gst_volume_mixer_init),
40402         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40403         (volume_init): Implementing mixer interface.
40404         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40405         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40406         (gst_osselement_change_state): Removing some trailing commas in
40407         structures.
40408         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40409         interface type to HARDWARE.
40410         * sys/v4l/gstv4lcolorbalance.c:
40411         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40412         type to HARDWARE.
40413         * sys/v4l2/gstv4l2colorbalance.c:
40414         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40415         interface type to HARDWARE.
40416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40417         same code than ximagesink for event handling.
40418
40419 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40420
40421         * ext/snapshot/Makefile.am:
40422         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40423         (gst_snapshot_chain):
40424         * ext/snapshot/gstsnapshot.h:
40425           This has to be a joke... Snapshot should be connected to a tee,
40426           colorspace element before it and EOS after that, where the other
40427           src of the tee receives normal data.
40428           The current way is *wrong*.
40429
40430 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40431
40432         * ext/hermes/gsthermescolorspace.c:
40433           Fix another compile error. Same as below.
40434
40435 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40436
40437         * gst/colorspace/gstcolorspace.c:
40438         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40439         (gst_colorspace_i420_to_yv12):
40440           Fix compiling... Didn't test if it actually works.
40441
40442 2004-01-15  David Schleef  <ds@schleef.org>
40443
40444         * configure.ac:
40445         * gst/colorspace/Makefile.am:
40446         * gst/colorspace/gstcolorspace.c:
40447         * gst/colorspace/gstcolorspace.h:
40448         * gst/colorspace/yuv2rgb.c:
40449         * gst/colorspace/yuv2rgb.h:
40450         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40451         code and GPL code.  Fix for new caps negotiation.  Rewrite
40452         much of the format handling code, and some of the conversion
40453         code.  Basically, rewrote almost everything.  This element
40454         handles I420, YV12 to RGB conversions.
40455         * ext/hermes/Makefile.am:
40456         * ext/hermes/gsthermescolorspace.c:
40457         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40458         Remove non-Hermes related code.  This element handles lots of
40459         RGB to RGB conversions, but no YUV.
40460         * ext/hermes/gstcolorspace.c:
40461         * ext/hermes/gstcolorspace.h:
40462         * ext/hermes/rgb2yuv.c:
40463         * ext/hermes/yuv2rgb.c:
40464         * ext/hermes/yuv2rgb.h:
40465         * ext/hermes/yuv2rgb_mmx16.s:
40466         * ext/hermes/yuv2yuv.c:
40467         * ext/hermes/yuv2yuv.h:
40468         Remove old code.
40469
40470 2004-01-14  Colin Walters  <walters@verbum.org>
40471
40472         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40473         they've already been.
40474
40475 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40476
40477         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40478           assume tag mode when pad is not connected
40479
40480 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40481
40482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40483           Don't update the time of the clock
40484         (gst_alsa_sink_loop):
40485           sync to the clock given to alsasink, not the own clock
40486         * sys/oss/gstosssink.c: (gst_osssink_chain):
40487           sync to the clock
40488         (gst_osssink_change_state):
40489           activate the clock
40490         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40492           remove bogus code that made DISCONT events unhandled
40493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40494           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40495           #131502)
40496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40497         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40498         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40499           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40500           2nd warning in bug #131502)
40501
40502 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40503
40504         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40505         (gst_videobalance_colorbalance_set_value),
40506         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40507         for colorbalance interface implementation.
40508         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40509         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40510         (gst_ximagesink_dispose), (gst_ximagesink_init),
40511         (gst_ximagesink_class_init): Adding DISPLAY property.
40512         * sys/ximage/ximagesink.h: Adding display_name to store display.
40513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40514         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40515         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40516         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40517         properties (they still need polishing though for gst-launch use : no
40518         xcontext yet, i ll do that tomorrow).
40519         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40520
40521 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40522
40523         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40524         (gst_play_set_location), (gst_play_set_visualization): Preparing
40525         switch integration, adding videobalance in the pipeline.
40526
40527 2004-01-14  Julien MOUTTE <julien@moutte.net>
40528
40529         * gst-libs/gst/colorbalance/colorbalance.c:
40530         (gst_color_balance_class_init): Adding a default type.
40531         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40532         the type.
40533         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40534         (gst_videobalance_dispose), (gst_videobalance_class_init),
40535         (gst_videobalance_init), (gst_videobalance_interface_supported),
40536         (gst_videobalance_interface_init),
40537         (gst_videobalance_colorbalance_list_channels),
40538         (gst_videobalance_colorbalance_set_value),
40539         (gst_videobalance_colorbalance_get_value),
40540         (gst_videobalance_colorbalance_init): Implementing colorbalance
40541         interface.
40542         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40543         list.
40544         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40545         bug which was triggering a BadAccess X error when setting an overlay
40546         before pad was really negotiated.
40547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40548         Using the colorbalance type macro.
40549
40550 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40551
40552         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40553         (gst_flacenc_chain):
40554           handle tags correctly
40555         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40556           extract ID3v1 tags correctly
40557
40558 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40559
40560         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40561         (plugin_init):
40562           Improve matroska typefinding for odd-typed headers...
40563
40564 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40565
40566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40567           Fix for using incremental number on padnames.
40568
40569 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40570
40571         * ext/divx/gstdivxdec.c:
40572         * ext/divx/gstdivxenc.c:
40573           Set category to divx4linux instead of divx (too generic).
40574         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40575         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40576         (gst_wavparse_loop), (gst_wavparse_change_state):
40577         * gst/wavparse/gstwavparse.h:
40578           fix parsing of WAV files with non-standard fmt-tag size and fix
40579           skipping of unrecognized chunks... Someone please fix this thing
40580           to use rifflib so all this is automated.
40581         * sys/v4l/Makefile.am:
40582         * sys/v4l2/Makefile.am:
40583           Add X_CFLAGS because we depend on X (for overlay).
40584
40585 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40586
40587         * ext/mpeg2dec/gstmpeg2dec.c:
40588           Don't issue a timestamp unless we tagged the frame
40589           with a PTS.
40590
40591 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40592
40593         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40594           Query the audio element to get the time, not the clock. We're
40595           interested in the element's time here.
40596
40597 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40598
40599         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40601         * ext/esd/esdsink.c: (gst_esdsink_chain):
40602         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40603         * ext/mas/massink.c: (gst_massink_chain):
40604         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40605         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40606         (gst_matroska_demux_parse_metadata):
40607         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40608         (gst_mpeg_parse_release_locks):
40609         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40610         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40612         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40613         (gst_osssink_change_state):
40614         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40615         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40616         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40617         (gst_xvideosink_release_locks):
40618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40619           use element time.
40620         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40621         (gst_alsa_clock_stop):
40622         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40623         (gst_audio_clock_get_internal_time):
40624           simplify for use with new clocking code.
40625         * testsuite/alsa/Makefile.am:
40626         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40627           fix testsuite for new caps system
40628
40629 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40630
40631         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40632         * ext/flac/gstflacenc.c: (add_one_tag):
40633           length is already host endian, no need to convert. Fixes playback of
40634           tagged files on PPC. (bug #128384)
40635
40636 2004-01-13  Julien MOUTTE <julien@moutte.net>
40637
40638         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40639         colorbalance interface stating if it is hardware based or software
40640         based.
40641         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40642         Removing a trailing comma.
40643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40644         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40645         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40646         the documentation seems to be wrong on the -1000 to 1000 interval.
40647
40648 2004-01-12  David Schleef  <ds@schleef.org>
40649
40650         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40651         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40652         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40653         Fix negotiation.  Add a bufferalloc function for the sink pad,
40654         and generally clean up some of the code.
40655
40656 2004-01-12  Julien MOUTTE <julien@moutte.net>
40657
40658         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40659         (gst_color_balance_channel_dispose): Adding safety check in dispose
40660         method.
40661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40662         (gst_xvimagesink_xcontext_clear),
40663         (gst_xvimagesink_interface_supported),
40664         (gst_xvimagesink_colorbalance_list_channels),
40665         (gst_xvimagesink_colorbalance_set_value),
40666         (gst_xvimagesink_colorbalance_get_value),
40667         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40668         Adding colorbalance interface support to set XV parameters such as
40669         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40670         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40671         interface.
40672
40673 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40674
40675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40676         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40677         (gst_audio_convert_init), (gst_audio_convert_set_property),
40678         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40679         (gst_audio_convert_link),
40680         (gst_audio_convert_buffer_to_default_format),
40681         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40682           - implement _getcaps and use it
40683           - improve linking
40684           - remove float caps since no float conversion is actually done
40685           - remove properties and arguments that were to be used for rate
40686             conversion
40687
40688 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40689
40690         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40691         (gst_audio_structure_set_int):
40692         * gst-libs/gst/audio/audio.h:
40693           add helper functions for _getcaps matching the standard audio
40694           templates
40695
40696 2004-01-12  David Schleef  <ds@schleef.org>
40697
40698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40699         Test that pad is negotiated before getting its caps.
40700
40701 2004-01-12  Julien MOUTTE <julien@moutte.net>
40702
40703         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40704         analyzing the pads of an element the bin is mostly in READY state so
40705         no caps were negotiated. This helper function needs to work with
40706         _get_caps directly then. I was not freeing them though, added that to
40707         fix the mem leak.
40708
40709 2004-01-12  Julien MOUTTE <julien@moutte.net>
40710
40711         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40713         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40714         than the free_func.
40715
40716 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40717
40718         * sys/oss/gstossaudio.c: (plugin_init):
40719         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40720         * sys/oss/gstosselement.h:
40721           make an oss debugging category
40722           make failure more descriptive
40723
40724 2004-01-11  David Schleef  <ds@schleef.org>
40725
40726         * ext/ffmpeg/gstffmpeg.c:
40727         * ext/ffmpeg/gstffmpegcodecmap.c:
40728         * ext/ffmpeg/gstffmpegdec.c:
40729         * ext/ffmpeg/gstffmpegenc.c:
40730         * ext/ffmpeg/gstffmpegprotocol.c:
40731         * ext/gdk_pixbuf/gstgdkanimation.c:
40732         * ext/jpeg/gstjpeg.c:
40733         * ext/libpng/gstpng.c:
40734         * ext/mpeg2dec/perftest.c:
40735         * ext/speex/gstspeex.c:
40736         * gst-libs/gst/resample/dtos.c:
40737         * gst/intfloat/gstintfloatconvert.c:
40738         * gst/oneton/gstoneton.c:
40739         * gst/rtjpeg/RTjpeg.c:
40740         * gst/rtp/gstrtp.c:
40741         * sys/dxr3/dxr3init.c:
40742         * sys/glsink/gstgl_nvimage.c:
40743         * sys/glsink/gstgl_pdrimage.c:
40744         * sys/glsink/gstglsink.c:
40745         * testsuite/gst-lint:
40746         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40747
40748 2004-01-11  David Schleef  <ds@schleef.org>
40749
40750         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40751         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40752         * ext/gdk_pixbuf/gstgdkanimation.c:
40753         (gst_gdk_animation_iter_create_pixbuf):
40754         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40755         (gst_gdk_pixbuf_chain):
40756         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40757         * ext/jack/gstjack.c: (gst_jack_change_state):
40758         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40759         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40760         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40761         * gst/videofilter/gstvideofilter.c:
40762         (gst_videofilter_set_output_size):
40763         Remove all usage of gst_pad_get_caps(), and replace it with
40764         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40765
40766 2004-01-11  David Schleef  <ds@schleef.org>
40767
40768         * configure.ac:
40769         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40770         * ext/divx/gstdivxdec.c:
40771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40772         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40773         handle images that span multiple buffers.  Now work with both
40774         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40775         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40776         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40777         video/video.h changes
40778         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40780         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40781         of GstData free function.
40782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40783         same.
40784
40785 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40786
40787         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40788         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40789         (gst_v4l2element_get_property):
40790         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40791           add norm, channel and frequency properties.
40792         * sys/v4l2/gstv4l2tuner.c:
40793           fixes for tuner interface changes
40794         * sys/v4l2/gstv4l2element.h:
40795         * sys/v4l2/gstv4l2src.c:
40796         * sys/v4l2/gstv4l2src.h:
40797         * sys/v4l2/v4l2src_calls.c:
40798         * sys/v4l2/v4l2src_calls.h:
40799           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40800
40801 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40802
40803         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40804         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40805         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40806         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40807         * gst-libs/gst/tuner/tuner.h:
40808           GObjects aren't const.
40809           Add find_by_name functions.
40810           Add checks to _changed functions.
40811         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40812         (gst_v4l_tuner_get_norm):
40813           Fixes for above.
40814
40815 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40816
40817         * gst-libs/gst/video/video.h:
40818           Fix caps template names to be understandable.
40819           Prefix everything with GST_VIDEO.
40820         * ext/aalib/gstaasink.c:
40821         * ext/divx/gstdivxdec.c:
40822         * ext/divx/gstdivxenc.c:
40823         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40824         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40825         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40826         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40827         * ext/libcaca/gstcacasink.c:
40828         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40829         * ext/snapshot/gstsnapshot.c:
40830         * ext/swfdec/gstswfdec.c:
40831         * ext/xvid/gstxviddec.c:
40832         * ext/xvid/gstxvidenc.c:
40833         * gst/chart/gstchart.c:
40834         * gst/deinterlace/gstdeinterlace.c:
40835         * gst/effectv/gsteffectv.c:
40836         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40837         * gst/goom/gstgoom.c:
40838         * gst/median/gstmedian.c:
40839         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40840         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40841         * gst/overlay/gstoverlay.c:
40842         * gst/smooth/gstsmooth.c:
40843         * gst/smpte/gstsmpte.c:
40844         * gst/synaesthesia/gstsynaesthesia.c:
40845         * gst/videocrop/gstvideocrop.c:
40846         * gst/videodrop/gstvideodrop.c:
40847         * gst/y4m/gsty4mencode.c:
40848         * sys/qcam/gstqcamsrc.c:
40849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40850           Make them work with new video.h file.
40851         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40852         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40854         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40855           Make it work with new buffer allocation system.
40856
40857 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40858
40859         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40860         pad_alloc_buffer implementation to use ->srcpad
40861         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40862         pad_alloc_buffer implementation to use ->srcpad
40863         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40864         pad_alloc_buffer implementation to use ->srcpad
40865         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40866         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40867         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40868         a reference to everything we need.
40869         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40871         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40872         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40873         a reference to everything we need.
40874         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40875
40876 2004-01-11  David Schleef  <ds@schleef.org>
40877
40878         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40879         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40880         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40881         structure members.
40882         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40883         value during a resize/renegotiation.
40884         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40885         gst_pad_alloc_buffer();
40886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40887         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40888         structure members.
40889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40890         Fix for rename of buffer private structure members.
40891         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40892         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40893         Fix for rename of buffer private structure members.
40894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40895         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40896         Fix for rename of buffer private structure members.
40897
40898 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40899
40900         reviewed by: David Schleef <ds@schleef.org>
40901
40902         * gst/videofilter/Makefile.am:
40903         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40904         from the patch by ds to fit in with recent make_filter changes.
40905
40906 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40907
40908         * configure.ac: Adding examples/switch/Makefile
40909         * examples/Makefile.am: Adding examples/switch
40910         * examples/switch/Makefile.am: Adding switcher example.
40911         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40912         (switch_timer), (main): Adding an example demonstrating switch usage
40913         with 2 videotestsrc showing different patterns.
40914         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40915         (gst_switch_init): Fixing switch with the new caps system.
40916
40917 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40918
40919         * gst-libs/gst/video/video.h:
40920           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40921           They should probably be like
40922           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40923
40924 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40925
40926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40927         (qtdemux_parse_trak):
40928           fix audio chunk size/timestamp calculation
40929
40930 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40931
40932         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40933           fix SVQ3 caps
40934
40935 2004-01-11  Steve Baker  <steve@stevebaker.org>
40936
40937         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40938         (gst_agingtv_base_init), (gst_agingtv_class_init),
40939         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40940         (gst_agingtv_set_property), (gst_agingtv_get_property):
40941         Port agingTV to videofilter
40942
40943 2004-01-09  Julien MOUTTE <julien@moutte.net>
40944
40945         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40946         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40947
40948 2004-01-09  Julien MOUTTE <julien@moutte.net>
40949
40950         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40951         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40952         * gst-libs/gst/xoverlay/xoverlay.c:
40953         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40955         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40957         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40958         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40959         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40960         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40961         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40962         interface implementation to handle xid being 0 and fix some bugs
40963         triggered by Benjamin's testcase.
40964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40965         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40966         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40967         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40968         interface implementation to handle xid being 0 and fix some bugs
40969         triggered by Benjamin's testcase.
40970
40971 2004-01-09  David Schleef  <ds@schleef.org>
40972
40973         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40974         mouse pointer events.  It works.
40975
40976 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40977
40978         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40979           Use explicit caps - fix capsnego.
40980         * ext/xvid/gstxviddec.c:
40981         * ext/xvid/gstxvidenc.c:
40982           Remove macro-inside-macro which caused compile errors.
40983         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40984           Error out if it's not a RIFF file. Else we error out without
40985           gst_element_error() which is not good...
40986
40987 2004-01-08  David Schleef  <ds@schleef.org>
40988
40989         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40990         Fix pad_link function to handle formats that ffmpeg returns
40991         as multiple caps structures.
40992         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40993         Only complain if source buffer is _smaller_ than expected.
40994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40995         (gst_videoscale_handle_src_event): Resize navigation events
40996         when passing them upstream.
40997         * gst/videotestsrc/gstvideotestsrc.c:
40998         * gst/videotestsrc/gstvideotestsrc.h:
40999         * gst/videotestsrc/videotestsrc.c:
41000         * gst/videotestsrc/videotestsrc.h:
41001         Rewrite many of the buffer painting functions to handle odd
41002         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
41003         been verified to work with my video card.
41004         * testsuite/gst-lint:  Add check for elements calling
41005         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41006
41007 2004-01-08  David Schleef  <ds@schleef.org>
41008
41009         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41010         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41011
41012 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41013
41014         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41015         configure event is not emiting the desired size signal. That fixes
41016         aspect ratio issues with gst-player.
41017
41018 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41019
41020         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41021           Fix capsnego.
41022
41023 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41024
41025         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41026         public method to fire size signal.
41027
41028 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41029
41030         * examples/gstplay/Makefile.am: Adding the interface library.
41031         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41032         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41033         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41034         GST_IS_X_OVERLAY before signal connect.
41035         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41036         Removing the have_video_size signal.
41037         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41038         and associated public method.
41039         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41040         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41041         signal.
41042         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41043         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41044         signal.
41045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41046         Using XOverlay public method to fire size signal.
41047
41048 2004-01-07  David Schleef  <ds@schleef.org>
41049
41050         * gst/videofilter/Makefile.am:
41051         * gst/videofilter/gstvideotemplate.c:
41052         * gst/videofilter/make_filter:
41053         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41054         Convert make_filter to /bin/sh script.
41055
41056 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41057
41058         * gst/modplug/gstmodplug.cc: fix element description
41059
41060 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41061
41062         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41063         (got_video_size): Adding some new lines in g_print calls.
41064         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41065         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41066         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41067         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41068         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41069         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41070         Complete code review, reverting some stuff i disagree with, adding
41071         some fixes : time synchronization on invalid timestamps, renegotiation
41072         of private window.
41073         * sys/ximage/ximagesink.h:
41074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41075         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41076         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41077         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41078         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41079         (gst_xvimagesink_buffer_new),
41080         (gst_xvimagesink_navigation_send_event),
41081         (gst_xvimagesink_set_xwindow_id),
41082         (gst_xvimagesink_get_desired_size),
41083         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41084         stuff i disagree with, adding some fixes : Renegotiation of private
41085         window, implementing get_desired_size.
41086
41087 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41088
41089         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41090         (gst_afsink_handle_event):
41091         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41092         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41093         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41094         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41095         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41096           Fix for instantiate-test (see core). Also remove dead code from
41097           jpegenc (which still needs fixing, but that's lower on my TODO
41098           list...).
41099         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41100           Never return NULL as caps.
41101
41102 2004-01-07  David Schleef  <ds@schleef.org>
41103
41104         * configure.ac:
41105         * ext/Makefile.am:
41106         * ext/librfb/Makefile.am:
41107         * ext/librfb/gstrfbsrc.c:
41108         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41109         is the protocol used by VNC.
41110
41111 2004-01-07  David Schleef  <ds@schleef.org>
41112
41113         * gst/videofilter/gstvideotemplate.c:
41114         * gst/videofilter/gstvideotemplate.h:
41115         * gst/videofilter/make_filter:
41116         Merge videotemplate header into source file.
41117         * gst/effectv/Makefile.am:
41118         * gst/effectv/gsteffectv.c: (plugin_init):
41119         * gst/effectv/gstwarp.c:
41120         Make warpTV a subclass of videofilter.
41121
41122 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41123
41124         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41125           Add guard against invalid utf-8 conversions in mad. Just in case.
41126
41127 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41128
41129         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41130           Fix for bug shown by poisoning
41131
41132 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41133
41134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41135         (gst_v4lmjpegsrc_buffer_free):
41136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41137         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41138         (gst_v4lsrc_buffer_free):
41139           Fix for removed bufferpools.
41140
41141 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41142
41143         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41144         Fix caps negotiation.
41145
41146         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41147         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41148         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41149         (dvdnavsrc_event):
41150         * ext/mpeg2dec/gstmpeg2dec.c:
41151         * gst-libs/gst/navigation/navigation.c:
41152         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41153         * gst-libs/gst/navigation/navigation.h:
41154         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41155         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41157         Super-simple first version of mouse and keyboard events. Clicking
41158         on a DVD menu now works, although it may not take you where you
41159         expected.
41160
41161         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41162         * gst/videotestsrc/gstvideotestsrc.c:
41163         (gst_videotestsrc_src_fixate):
41164         These fixate functions were broken - they never actually
41165         fixated :)
41166
41167 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41168
41169         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41170         (gst_icecastsend_init):
41171           fix for new caps system.
41172         * gst-libs/gst/mixer/mixertrack.h:
41173         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41174           Add 'master track' flag (for tools like ACME that only want to
41175           change the main volume).
41176
41177 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41178
41179         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41180         (gst_xvid_csp_to_caps):
41181         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41182         * ext/xvid/gstxvidenc.c:
41183         ifdef out ARGB type when it isn't available
41184         in xvidcore 1.0.0beta2
41185
41186 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41187
41188         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41189           When we have received a new SCR right in the first buffer after
41190           a seek (so in the same cycle that handles the discont), we should
41191           handle the buffer instead of unreffing it, else we lose data.
41192
41193 2004-01-06  Iain <iain@prettypeople.org>
41194
41195         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41196           buffer-frames caps too.
41197
41198         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41199           caps that we need, don't destroy them all and rebuild them. And when
41200           creating src pads, use the src pad template rather than the sink...
41201
41202 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41203
41204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41205           Add pad to element *after* setting functions such as event handler.
41206           Without this, the scheduler (opt) will link pads, set the event
41207           handler from the default event function (dispatcher in gstpad.c)
41208           and *after* that, we will set our own event function, which will
41209           thus never be used (and thus mpegdemux doesn't handle events).
41210
41211 2004-01-04  David Schleef  <ds@schleef.org>
41212
41213         Fix the fixate functions to handle new prototype:
41214         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41215         * gst/videotestsrc/gstvideotestsrc.c:
41216         (gst_videotestsrc_src_fixate):
41217         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41218         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41220
41221 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41222
41223         * sys/ximage/ximagesink.h:
41224         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41225         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41226         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41227         (gst_ximagesink_xoverlay_init):
41228           assorted fixes to make (re)embedding work
41229         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41230         (gst_ximagesink_get_desired_size):
41231           implement desired size additions to XOverlay
41232
41233 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41234
41235         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41236         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41237         (gst_x_overlay_got_desired_size):
41238         * gst-libs/gst/xoverlay/xoverlay.h:
41239           Add optional "desired size" signal and querying.
41240
41241 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41242
41243         * gst/matroska/matroska-demux.c:
41244         (gst_matroska_demux_parse_blockgroup):
41245           Fix EBML-laced block parsing. Diffs are relative to previous
41246           lace, not the first lace. Thanks to Mosu from the Matroska
41247           team for detecting this.
41248         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41249         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41250         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41251         (gst_wavparse_change_state):
41252         * gst/wavparse/gstwavparse.h:
41253           Quickfix for capsnego.
41254
41255 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41256
41257         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41258           Fix indenting, fix pad creation.
41259
41260 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41261
41262         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41263         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41264         (gst_xviddec_sink_link):
41265           Implement src_getcaps() so proper size caps is negotiated.
41266
41267 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41268
41269         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41270           Finish flac decoder on EOS. See #116178.
41271
41272 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41273
41274         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41275         (gst_matroska_demux_add_stream):
41276         * gst/matroska/matroska-ids.h:
41277           Add getcaps() function to fix capsnego...
41278
41279 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41280
41281         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41282         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41284           Fix more integer overflows. Again, see #126967.
41285
41286 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41287
41288         * ext/mpeg2dec/gstmpeg2dec.c:
41289           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41290           #130416.
41291
41292 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41293
41294         * configure.ac:
41295         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41296         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41297         * ext/xvid/gstxvid.h:
41298         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41299         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41300         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41301         (gst_xviddec_change_state):
41302         * ext/xvid/gstxviddec.h:
41303         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41304         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41305         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41306         (gst_xvidenc_link), (gst_xvidenc_set_property),
41307         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41308         * ext/xvid/gstxvidenc.h:
41309           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41310
41311 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41312
41313         * gst/rtp/rtp-packet.c:
41314           Add sys/types.h include, since OS X doesn't define in_addr_t
41315           in netinet/in.h, like it does on Linux (see #129600).
41316
41317 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41318
41319         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41320
41321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41322           Correct logic of dispose function (see #129306).
41323
41324 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41325
41326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41327         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41328         (gst_mpeg_parse_init):
41329         * gst/mpegstream/gstmpegparse.h:
41330           Remove clock (which was never provided, i.e. dead code), and
41331           also fix integer overflows at high PTS values (see #126967).
41332
41333 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41334
41335         * ext/flac/gstflacdec.c:
41336         * ext/libpng/gstpngenc.h:
41337         * ext/mikmod/gstmikmod.h:
41338           OS X fixes (see #126628).
41339
41340 2004-01-02  David Schleef  <ds@schleef.org>
41341
41342         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41343         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41344         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41345         (gst_mpeg_parse_class_init): Move pad template registration
41346         to class_init, since the derived class (mpegdemux) doesn't
41347         want them.
41348
41349 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41350
41351         * sys/ximage/Makefile.am:
41352         * sys/xvideo/Makefile.am:
41353         * sys/xvimage/Makefile.am:
41354           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41355           after installation (see #127664).
41356
41357 2004-01-02  David Schleef  <ds@schleef.org>
41358
41359         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41360         (gst_ffmpegenc_connect):  Negotiation fixes.
41361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41362         Remove inappropriate gst_caps_free().
41363         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41364         Reenable Ronald's internal resize code, since the core handles
41365         it correctly now.
41366
41367 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41368
41369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41372           Fix pad template stuff.
41373
41374 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41375
41376         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41377         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41378           fix signed integer reading/writing.
41379
41380 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41381
41382         * ext/alsa/README:
41383           Remove outdated document
41384
41385 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41386
41387         * gst/cutter/gstcutter.c: (gst_cutter_init):
41388           src pad was being created twice - oops.
41389
41390 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41391
41392         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41393           Comment out internal resize. It doesn't handle the resulting
41394           XEvent internally, does another try_set_caps() which leads to
41395           a really nice loop.
41396           Real fix will come when Julien and Dave are awake. ;).
41397
41398 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41399
41400         * ext/mpeg2enc/gstmpeg2enc.cc:
41401           fix const/nonconst compile issue.
41402
41403 2004-01-02  David Schleef  <ds@schleef.org>
41404
41405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41406         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41407         Add fixate function and a check for bad formats.
41408
41409 2004-01-01  David Schleef  <ds@schleef.org>
41410
41411         Negotiation fixes:
41412         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41413         (gst_audiofilter_init):
41414         * gst/debug/efence.c: (gst_efence_init):
41415         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41416         (gst_deinterlace_init):
41417         * gst/volume/gstvolume.c: (volume_connect):
41418
41419 2004-01-01  David Schleef  <ds@schleef.org>
41420
41421         Convert elements to use gst_pad_use_explicit_caps() where
41422         appropriate:
41423         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41424         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41425         (gst_afparse_open_file):
41426         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41427         (gst_afsrc_open_file):
41428         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41429         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41430         (gst_ffmpegdec_chain):
41431         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41432         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41434         (gst_gdk_pixbuf_chain):
41435         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41436         (gst_jpegdec_chain):
41437         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41438         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41439         (gst_mikmod_negotiate):
41440         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41441         (gst_mpeg2dec_negotiate_format):
41442         * ext/mpeg2enc/gstmpeg2enc.cc:
41443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41444         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41445         (gst_speexdec_sinkconnect):
41446         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41447         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41448         (gst_vorbisfile_new_link):
41449         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41450         (gst_ac3parse_chain):
41451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41452         (gst_asf_demux_setup_pad):
41453         * gst/auparse/gstauparse.c: (gst_auparse_init),
41454         (gst_auparse_chain):
41455         * gst/id3/gstid3types.c: (gst_id3types_loop):
41456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41457         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41458         (mp1videoparse_parse_seq):
41459         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41460         (bpf_from_header):
41461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41462         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41463         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41464         (gst_mpeg_parse_send_data):
41465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41466         (gst_qtdemux_add_stream):
41467         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41468         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41469         (gst_wavparse_parse_fmt):
41470
41471 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41472
41473         * configure.ac:
41474           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41475           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41476           it therefore uses the wrong include paths. Too bad... Note
41477           that 1.6.1.93 is not release yet. ;).
41478           Also add a check for mplex, which is now using the lib'ified
41479           mplex from mjpegtools, too.
41480         * ext/ffmpeg/gstffmpegcodecmap.c:
41481           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41482           issues. I don't think ffmpeg handles 3ivx correctly, so this
41483           probably won't work. But it won't hurt either.
41484         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41485         (gst_ffmpegdec_chain):
41486         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41487         (gst_ffmpegenc_chain_audio):
41488           Fix memleak in audio encoding. Close codec if open fails, this
41489           calls the cleanup routines so we can re-use the context.
41490         * ext/mpeg2enc/gstmpeg2enc.cc:
41491           Fix pad template names/types, fix memory issue with getcaps().
41492         * ext/mpeg2enc/gstmpeg2encoder.cc:
41493         * ext/mpeg2enc/gstmpeg2encoder.hh:
41494           Fix compile issue with new caps system (const thingy).
41495         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41496         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41497           We read a first frame right on initing, so that we have a caps
41498           when we init the output. This caps is cached in padprivate and
41499           read as first frame.
41500         * ext/mplex/Makefile.am:
41501         * ext/mplex/gstmplex.cc:
41502         * ext/mplex/gstmplex.h:
41503         * ext/mplex/gstmplex.hh:
41504         * ext/mplex/gstmplexibitstream.cc:
41505         * ext/mplex/gstmplexibitstream.hh:
41506         * ext/mplex/gstmplexjob.cc:
41507         * ext/mplex/gstmplexjob.hh:
41508         * ext/mplex/gstmplexoutputstream.cc:
41509         * ext/mplex/gstmplexoutputstream.hh:
41510           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41511           had issues, didn't do capsnego, supported only a subset of the
41512           mplex features and required a mplex fork in our local CVS. Plus
41513           that it worked agaist a very old mplex version. Rewriting was
41514           faster than updating it.
41515         * gst-libs/ext/Makefile.am:
41516         * gst-libs/ext/mplex/INSTRUCT:
41517         * gst-libs/ext/mplex/Makefile.am:
41518         * gst-libs/ext/mplex/README:
41519         * gst-libs/ext/mplex/TODO:
41520         * gst-libs/ext/mplex/ac3strm_in.cc:
41521         * gst-libs/ext/mplex/audiostrm.hh:
41522         * gst-libs/ext/mplex/audiostrm_out.cc:
41523         * gst-libs/ext/mplex/aunit.hh:
41524         * gst-libs/ext/mplex/bits.cc:
41525         * gst-libs/ext/mplex/bits.hh:
41526         * gst-libs/ext/mplex/buffer.cc:
41527         * gst-libs/ext/mplex/buffer.hh:
41528         * gst-libs/ext/mplex/fastintfns.h:
41529         * gst-libs/ext/mplex/format_codes.h:
41530         * gst-libs/ext/mplex/inputstrm.cc:
41531         * gst-libs/ext/mplex/inputstrm.hh:
41532         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41533         * gst-libs/ext/mplex/mjpeg_logging.cc:
41534         * gst-libs/ext/mplex/mjpeg_logging.h:
41535         * gst-libs/ext/mplex/mjpeg_types.h:
41536         * gst-libs/ext/mplex/mpastrm_in.cc:
41537         * gst-libs/ext/mplex/mpegconsts.cc:
41538         * gst-libs/ext/mplex/mpegconsts.h:
41539         * gst-libs/ext/mplex/mplexconsts.hh:
41540         * gst-libs/ext/mplex/multplex.cc:
41541         * gst-libs/ext/mplex/outputstream.hh:
41542         * gst-libs/ext/mplex/padstrm.cc:
41543         * gst-libs/ext/mplex/padstrm.hh:
41544         * gst-libs/ext/mplex/stillsstream.cc:
41545         * gst-libs/ext/mplex/stillsstream.hh:
41546         * gst-libs/ext/mplex/systems.cc:
41547         * gst-libs/ext/mplex/systems.hh:
41548         * gst-libs/ext/mplex/vector.cc:
41549         * gst-libs/ext/mplex/vector.hh:
41550         * gst-libs/ext/mplex/videostrm.hh:
41551         * gst-libs/ext/mplex/videostrm_in.cc:
41552         * gst-libs/ext/mplex/videostrm_out.cc:
41553         * gst-libs/ext/mplex/yuv4mpeg.cc:
41554         * gst-libs/ext/mplex/yuv4mpeg.h:
41555         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41556         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41557           We don't fork mjpegtools' mplex in our CVS anymore.
41558         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41559         (gst_avi_demux_add_stream):
41560         * gst/avi/gstavidemux.h:
41561           Add getcaps() function for proper caps nego. This makes some
41562           parts of AVI playback/reading work.
41563         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41564           Resize window on new capsnego. This is probably wrong, but
41565           I'm still committing it because with current capsnego, the
41566           first successfull capsnego is auto-fixated, therefore rounded
41567           down to the lowest values in the caps. this results in a 16x16
41568           XWindow that is not reized when real capsnego finishes.
41569           Dave, I see more cases of this, do you know a proper solution?
41570         * tools/gst-launch-ext.in:
41571           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41572
41573 2003-12-31  David Schleef  <ds@schleef.org>
41574
41575         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41576         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41577           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41578
41579 2003-12-30  David Schleef  <ds@schleef.org>
41580
41581         * ext/ffmpeg/gstffmpegcolorspace.c:
41582         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41583         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41584         (gst_ffmpegcsp_chain): Negotiation fixes
41585         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41587         (gst_audio_convert_link), (gst_audio_convert_channels):
41588         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41589         (gst_audioscale_link), (gst_audioscale_get_buffer),
41590         (gst_audioscale_chain): Negotiation fixes
41591         * gst/audioscale/gstaudioscale.h:
41592         * gst/videofilter/gstvideofilter.c:
41593         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41594         (gst_videofilter_link), (gst_videofilter_init),
41595         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41596         (gst_videofilter_find_format_by_structure):
41597         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41598         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41599         (gst_videoscale_link):
41600         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41601         (videoscale_find_by_structure), (gst_videoscale_setup):
41602         * gst/videoscale/videoscale.h: Negotiation fixes
41603         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41604         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41605         function, restrict resizing to a multiple of 4 (hack until
41606         everyone supports odd sizes correctly).
41607
41608 2003-12-29  Colin Walters  <walters@verbum.org>
41609
41610         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41611         signed.
41612
41613 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41614
41615         * ext/sndfile/gstsf.c: (gst_sf_loop):
41616           Fix warning about discarding const qualifier
41617
41618 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41619
41620         * gst/cutter/gstcutter.c:
41621         * gst/videoscale/gstvideoscale.c:
41622         * gst/volenv/gstvolenv.c:
41623         * gst-libs/gst/audio/audio.c:
41624         * gst-libs/gst/video/video.c:
41625           Fix warnings
41626
41627 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41628
41629         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41630           Don't send ALSA debugging to stderr.
41631         * ext/alsa/gstalsa.h:
41632           Use GST_WARNING instead of g_warning when ALSA functions fail.
41633
41634 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41635
41636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41637           Free XVAdapterInfo correctly.
41638
41639 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41640
41641         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41642         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41643           Make id3tag use correct caps nego.
41644
41645 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41646
41647         * ext/ivorbis/vorbis.c:
41648         * ext/ivorbis/vorbisenc.h:
41649         * ext/ivorbis/vorbisfile.c:
41650           Modify so that it uses the new caps things
41651
41652 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41653
41654         * testsuite/spider/spider1.c: (main):
41655         * testsuite/spider/spider2.c: (main):
41656         * testsuite/spider/spider3.c: (main):
41657           Make tests compile again. They probably don't work.
41658
41659 2003-12-24  Colin Walters  <walters@verbum.org>
41660
41661         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41662         we can't fixate the caps anymore.
41663
41664 2003-12-23  David Schleef  <ds@schleef.org>
41665
41666         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41667         * sys/oss/gstosssink.c: (gst_osssink_init),
41668         (gst_osssink_sink_fixate): Add fixate function.
41669
41670 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41671
41672         * ext/ffmpeg/gstffmpegcodecmap.c:
41673         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41674         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41675         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41676         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41677         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41678         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41679         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41680           fix typo in RGB masks, and move back to "old" colorspace
41681           capsnego code until whoever wrote this new crap has actually
41682           tested it so that it works.
41683           And yes, this works, keep it that way please.
41684
41685 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41686
41687         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41688         (gst_divxdec_init), (gst_divxdec_negotiate):
41689         * ext/divx/gstdivxdec.h:
41690         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41691         (gst_divxenc_init):
41692         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41693         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41694         * ext/mpeg2enc/gstmpeg2enc.cc:
41695         * ext/mpeg2enc/gstmpeg2encoder.cc:
41696         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41697         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41698         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41699         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41700         (dxr3spusink_init):
41701         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41702         (dxr3videosink_init):
41703           Fix caps breakage after Dave's caps branch merge.
41704
41705 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41706
41707         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41708           Fix for 24bpp display.
41709
41710 2003-12-23  Colin Walters  <walters@verbum.org>
41711
41712         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41713         a GnomeVFSHandle directly.
41714
41715 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41716
41717         * gst/volume/Makefile.am:
41718         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41719         (volume_base_init), (volume_init):
41720           Reenable volume element and fix to work with new caps stuff.
41721           Rhythmbox needs this.
41722
41723 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41724
41725         * gst/qtdemux/qtdemux.c: (plugin_init):
41726           qtdemux requires bytestream
41727
41728 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41729
41730         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41731           Fix remaining caps handling errors due to CAPS merge.
41732
41733 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41734
41735         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41736         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41737         (gst_faad_srcconnect):
41738           Port to new caps system.
41739
41740 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41741
41742         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41743         (got_video_size), (main): using g_print instead of g_message.
41744         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41745         signal which was not emitted because of "switch" element added to the
41746         bin but not connected. (Removing from the bin temporarily)
41747
41748 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41749
41750         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41751         find X development files. I don't understand the previous tests and
41752         they fail on my debian/ppc unstable. This one works.
41753         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41754         exiting.
41755         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41756         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41757         (gst_play_set_visualization): Add some safety checks in set_ methods
41758         and state_change. This was throwing some ugly CRITICAL messages when
41759         pipeline was getting disposed and casts were failing.
41760
41761 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41762
41763         * configure.ac:
41764           Improve mpeg2enc detection. This is for distributions that do
41765           ship mjpegtools, but without mpeg2enc. Also does object check
41766           for might there ever be ABI incompatibility.
41767         * ext/mpeg2enc/gstmpeg2enc.cc:
41768           Add Andrew as second maintainer (he's helping me), and also add
41769           an error if no caps was set. This happens if I pull before capsnego
41770           and that's something I should solve sometime else.
41771         * gst/matroska/matroska-demux.c:
41772         (gst_matroska_demux_parse_blockgroup):
41773           Fix time parsing.
41774         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41775         (gst_matroska_mux_track_header):
41776           Add caps to templates.
41777         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41778           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41779         * gst/mpegstream/gstmpegdemux.c:
41780           Remove layer since it causes warnings about unfixed caps.
41781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41782           Fix obvious typo (we error out if caps were set, we should of
41783           course error out if *no* caps were set).
41784         * sys/oss/gstosselement.c: (gst_osselement_convert):
41785           Fix format conversion, we confused bits/bytes.
41786         * sys/oss/gstosselement.h:
41787           Improve documentation for 'bps'.
41788         * sys/v4l/TODO:
41789           Remove stuff about plugins that need removing - this was done
41790           ages ago.
41791         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41792         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41794         (gst_v4lsrc_src_query):
41795         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41796         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41797           Add get_query_types(), get_formats() and query() functions.
41798
41799 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41800
41801         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41802           * moved CVS to freedesktop.org