gst-libs/gst/app/: Move private data into a private instance struct. Add padding...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
2
3         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
4           (gst_app_sink_class_init), (gst_app_sink_init),
5           (gst_app_sink_dispose), (gst_app_sink_finalize),
6           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
7           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
8           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
9           (gst_app_sink_render), (gst_app_sink_getcaps),
10           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
11           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
12           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
13           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
14           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
15           (gst_app_sink_pull_buffer)::
16         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink)::
17         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
18           (gst_app_src_class_init), (gst_app_src_init),
19           (gst_app_src_flush_queued), (gst_app_src_dispose),
20           (gst_app_src_finalize), (gst_app_src_set_property),
21           (gst_app_src_get_property), (gst_app_src_unlock),
22           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
23           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
24           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
25           (gst_app_src_set_caps), (gst_app_src_get_caps),
26           (gst_app_src_set_size), (gst_app_src_get_size),
27           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
28           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
29           (gst_app_src_set_latencies), (gst_app_src_set_latency),
30           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
31           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream)::
32         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate)::
33           Move private data into a private instance struct. Add padding to
34           instance and class structures exposed in public headers. Add
35           Since markers to the gtk-doc blurbs (#566750).
36
37 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
38
39         * tests/examples/app/appsrc_ex.c: (main):
40         Some comments.
41         When pulling a buffer we can get NULL when the element is EOS, don't try
42         to unref this NULL buffer.
43
44 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
45
46         * gst-libs/gst/video/Makefile.am:
47         * gst-libs/gst/video/video.h:
48         Fix up build flags and include statement for the new generated
49         enumtypes files, to fix dist.
50
51 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
52
53         * configure.ac:
54         * docs/libs/Makefile.am:
55         * docs/libs/gst-plugins-base-libs-docs.sgml:
56         * docs/libs/gst-plugins-base-libs-sections.txt:
57         * docs/plugins/Makefile.am:
58         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
59         * docs/plugins/gst-plugins-base-plugins-sections.txt:
60         * docs/plugins/gst-plugins-base-plugins.args:
61         * docs/plugins/gst-plugins-base-plugins.hierarchy:
62         * docs/plugins/gst-plugins-base-plugins.interfaces:
63         * docs/plugins/gst-plugins-base-plugins.prerequisites:
64         * docs/plugins/gst-plugins-base-plugins.signals:
65         * docs/plugins/inspect/plugin-app.xml:
66         * gst-libs/gst/Makefile.am:
67         * gst-libs/gst/app/gstappsink.c:
68         * gst-libs/gst/app/gstappsrc.c:
69         * tests/examples/Makefile.am:
70         * tests/examples/app/Makefile.am:
71
72         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
73
74 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
75
76         * gst-libs/gst/audio/gstbaseaudiosink.c:
77         (gst_base_audio_sink_change_state):
78         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
79         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
80         this because the async_play method is deprecated and usually not called 
81         anymore.
82
83 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
86         Disconnect signal handlers before destroying a previous decodebin so
87         that we don't end up causing deadlocks. Fixes #566586.
88
89 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
90
91         * gst/audiotestsrc/gstaudiotestsrc.c:
92         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
93         (gst_audio_test_src_check_get_range),
94         (gst_audio_test_src_set_property),
95         (gst_audio_test_src_get_property):
96         * gst/audiotestsrc/gstaudiotestsrc.h:
97         Add property to control pull/push based scheduling.
98
99 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
100
101         * configure.ac:
102         * tests/examples/seek/Makefile.am:
103         * tests/icles/Makefile.am:
104         Make the seek and colorkey examples depend on gtk+-x11 as they use
105         GDK_WINDOW_XID.
106         Fixes the build with gtk+-quartz.
107
108 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
109
110         * win32/common/libgstaudio.def:
111         * win32/common/libgsttag.def:
112         * win32/common/libgstvideo.def:
113         Add new exports to win32 files.
114
115 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
116
117         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
118         * gst-libs/gst/tag/gsttagdemux.h:
119         Add GType for GstTagDemuxResult enum.
120
121 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
122
123         * gst-libs/gst/video/Makefile.am:
124         * gst-libs/gst/video/video.h:
125         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
126         This will help bindings to use it.
127
128 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
129
130         * gst-libs/gst/audio/Makefile.am:
131         * gst-libs/gst/audio/audio.c:
132         * gst-libs/gst/audio/multichannel.h:
133         * gst-libs/gst/audio/testchannels.c:
134         * win32/MANIFEST:
135         * win32/common/audio-enumtypes.c:
136         (gst_audio_channel_position_get_type),
137         (gst_ring_buffer_state_get_type),
138         (gst_ring_buffer_seg_state_get_type),
139         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
140         * win32/common/audio-enumtypes.h:
141         * win32/common/multichannel-enumtypes.c:
142         * win32/common/multichannel-enumtypes.h:
143         * win32/vs6/grammar.dsp:
144         * win32/vs6/libgstaudio.dsp:
145         * win32/vs7/libgstaudio.vcproj:
146         * win32/vs8/libgstaudio.vcproj:
147         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
148         audio- in order to wrap all enums declarations of that library.
149         This modification should not matter since that header file is not a
150         public header (it will be included by public headers).
151         Modify win32 crap^Wfiles accordingly.
152
153 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
154
155         * gst-libs/gst/audio/gstbaseaudiosrc.h:
156         * gst-libs/gst/audio/gstbaseaudiosink.h:
157         Complete Sebastien's commit from the 13th by exporting the
158         _slave_method_get_type() methods.
159
160 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
163         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
164         (gst_gio_base_src_query):
165         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
167         (gst_gnome_vfs_src_query):
168         Implement URI query. Fixes bug #562949.
169
170 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
173         Add some debug info.
174
175         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
176         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
177         (gst_play_sink_release_pad):
178         Add some more debug info.
179         Reconfigure the audio chain when we switch between raw and encoded audio
180         in gapless playback.
181
182 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
183
184         * gst-libs/gst/audio/gstbaseaudiosink.c:
185         (gst_base_audio_sink_setcaps):
186         Pause the write thread before deactivating and releasing the ringbuffer
187         to avoid a deadlock when we do gapless playback with different sample
188         rates in playbin2.  Fixes #564929.
189
190 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
191
192         * gst-libs/gst/audio/gstbaseaudiosrc.c:
193         Make GstAudioSrcSlaveMethod get_type() function non-static
194         as it's public now.
195
196         * win32/common/libgstaudio.def:
197         * win32/common/libgstnetbuffer.def:
198         Add some missing functions to the list of exported symbols.
199
200 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         Patch by: Andrew Feren <acferen at yahoo dot com>
203
204         * gst-libs/gst/netbuffer/gstnetbuffer.c:
205         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
206         (gst_netaddress_get_address_bytes),
207         (gst_netaddress_set_address_bytes):
208         * gst-libs/gst/netbuffer/gstnetbuffer.h:
209         Make gst_netaddress_get_ip4_address fail for v6 addresses.
210         Make gst_netaddress_get_ip6_address either fail or return the v4
211         address as a transitional v6 address.
212         Add two convenience functions:
213         API: gst_netaddress_get_address_bytes()
214         API: gst_netaddress_set_address_bytes()
215         Fixes #564896.
216
217 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
218
219         * gst/adder/Makefile.am:
220         * gst/adder/gstadder.c:
221           Cleanup variable names to make the adder-loop easier to understand.
222           Also try to use liboil to spee it up, but ifdef it out as it does not
223           make any change for me (Intel pentim M (sse,sse2) please try on other
224           systems).
225
226 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
227
228         * docs/plugins/Makefile.am:
229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
231         * gst/tcp/gsttcpclientsink.c:
232         * gst/tcp/gsttcpclientsrc.c:
233         * gst/tcp/gsttcpserversrc.c:
234         Add minimal docs to make the remaining tcp elements show up.
235         Fixes #564139.
236
237 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
238
239         * win32/common/config.h:
240           Update to CVS version.
241
242         * win32/common/config.h.in:
243           Hardcode path to plugin install helper exe, just like we hardcode
244           the paths in core. Removes another source of VCS conflicts for
245           people hacking gst-plugins-base on systems with autotools.
246
247 2008-12-13  Edward Hervey  <bilboed@gmail.com>
248
249         * m4/Makefile.am:
250         And a couple more .m4 that don't exist anymore with gettext 0.17
251
252 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
253
254
255         * m4/Makefile.am:
256         inttypes.m4 hasn't been available since gettext-0.15, and since we now
257         require gettext >= 0.17 ... we can remove it from the list of files to
258         dist.
259
260 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
261
262         * gst-libs/gst/audio/gstbaseaudiosink.c:
263         (gst_base_audio_sink_slave_method_get_type),
264         (gst_base_audio_sink_class_init):
265         * gst-libs/gst/audio/gstbaseaudiosink.h:
266         * gst-libs/gst/audio/gstbaseaudiosrc.c:
267         (gst_base_audio_src_slave_method_get_type),
268         (gst_base_audio_src_class_init):
269         * gst-libs/gst/audio/gstbaseaudiosrc.h:
270         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
271         public API. This is needed for the C++ bindings to be able
272         to use this base classes. Fixes bug #564200, #564206.
273
274 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
275
276         * gst-libs/gst/cdda/gstcddabasesrc.c:
277         (gst_cdda_base_src_handle_event):
278         Remove erroneous gst_buffer_ref().
279         * tests/check/libs/rtp.c: (GST_START_TEST):
280         Don't forget to unref the buffer once you're done with it.
281
282 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
283
284         * gst/playback/gstplaybin.c:
285         * gst/playback/gstplaybin2.c:
286           XRef to GstXOverlay.
287
288 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
289
290         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
291         Free the factory array when finalizing.
292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
293         Use a GstStaticPadTemplate since the src pad caps are fixed.
294
295 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
296
297         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
298         (gst_vorbis_enc_init):
299         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
300         pad templates.
301
302 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
303
304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
305         (gst_riff_create_video_template_caps):
306         Add mapping for VP6 in avi/riff.
307
308 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
309
310         * gst/subparse/samiparse.c: (sami_context_push_state),
311         (sami_context_pop_state), (start_sami_element), (end_sami_element):
312         Some versions of libxml seem to be very picky as to strict formatting
313         of the input and never 'close' the final </body> tag.
314         In order to fix that bad behaviour, we trigger the flushing of
315         remaining data on both </body> and </sami>.
316         Fixes #557365
317
318 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
319
320         Patch by: Guillaume Emont <guillaume at fluendo dot com>
321
322         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
323         Add typefinders for MS Word files and OS X .DS_Store files to
324         prevent them to be recognized as MPEG files. Fixes bug #564098.
325
326 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst/playback/gstplaysink.c: (gen_audio_chain),
329         (gst_play_sink_reconfigure):
330         Add some more debug info.
331         Fix linking of just an encoded sink.
332         Handle failure to create a sink chain more gracefully than crashing.
333
334 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
337         Pushing 10 buffers is enough to run the test.
338
339 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
342         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
343         (main):
344         Hook up the SKIP seek flag.
345
346 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * gst/playback/gstplaybin2.c: (pad_added_cb):
349         Error out with a missing-plugin error when the input-selector was not
350         found.
351
352         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
353         Indentation.
354
355 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
358         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
359         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
360         (gst_play_sink_send_event), (gst_play_sink_change_state):
361         Use G_DEFINE_TYPE.
362         Try to set the selected sink to READY before using it. This will allow
363         for detection of incompatible formats sooner.
364         Don't cause a fatal error when conversion elements are missing but post
365         a missing-element message and a warning instead because things might
366         still link and run fine.
367         Simplyfy the construction of audio and video sink chains.
368
369 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
372         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
373         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
374         init from glib.
375
376 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
377
378         Patch by: Luis Menina <liberforce at freeside dot fr>
379
380         * gst-libs/gst/floatcast/floatcast.h:
381         * gst/typefind/gsttypefindfunctions.c:
382         Include glib.h instead of a specific GLib header. Including single
383         GLib headers is deprecated. Fixes bug #563904.
384
385 2008-12-09  Julien Moutte  <julien@fluendo.com>
386
387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
388         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
389
390 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
391
392         * gst-libs/gst/riff/riff-read.c:
393           Fix handling of odd chunks in riff metadata.
394
395 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/volume/gstvolume.c: (gst_volume_class_init),
398         (volume_before_transform), (volume_transform_ip):
399         Use new basetransform vmethod to reconfigure the dynamic properties and
400         any pending volume/mute changes. Fixes #563508.
401
402 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
403
404         * configure.ac:
405         First check for "theoraenc theoradec" and if that failed check
406         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
407         deprecate the latter. Also linking on Windows fails with just "theora"
408         and the version check would fail for the release candidates.
409         Fixes bug #563718.
410
411 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
412
413         * gst/playback/gstdecodebin.c:
414         * gst/playback/gstdecodebin2.c:
415           Add basic docs to decodebin and link to decodebin from decodebin2.
416           
417 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         Patch by: Olivier Crete  <tester at tester ca>
420
421         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
422         * gst-libs/gst/rtp/gstrtcpbuffer.h:
423         Implement gst_rtcp_packet_remove(). Fixes #563174.
424
425         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
426         Add unit test for some RTCP functions.
427
428 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
429
430         * configure.ac:
431         Apparently AC_CONFIG_MACRO_DIR breaks when using more
432         than one macro directory, reverting last change.
433
434 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
435
436         * configure.ac:
437         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
438         our M4 macros.
439
440 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
441
442         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
444         Clear all flags on buffers returned from the image pool.
445         Fixes #563143
446
447 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
448
449         Patch by: Cygwin Ports maintainer
450                   <yselkowitz at users dot sourceforge dot net>
451
452         * autogen.sh:
453         * configure.ac:
454         Require gettext 0.17 because older versions don't mix with libtool
455         2.2. At build time an older gettext version will still work.
456         Fixes bug #556091.
457
458 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
459
460         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
461
462 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         * docs/plugins/gst-plugins-base-plugins.args:
465         * docs/plugins/gst-plugins-base-plugins.hierarchy:
466         * docs/plugins/gst-plugins-base-plugins.interfaces:
467         * docs/plugins/gst-plugins-base-plugins.prerequisites:
468         * docs/plugins/inspect/plugin-videorate.xml:
469         * gst/speexresample/gstspeexresample.c:
470         Update documentation of speexresample for the new element name.
471
472 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
473
474         * gst/speexresample/README:
475         Update README with the latest diff between the Speex resampler
476         and our copy.
477
478 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
479
480         * gst/speexresample/gstspeexresample.c: (plugin_init):
481         Update the debug category from speex_resample to audioresample.
482
483 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
484
485         * gst/audioresample/Makefile.am:
486         * gst/audioresample/buffer.c:
487         * gst/audioresample/buffer.h:
488         * gst/audioresample/debug.c:
489         * gst/audioresample/debug.h:
490         * gst/audioresample/functable.c:
491         * gst/audioresample/functable.h:
492         * gst/audioresample/gstaudioresample.c:
493         * gst/audioresample/gstaudioresample.h:
494         * gst/audioresample/resample.c:
495         * gst/audioresample/resample.h:
496         * gst/audioresample/resample_chunk.c:
497         * gst/audioresample/resample_functable.c:
498         * gst/audioresample/resample_ref.c:
499         * tests/check/elements/audioresample.c:
500         Remove audioresample files.
501
502 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * docs/plugins/inspect/plugin-audioresample.xml:
505         Regenerated for library filename change.
506
507 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
508
509         * configure.ac:
510         * docs/plugins/Makefile.am:
511         * docs/plugins/gst-plugins-base-plugins-sections.txt:
512         * docs/plugins/gst-plugins-base-plugins.args:
513         * docs/plugins/gst-plugins-base-plugins.hierarchy:
514         * docs/plugins/gst-plugins-base-plugins.interfaces:
515         * docs/plugins/gst-plugins-base-plugins.prerequisites:
516         * docs/plugins/inspect/plugin-adder.xml:
517         * docs/plugins/inspect/plugin-alsa.xml:
518         * docs/plugins/inspect/plugin-audioconvert.xml:
519         * docs/plugins/inspect/plugin-audiorate.xml:
520         * docs/plugins/inspect/plugin-audioresample.xml:
521         * docs/plugins/inspect/plugin-audiotestsrc.xml:
522         * docs/plugins/inspect/plugin-cdparanoia.xml:
523         * docs/plugins/inspect/plugin-decodebin.xml:
524         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
525         * docs/plugins/inspect/plugin-gdp.xml:
526         * docs/plugins/inspect/plugin-gio.xml:
527         * docs/plugins/inspect/plugin-gnomevfs.xml:
528         * docs/plugins/inspect/plugin-libvisual.xml:
529         * docs/plugins/inspect/plugin-ogg.xml:
530         * docs/plugins/inspect/plugin-pango.xml:
531         * docs/plugins/inspect/plugin-playback.xml:
532         * docs/plugins/inspect/plugin-queue2.xml:
533         * docs/plugins/inspect/plugin-subparse.xml:
534         * docs/plugins/inspect/plugin-tcp.xml:
535         * docs/plugins/inspect/plugin-theora.xml:
536         * docs/plugins/inspect/plugin-typefindfunctions.xml:
537         * docs/plugins/inspect/plugin-uridecodebin.xml:
538         * docs/plugins/inspect/plugin-video4linux.xml:
539         * docs/plugins/inspect/plugin-videorate.xml:
540         * docs/plugins/inspect/plugin-videoscale.xml:
541         * docs/plugins/inspect/plugin-videotestsrc.xml:
542         * docs/plugins/inspect/plugin-volume.xml:
543         * docs/plugins/inspect/plugin-vorbis.xml:
544         * docs/plugins/inspect/plugin-ximagesink.xml:
545         * docs/plugins/inspect/plugin-xvimagesink.xml:
546         * gst/speexresample/gstspeexresample.c: (plugin_init):
547         * gst/speexresample/Makefile.am:
548         * tests/check/Makefile.am:
549         * tests/check/elements/speexresample.c: (setup_speexresample),
550         (GST_START_TEST), (test_pipeline):
551         Rename the moved speexresample to audioresample, integrate into the
552         build system and remove the old audioresample from the build system.
553         Fixes bug #558124, #385061, #346218, #116051.
554
555 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
556
557         * gst-libs/gst/audio/gstbaseaudiosrc.c:
558         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
559         Avoid nasty int overflows after about 12 hours and 25 minutes when these
560         code paths are triggered. 
561         A free beer to Håvard Graff for finding this!
562
563 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
564
565         Patch by: 이문형 <iwings at gmail dot com>
566
567         * gst-libs/gst/rtsp/gstrtspconnection.c:
568         (gst_rtsp_connection_connect):
569         A successful gst_poll_wait() doesn't always mean successful connect() on
570         Windows.  We should check errors by calling gst_poll_fd_has_error().
571         See #561924.
572
573 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst-libs/gst/rtp/gstrtcpbuffer.c:
576         Fix typo in the docs.
577
578 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
581         If no stream was found before receiving EOS, post an error message.
582         Fixes #561924.
583
584 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
585
586         * ext/theora/gsttheoraenc.h:
587         * ext/theora/theoraenc.c: (gst_theora_enc_init),
588         (theora_buffer_from_packet), (theora_push_packet),
589         (theora_enc_sink_event), (theora_enc_is_discontinuous),
590         (theora_enc_chain):
591         Parse segment events.
592         Pass incomming buffer timestamps to outgoing buffers.
593         Use the running_time to construct the granulepos.
594         Fixes #562163.
595
596 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
597
598         * gst/playback/gstplaybin2.c: (activate_group):
599         Fix buffer-duration property.
600
601 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         * gst-libs/gst/audio/gstbaseaudiosink.c:
604         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
605         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
606         (gst_base_audio_sink_change_state):
607         Really fix audiosink drain handling by keeping track of the running_time
608         of the last sample.
609
610 2008-11-24  Michael Smith <msmith@songbirdnest.com>
611
612         * gst/playback/gstplaybin2.c:
613           Add notification of current stream. Add ability to configure buffer
614           sizes.
615         * gst/playback/gsturidecodebin.c:
616           Add ability to configure buffer sizes for streaming mode.
617           Bug #561734.
618
619 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
620
621         * gst-libs/gst/audio/gstbaseaudiosink.c:
622           Time is already in running_time. Remove base_time handling. Fixes
623           audiosinks not draining and thus chopping some audio in the end.
624
625 2008-11-24  David Schleef  <ds@schleef.org>
626
627         * ext/ogg/gstoggmux.c:
628         * ext/ogg/gstoggmux.h:
629           If we're muxing a dirac stream, flush the page after every picture.
630
631 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
632
633         * gst-libs/gst/audio/gstbaseaudiosink.c:
634           Add one log message to check for audio_drained. Sync one log message
635           with the condition. Send EOS after draining audio in pull mode.
636
637 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
638
639         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
641         Use gst_buffer_try_new_and_alloc() and fail properly if the
642         allocation failed. This prevents abort() if downstream elements
643         request an insane amount of memory.
644
645 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
646
647         * gst/volume/gstvolume.c: (volume_choose_func),
648         (volume_update_volume), (gst_volume_set_volume),
649         (gst_volume_get_volume), (gst_volume_set_mute),
650         (gst_volume_class_init), (gst_volume_init),
651         (volume_process_double), (volume_process_float),
652         (volume_process_int32), (volume_process_int32_clamp),
653         (volume_process_int24), (volume_process_int24_clamp),
654         (volume_process_int16), (volume_process_int16_clamp),
655         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
656         (volume_transform_ip), (volume_set_property),
657         (volume_get_property):
658         * gst/volume/gstvolume.h:
659         Cleanup volume, define and use default values.
660         Recalculate new volume and mute setup before processing. Fixes #561789.
661
662         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
663         Add controller unit test. Patch by: Jonathan Matthew
664         Fix bogus test that messed with basetransform's internal state.
665
666 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
667
668         * gst/videorate/gstvideorate.c:
669         Add jpeg and png image media types to the caps. Fixes #561436.
670
671 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         * gst/playback/gstplaysink.c: (gen_audio_chain):
674         Don't post an error when we can't configure the volume but post a
675         warning instead. Fixes #561780.
676
677 2008-11-21  David Schleef  <ds@schleef.org>
678
679         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
680
681         * gst/videotestsrc/gstvideotestsrc.c:
682         * gst/videotestsrc/gstvideotestsrc.h:
683         * gst/videotestsrc/videotestsrc.c:
684         * gst/videotestsrc/videotestsrc.h:
685           Add a zone plate pattern generator based on BBC R&D Report
686           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
687           kx2=20 ky2=20 kt=1'.
688
689 2008-11-20  Michael Smith <msmith@songbirdnest.com>
690
691         * gst/playback/gstdecodebin2.c:
692           Fix random fat-fingering making this not compile.
693
694 2008-11-20  Michael Smith <msmith@songbirdnest.com>
695
696         * gst/playback/gstdecodebin2.c:
697           If the top-level type of the stream is plain text, don't try to decode
698           it, matching behaviour of decodebin.
699         * gst/playback/gstplaysink.c:
700           If we fail to generate a text chain (e.g. due to missing optional
701           plugins), don't crash.
702
703 2008-11-20  Michael Smith <msmith@songbirdnest.com>
704
705         * gst-libs/gst/rtsp/gstrtspdefs.c:
706           Fix win32 build. Oops.
707
708 2008-11-20  Michael Smith <msmith@songbirdnest.com>
709
710         * gst-libs/gst/rtsp/gstrtspdefs.c:
711           Use WSAGetLastError() rather than errno/h_errno on win32.
712
713 2008-11-20  Michael Smith <msmith@songbirdnest.com>
714
715         * gst-libs/gst/riff/riff-media.c:
716           Support WMA Lossless properly.
717
718 2008-11-18  David Schleef  <ds@schleef.org>
719
720         * gst/videotestsrc/gstvideotestsrc.c:
721         * gst/videotestsrc/gstvideotestsrc.h:
722         * gst/videotestsrc/videotestsrc.c:
723         * gst/videotestsrc/videotestsrc.h:
724           Add "colorspec" property, specifying whether to generate BT.601
725           or BT.709 video.  This only affects YCbCr values, not RGB, since
726           if you're generating a 709 test pattern, presumably you want
727           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
728           uses 75% colors instead of 100%, since this is often more useful
729           for testing (and also follows the SMPTE EG-1 guideline).
730
731 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
732
733         * gst/playback/gstdecodebin.c:
734         Add a "sink-caps" property to decodebin like it's done for decodebin2.
735         Fixes #560380.
736
737 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
738
739         * gst/audioresample/gstaudioresample.c:
740         Guard against a NULL dereference I somehow encountered -
741         with a FLUSH_STOP arriving either before basetransform _start(),
742         or after _stop().
743
744         * gst/typefind/gsttypefindfunctions.c:
745         Make sure we never jump backwards when typefinding corrupt mov files.
746
747 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
748
749         * gst-libs/gst/interfaces/propertyprobe.c:
750         Fix random type causing a docs warning.
751
752 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
753
754         * sys/v4l/gstv4l.c:
755           Give it a minimal rank for autovideosrc.
756
757 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
758
759         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
760         (plugin_init):
761         Improve typefinding of ISO JPEG2000 mime types.
762
763 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
764
765         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
766         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
767         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
768         * sys/xvimage/xvimagesink.h:
769         Avoid typechecking when we do trivial casts.
770         Move error handling out of the main program flow.
771         Sneak in the display-region caps property, not completely correct yet.
772         Cache the width/height in buffer_alloc instead of parsing it from the
773         caps all the time.
774
775 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         * gst/playback/gstplaybin2.c: (deactivate_group):
778         don't try to unlink the selector sinkpad when we don't have it yet. This
779         can happen if an error occured before the group was complete.
780
781 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
782
783         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
784         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
785         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
786         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
787         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
788         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
789         (gst_rtp_buffer_get_extension_data),
790         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
791         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
792         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
793         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
794         (gst_rtp_buffer_get_payload_type),
795         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
796         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
797         (gst_rtp_buffer_set_timestamp),
798         (gst_rtp_buffer_get_payload_subbuffer),
799         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
800         Avoid expensive type checks we already did as part of the 
801         _validate() function that should be called first.
802
803 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
804
805         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
806         (gst_base_rtp_depayload_push_full),
807         (gst_base_rtp_depayload_set_gst_timestamp):
808         Fix some cases where a newsegment event was not sent.
809
810 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/playback/gstplaybin2.c: (activate_group):
813         Catch state change errors and stop from the uridecodebin elements
814         instead of trying to continue in vain.
815
816 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
817
818         * gst-libs/gst/audio/gstbaseaudiosink.c:
819         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
820         (gst_base_audio_sink_callback):
821         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
822         for the latency to expire, fixes #559567.
823
824 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
825
826         * gst/adder/gstadder.c:
827           Change author string after seeing output of gst-inspector.
828
829 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
830
831         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
832         Don't try to do crazy things when we only have a text pad without a
833         video pad. Fixes #559478.
834
835 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
836
837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
838         Fix case where we don't have a range for the rates or channels as is the
839         case with truespeech.
840
841 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * gst/volume/gstvolume.c: (volume_update_real_volume),
844         (gst_volume_set_volume), (gst_volume_get_volume),
845         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
846         (volume_transform_ip), (volume_update_mute),
847         (volume_update_volume), (volume_get_property):
848         * gst/volume/gstvolume.h:
849         Keep negotiated state in a separate variable.
850         Protect the volume and mute properties with the object lock.
851         Protect modifying the transform with the transform lock.
852
853 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
856         (gst_ffmpeg_pixfmt_to_caps):
857         Only convert caps to string when debug is enabled.
858
859 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         * ext/theora/gsttheoradec.h:
862         * ext/theora/theoradec.c: (gst_theora_dec_init),
863         (gst_theora_dec_reset), (theora_dec_src_event),
864         (theora_dec_sink_event), (theora_handle_type_packet):
865         Copy seqnum.
866         Keep events in a pending list, like vorbisdec, instead of trying
867         to construct a segment event ourselves.
868
869         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
870         (vorbis_dec_src_event), (vorbis_dec_sink_event):
871         * ext/vorbis/vorbisdec.h:
872         Copy seqnum.
873
874 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
877         (gst_ogg_demux_deactivate_current_chain),
878         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
879         (gst_ogg_demux_loop):
880         * ext/ogg/gstoggdemux.h:
881         Copy seqnums around to track playback segments and messages.
882
883 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
884
885         Based on patch by: Matthias Kretz <kretz at kde dot org>
886
887         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
888         (gst_alsasink_prepare), (gst_alsasink_unprepare),
889         (gst_alsasink_write):
890         Make all access non-blocking so that we can better handle unplugging
891         of usb devices. Fixes #559111
892
893 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         Patch by: Damien Lespiau  <damien.lespiau gmail com>
896
897         * gst-libs/gst/rtsp/gstrtspconnection.c:
898         (gst_rtsp_connection_write):
899         Make the next call to poll not depend on previous calls to poll with or
900         without reading from the active descriptor. Fixes #544293.
901
902 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
903
904         Patch by: Nick Haddad <nick at haddads dot net>
905
906         * gst-libs/gst/riff/riff-ids.h:
907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
908         Add support for other fourcc codes that are commonly used for
909         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
910         Fixes #558553.
911
912 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
913
914         * gst/audioresample/gstaudioresample.c:
915           Return the result of parent_class->event().
916
917 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
918
919         * gst/audioresample/gstaudioresample.c:
920         (gst_audioresample_class_init), (audioresample_fixate_caps):
921         Fixate the rate to the nearest supported rate instead of
922         the first one. Fixes bug #549510.
923
924 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * win32/common/libgstaudio.def:
927         Add new symbols.
928
929 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
932         Attempt to make obfuscated code clearer.
933
934 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
935
936         * docs/libs/gst-plugins-base-libs-sections.txt:
937         * gst-libs/gst/floatcast/floatcast.h:
938         Move float endianness conversion macros to core. Second part of
939         bug ##555196.
940
941 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
942
943         * sys/ximage/ximagesink.h:
944         * sys/xvimage/xvimagesink.h:
945           Don't mark as gtk-doc docs as they aren't public.
946
947 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
948
949         * sys/xvimage/xvimagesink.c:
950         * sys/xvimage/xvimagesink.h:
951         * tests/icles/Makefile.am:
952         * tests/icles/test-colorkey.c:
953           Allow setting colorkey if possible. Implement property probe interface
954           for optional X features (autopaint-colorkey, double-buffer and
955           colorkey). Fixes #554533
956
957 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
958
959         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
960         Remove useless buffer size assignment. It already has this value.
961
962 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
963
964         * gst-libs/gst/audio/gstaudiosink.c:
965         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
966         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
967         (gst_audioringbuffer_stop):
968         Implement a separate activate functions to start monitoring the segments
969         or, in pull mode, pulling in data.
970
971         * gst-libs/gst/audio/gstbaseaudiosink.c:
972         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
973         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
974         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
975         (gst_base_audio_sink_activate_pull),
976         (gst_base_audio_sink_async_play),
977         (gst_base_audio_sink_change_state):
978         Implement pad and element convert query function.
979         Activate the ringbuffer.
980         Use the segment last_stop value as the offset to pull.
981         Use new basesink _do_preroll() method to preroll in the pulling thread.
982         Take appropriate locking in the pulling thread.
983
984         * gst-libs/gst/audio/gstringbuffer.h:
985         Update some docs.
986
987 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
990         Improve MXF typefinding a bit by searching for a header partition
991         pack instead of just a general partition pack and checking more
992         bytes for valid values.
993
994 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * tests/icles/.cvsignore:
997         update ignore file.
998
999         * tests/icles/Makefile.am:
1000         * tests/icles/test-box.c: (make_pipeline), (main):
1001         Add another interactive command line experimentation suite for
1002         dynamically boxing/cropping/saling an input video.
1003
1004 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1005
1006         * docs/libs/gst-plugins-base-libs-sections.txt:
1007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1008         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1009         * gst-libs/gst/audio/gstringbuffer.h:
1010         Add methods to more accuratly control the pulling thread of a
1011         ringbuffer.
1012         Add format conversion helper code to the ringbuffer.
1013         API: GstRingBuffer:gst_ring_buffer_activate()
1014         API: GstRingBuffer:gst_ring_buffer_is_active()
1015         API: GstRingBuffer:gst_ring_buffer_convert()
1016
1017 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1018
1019         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1020         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1021         (gst_audioringbuffer_stop):
1022         Signal thread startup earlier so that we can immediatly go into pull
1023         mode when we have to and block on preroll.
1024
1025 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1026
1027         * gst-libs/gst/audio/gstringbuffer.c:
1028         (gst_ring_buffer_prepare_read):
1029         In pull mode we want the callback to prepull a buffer we can preroll on
1030         even when we are not yet playing.
1031
1032 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1033
1034         * ext/alsa/Makefile.am:
1035         * ext/cdparanoia/Makefile.am:
1036         * ext/gio/Makefile.am:
1037         * ext/gnomevfs/Makefile.am:
1038         * ext/libvisual/Makefile.am:
1039         * ext/ogg/Makefile.am:
1040         * ext/pango/Makefile.am:
1041         * ext/theora/Makefile.am:
1042         * ext/vorbis/Makefile.am:
1043         * gst/adder/Makefile.am:
1044         * gst/audioconvert/Makefile.am:
1045         * gst/audiorate/Makefile.am:
1046         * gst/audioresample/Makefile.am:
1047         * gst/audiotestsrc/Makefile.am:
1048         * gst/ffmpegcolorspace/Makefile.am:
1049         * gst/gdp/Makefile.am:
1050         * gst/playback/Makefile.am:
1051         * gst/subparse/Makefile.am:
1052         * gst/tcp/Makefile.am:
1053         * gst/typefind/Makefile.am:
1054         * gst/videorate/Makefile.am:
1055         * gst/videoscale/Makefile.am:
1056         * gst/videotestsrc/Makefile.am:
1057         * gst/volume/Makefile.am:
1058         * sys/v4l/Makefile.am:
1059         * sys/ximage/Makefile.am:
1060         * sys/xvimage/Makefile.am:
1061           Don't install static libs for plugins. Fixes #550851 for base.
1062
1063 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1064
1065         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1066         Set the default blocksize to -1 because we will then use the configured
1067         samplesperbuffer to create our output buffer.
1068
1069 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1070
1071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1072         (gst_riff_create_video_template_caps):
1073         Add mappping for the KMVC (Karl Morton's Video) Codec.
1074
1075 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1076
1077         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1078         Don't forget to advance the offset of what we're matching against, else
1079         we end up in a forever loop.
1080
1081 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1082
1083         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1084         Improve typefinding a bit. If we don't have a Unicode charset
1085         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1086
1087 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1088
1089         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1090         Fix build on macosx.
1091
1092 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1093
1094         Based on patch by: Robin Stocker <robin at nibor dot org>
1095
1096         * ext/theora/gsttheoradec.h:
1097         * ext/theora/theoradec.c: (gst_theora_dec_init),
1098         (theora_dec_setcaps), (theora_handle_type_packet),
1099         (theora_dec_decode_buffer), (theora_dec_change_state):
1100         Parse input caps and make the PAR override the encoded PAR when
1101         specified by a container. Fixes #555699.
1102
1103 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1104
1105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1106         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1107         (gst_base_rtp_depayload_set_gst_timestamp),
1108         (gst_base_rtp_depayload_change_state):
1109         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1110         Add some more G_LIKELY
1111         Fail when the setcaps function was not called.
1112
1113         * gst-libs/gst/rtp/gstbasertppayload.c:
1114         (gst_basertppayload_set_outcaps):
1115         Propagate return value of setcaps.
1116
1117 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1118
1119         * gst/subparse/Makefile.am:
1120         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1121         (gst_sub_parse_class_init), (gst_sub_parse_init),
1122         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1123         (get_next_line), (gst_sub_parse_data_format_autodetect),
1124         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1125         (gst_subparse_type_find):
1126         * gst/subparse/gstsubparse.h:
1127         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1128         the first buffer contain the BOM. This also adds support for other
1129         encodings that allow NUL bytes via the encoding property.
1130         Fixes bugs #552237 and #456788.
1131
1132 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1133
1134         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1135         Don't drop the last byte of image tags if they're not an URI list.
1136         Fixes bug #556066.
1137
1138 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1139
1140         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1141         For looking at the 4th byte we have to get 4 bytes of course
1142         and not 3.
1143
1144 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1145
1146         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1147         Improve FLAC-without-headers typefinding by looking at most of the
1148         frame header and checking if invalid values are used. Should prevent
1149         quite some false positives compared to the old version which only
1150         check if the first 14 bits are set.
1151
1152 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1153
1154         * sys/xvimage/xvimagesink.c:
1155           Don't assert on caps==NULL.
1156
1157 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         * gst/subparse/gstsubparse.c:
1160         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1161         (gst_sub_parse_change_state):
1162         * gst/subparse/gstsubparse.h:
1163         * tests/check/elements/subparse.c: (GST_START_TEST):
1164         Add support for subtitle files with UTF-8 BOM at the beginning
1165         by simple stripping it from the first line before passing it
1166         to any parsing code. Fixes bug #555257 and playback of files
1167         created by Gnome Subtitles.
1168
1169 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * gst/audiotestsrc/gstaudiotestsrc.c:
1172         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1173         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1174         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1175         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1176         (gst_audio_test_src_create):
1177         * gst/audiotestsrc/gstaudiotestsrc.h:
1178         Define the default property values in the usual place.
1179         Implement start/stop to reset values correctly.
1180         Calculate the sample size only once when we negotiate.
1181         Rename some values to make more sense.
1182         Keep track of our byte range.
1183         Add support for pull based scheduling. Disabled for now until we have
1184         the whole stack working.
1185         Set the BUFFER_OFFSET correctly.
1186
1187 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1188
1189         Based on a patch by: xavierb at gmail dot com
1190
1191         * gst/subparse/gstsubparse.c:
1192         (gst_sub_parse_data_format_autodetect):
1193         * tests/check/elements/subparse.c: (GST_START_TEST):
1194         Make the detection of the used subtitle a bit less strict
1195         for srt subtitles. Fixes bug #555607.
1196
1197 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1198
1199         * ext/vorbis/vorbisenc.c:
1200         (gst_vorbis_enc_buffer_check_discontinuous):
1201         Fix discontinuity detection which was broken by last commit.
1202
1203 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1204
1205         * configure.ac::
1206           Require core CVS for ghostpad API additions used by decodebin2.
1207
1208 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1209
1210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1211         (gst_base_audio_src_create):
1212         Fix debug statements (space between '%' and actual format).
1213
1214 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1215
1216         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1217         Remove bogus assert, the decodepad could have been created inside an
1218         already existing group.
1219
1220 2008-10-08  Andy Wingo  <wingo@pobox.com>
1221
1222         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1223         target instead of setting it.
1224         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1225         API for a decode pad. The bugfix is that we set the group in
1226         activate(), not when the pad was created because it might be NULL
1227         then.
1228         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1229         Update to use the API.
1230
1231 2008-10-08  Andy Wingo  <wingo@pobox.com>
1232
1233         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1234         be a subclass of GstGhostPad.
1235         (analyze_new_pad): So, when emitting the signals that determine
1236         how we do autoplugging, already create the ghost pad and use it as
1237         the pad in the signal arguments. This allows applications to make
1238         a connection between the pad passed in e.g. autoplug-continue, and
1239         the pad passed in new-decoded-pad.
1240         (connect_pad, expose_pad): Update to receive the ghosted decode
1241         pad in the args, retargetting it as necessary if we have to plug
1242         the target pad through a multiqueue.
1243         (gst_decode_group_control_source_pad): Adapt to receive an
1244         already-ghosted pad that just needs activation, blocking, and
1245         drain notification.
1246         (sort_end_pads): Adapt for decode pads actually being pads.
1247         (gst_decode_group_expose): Adapt for decode pads actually being
1248         pads. Rewrite the decode pad names so they appear in order. Adds a
1249         new error case if we couldn't set the name.
1250         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1251         logic.
1252         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1253         New API for the decode pad, needed because we shouldn't do these
1254         things inside gst_decode_pad_new(), but after.
1255         (gst_decode_pad_new): Change to actually make the real pad, and
1256         delay the blocking/drainage bits.
1257
1258 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         Patch by: Daniel Drake <dsd at laptop dot org>
1261
1262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1263         Unref all buffers when clearing collectpads. Fixes bug #546955.
1264
1265 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1266
1267         Based on a patch by: Klaas <klaas at rivercrew dot net>
1268
1269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1270         (gst_vorbis_enc_buffer_check_discontinuous),
1271         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1272         * ext/vorbis/vorbisenc.h:
1273         Keep track of the upstream segments and use the running time on that
1274         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1275
1276 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1277
1278         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1279         Prevent overflows with big buffer when calculating the size of
1280         the intermediate buffer by using gst_util_uint64_scale() instead of
1281         plain arithmetics. Fixes bug #552801.
1282
1283 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1284
1285         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1286
1287         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1288         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1289         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1290         (gst_clock_overlay_get_property):
1291         * ext/pango/gstclockoverlay.h:
1292         API: Add ability to specify format for date/time display by
1293         adding a "time-format" property.
1294         Fixes bug #554879.
1295
1296 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         Patch by: Jan Gerber <j at oil21 dot org>
1299
1300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1301         (gst_riff_create_video_template_caps):
1302         Add FFV1 fourcc to support playback of FFMPEG lossless video
1303         in AVI. Fixes bug #555319.
1304
1305 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1308
1309         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1310         (gst_base_audio_src_create):
1311         Implement skew clock slaving. Fixes #552559.
1312
1313 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         * gst-libs/gst/audio/multichannel.c:
1316         * gst-libs/gst/audio/testchannels.c:
1317         Fix include of config.h
1318
1319 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1322
1323         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1324         (print_media), (gst_sdp_message_dump):
1325         Fix parsing of the c= field containing multicast addresses.
1326         Fixes #552199.
1327         Add the connection info to the session or streams.
1328         Fix parsing of the bandwidth.
1329         Add debugging for the connections and bandwidths for a media.
1330         Add debugging for the bandwidth of the session. 
1331
1332 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1333
1334         * gst-libs/gst/rtp/gstbasertppayload.c:
1335         (gst_basertppayload_change_state):
1336         Configure the next seqnum and timestamp in the state change so that they
1337         can be queried soon after.
1338
1339 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1340
1341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1342         (gst_base_rtp_depayload_chain):
1343         Improve debugging of the rtptime.
1344
1345 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1346
1347         * configure.ac:
1348         Back to development -> 0.10.21.1
1349
1350 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1353         (plugin_init):
1354         Add typefinding for FLAC without headers in the beginning.
1355         This is already handled by flacdec and friends.
1356
1357 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1358
1359         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1360         (plugin_init):
1361         Add typefinder for MXF.
1362
1363 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1364
1365         * tests/icles/Makefile.am:
1366         Only build test-colorkey if GTK+ is available.
1367
1368 === release 0.10.21 ===
1369
1370 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1371
1372         * configure.ac:
1373           releasing 0.10.21, "We Could Be Wrong"
1374
1375 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1376
1377         * configure.ac:
1378         0.10.20.4 pre-release
1379
1380 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1381
1382         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1383
1384         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1385         Set the BOS flag on the BOS packet. Fixes #553244.
1386
1387 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         * gst-libs/gst/rtsp/gstrtspmessage.c:
1390         (gst_rtsp_message_parse_request),
1391         (gst_rtsp_message_parse_response):
1392         Fix the g_return_val_if_fail() statements.
1393
1394 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1395
1396         * gst-libs/gst/tag/gsttagdemux.c:
1397           Fail to activate if there's insufficient data in the file to be usable,
1398           preventing an assertion fail later. Fixes #552960
1399
1400 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1401
1402         * gst-libs/gst/pbutils/descriptions.c:
1403         * gst/typefind/gsttypefindfunctions.c:
1404           Recognise Kate subtitle streams (#550582).
1405
1406 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1407
1408         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1409           Remove trailing comma from enum list, which causes problems
1410           with -pendantic (#550729).
1411
1412 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1413
1414         * configure.ac:
1415         0.10.20.2 pre-release
1416
1417         * po/LINGUAS:
1418         * po/id.po:
1419         * po/pt_BR.po:
1420
1421         New translations.
1422
1423 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1424
1425         * gst-libs/gst/interfaces/propertyprobe.c:
1426           (gst_property_probe_get_properties),
1427           (gst_property_probe_get_property),
1428           (gst_property_probe_probe_property),
1429           (gst_property_probe_probe_property_name),
1430           (gst_property_probe_needs_probe),
1431           (gst_property_probe_needs_probe_name),
1432           (gst_property_probe_get_values),
1433           (gst_property_probe_get_values_name),
1434           (gst_property_probe_probe_and_get_values),
1435           (gst_property_probe_probe_and_get_values_name):
1436           More sanity checks for our second-favourite interface.
1437
1438 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1439
1440         * gst-libs/gst/interfaces/propertyprobe.c:
1441           Check for NULL pointer, in the hope that this fixes #532864.
1442
1443 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1444
1445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1446           No really, the next release is 0.10.21 (fix Since: tags in docs).
1447
1448 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1451         Disable a code path that is now called but causes a deadlock for some
1452         reason and is unneeded.
1453
1454 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1455
1456         * sys/xvimage/xvimagesink.c:
1457         * sys/xvimage/xvimagesink.h:
1458           Add a "draw-border" property that can be set to false to disable
1459           drawing borders.
1460           
1461         * tests/icles/test-colorkey.c:
1462         * tests/icles/Makefile.am:
1463           Add new test application for the colorkey handling.
1464
1465 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1466
1467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1468         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1469         This will also be fixed for upcoming gst-ffmpeg release so that once
1470         this release of -base is out, it will work with the latest gst-ffmpeg
1471         release.
1472
1473 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1474
1475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1476         (gst_riff_create_audio_template_caps):
1477         Add Truespeech mapping for RIFF formats (AVI/WAV).
1478         Fixes #550656
1479
1480 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1481
1482         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1483         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1484         Fixes #550638.
1485
1486 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1487
1488         * configure.ac:
1489         * gst/subparse/Makefile.am:
1490         * gst/subparse/gstsubparse.c:
1491         * gst/subparse/samiparse.c:
1492         * tests/check/elements/subparse.c:
1493           Rework last change, so that we build subparse, but just disable the
1494           sami parse functionality, if we're configured to not use xml. In the
1495           tests only the sami test is disabled now.
1496
1497 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * configure.ac:
1500           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1501           test runs.
1502
1503 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1504
1505         * po/POTFILES.in:
1506           Add some more files with strings for translation.
1507
1508 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * gst-libs/gst/tag/gstvorbistag.c:
1511         * tests/check/libs/tag.c:
1512           Use new geo location tags from core. Fixes #481169
1513
1514 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1515
1516         * tests/check/elements/audioresample.c: (setup_audioresample),
1517         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1518         (test_discont_stream_instance):
1519         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1520         Add debugging for coherence.
1521
1522 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1523
1524         Patch by: Jonathan Matthew  <notverysmart gmail com>
1525
1526         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1527           Add typefinder for PDF documents (which is nice to have, since it's a
1528           common format, but also helps prevent false positives). Fixes #549814.
1529
1530 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1531
1532         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1533         (no_more_pads_cb):
1534         Fix nasty race where multiple decodebins could start pushing data before
1535         we manage to configure the sinks, resulting in not-linked errors in
1536         typical RTSP streaming cases.
1537
1538 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1539
1540         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1541         Since we now call stop, we trigger this code path that causes a deadlock
1542         is apparently not needed.
1543
1544 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1547         (gst_ring_buffer_stop):
1548         Also allow the case where the ringbuffer was paused when we try to stop
1549         it so that the basesrc stop function is still called.
1550
1551 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1552
1553         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1554
1555         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1556         Reprobe devices again instead of taking a cached list as new
1557         devices could've been plugged in. Fixes bug #549062.
1558
1559 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1560
1561         Patch by: Alessandro Dessina <alessandro nnva org>
1562
1563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1564         (gst_ogg_demux_activate_chain):
1565         Don't add pads and activate them for skeleton streams. These are already
1566         handled inside oggdemux. Fixes bug #537599.
1567
1568 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1569
1570         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1571         Reset variable so that query and convert fail after going back to
1572         READY. Fixes #548898.
1573
1574 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1575
1576         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1577         If a buffer arrives with a timestamp before the timestamp+duration
1578         of the previous buffer clip it instead of dropping it completely.
1579         Slight improvement for the unfixable bug #548913.
1580
1581 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1582
1583         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1584         Take the current timestamp instead of timestamp+duration for the offset.
1585         This offset will later be used for calculating the timestamp and
1586         otherwise vorbisdec will interpolate timestamps wrong if upstream
1587         only sends timestamps and no granulepos.
1588
1589 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1590
1591         * tests/examples/seek/seek.c:
1592           Don't crash when having no visualisations.
1593
1594 2008-08-16  David Schleef  <ds@schleef.org>
1595
1596         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1597           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1598           Fixes #548065.
1599
1600 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1601
1602         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1603         When cleaning up the caps fields also remove "depth" for the same
1604         reason we remove "width".
1605
1606 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1607
1608         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1609           Add Lead H.264 here as well.
1610
1611 2008-08-14  Julien Moutte  <julien@fluendo.com>
1612
1613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1614         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1615
1616 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1617
1618         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1619         (gst_base_audio_src_create):
1620         When not slaved to another clock also subtract the base_time from our
1621         internal clock time to get the running time.
1622
1623 2008-08-12  David Schleef  <ds@schleef.org>
1624
1625         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1626           since it has no basis in libtheora.
1627
1628 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1629
1630         * gst-libs/gst/interfaces/propertyprobe.h:
1631           Remove double "interface" from doc-string.
1632
1633         * gst-libs/gst/interfaces/xoverlay.h:
1634           Document interface.
1635
1636         * gst-libs/gst/riff/riff.c:
1637           Add basic doc blobs.
1638
1639 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * gst-libs/gst/audio/Makefile.am:
1642           Don't try to build that example anymore.
1643
1644 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1645
1646         * gst-libs/gst/audio/.cvsignore:
1647         * gst-libs/gst/audio/Makefile.am:
1648         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1649         * gst-libs/gst/audio/make_filter:
1650           Move audiofiltertemplate to gst-template.
1651
1652 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1653
1654         * docs/libs/gst-plugins-base-libs-sections.txt:
1655         * gst-libs/gst/audio/gstaudiosrc.h:
1656           More docs and shuffling. What can we do with the hundreds of #defines.
1657
1658 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * gst-libs/gst/audio/audio.h:
1661         * gst-libs/gst/audio/gstaudiofilter.h:
1662         * gst-libs/gst/audio/gstringbuffer.h:
1663         * gst-libs/gst/interfaces/propertyprobe.h:
1664         * gst-libs/gst/tag/gsttagdemux.h:
1665           Reducing number of dundocumented symbols.
1666
1667 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * gst-libs/gst/audio/audio.c:
1670           Fix doc comment syntax.
1671
1672         * gst-libs/gst/interfaces/propertyprobe.c:
1673           Add more doc-comments and a FIXME: for the signal.    
1674
1675 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1676
1677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1678         (gst_ogg_mux_request_new_pad):
1679         * ext/ogg/gstoggmux.h:
1680         Don't pretend to support NEWSEGMENT events, instead override the
1681         GstCollectPads event function to return FALSE on NEWSEGMENT events
1682         and do the normal work for other events.
1683
1684         This prevents elements like flacenc to seek to the start and rewrite
1685         some data which then results in a broken Ogg packet.
1686
1687 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1688
1689         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1690
1691         * ext/alsa/gstalsaplugin.c: (plugin_init):
1692         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1693         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1695         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1696         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1697         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1698         * gst/playback/gstdecodebin.c: (plugin_init):
1699         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1700         * gst/playback/gstplayback.c: (plugin_init):
1701         * gst/playback/gstqueue2.c: (plugin_init):
1702         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1703         * sys/v4l/gstv4l.c: (plugin_init):
1704         Make sure gettext returns translations in UTF-8 encoding rather
1705         than in the current locale encoding (#546822).
1706
1707 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * gst-libs/gst/pbutils/descriptions.c:
1710           Add audio/x-qdm for qtdemux.
1711
1712 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * ext/vorbis/vorbisdec.c:
1715           Do not leak old taglist.
1716
1717 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * tests/icles/test-scale.c:
1720           Include <stdlib.h> for atoi().
1721
1722 2008-08-04  Andy Wingo  <wingo@pobox.com>
1723
1724         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1725         documentation fix.
1726
1727 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1728
1729         * gst/adder/gstadder.c:
1730           Cleanup lots of empty lines that came from gst-indent going havoc
1731           before I added the INDENT_ON/OFF marker some time agao.
1732
1733 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1734
1735         * configure.ac:
1736         * gst-libs/gst/riff/riff-read.c:
1737           Bump requirement to latest core and use new tag for riff formats.
1738           Needed for #520694.
1739
1740 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1741
1742         * tests/examples/dynamic/Makefile.am:
1743         * tests/examples/dynamic/codec-select.c: (make_encoder),
1744         (make_pipeline), (do_switch), (my_bus_callback), (main):
1745         Add example app that dynamically switches between 3 'encoders'.
1746
1747 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1748
1749         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1750         Add some more comments.
1751
1752 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1753
1754         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1755         (gst_video_test_src_create):
1756         Discard buffers of the wrong size after renegotiation, this is perfectly
1757         possible with things like capsfilter that could suggest caps changes
1758         upstream without knowing the size of the buffer.
1759
1760 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1761
1762         * tests/icles/.cvsignore:
1763         * tests/icles/Makefile.am:
1764         * tests/icles/test-scale.c: (make_pipeline), (main):
1765         Add dynamic rescaling tests for the new basetransform.
1766
1767 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1768
1769         * gst/audioconvert/Makefile.am:
1770           Dist recently-added gstfastrandom.h.
1771
1772 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1773
1774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1775         Fix a "may be used uninitialized in this function" which weirdly only
1776         appears on macosx (?).
1777
1778 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1779
1780         * gst-libs/gst/riff/riff-ids.h:
1781           Adding acid chunk for tempo and loop information.
1782
1783 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * sys/xvimage/Makefile.am:
1786           floor() needs linking to $(LIBM).
1787
1788 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * ext/gnomevfs/gstgnomevfssrc.c:
1791           Aggregate short reads and add some comments and debug logging.
1792           Fixes #537380
1793
1794 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1795
1796         * gst/playback/gstplaybasebin.c:
1797           Fix property doc markup (its not a signal).
1798
1799         * sys/xvimage/xvimagesink.c:
1800           Add since tag for new proeprties (also add sice tags fro the last two
1801           other additions).
1802
1803 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1804
1805         * sys/xvimage/xvimagesink.c:
1806         * sys/xvimage/xvimagesink.h:
1807           Add autofill/colorkey properties. Fixes #538656.
1808
1809 2008-07-28  David Schleef  <ds@schleef.org>
1810
1811         * sys/xvimage/xvimagesink.c:
1812           Fix rounding errors when converting colorbalance values
1813           between hardware and object property ranges.  Partial
1814           fix for #537889, however, there still seems to be a small
1815           drift problem that could be totem's fault.
1816
1817 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1818
1819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1820         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1821         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1822         This fixes a critical warning.
1823
1824 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1825
1826         * ext/ogg/gstoggmux.c:
1827         Allow muxing of CELT into Ogg streams.
1828
1829 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1830
1831         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1832         (plugin_init):
1833         Add simple typefinder for the CELT codec (www.celt-codec.org).
1834
1835 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1836
1837         Patch by: Jan Gerber <j at oil21 dot org>
1838
1839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1840         Fix calculation of the start time from skeleton streams.
1841         Fixes bug #530068.
1842
1843 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * tests/examples/seek/seek.c:
1846           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1847
1848 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1849
1850         * gst/audioconvert/audioconvert.h:
1851         * gst/audioconvert/gstaudioquantize.c:
1852         (gst_audio_quantize_setup_dither),
1853         (gst_audio_quantize_free_dither):
1854         * gst/audioconvert/gstfastrandom.h:
1855         Implement a linear congruential generator as pseudo random number
1856         generator for the dither noise. This is about 2 times faster than
1857         using GLib's mersenne twister. Also this uses only integer math for
1858         generating integers while GLib internally uses floating point math.
1859
1860 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1861
1862         * configure.ac:
1863           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1864
1865 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1866
1867         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1868
1869         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1870           Use GST_STR_NULL to avoid crashes with libcs that don't
1871           like NULL strings in printf args (such as the win32 one).
1872           Fixes #544306.
1873
1874 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1875
1876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1877         Oops - set the size of the image used for probing back to 1x1, for
1878         consistency with ximagesink
1879
1880 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1881
1882         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1883         (gst_ximagesink_ximage_new):
1884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1885         (gst_xvimagesink_xvimage_new):
1886
1887         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1888         X server to attach to a shared memory segment after we've deleted it,
1889         with the result that MIT-SHM is disabled. Instead, remove it only after 
1890         X succeeds in attaching too.
1891
1892 2008-07-16  David Schleef  <ds@schleef.org>
1893
1894         * gst/audiotestsrc/gstaudiotestsrc.c:
1895         * gst/audiotestsrc/gstaudiotestsrc.h:
1896           Add 'ticks', a 1/30 second sine wave pulse every second.
1897
1898 2008-07-15  David Schleef  <ds@schleef.org>
1899
1900         * gst-libs/gst/video/video.c: Revert ABI change.
1901
1902 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1903
1904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1905         Make it impossible to have NULL caps at the point where we set
1906         framerate and other things. Also don't return immediately for "3ivd"
1907         video and let framerate, etc be set. Might fix bug #542508.
1908
1909 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1910
1911         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1912         Video format can also be conveniently determined from (many)
1913         non-fixed caps.
1914
1915 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1916
1917         * gst/playback/gstplaybasebin.c:
1918         * gst/playback/gstplaybasebin.h:
1919         * gst/playback/gstplaybin.c:
1920         * gst/playback/gststreamselector.c:
1921         First stab at integrating DVD subpicture overlay into
1922         playbin. Successfully plugs and plays, but the queues need
1923         shrinking - 3 seconds of video is too much buffering.
1924
1925 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * gst/audioconvert/gstaudioconvert.c:
1928           Remove now obsolete note in the docs.
1929
1930 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1931
1932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1933         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1934         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1935         * docs/plugins/gst-plugins-base-plugins.args:
1936         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1937         * docs/plugins/gst-plugins-base-plugins.interfaces:
1938         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1939         * docs/plugins/gst-plugins-base-plugins.signals:
1940         * docs/plugins/inspect/plugin-adder.xml:
1941         * docs/plugins/inspect/plugin-alsa.xml:
1942         * docs/plugins/inspect/plugin-audioconvert.xml:
1943         * docs/plugins/inspect/plugin-audiorate.xml:
1944         * docs/plugins/inspect/plugin-audioresample.xml:
1945         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1946         * docs/plugins/inspect/plugin-cdparanoia.xml:
1947         * docs/plugins/inspect/plugin-decodebin.xml:
1948         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1949         * docs/plugins/inspect/plugin-gdp.xml:
1950         * docs/plugins/inspect/plugin-gnomevfs.xml:
1951         * docs/plugins/inspect/plugin-libvisual.xml:
1952         * docs/plugins/inspect/plugin-ogg.xml:
1953         * docs/plugins/inspect/plugin-pango.xml:
1954         * docs/plugins/inspect/plugin-playback.xml:
1955         * docs/plugins/inspect/plugin-queue2.xml:
1956         * docs/plugins/inspect/plugin-subparse.xml:
1957         * docs/plugins/inspect/plugin-tcp.xml:
1958         * docs/plugins/inspect/plugin-theora.xml:
1959         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1960         * docs/plugins/inspect/plugin-uridecodebin.xml:
1961         * docs/plugins/inspect/plugin-video4linux.xml:
1962         * docs/plugins/inspect/plugin-videorate.xml:
1963         * docs/plugins/inspect/plugin-videoscale.xml:
1964         * docs/plugins/inspect/plugin-videotestsrc.xml:
1965         * docs/plugins/inspect/plugin-volume.xml:
1966         * docs/plugins/inspect/plugin-vorbis.xml:
1967         * docs/plugins/inspect/plugin-ximagesink.xml:
1968         * docs/plugins/inspect/plugin-xvimagesink.xml:
1969         * ext/alsa/gstalsamixer.c:
1970         * ext/alsa/gstalsasink.c:
1971         * ext/alsa/gstalsasrc.c:
1972         * ext/gio/gstgiosink.c:
1973         * ext/gio/gstgiosrc.c:
1974         * ext/gio/gstgiostreamsink.c:
1975         * ext/gio/gstgiostreamsrc.c:
1976         * ext/gnomevfs/gstgnomevfssink.c:
1977         * ext/gnomevfs/gstgnomevfssrc.c:
1978         * ext/ogg/gstoggdemux.c:
1979         * ext/ogg/gstoggmux.c:
1980         * ext/pango/gstclockoverlay.c:
1981         * ext/pango/gsttextoverlay.c:
1982         * ext/pango/gsttextrender.c:
1983         * ext/pango/gsttimeoverlay.c:
1984         * ext/theora/theoradec.c:
1985         * ext/theora/theoraenc.c:
1986         * ext/theora/theoraparse.c:
1987         * ext/vorbis/vorbisdec.c:
1988         * ext/vorbis/vorbisenc.c:
1989         * ext/vorbis/vorbisparse.c:
1990         * ext/vorbis/vorbistag.c:
1991         * gst/adder/gstadder.c:
1992         * gst/audioconvert/gstaudioconvert.c:
1993         * gst/audioresample/gstaudioresample.c:
1994         * gst/audiotestsrc/gstaudiotestsrc.c:
1995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1996         * gst/gdp/gstgdpdepay.c:
1997         * gst/gdp/gstgdppay.c:
1998         * gst/playback/gstdecodebin2.c:
1999         * gst/playback/gstplaybin.c:
2000         * gst/playback/gstplaybin2.c:
2001         * gst/playback/gstqueue2.c:
2002         * gst/playback/gsturidecodebin.c:
2003         * gst/tcp/gstmultifdsink.c:
2004         * gst/tcp/gsttcpserversink.c:
2005         * gst/videorate/gstvideorate.c:
2006         * gst/videoscale/gstvideoscale.c:
2007         * gst/videotestsrc/gstvideotestsrc.c:
2008         * gst/volume/gstvolume.c:
2009         * sys/ximage/ximagesink.c:
2010         * sys/xvimage/xvimagesink.c:
2011           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2012           titles. Drop mentining that all our example pipelines are "simple"
2013           pipelines.
2014
2015 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2016
2017         * tests/examples/seek/Makefile.am:
2018         Fix out of tree build by adding all required CFLAGS.
2019
2020 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2021
2022         * gst/playback/gstdecodebin.c: (add_raw_queue):
2023         And ref the pad before returning it again when linking to the queue
2024         failed. Otherwise we will unref the pad twice later and things break.
2025
2026 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2027
2028         * gst/playback/gstdecodebin.c: (add_raw_queue):
2029         If linking the raw pad with a queue fails, try it without a queue
2030         instead of failing completely. This should never happen.
2031
2032 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2033
2034         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2035
2036         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2037         Add a queue after a demuxer if the demuxer outputs raw data. This was
2038         done before only for non-raw data but is required in this case too.
2039         Fixes bug #540215.
2040
2041         decodebin2 doesn't have this issue because all streams of a group
2042         go through multiqueue.
2043
2044 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2045
2046         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2047
2048         * gst-libs/gst/sdp/gstsdpmessage.c:
2049         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2050         that getaddrinfo() can be used. Fixes #541358.
2051
2052 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2053
2054         * gst/videotestsrc/gstvideotestsrc.c:
2055         (gst_video_test_src_class_init), (gst_video_test_src_init),
2056         (gst_video_test_src_set_property),
2057         (gst_video_test_src_get_property), (gst_video_test_src_create):
2058         * gst/videotestsrc/gstvideotestsrc.h:
2059         Cleanups, use default property values as defines.
2060         Add property to enable/disable peer buffer allocation.
2061
2062 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2063
2064         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2065         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2066         Enable unit tests on PPC again as the bugs are now fixed.
2067
2068 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2069
2070         * gst-libs/gst/riff/riff-ids.h:
2071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2072         (gst_riff_create_audio_template_caps):
2073         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2074         Fixes bug #540351.
2075
2076 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2079         (gst_ffmpeg_pixfmt_to_caps):
2080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2081         (gst_ffmpegcsp_get_unit_size):
2082         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2083         it on other formats. Also adjust the unit size only for that format
2084         to not include the palette. Fixes bug #540497.
2085
2086 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2087
2088         * gst/adder/gstadder.c:
2089           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2090
2091 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2092
2093         * ChangeLog:
2094           ChangeLog surgery.
2095   
2096         * tests/examples/seek/seek.c:
2097           Move variable into ifdef too.
2098         
2099
2100 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2101
2102         * tests/examples/seek/seek.c:
2103           Include config.h and check if we have X. Remove XInitThread(), don't
2104           think its needed. Fixes: #540334.
2105
2106 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2107
2108         Patch by: Sam Morris <sam at robots dot org to uk>
2109
2110         * gst-libs/gst/interfaces/mixertrack.c:
2111         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2112         (gst_mixer_track_set_property):
2113         API: Add "index" property to GstMixerTrack to differantiate between
2114         multiple mixer tracks with the same label.
2115
2116         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2117         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2118         Set the "index" property of GstMixerTrack to the index given by ALSA.
2119         Fixes bug #528299.
2120
2121 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2122
2123         * tests/examples/seek/Makefile.am:
2124         * tests/examples/seek/seek.c:
2125           Remove libgstvideo usage. Use gtk_get_option_group instead of
2126           gtk_init().
2127
2128 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2129
2130         * tests/check/Makefile.am:
2131           Name the test registry format neutral.
2132
2133 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2134
2135         * gst/playback/gstqueue2.c:
2136           Do not double notify. Remove the unsued return value.
2137
2138 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2139
2140         * ext/alsa/gstalsamixer.c:
2141           Also consider "speaker" as a name for master volume. If that doesn't
2142           help look for the first non-mono volume control that also has a
2143           playback switch.
2144
2145 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * ChangeLog:
2148           Forgot to save the ChangeLog :/
2149
2150 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2151
2152         * tests/examples/seek/Makefile.am:
2153         * tests/examples/seek/seek.c:
2154           Embedd the xwindow. Allow to play multiple files.
2155
2156 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2157
2158         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2159         (gst_ximagesink_setcaps):
2160         * sys/ximage/ximagesink.h:
2161         When the caps change, make sure to re-draw borders in
2162         force-aspect-ratio=true mode.
2163         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2164         Don't clear the border_draw flag until we actually draw the border.
2165         * tests/check/Makefile.am:
2166         Ignore alsasink/src during the states test too, so it doesn't fail
2167         when running without access to the sound device.
2168
2169 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2170
2171         * tests/examples/seek/seek.c:
2172           Fix crasher when playing a parse-launch line the 2nd time.
2173
2174 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * tests/check/pipelines/oggmux.c:
2177           Properly ifdef tests to fix compilation.
2178
2179 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2180
2181         * gst/playback/gstplay-marshal.list:
2182         * gst/playback/gstplaybin2.c:
2183           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2184           playbin2. This allows the user to get to the selector's sinkpads, and
2185           thus inspect a range of things - caps, tags, etc. 
2186
2187 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2188
2189         * gst/playback/gstplaybin2.c:
2190           Use a different constant for the convert-frame signal id.
2191           Fixes #537009.
2192
2193 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2194
2195         * gst/playback/gstplaybin2.c:
2196         * gst/playback/gstplaysink.c:
2197           Fix a whole bunch of typos in comments and log statements. 
2198
2199 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2200
2201         * sys/xvimage/xvimagesink.c:
2202           Don't set colour balance values on the Xv port if the user hasn't
2203           changed them (via properties or the interface). Avoids accumulating
2204           rounding errors for the common case.
2205           Partial fix for bug #537889.
2206
2207 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2208
2209         * gst/playback/gstdecodebin2.c:
2210           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2211           pads are drained.
2212
2213 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2214
2215         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2216         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2217         Report the encoder latency. Fixes #538232.
2218
2219 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2220
2221         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2222         (notify_source), (activate_group):
2223         Implement the source property, emit notify when it changes in the
2224         underlying uridecodebin.
2225
2226 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2227
2228         * tests/examples/seek/seek.c: (stop_cb):
2229         Free and clear the seek element list so that we don't use invalid
2230         references when seeking after recreating a gst-launch line.
2231
2232 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2233
2234         * gst-libs/gst/audio/gstbaseaudiosink.c:
2235         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2236         (gst_base_audio_sink_render):
2237         Report latency even if we are not live instead of hiding it.
2238         Take ts-offset and render-delay of the basesink into account when
2239         scheduling samples.
2240         Rework the clipping code so that we can take the various offsets into
2241         account and still do correct clipping.
2242
2243 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2244
2245         * configure.ac:
2246         Bump verion back to devel -> 0.10.20.1
2247
2248 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2249
2250         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2251         Don't increase the size of non-string image buffers by one as this
2252         might in theory confuse decoders. Still increase it by one for string
2253         image buffers to append '\0'.
2254
2255 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2256
2257         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2258         
2259         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2260         Fix a buffer memleak and remove a confusing and wrong debug output.
2261         Fixes bug #538663.
2262
2263 === release 0.10.20 ===
2264
2265 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2266
2267         * configure.ac:
2268           releasing 0.10.20, "Here I Go Again"
2269
2270 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2271
2272         * configure.ac:
2273         0.10.19.3 pre-release
2274
2275 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2276
2277         * gst-libs/gst/rtsp/gstrtspconnection.c:
2278         Fix build on win32.
2279         Patch By: David Schleef <ds@schleef.org>
2280         Fixes: #536874
2281
2282 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2283
2284         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2285         (gst_gio_base_src_create):
2286         * ext/gio/gstgiobasesrc.h:
2287         Try to read the requested number of bytes, even if the first
2288         read returns less than requested, until nothing is read anymore
2289         or we have the requested amount of bytes. This fixes playback of
2290         files via Samba as Samba only allows to read 64k at once.
2291
2292         Implement a caching algorithm that makes sure that we read at
2293         least 4k of data every time. Some elements will try to read a few
2294         bytes, then seek, read again a few bytes and so on and this is
2295         painfully slow as every operation has to go over DBus if GVfs is
2296         used as backend.
2297
2298         Fixes bug #536849 and #536848.
2299
2300         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2301         (gst_gio_src_check_get_range):
2302         Override check_get_range() to blacklist http/https URIs
2303         and whitelist file URIs. More to be added on demand.
2304
2305 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2306
2307         * configure.ac:
2308         0.10.19.2 pre-release
2309
2310 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2311
2312         * win32/common/libgstrtsp.def:
2313         * win32/common/libgsttag.def:
2314         Add new API functions to the dll exports
2315
2316 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2317
2318         * gst/playback/gstplaybasebin.c:
2319           Disconnect signals from decodebins we created before we remove it
2320           from playbin, to avoid crashes if the decodebin is eventually
2321           disposed after the playbin itself (possible if the app takes a
2322           reference on the decodebin).
2323           Fixes #536521.
2324
2325 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2326
2327         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2328           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2329           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2330           (h264_video_type_find), (mpeg_video_stream_type_find),
2331           (dv_type_find), (mmsh_type_find):
2332           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2333           copy caps for no good reason (this may be desirable to make it easier
2334           to detect leaks, but then it should probably be done for all caps
2335           in the typefinder somewhere).
2336
2337 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2338
2339         * tests/check/Makefile.am:
2340         Do not try to run the check tests for subparse unless it has been
2341         built.
2342
2343 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2344
2345         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2346         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2347         Do not try to run a test which requires vorbisenc unless we have
2348         actually built it.
2349
2350 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2351
2352         * gst-libs/gst/rtsp/gstrtspconnection.c:
2353         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2354         (gst_rtsp_connection_clear_auth_params),
2355         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2356         * gst-libs/gst/rtsp/gstrtspconnection.h:
2357         Add a couple of missing argument guards.
2358         Add a way of setting the DSCP for an RTSP connection.
2359         Add an accessor method for the ip member of GstRTSPConnection as all
2360         members are supposed to be private.
2361
2362 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2363
2364         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2365         Fixed accidental use of IPv4 options for all IPv6 addresses.
2366
2367 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2368
2369         * gst-libs/gst/interfaces/mixertrack.h:
2370           Document mixer track flags.
2371
2372 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2375
2376         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2377         Don't set caps on the buffers that contain a copy of the buffer
2378         including the caps of them resulting in an always increasing refcount
2379         of the caps and insanely large caps. Instead include a buffer without
2380         caps in the new caps. Fixes bug #536475.
2381
2382 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2383
2384         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2385         Transform a given PAR to a range on the struct with the generic
2386         height/width instead of the struct with the possibly restricted
2387         height/width.
2388
2389 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2390
2391         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2392         Prefer the given format if it contains something stricter than [1,MAX]
2393         for height or width and only put a structure that requires rescaling
2394         as second. This makes it possible to use videoscale in pipelines where
2395         the source can actually produce the wanted height/width but usually
2396         selects a different one from the requested.
2397
2398 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2399
2400         Based on patch by: John Millikin <jmillikin gmail com>
2401
2402         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2403           (gst_vorbis_tag_add_coverart):
2404           Retrieve COVERART tags from vorbis comments (#512333)
2405
2406 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2407
2408         * gst-libs/gst/tag/tag.h:
2409         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2410           Don't forget to add new enum value here too (should probably use
2411           glib-mkenums here...).
2412
2413 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2414
2415         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2416         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2417         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2418           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2419           (gst_tag_image_data_to_image_buffer):
2420           Add two utility functions to avoid code duplication (#512333):
2421           API: add gst_tag_image_data_to_image_buffer()
2422           API: add gst_tag_list_add_id3_image()
2423           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2424
2425 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * win32/common/libgstaudio.def:
2428         Add gst_audio_check_channel_positions() to the exported symbols.
2429
2430 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2431
2432         * docs/libs/gst-plugins-base-libs-sections.txt:
2433         * gst-libs/gst/audio/multichannel.c:
2434         (gst_audio_check_channel_positions):
2435         * gst-libs/gst/audio/multichannel.h:
2436         API: Make gst_audio_check_channel_positions() public.
2437
2438         * tests/check/libs/audio.c: (GST_START_TEST):
2439         Add some simple checks for gst_audio_check_channel_positions().
2440
2441 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2442
2443         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2444           minrange and maxrange are scaled according to the frequency
2445           multiplier.
2446
2447 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2448
2449         * ext/pango/Makefile.am:
2450         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2451           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2452           Use gstvideo functions to calculate strides and plane offsets. Fixes
2453           rendering issue ('ghost' images of the text on the chroma planes)
2454           with widths or heights that are not multiples of 8 (#506659 and
2455           probably also #485729).
2456
2457         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2458           (main):
2459           Test with odd height/width too.
2460
2461 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2462
2463         * gst/adder/gstadder.c: (gst_adder_query_duration),
2464         (gst_adder_query_latency):
2465         When using gst_element_iterate_pads() one has to unref every pad
2466         after usage.
2467
2468 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2469
2470         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2471         (gst_base_audio_src_class_init):
2472         Add a gtk-doc chunk for the new properties to have a Since: indication.
2473
2474 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2475
2476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2477         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2478         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2479         (gst_base_audio_src_change_state):
2480         Provide readable actual-buffer-time and actual-latency-time properties
2481         that reflect the configured ringbuffer values. Fixes #524724.
2482         API: GstBaseAudioSrc:actual-buffer-time
2483         API: GstBaseAudioSrc:actual-latency-time
2484
2485 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2486
2487         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2488         (gst_basertppayload_change_state):
2489         Simply converting the running time into an RTP timestamp by scaling it
2490         based on the clock-rate is good enough for making an RTP timestamp. This
2491         has the added benefit that we can later on expose a property with the
2492         RTP timestamp of running time 0, as is needed for RTSP servers to
2493         generate the response of the PLAY request.
2494
2495 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2496
2497         * gst/audioconvert/gstaudioconvert.c:
2498         (structure_has_fixed_channel_positions),
2499         (gst_audio_convert_transform_caps):
2500         Allow up to 11 positioned channels now that audioconvert can handle
2501         this but add no default positions for > 8 channels.
2502         
2503         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2504         Add some unit tests for the above change: Test conversion of
2505         11 positioned channels to stereo and the other way around, test
2506         conversion of 15 unpositioned channels in different ways.
2507
2508 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2509
2510         * win32/common/libgstaudio.def:
2511         Add gst_audio_clock_reset to the list of exported symbols.
2512
2513 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2514
2515         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2516         Remove wrong_channels_identification_header unit test as we now
2517         support 7 (and more channels).
2518
2519 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         * gst/audioconvert/gstchannelmix.c:
2522         (gst_channel_mix_fill_one_other):
2523         If mixing left or right to center (or the other way around) only take
2524         the complete value if we don't already have the original position in
2525         the source.
2526
2527 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2528
2529         * gst-libs/gst/audio/multichannel.c:
2530         (gst_audio_check_channel_positions),
2531         (gst_audio_set_structure_channel_positions_list),
2532         (gst_audio_fixate_channel_positions):
2533         Allow rear center together with rear left/right and other previously
2534         conflicting channel positions. The reason why they weren't allowed
2535         was the channel mixing implementation in audioconvert.
2536         Also take this into account when fixing channel layouts.
2537
2538         Allow setting channel positions for 1/2 channels when using
2539         gst_audio_set_structure_channel_position().
2540
2541         * gst/audioconvert/gstchannelmix.c:
2542         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2543         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2544         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2545         Major rewrite of the channel mixing.
2546
2547         We now allow previously conflicting channel positions to appear
2548         together (rear center and rear left/right for example).
2549         Fixes bug #533817.
2550
2551         Rework the way channels are mixed together to take more possible
2552         channel positions into account, properly mix from/to side channels
2553         and don't assume that either center, left&right or nothing of a
2554         specific position is available anymore.
2555
2556         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2557         Adjust unit tests with non-standard 1/2 channel layouts to the more
2558         correct new behaviour.
2559
2560         Add a unit test for 5.1->Stereo downmixing.
2561
2562 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2563
2564         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2566         Add sane defaults for the 7 and 8 channel layouts as those are
2567         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2568         more than 8 channels instead of erroring out. Fixes bug #535356.
2569
2570 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2571
2572         * docs/plugins/Makefile.am:
2573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2575         * ext/theora/theoraparse.c:
2576         Add theoraparse to the docs and fix some docs.
2577
2578 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2579
2580         * gst-libs/gst/cdda/gstcddabasesrc.c:
2581         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2582         Fix EOS condition and track addition check, the track.end sector is
2583         included in the track. Fixes #533265.
2584
2585 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2586
2587         Patch by: Mark Nauwelaerts <manauw at skynet be>
2588
2589         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2590         (gst_video_rate_flush_prev), (gst_video_rate_event),
2591         (gst_video_rate_chain):
2592         * gst/videorate/gstvideorate.h:
2593         React (more) to NEWSEGMENT
2594         Small adjustment in timestamp calculation to prevent mismatches
2595         Fixes #435633.
2596
2597 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2598
2599         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2600           Initialise error to NULL as we should.
2601
2602 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2603
2604         * gst/adder/gstadder.c: (gst_adder_query_duration),
2605         (gst_adder_query_latency), (gst_adder_query):
2606         Implement latency query.
2607
2608 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2609
2610         * gst/adder/gstadder.c: (gst_adder_query_duration):
2611         Correctly resync the iterator if gst_iterator_next() returns
2612         GST_ITERATOR_RESYNC.
2613
2614 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2615
2616         * win32/vs6/libgstpbutils.dsp:
2617           Add pbutils-enumtypes.c to sources (#518037).
2618
2619 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2620
2621         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2622         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2623         * gst-libs/gst/audio/gstaudioclock.h:
2624         Add method to inform the clock that the time starts from 0 again. We use
2625         this info to calculate a clock offset so that the time we report in
2626         internal_time is monotonically increasing, as required by the clock base
2627         class. Fixes #521761.
2628         API: GstAudioClock::gst_audio_clock_reset()
2629
2630         * gst-libs/gst/audio/gstbaseaudiosink.c:
2631         (gst_base_audio_sink_skew_slaving),
2632         (gst_base_audio_sink_change_state):
2633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2634         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2635         Reset reported time when we (re)create the ringbuffer.
2636
2637 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2638
2639         * ext/alsa/gstalsamixertrack.c:
2640           (gst_alsa_mixer_track_update_alsa_capabilities):
2641           Make sure playback volumes aren't accidentally overwritten by
2642           capture volumes if an alsa mixer track has both playback and
2643           capture capabilities: we create two GstMixerTracks in that
2644           case, so make sure we query only the alsa capabilities that
2645           refer to the type of GstMixerTrack we created from the dual
2646           capability alsa element. Should fix issues with Audigy2 sound
2647           cards (#518082).
2648
2649 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2650
2651         * tests/check/pipelines/oggmux.c: (test_pipeline):
2652           Don't use deprecated function.
2653
2654 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2655
2656         * gst/playback/gstdecodebin2.c:
2657         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2658         Check for NULL cases and log them, creating ghostpads can, for example,
2659         fail when the pad returns wrong caps.
2660
2661         * gst/playback/gstplaybin2.c: (perform_eos):
2662         When pushing out the EOS event, collect the return value and warn when
2663         something failed.
2664
2665 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2666
2667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2668         (gst_riff_create_video_template_caps):
2669         Add support for DVCPRO.
2670
2671 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2672
2673         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2674           Change default scaling method from nearest-neighbour to bilinear.
2675
2676 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2677
2678         * tests/check/libs/video.c:
2679           More checks.
2680
2681 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2682
2683         * gst/subparse/gstsubparse.c: (parser_state_init),
2684           (gst_sub_parse_format_autodetect), (handle_buffer):
2685         * gst/subparse/gstsubparse.h:
2686         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2687           Limit duration to a maximum of five seconds for tmplayer format where
2688           we can guess the duration only from the timestamp of the next line of
2689           text. We don't want to show a text for eternities just because nothing
2690           else is being said for a while.
2691
2692 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2693
2694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2695         (gst_base_rtp_depayload_chain),
2696         (gst_base_rtp_depayload_handle_sink_event),
2697         (gst_base_rtp_depayload_push_full),
2698         (gst_base_rtp_depayload_change_state):
2699         Check sequence numbers, mark input buffers with a discont flag for the
2700         subclass when we detected a gap, drop duplicate buffers. We do this
2701         because one can use the element without a jitterbuffer in front and we
2702         don't want to feed the subclasses invalid or reordered data.
2703         Do an error when the subclass did not provide a process function instead
2704         of crashing.
2705         Some other small cleanups.
2706
2707 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2708
2709         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2710           May just as well use the precalculated uvstride here.
2711
2712 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2713
2714         * docs/plugins/Makefile.am:
2715         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2717         * docs/plugins/gst-plugins-base-plugins.args:
2718         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2719         * docs/plugins/gst-plugins-base-plugins.interfaces:
2720         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2721         * docs/plugins/inspect/plugin-adder.xml:
2722         * docs/plugins/inspect/plugin-alsa.xml:
2723         * docs/plugins/inspect/plugin-audioconvert.xml:
2724         * docs/plugins/inspect/plugin-audiorate.xml:
2725         * docs/plugins/inspect/plugin-audioresample.xml:
2726         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2727         * docs/plugins/inspect/plugin-cdparanoia.xml:
2728         * docs/plugins/inspect/plugin-decodebin.xml:
2729         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2730         * docs/plugins/inspect/plugin-gdp.xml:
2731         * docs/plugins/inspect/plugin-gio.xml:
2732         * docs/plugins/inspect/plugin-gnomevfs.xml:
2733         * docs/plugins/inspect/plugin-libvisual.xml:
2734         * docs/plugins/inspect/plugin-ogg.xml:
2735         * docs/plugins/inspect/plugin-pango.xml:
2736         * docs/plugins/inspect/plugin-playback.xml:
2737         * docs/plugins/inspect/plugin-queue2.xml:
2738         * docs/plugins/inspect/plugin-subparse.xml:
2739         * docs/plugins/inspect/plugin-tcp.xml:
2740         * docs/plugins/inspect/plugin-theora.xml:
2741         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2742         * docs/plugins/inspect/plugin-uridecodebin.xml:
2743         * docs/plugins/inspect/plugin-video4linux.xml:
2744         * docs/plugins/inspect/plugin-videorate.xml:
2745         * docs/plugins/inspect/plugin-videoscale.xml:
2746         * docs/plugins/inspect/plugin-videotestsrc.xml:
2747         * docs/plugins/inspect/plugin-volume.xml:
2748         * docs/plugins/inspect/plugin-vorbis.xml:
2749         * docs/plugins/inspect/plugin-ximagesink.xml:
2750         * docs/plugins/inspect/plugin-xvimagesink.xml:
2751         * ext/cdparanoia/gstcdparanoiasrc.c:
2752         * ext/ogg/gstoggdemux.c:
2753         * ext/ogg/gstoggdemux.h:
2754         * ext/ogg/gstoggmux.c:
2755         * ext/ogg/gstoggmux.h:
2756         * gst/audioconvert/audioconvert.c:
2757         * gst/audioconvert/audioconvert.h:
2758         * gst/audioconvert/gstaudioconvert.h:
2759         * gst/gdp/gstgdpdepay.h:
2760         * gst/gdp/gstgdppay.h:
2761         * gst/playback/gstdecodebin.c:
2762         * gst/playback/gstdecodebin2.c:
2763         * gst/playback/gstplaybin.c:
2764         * gst/playback/gstplaybin2.c:
2765         * gst/playback/gsturidecodebin.c:
2766         * gst/tcp/gstmultifdsink.c:
2767         * gst/tcp/gstmultifdsink.h:
2768         * gst/tcp/gsttcp.h:
2769
2770         Add some documentation comments, and some new headers to be scanned.
2771         Rename some internal enum declarations (audioconvert's DitherType and
2772         NoiseShapingType, GstUnitType from the TCP elements) to match the
2773         documented GObject type names so that the docs pick them up.
2774         Name the playbin2 docs markups properly so they get picked up. They'll
2775         need renaming back when/if playbin2 becomes playbin.
2776
2777         100% symbol coverage for the plugin docs, booya.
2778
2779 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2782
2783         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2784         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2785
2786 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2787
2788         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2789
2790         * gst/playback/gstdecodebin.c: (remove_fakesink):
2791         Lock the fakesink before setting the state to NULL and removing it from
2792         the bin so that a concurrent state change cannot interfere. 
2793         Fixes #534331.
2794
2795 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2796
2797         * docs/Makefile.am:
2798         Fix installing plugin documentation when gtk-doc is disabled.
2799
2800 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2801
2802         * gst-libs/gst/rtsp/Makefile.am:
2803         Distribute, don't install md5.h
2804
2805 2008-05-21  Julien Moutte  <julien@fluendo.com>
2806
2807         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2808         instead of SOL_IP, works on more platforms.
2809         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2810         arguments.
2811
2812 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2813
2814         * ext/vorbis/vorbisdec.c:
2815         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2817         Some debug and comment fixes.
2818
2819         * tests/examples/dynamic/addstream.c: (main):
2820         Fix , to ;
2821
2822 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2823
2824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2825         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2826         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2827         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2828         (cleanup_decodebin):
2829         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2830         (connect_element), (gst_decode_group_control_demuxer_pad):
2831         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2832         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2833         (mute_group_type):
2834         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2835         (gst_play_bin_set_property), (handoff), (gen_video_element),
2836         (gen_text_element), (gen_audio_element), (gen_vis_element),
2837         (remove_sinks), (add_sink), (setup_sinks):
2838         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2839         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2840         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2841         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2842         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2843         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2844         (gen_vis_chain), (gst_play_sink_reconfigure),
2845         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2846         (gst_play_sink_request_pad):
2847         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2848         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2849         (cb_newpad):
2850         * gst/playback/test6.c: (new_decoded_pad_cb):
2851         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2852         * tests/check/elements/audiorate.c: (test_injector_chain),
2853         (do_perfect_stream_test):
2854         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2855         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2856         * tests/check/elements/gnomevfssink.c:
2857         * tests/check/elements/textoverlay.c:
2858         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2859         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2860         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2861         * tests/check/pipelines/oggmux.c: (test_pipeline):
2862         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2863         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2864         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2865         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2866         * tests/examples/seek/seek.c: (make_mod_pipeline),
2867         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2868         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2869         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2870         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2871         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2872         (update_fill), (msg_buffering):
2873         Don't use bad gst_element_get_pad().
2874
2875 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2876
2877         * gst-libs/gst/riff/riff-media.c:
2878           Fix wrong method name in docs. Fix calculation of strf fields for
2879           broken mulaw/alaw.
2880   
2881         * gst-libs/gst/riff/riff-read.c:
2882           Whitespace fix and removing double ';'.
2883
2884 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2885
2886         * docs/design/part-playbin2.txt:
2887         Add some leftover doc.
2888
2889 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2890
2891         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2892         Fix copy & paste error in last commit.
2893
2894 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2897         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2898         other channel positions when source has SIDE channels and dest doesn't
2899         or the other way around.
2900
2901 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2902
2903         Patch by: Henrik Eriksson <henriken at axis dot com>
2904
2905         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2906         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2907         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2908         (gst_multi_fd_sink_get_property):
2909         * gst/tcp/gstmultifdsink.h:
2910         Add support for DSCP QOS. Fixes #469933.
2911
2912 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2913
2914         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2915         Add another test that checks if conversion between standard 1 and 2
2916         channel layouts with and without positions set is working.
2917
2918 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2919
2920         * gst-libs/gst/audio/multichannel.c:
2921         (gst_audio_check_channel_positions):
2922         Allow non-standard 2 channel layouts.
2923         
2924         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2925         Add some tests for converting and remapping non-standard 1 and 2
2926         channel layouts.
2927
2928 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2929
2930         * gst/audioconvert/gstchannelmix.c:
2931         (gst_channel_mix_fill_normalize):
2932         Prevent division by zero if the channel mix matrix contains only
2933         zeroes.
2934
2935 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2936
2937         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2938
2939         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2940         Close a buffer memory leak. Fixes bug #534071.
2941
2942 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2943
2944         * gst-libs/gst/rtsp/gstrtsptransport.h:
2945         Make the GstRTSPTransport struct members public as there are no
2946         setters/getters and it's supposed to be changed directly.
2947         Fixes bug #533087.
2948
2949 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2950
2951         * gst/adder/gstadder.c:
2952         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2953         claim this on the pad template caps.
2954
2955 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         * gst-libs/gst/audio/gstbaseaudiosink.c:
2958         (gst_base_audio_sink_sync_latency):
2959         We can only use our optimal calibration if we prerolled before the
2960         latency expired.
2961
2962 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2963
2964         * configure.ac:
2965           Require core CVS for GstBaseSrc buffer caps setting magic.
2966
2967 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2968
2969         * gst/audioconvert/gstaudioconvert.c:
2970         (gst_audio_convert_fixate_channels):
2971         Fix logic in last commit.
2972
2973 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * gst/audioconvert/gstaudioconvert.c:
2976         (gst_audio_convert_fixate_channels):
2977         Passthrough the channel positions if the number of output channels is
2978         the same as the number of input channels, the input had a channel
2979         layout and downstream requests no special one. We did this already for
2980         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2981
2982 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2985         (gst_gnome_vfs_src_finalize),
2986         (gst_gnome_vfs_src_received_headers_callback),
2987         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2988         * ext/gnomevfs/gstgnomevfssrc.h:
2989         Set the ICY caps on the srcpad from where they get picked up by the base
2990         class now and set on the outgoing buffers.
2991
2992         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2993         (gst_base_audio_src_create):
2994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2995         BaseSrc now sets the caps on outgoing buffers automatically.
2996
2997 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2998
2999         * gst-libs/gst/audio/gstbaseaudiosink.c:
3000         (gst_base_audio_sink_resample_slaving),
3001         (gst_base_audio_sink_skew_slaving),
3002         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3003         (gst_base_audio_sink_async_play),
3004         (gst_base_audio_sink_change_state):
3005         Change the way in which the ringbuffer is started when dealing with a
3006         slaved clock and latency. We now sync to the clock until we reach
3007         upstream latency before starting the ringbuffer. This has the effect
3008         that we can accurately align the master and slave clocks and let the
3009         rate correction code take care of the initial drift or rounding errors
3010         instead of leaving them uncorrected with the old approach.
3011
3012 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3013
3014         * gst/audioconvert/gstaudioconvert.c:
3015         (gst_audio_convert_fixate_channels):
3016         Correctly set the default channel positions when converting to 8
3017         channels.
3018
3019 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3020
3021         * configure.ac:
3022           Error out if we don't have the required version of core.
3023
3024 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3025
3026         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3027           Use data scan helper in aac typefinder and stop scanning
3028           for headers when we've found a type. Also fix potential invalid
3029           memory access when calculating the frame length.
3030
3031 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3032
3033         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3034           (mpeg_sys_is_valid_pack):
3035           Don't modify scan context when we return FALSE in ensure_data, so
3036           it's possible to continue scanning, and we don't end up with a NULL
3037           data pointer and a positive size, which might bite us the next time
3038           we're called. Small constification.
3039
3040 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3041
3042         * gst/adder/gstadder.c:
3043         Adder doesn't support 24 bit samples so don't claim it supports them
3044         in the pad template caps.
3045
3046 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3047
3048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3049         (gst_base_rtp_depayload_chain):
3050         Validate the RTP packet before further processing it. It's just too
3051         dangerous to accept random packets and people are not forced to use a
3052         jitterbuffer or session manager to filter out the bad packets.
3053
3054         * gst-libs/gst/rtp/gstrtpbuffer.c:
3055         (gst_rtp_buffer_set_extension_data),
3056         (gst_rtp_buffer_get_payload_subbuffer):
3057         Small cleanups.
3058         When setting extension data in a buffer that is too small, we fail and
3059         we should not set the extension bit.
3060         Change GST_WARNINGS into g_warning because they really are
3061         programming errors.
3062
3063         * tests/check/libs/rtp.c: (GST_START_TEST):
3064         Catch the g_warnings now in the unit tests and that fact that failing to
3065         set extension data left the extension bit untouched.
3066
3067 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3068
3069         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3070           Revert previous change which made basetransform handle buffer_alloc
3071           and which breaks things badly in the non-passthrough case since it
3072           returned buffers with a different (ie. sometimes smaller) size than
3073           the size requested.
3074
3075 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3076
3077         Patch by: Bernard B <b-gnome at largestprime dot net>
3078
3079         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3080         Fix seqnum compare function for bordercase values and fix the docs
3081         again. Fixes #533075.
3082
3083         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3084         Add a testcase for seqnum compare function.
3085
3086 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3087
3088         * gst/adder/gstadder.c: (gst_adder_setcaps),
3089         (gst_adder_class_init):
3090         Correctly declare the supported endianness on the pad templates
3091         and check for correct endianness in the set caps function. Adder
3092         only supports native endianness.
3093         Also use gst_element_class_set_details_simple().
3094
3095 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3096
3097         * sys/xvimage/xvimagesink.c:
3098           Better debug logging in port value handling. Merging separate port
3099           value loops into one.
3100
3101 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3102
3103         Patch by: Hannes Bistry <hannesb at gmx dot de>
3104
3105         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3106         * gst/tcp/gsttcpserversink.c:
3107         (gst_tcp_server_sink_handle_server_read),
3108         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3109         Fix regression in clientsrc because we did not add the fd to the poll
3110         set anymore. Fixes #532364.
3111         Do some cleanups here and there.
3112
3113 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3114
3115         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3116         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3117         * gst/playback/gstplay-marshal.list:
3118         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3119         Use correct marshallers. GstCaps are a boxed type and no GObject
3120         subclass.
3121
3122 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3123
3124         * win32/common/libgstrtsp.def:
3125         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3126         symbols.
3127
3128 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3129
3130         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3131
3132         * tests/check/elements/audioresample.c:
3133         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3134         (live_switch_push), (GST_START_TEST):
3135         Add unit test for the latest basetransform negotiation changes.
3136         See bug #526768.
3137
3138 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3141         Fix nv12<->nv21 conversion if stride is larger than width.
3142
3143 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3144
3145         Patch by: Jan Gerber <j at oil21 dot org>
3146
3147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3148         (gst_ogg_pad_parse_skeleton_fisbone):
3149         * ext/ogg/gstoggdemux.h:
3150         Parse presentation time from skeleton streams and use it as offset
3151         for the timestamps. Fixes bug #530068.
3152
3153 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3154
3155         * gst-libs/gst/audio/gstbaseaudiosink.c:
3156         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3157         Revert previous patch that attempted to more accurately calculate the
3158         initial offset between master and slave clock. The best thing we can do
3159         in general is take the time of both clocks as the diff since we don't
3160         know when the actual preroll happened.
3161
3162 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3163
3164         * gst-libs/gst/pbutils/install-plugins.c:
3165           Fix docs: type and missing word.
3166
3167 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3168
3169         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3170           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3171           for this instead; don't check if we've found enough markers after
3172           each and every step, it's enough to do that only if we've actually
3173           found a new marker.
3174           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3175
3176 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3177
3178         * gst/typefind/gsttypefindfunctions.c:
3179           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3180           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3181           (mpeg_video_stream_type_find):
3182           Move scan helper thingy to the beginning of the file so we can use
3183           it in other typefind functions. Rename it to something more
3184           generic. Also improve handling of things towards the end of the
3185           typefind data: peek as much as we can if we know the size of the
3186           data, rather than just min_size.
3187
3188 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3189
3190         * docs/libs/gst-plugins-base-libs-sections.txt:
3191         * gst-libs/gst/interfaces/colorbalance.c:
3192         * gst-libs/gst/interfaces/colorbalance.h:
3193         * gst-libs/gst/interfaces/colorbalancechannel.c:
3194         * gst-libs/gst/interfaces/colorbalancechannel.h:
3195         * gst-libs/gst/interfaces/tuner.c:
3196         * gst-libs/gst/interfaces/tunerchannel.c:
3197         * gst-libs/gst/interfaces/tunerchannel.h:
3198         * gst-libs/gst/interfaces/tunernorm.c:
3199         * gst-libs/gst/interfaces/tunernorm.h:
3200         * gst-libs/gst/video/video.c:
3201         * gst-libs/gst/video/video.h:
3202         Document the GstTuner and GstColorBalance interfaces, and some
3203         other random API functions that needed it. 70% symbol coverage, woo.
3204
3205 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3208         Choose to allocate one less segment but require one additional segment
3209         as latency. 
3210
3211         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3212         No need to increment the number of segments in the source.
3213
3214         * gst-libs/gst/audio/gstbaseaudiosink.c:
3215         (gst_base_audio_sink_get_time), (clock_convert_external),
3216         (gst_base_audio_sink_resample_slaving),
3217         (gst_base_audio_sink_skew_slaving),
3218         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3219         (gst_base_audio_sink_async_play):
3220         Remove adding latency when returning the internal time while subtracting
3221         it again when we use the value a little later.
3222         When calculating the end timestamp, we are making a rounding error
3223         with the current algorithm. Ensure that we don't accumulate these
3224         rounding errors when aligning samples by not resampling at all if we
3225         don't need to. Fixes #419351.
3226         Make the initial calibration of the clock slaving a little more
3227         predictable and accurate. Also handle the case where we don't do
3228         clock slaving.
3229
3230 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3231
3232         Based on a patch by:
3233           Björn Benderius <bjoern dot benderius at axis dot com>
3234
3235         * gst/ffmpegcolorspace/avcodec.h:
3236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3237         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3238         (gst_ffmpegcsp_avpicture_fill):
3239         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3240         * gst/ffmpegcolorspace/imgconvert_template.h:
3241         Add conversions from/to NV12 and NV21 and conversions between those
3242         two formats. Fixes bug #532166.
3243
3244 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3245
3246         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3247         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3248         which happens for example with files smaller than 128kb.
3249
3250 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3251
3252         Patch by: Wouter Cloetens <zombie at e2big dot org>
3253
3254         * gst-libs/gst/rtsp/Makefile.am:
3255         * gst-libs/gst/rtsp/gstrtspconnection.c:
3256         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3257         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3258         (add_auth_header), (gst_rtsp_connection_free),
3259         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3260         (gst_rtsp_connection_set_auth_param),
3261         (gst_rtsp_connection_clear_auth_params):
3262         * gst-libs/gst/rtsp/gstrtspconnection.h:
3263         Add Digest authorization support for RTSP connections. See #532065.
3264
3265         * gst-libs/gst/rtsp/md5.c:
3266         * gst-libs/gst/rtsp/md5.h:
3267         Yeap, another md5 implementation until we can depend on a glib that has
3268         support for it.
3269
3270 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3273
3274         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3275         Let audioresample use the buffer allocation of basetransform instead
3276         of it's own stuff.
3277
3278         * tests/check/elements/audioresample.c: (alloc_only_48000),
3279         (GST_START_TEST), (audioresample_suite):
3280         Add unit test for the recent basetransform bugfix, where upstream
3281         changes caps to something that can't be passed through anymore.
3282
3283 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3284
3285         * win32/common/config.h.in:
3286           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3287           use the real thing than having "???" unconditionally.
3288
3289 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3290
3291         * gst-libs/gst/audio/gstbaseaudiosink.c:
3292         (gst_base_audio_sink_query):
3293         Report the latency with the new seglatency parameter.
3294
3295         * gst-libs/gst/audio/gstringbuffer.c:
3296         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3297         (gst_ring_buffer_acquire):
3298         * gst-libs/gst/audio/gstringbuffer.h:
3299         Add new field to the ringbufferspec to specify the expected latency
3300         between the underlying device read/write pointer, this is needed
3301         when writing sinks that sit a little closer to the hardware.
3302         Add some more docs for other fields.
3303
3304 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3305
3306         * gst/volume/gstvolume.c: (volume_transform_ip):
3307         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3308         reason instead of crashing later. Might fix bug #509125.
3309
3310 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3313
3314         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3315         * gst/audioconvert/audioconvert.h:
3316         * gst/audioconvert/gstaudioconvert.c:
3317         (gst_audio_convert_parse_caps),
3318         (structure_has_fixed_channel_positions),
3319         (gst_audio_convert_transform_caps):
3320         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3321         Add support for more than 8 channels and NONE channel layouts. For
3322         more than 8 channels no channel conversion is supported yet, only
3323         format conversions are supported. Fixes bug #398033.
3324
3325         * tests/check/elements/audioconvert.c: (verify_convert),
3326         (GST_START_TEST), (audioconvert_suite):
3327         Add some unit tests by Tim for checking the NONE channel layouts
3328         and more than 8 channels and add some more unit tests for channel
3329         conversions.
3330
3331 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/playback/gstdecodebin2.c: (connect_pad):
3334         When autoplugging fails, set the element back to NULL before
3335         unreffing it.
3336
3337 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * win32/common/libgstaudio.def:
3340         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3341         symbols.
3342
3343 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         * gst/subparse/samiparse.c: (handle_start_sync),
3346         (end_sami_element), (characters_sami):
3347         Remove trailing, leading and double whitespaces.
3348         Correctly timestamp buffers and output the last buffer too.
3349
3350         * tests/check/elements/subparse.c: (GST_START_TEST),
3351         (subparse_suite):
3352         Add a simple unit test for SAMI parsing.
3353
3354 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3357
3358         * gst/subparse/samiparse.c: (handle_start_sync),
3359         (start_sami_element), (end_sami_element), (characters_sami),
3360         (sami_context_reset):
3361         Only output characters inside the "sync" elements. There could be
3362         other elements like "style" that have some content but should
3363         not be printed. Fixes bug #467911.
3364
3365 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3366
3367         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3368         (set_active_source):
3369         * gst/playback/gstplaybasebin.h:
3370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3371         (playbin_set_audio_mute):
3372         Allow setting -1 as current-audio to mute the current audio stream,
3373         similar to what is done for subtitles. Fixes bug #342294.
3374
3375 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3376
3377         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3378         It's SorensOn and not SorensEn.
3379
3380 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3381
3382         * gst-libs/gst/pbutils/descriptions.c: (formats):
3383           Fix description of video/x-flash-video.
3384
3385 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3386
3387         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3388         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3389         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3390         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3391         Remove some unused code.
3392
3393         * gst/audioconvert/gstaudioquantize.c:
3394         (gst_audio_quantize_free_noise_shaping):
3395         Don't return before freeing the noise shaping history.
3396
3397 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3398
3399         * tests/check/elements/subparse.c: (do_test),
3400           (test_tmplayer_style3b), (subparse_suite):
3401           Add unit test for the tmplayer variant from bug #530962.
3402
3403 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3404
3405         * gst/subparse/gstsubparse.c: (handle_buffer),
3406           (gst_sub_parse_sink_event):
3407         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3408           (tmplayer_parse_line):
3409           Fix parsing of tmplayer subtitle variant where every single line contains
3410           text and there isn't an empty line after each line to determine the
3411           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3412           making sure that we push out the last line of text without a duration if
3413           there's still text left in the buffer at the end.
3414
3415 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3416
3417         * gst/subparse/gstsubparse.c: (feed_textbuf):
3418           Fix detection of discontinuities based on the buffer offset (doesn't work
3419           so well if no buffer offset is set) and also check for the DISCONT buffer
3420           flag. This keeps the parser state from being reset after each buffer in
3421           the unit test.
3422
3423 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3424
3425         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3426           Further fine-tuning: don't absolutely require sequence or GOP headers
3427           (as introduced in the previous commit), but adjust the typefind
3428           probabilities returned accordingly if we don't see them. Also make sure
3429           picture header and first slice are somewhat close to each other (which
3430           is not perfect but still better than requiring a fixed offset or having
3431           no limit at all).
3432
3433 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3434
3435         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3436         (gst_basertppayload_sink_setcaps),
3437         (gst_basertppayload_sink_getcaps):
3438         Rename the setcaps/getcaps function internally to make it clear that
3439         they are called for the sink pad.
3440
3441 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3442
3443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3444         (gst_base_rtp_depayload_class_init),
3445         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3446         (gst_base_rtp_depayload_packet_lost),
3447         (gst_base_rtp_depayload_set_gst_timestamp):
3448         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3449         Catch packet-lost events from the jitterbuffer and convert them into a
3450         vmethod call (lost-packet) so that depayloaders can do something smart.
3451         Also add a default packet-lost function that sends out a segment update
3452         to the decoders.
3453
3454 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3455
3456         * gst/playback/test4.c:
3457         * gst/playback/test5.c:
3458         * gst/playback/test6.c:
3459         * gst/playback/test7.c:
3460           Also include config.h when relying on defines from it. Fixes the
3461           build. Its been a please to serve :)
3462
3463 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3464
3465         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3466         (paint_setup_NV21), (paint_hline_NV12_NV21):
3467         Add support for NV12 and NV21 in videotestsrc
3468
3469 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3470
3471         * gst/videoscale/gstvideoscale.c:
3472         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3473         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3474         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3475         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3476         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3477         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3478         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3479         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3480         (vs_image_scale_linear_RGB555):
3481         Support 1x1 images as input and output as for example the BBC HQ new
3482         streams have 1x1 GIFs in the playlists for some reason.
3483
3484 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3485
3486         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3487           (try_to_link_1):
3488           If we can't activate one of the decoders we plugged in (such as,
3489           say, musepackdec) for some reason (it might not support push mode,
3490           for example), remove any pad probes that close_pad_link() might
3491           have set up. This makes sure we later don't try to remove a probe
3492           for a pad that doesn't exist any longer, and avoids nast warnings
3493           and probably other things too.
3494
3495 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3496
3497         * gst/typefind/gsttypefindfunctions.c:
3498           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3499           (plugin_init):
3500           Rework mpeg video stream typefinding a bit more: make sure sequence,
3501           GOP, picture and slice headers appear in the order they should and
3502           that we've in fact at least had one of each; fix picture header
3503           detection; decouple picture and slice header check - don't assume
3504           they're at a fixed offset, there may be extra data in between. Also,
3505           announce varying degrees of probability depending on what we found
3506           exactly (multiple pictures, at least one picture, just sequence and
3507           GOP headers). Finally, in _ensure_data(), take into account that we
3508           might be typefinding smaller amounts of data, such as the first
3509           buffer of a stream, so fall back to the minimum size needed as long
3510           as that's available, instead of erroring out if there's less than
3511           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3512           fuzzed file from #399342 as valid.
3513
3514 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3515
3516         * ext/theora/theoradec.c:
3517           Cool kids don't divide by zero.
3518           Treat PAR of x:0 as 1:1.
3519           Fixes #530719.
3520
3521 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3522
3523         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3524           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3525           (mpeg_video_stream_type_find):
3526           Refactor a bit: use context structure to track parsing offset and
3527           size of available data and make the code a bit clearer. Fixes bad
3528           memory access in #356937.
3529
3530 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3531
3532         * gst/playback/test4.c:
3533         * gst/playback/test5.c:
3534         * gst/playback/test6.c:
3535         * gst/tcp/gstmultifdsink.c:
3536           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3537           is defined.
3538
3539 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         * gst-libs/gst/audio/gstbaseaudiosink.h:
3542         Clarify some docs.
3543
3544         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3545         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3546         (gst_base_audio_src_set_slave_method),
3547         (gst_base_audio_src_get_slave_method),
3548         (gst_base_audio_src_set_property),
3549         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3550         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3551         Add property and methods for selecting the clock slave method in the
3552         source, like in the sink.
3553         We only implement "none" and "re-timestamp" for now.
3554         API: gst_base_audio_src_set_slave_method()
3555         API: gst_base_audio_src_get_slave_method()
3556
3557 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3558
3559         * gst-libs/gst/rtp/gstrtpbuffer.c:
3560         Fix the docs about the seqnum compare function, it returns a difference.
3561
3562 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3563
3564         * ext/alsa/gstalsadeviceprobe.c:
3565         (gst_alsa_get_device_list): Don't return before freeing up
3566         the allocated structures.
3567
3568 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3569
3570         * gst/playback/gstplaybin.c:
3571           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3572
3573 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3574
3575         * ext/ogg/gstoggdemux.c:
3576           Revert the event part, that should not go in.
3577
3578 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3579
3580         * ext/ogg/gstoggdemux.c:
3581           Don't leak GstPluginFeatures when filtering.
3582
3583 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3584
3585         * sys/xvimage/xvimagesink.c:
3586           Add some logging for cases when grabbing the xv failed.
3587
3588 2008-04-21  David Schleef  <ds@schleef.org>
3589
3590         * ext/ogg/gstoggmux.c:
3591           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3592           packet.  Should conform to what we currently think is the
3593           final Ogg/Dirac muxing spec.
3594
3595 2008-04-21  David Schleef  <ds@schleef.org>
3596
3597         * sys/xvimage/xvimagesink.c:
3598           Fix typo that causes the overlay keying color to bright green
3599           on a 16-bit display.  Dark grey good.  Bright green bad.
3600
3601 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3602
3603         * ext/gnomevfs/gstgnomevfsuri.c:
3604           Add  FIXME comment about using uri-list for source and sink.
3605
3606 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3607
3608         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3609         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3610         vaargs functions to gint. Otherwise the fractions will get 0 set
3611         instead of the correct value on big endian systems. Fixes bug #529018.
3612
3613 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         * ext/gnomevfs/gstgnomevfssink.c:
3616         (gst_gnome_vfs_sink_uri_get_protocols):
3617         * ext/gnomevfs/gstgnomevfssrc.c:
3618         (gst_gnome_vfs_src_uri_get_protocols):
3619         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3620         (gst_gnomevfs_get_supported_uris):
3621         Get the list of supported URI schemes in a threadsafe way and use the
3622         same list for the source and sink.
3623
3624 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3625
3626         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3627         (gst_gio_get_supported_protocols):
3628         Don't generate a new supported protocols list on each call but cache
3629         it. It's supposed to be static anyway, this way we only leak it once
3630         per process.
3631
3632         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3633         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3634         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3635         (gst_gio_sink_start):
3636         * ext/gio/gstgiosink.h:
3637         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3638         (gst_gio_src_class_init), (gst_gio_src_finalize),
3639         (gst_gio_src_set_property), (gst_gio_src_get_property),
3640         (gst_gio_src_start):
3641         * ext/gio/gstgiosrc.h:
3642         API: Add "file" properties where one can set a GFile as
3643         source/destination.
3644
3645         Add locking to the properties and use
3646         gst_element_class_set_details_simple() instead of a static
3647         GstElementDetails struct.
3648
3649 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3652         (plugin_init):
3653         Add "mpp" and "mp+" as possible extensions for MusePack files.
3654
3655         Add typefinding for MusePack StreamVersion 8 files and include the
3656         stream version in the caps.
3657
3658 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * gst-libs/gst/rtp/gstrtppayloads.c:
3661         (gst_rtp_payload_info_for_name):
3662         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3663
3664 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         * configure.ac:
3667           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3668           (NB: this only affects compilation of some of the examples).
3669           Remove some configure.ac cruft that's not needed any longer.
3670
3671 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3672
3673         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3674         Don't validate the payload if there isn't any.
3675         Fixes #525915
3676
3677 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3678
3679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3680         Use g_atomic_int_set() instead of gst_atomic_int_set().
3681
3682 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3683
3684         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3685         Return NULL instead of a gchar * array with one NULL element if we
3686         don't get any supported URI schemes from GIO.
3687
3688 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3689
3690         * gst/audiotestsrc/gstaudiotestsrc.c:
3691           Remove cpp style commented old code.
3692
3693 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3694
3695         * gst/playback/gstdecodebin2.c:
3696           Fix signal docs.
3697
3698 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3699
3700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3701           (gst_text_overlay_init):
3702           Fix textoverlay unit test again by making the supposed default
3703           value for the wait-text property the actual default value.
3704           Also fix Since: tag for new property.
3705
3706 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3707
3708         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3709           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3710           (gst_video_format_get_pixel_stride),
3711           (gst_video_format_get_component_width),
3712           (gst_video_format_get_component_height),
3713           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3714           (gst_video_format_convert):
3715           Add guards to these functions to ensure sane input values.
3716
3717         * tests/check/libs/video.c:
3718           Fix unit test not to create caps with width=0 and height=0.
3719
3720 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3721
3722         * docs/design/draft-keyframe-force.txt:
3723         Fix typo.
3724
3725         * gst/playback/gstqueue2.c: (update_buffering),
3726         (gst_queue_handle_src_query):
3727         Set buffering mode in the messages.
3728         Set buffering percent in the query.
3729
3730         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3731         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3732         Do some more fancy things based on the buffering method in use.
3733
3734 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3737         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3738         (msg_buffering), (main):
3739         Add basic download reports to seek using the new buffering API.
3740
3741 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3742
3743         * gst/playback/gstqueue2.c: (update_buffering),
3744         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3745         (gst_queue_src_checkgetrange_function):
3746         Include extra buffering stats in the buffering message.
3747         Implement BUFFERING query.
3748
3749         * gst/playback/gsturidecodebin.c: (do_async_start),
3750         (do_async_done), (type_found), (setup_streaming), (setup_source),
3751         (gst_uri_decode_bin_change_state):
3752         Only add decodebin2 when the type is found in streaming mode.
3753         Make uridecodebin async to PAUSED even when we don't have decodebin2
3754         added yet.
3755
3756 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3759         Filter cdda from the supported URI schemes. We can't support
3760         musicbrainz tags and everything else one expects from a cdda source
3761         with GIO. Fixes bug #526794.
3762
3763 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3764
3765         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3766         (gst_xvimagesink_buffer_alloc):
3767         Fix calculation of 'expected size' for YV12 buffers.
3768         Be a little more verbose in the debug output for buffer-alloc'ed
3769         buffers which turn out to have the wrong size.
3770
3771 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * NEWS:
3774         * RELEASE:
3775         * gst-plugins-base.doap:
3776           Merge other changes from 0.10.19 release branch.
3777
3778 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3779
3780         * gst-libs/gst/audio/gstbaseaudiosink.c:
3781           (gst_base_audio_sink_class_init):
3782         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3783           (gst_base_audio_src_class_init):
3784         * gst/playback/gstplayback.c: (plugin_init):
3785         * gst/volume/gstvolume.c: (plugin_init):
3786           Work around missing bits of thread-safety on older GLibs some
3787           more to avoid assertions when starting up multiple playbin
3788           objects concurrently (see #512382).
3789
3790 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3793           Remove some more fields.
3794
3795 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3796
3797         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3798
3799         * configure.ac:
3800         Actually build dlls when cross-compiling with mingw32.
3801         Fixes bug #526247.
3802
3803 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * configure.ac:
3806           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3807
3808 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3809
3810         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3811         (msg_buffering), (connect_bus_signals), (main):
3812         Add statusbar.
3813         Add buffering support with feedback in the statusbar.
3814
3815 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * ext/ogg/gstoggmux.c:
3818           Fix sample pipeline description.
3819
3820 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3821
3822         * docs/plugins/Makefile.am:
3823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3824         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3825         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3826           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3827
3828         * docs/plugins/gst-plugins-base-plugins.args:
3829         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3830         * docs/plugins/gst-plugins-base-plugins.interfaces:
3831         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3832         * docs/plugins/inspect/plugin-adder.xml:
3833         * docs/plugins/inspect/plugin-alsa.xml:
3834         * docs/plugins/inspect/plugin-audioconvert.xml:
3835         * docs/plugins/inspect/plugin-audiorate.xml:
3836         * docs/plugins/inspect/plugin-audioresample.xml:
3837         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3838         * docs/plugins/inspect/plugin-cdparanoia.xml:
3839         * docs/plugins/inspect/plugin-decodebin.xml:
3840         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3841         * docs/plugins/inspect/plugin-gdp.xml:
3842         * docs/plugins/inspect/plugin-gnomevfs.xml:
3843         * docs/plugins/inspect/plugin-libvisual.xml:
3844         * docs/plugins/inspect/plugin-ogg.xml:
3845         * docs/plugins/inspect/plugin-pango.xml:
3846         * docs/plugins/inspect/plugin-playback.xml:
3847         * docs/plugins/inspect/plugin-queue2.xml:
3848         * docs/plugins/inspect/plugin-subparse.xml:
3849         * docs/plugins/inspect/plugin-tcp.xml:
3850         * docs/plugins/inspect/plugin-theora.xml:
3851         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3852         * docs/plugins/inspect/plugin-uridecodebin.xml:
3853         * docs/plugins/inspect/plugin-video4linux.xml:
3854         * docs/plugins/inspect/plugin-videorate.xml:
3855         * docs/plugins/inspect/plugin-videoscale.xml:
3856         * docs/plugins/inspect/plugin-videotestsrc.xml:
3857         * docs/plugins/inspect/plugin-volume.xml:
3858         * docs/plugins/inspect/plugin-vorbis.xml:
3859         * docs/plugins/inspect/plugin-ximagesink.xml:
3860         * docs/plugins/inspect/plugin-xvimagesink.xml:
3861           Update introspection data.
3862
3863         * ext/ogg/gstoggmux.c:
3864           Document oggmux.
3865
3866         * gst/playback/gstdecodebin2.c:
3867           Don't use gtk-doc style comment start for private stuff, but make it
3868           formatted like this for consistency.
3869
3870 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3871
3872         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3873         (gst_decode_bin_init), (gst_decode_bin_dispose),
3874         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3875         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3876         (analyze_new_pad), (connect_pad), (expose_pad),
3877         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3878         (gst_decode_group_expose), (gst_decode_group_free),
3879         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3880         Remove fakesink hack, we can now implement this more elegantly.
3881         Added property to bypass typefinding.
3882         Removed underrun callback and demuxer pad probe, we now use the srcpad
3883         probe to expose groups.
3884         API::sink-caps property
3885
3886         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3887         Guard against multiple emissions of the no_more_pads signal, which
3888         happens when we are dealing with chained oggs.
3889
3890         * gst/playback/gsturidecodebin.c: (remove_decoders),
3891         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3892         (setup_source):
3893         For streams, use our own typefind element and plug our queue after it.
3894         We will need this to determine the type of buffering to use for the
3895         queue soon.
3896
3897 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3898
3899         * gst-libs/gst/audio/gstbaseaudiosink.c:
3900         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3901         Guard against over and underflows because of clock slaving.
3902         When we are using our own clock, still compensate for any calibrations
3903         that we might have done to our clock.
3904
3905 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3906
3907         * ext/theora/theoradec.c: (theora_handle_type_packet),
3908         (theora_dec_chain):
3909         Don't try to do anything fancy with the return code from pushing an
3910         event, it does not have enough information to turn it into a
3911         GST_FLOW_ERROR.
3912
3913 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3914
3915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3916         (gst_ogg_demux_chain_elem_pad):
3917         Add small debug line.
3918         Pass return code from the internal decoder instead of the too generic
3919         GST_FLOW_ERROR.
3920
3921 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3922
3923         * gst-libs/gst/cdda/Makefile.am:
3924         * gst-libs/gst/cdda/base64.c:
3925         * gst-libs/gst/cdda/base64.h:
3926         * gst-libs/gst/cdda/gstcddabasesrc.c:
3927         (gst_cddabasesrc_calculate_musicbrainz_discid):
3928         Use GLib's base64 implementation instead of our own.
3929
3930 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3931
3932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3933         (gst_ogg_demux_read_chain):
3934         Refix oggdemux, we only have a problem if we failed to find a chain and
3935         we are not EOF.
3936
3937 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3938
3939         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3940
3941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3942         (gst_ogg_demux_read_chain):
3943         When we fail to find a BOS page and we and up with no chain, error out
3944         properly instead of segfaulting. Fixes #525665.
3945
3946 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3947
3948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3949         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3950         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3951         no-more-pads...
3952
3953 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3954
3955         * gst/playback/gstqueue2.c: (update_out_rates),
3956         (gst_queue_open_temp_location_file),
3957         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3958         (gst_queue_handle_src_query), (gst_queue_set_property):
3959         Update the estimated input data when we push out a buffer.
3960         Add some debug info about the temp file.
3961         Only forward src events when we are not using a temp file.
3962         Don't block the duration query, we need to find something better.
3963         Don't leak the temp filename.
3964
3965 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3966
3967         * configure.ac:
3968         Require GLib 2.12 and liboil 0.3.14.
3969
3970         * gst/volume/gstvolume.c: (volume_process_double):
3971         Unconditionally use liboil 0.3.14 function.
3972
3973 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3974
3975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3976         ms-gsm can have arbitrarty sample rates. See #481354.
3977
3978 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3979
3980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3981         MP4S is generic MPEG-4, not a microsoft variant.
3982
3983 2008-03-27  Michael Smith <msmith@fluendo.com>
3984
3985         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3986           Check the body CRC (if set) when depayloading.
3987           Fixes #522401.
3988
3989 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3992           Fix Since: version for new property.
3993
3994 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3995
3996         * gst-libs/gst/rtsp/gstrtspconnection.c:
3997         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3998         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3999         Don't error when poll_wait returns EAGAIN.
4000
4001 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4004         The queue is never filled when there are no buffers in the queue at all.
4005         Fixes #523993.
4006
4007 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4008
4009         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4010         (init_group), (free_group), (gst_play_bin_init),
4011         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4012         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4013         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4014         (gst_play_bin_set_current_video_stream),
4015         (gst_play_bin_set_current_audio_stream),
4016         (gst_play_bin_set_current_text_stream),
4017         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4018         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4019         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4020         (activate_group), (deactivate_group), (setup_next_source),
4021         (save_current_group), (gst_play_bin_change_state):
4022         Update some docs.
4023         Add new locks and conds to protect pipeline creation and group
4024         switching.
4025         Implement the sub-uri property.
4026         Keep track of pending uridecodebin creation and configure the output
4027         pipeline after all streams are configured.
4028         Propagate subtitle encoding to the uridecodebins.
4029         Implement getting the video/audio/visualisation elements.
4030         Use input-selector for stream switching.
4031         If we are asked to do visualisation, prefer to autoplug raw sinks
4032         instead of sinks that accept encoded data.
4033
4034 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4037         (gst_play_sink_init), (gst_play_sink_dispose),
4038         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4039         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4040         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4041         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4042         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4043         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4044         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4045         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4046         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4047         * gst/playback/gstplaysink.h:
4048         Add methods to get audio/video/vis elements.
4049         Add methods to set the font description for the overlay.
4050         Remove properties, we're using this element with its methods only.
4051         Add support for subtitles.
4052         Rearrange the locking a bit to not use the object lock for protecting
4053         the pipeline construction.
4054         Try to use the volume and mute property on the sink when its available.
4055         Implement the mute option with volume when the sink does not have a mute
4056         property.
4057         Only add volume element when the sink has no volume property.
4058         Only do visualisations with raw audio pads.
4059
4060 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4061
4062         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4063         (gst_text_overlay_init), (gst_text_overlay_set_property),
4064         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4065         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4066         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4067         (gst_text_overlay_change_state):
4068         * ext/pango/gsttextoverlay.h:
4069         Add property to configure waiting for text on the textpad or not, with
4070         the default behaviour being the old one (always wait for text before
4071         rendering the video). This default behaviour is usually not the best one
4072         because the text stream can very sparse and could require queueing a lot
4073         of video.
4074         Fix the flushing and EOS handing so that we don't mix up their meaning.
4075
4076 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4077
4078         * gst/playback/gsturidecodebin.c:
4079         (gst_uri_decode_bin_autoplug_factories),
4080         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4081         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4082         (gst_uri_decode_bin_set_property),
4083         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4084         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4085         (proxy_autoplug_factories_signal), (make_decoder),
4086         (source_new_pad), (setup_source):
4087         Add a readonly source property and notify.
4088         Add new lock for protecting the construction of the pipeline.
4089         Keep track of the decodebins we plugged.
4090         Correctly proxy the autoplug signal so that it actually continues.
4091         Proxy subtitle-encoding to the decodebins.
4092
4093 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4094
4095         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4096         (text_toggle_cb), (update_streams), (main):
4097         Rearrange some buttons in playbin2 and make some other boxes insensitive
4098         when needed.
4099         Add language codes to subtitle selection boxes when we gind the right
4100         tags for the streams.
4101
4102 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4103
4104         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4105         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4106         (gst_decode_bin_set_subs_encoding),
4107         (gst_decode_bin_get_subs_encoding),
4108         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4109         (deactivate_free_recursive):
4110         Protect caps property with the object lock.
4111         Protect encoding property with the object lock.
4112         Keep list of elements we added that have the subtitle-encoding property.
4113         Distribute the subtitle-encoding to all of the elements when it
4114         changes.
4115
4116 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4117
4118         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4119         Small debug improvement.
4120
4121         * gst-libs/gst/audio/gstbaseaudiosink.c:
4122         (gst_base_audio_sink_render):
4123         Fix bug in determining the sample start/stop position, we want to base
4124         this decision on the fact that we are going forwards or backwards, not
4125         slower or faster. This fixes some ugly resync warnings when playing at
4126         very slow speeds.
4127
4128 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4129
4130         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4131         Correctly set the supported URI schemes and don't leave
4132         some schemes in the middle or at the start at NULL.
4133
4134 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * tests/check/elements/gdpdepay.c:
4137           Make test compile without unused function/variable warnings on PPC.
4138  
4139 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * configure.ac:
4142         * ext/alsa/gstalsamixerelement.c:
4143         (gst_alsa_mixer_element_class_init):
4144         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4145         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4146         * ext/cdparanoia/gstcdparanoiasrc.c:
4147         (gst_cd_paranoia_src_class_init):
4148         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4149         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4150         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4151         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4152         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4156         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4157         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4158         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4159         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4160         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4161         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4162         (gst_audio_filter_template_class_init):
4163         * gst-libs/gst/audio/gstbaseaudiosink.c:
4164         (gst_base_audio_sink_class_init):
4165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4166         (gst_base_audio_src_class_init):
4167         * gst-libs/gst/cdda/gstcddabasesrc.c:
4168         (gst_cdda_base_src_class_init):
4169         * gst-libs/gst/interfaces/mixertrack.c:
4170         (gst_mixer_track_class_init):
4171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4172         (gst_base_rtp_depayload_class_init):
4173         * gst-libs/gst/rtp/gstbasertppayload.c:
4174         (gst_basertppayload_class_init):
4175         * gst/audioconvert/gstaudioconvert.c:
4176         (gst_audio_convert_class_init):
4177         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4178         * gst/audioresample/gstaudioresample.c:
4179         (gst_audioresample_class_init):
4180         * gst/audiotestsrc/gstaudiotestsrc.c:
4181         (gst_audio_test_src_class_init):
4182         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4183         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4185         (preroll_unlinked):
4186         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4187         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4188         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4189         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4190         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4191         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4192         (gst_stream_selector_class_init):
4193         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4194         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4195         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4196         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4197         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4198         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4199         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4200         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4201         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4202         * gst/videotestsrc/gstvideotestsrc.c:
4203         (gst_video_test_src_class_init):
4204         * gst/volume/gstvolume.c: (gst_volume_class_init):
4205         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4206         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4207         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4209         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4211         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4212         static strings (i.e. all). This gives us less memory usage,
4213         fewer allocations and thus less memory defragmentation. Depend
4214         on core CVS for this. Fixes bug #523806.
4215
4216 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4219         Filter http and https protocols. GIO/GVfs handles them but it's
4220         impossible to implement iradio/icecast with it. Better use
4221         souphttpsrc or something else for this.
4222
4223         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4224         If getting the file informations by a query fails try it with the
4225         seek-to-end trick too.
4226
4227 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4228
4229         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4230         (gst_volume_base_init), (gst_volume_class_init),
4231         (volume_process_double), (volume_process_float),
4232         (volume_transform_ip), (plugin_init):
4233         memset buffers to zero if we get a GAP buffer. We usually see a
4234         buffer as one unit so let's handle it as one and don't care about
4235         volume changes while processing one buffer.
4236         Also clean up some stuff a bit.
4237
4238 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4239
4240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4241         (gst_audio_convert_create_silence_buffer),
4242         (gst_audio_convert_transform):
4243         Make audioconvert GAP-aware by outputting silence buffers when the
4244         input has the GAP flag set. This is up to 8x faster.
4245         Based on a patch by Stefan Kost. Fixes bug #517813.
4246
4247 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4248
4249         * gst/volume/gstvolume.c: (volume_process_double):
4250         Use oil_scalarmultiply_f64_ns() for double processing when it's
4251         available at compile time.
4252
4253 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         * configure.ac:
4256         Fix lrint/lrintf checks to actually work. These functions are
4257         in libm on Linux at least so try to link to it.
4258
4259 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4260
4261         * configure.ac:
4262         Back to development - 0.10.18.1
4263
4264 === release 0.10.18 ===
4265
4266 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4267
4268         * configure.ac:
4269           releasing 0.10.18, "I will follow"
4270
4271 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4272
4273         * configure.ac:
4274         * win32/common/config.h:
4275         0.10.17.4 pre-release
4276
4277 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4280         Use GST_STR_NULL when trying to print strings that could be NULL because
4281         this might crash on some platforms. See #520808.
4282
4283 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4286
4287         * gst-libs/gst/rtsp/gstrtspconnection.c:
4288         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4289         (read_line), (gst_rtsp_connection_read_internal):
4290         Generic Windows fixes that makes libgstrtsp work on Windows when
4291         coupled with the new GstPoll API. See #520808.
4292
4293 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4294
4295         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4296
4297         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4298           If seeking to a new position succeeds don't simply return from
4299           create() without creating a buffer. Do this only in the case
4300           seeking to the new position fails. Fixes bug #523054.
4301
4302 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4305           (gst_video_format_from_rgba32_masks):
4306           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4307           (#522635).
4308
4309         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4310           Add unit test for the RGB caps parsing and creation, checking for
4311           internal consistency of the new API and consistency of the API with
4312           the old GST_VIDEO_CAPS_* defines.
4313
4314 2008-03-14  David Schleef  <ds@schleef.org>
4315
4316         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4317           because -base is in freeze.
4318
4319 2008-03-14  David Schleef  <ds@schleef.org>
4320
4321         Patch by: William M. Brack
4322
4323         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4324
4325 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4326
4327         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4328         (gst_selector_pad_chain):
4329         * gst/playback/gststreamselector.h:
4330         Revert change that caused regression until a real fix is found.
4331         Fixes #522203.
4332
4333 2008-03-12  Michael Smith <msmith@fluendo.com>
4334
4335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4336         * gst-libs/gst/audio/gstringbuffer.h:
4337           Rename recently added buffer types to make more sense.
4338         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4339         (gst_alsasink_write):
4340           Adapt for above API changes.
4341           Fixes bug #520523.
4342
4343 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * win32/common/libgstnetbuffer.def:
4346         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4347
4348 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4349
4350         * configure.ac:
4351         * win32/common/config.h:
4352         0.10.17.3 pre-release
4353
4354 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4355
4356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4357         (gst_base_audio_src_create):
4358         Fix duration when no clock was provided. Fixes #520300.
4359
4360 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4361
4362         Patch by: Olivier Crete  <tester at tester ca>
4363
4364         * docs/libs/gst-plugins-base-libs-sections.txt:
4365         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4366         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4367         Add trivial function to compare GstNetAddress. See #520626.
4368         API: GstNetBuffer::gst_netaddress_equal
4369
4370 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4371
4372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4373         Update mode property docs, it's deprecated now.
4374
4375 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4376
4377         * gst-libs/gst/rtsp/gstrtspconnection.c:
4378         (gst_rtsp_connection_create):
4379         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4380         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4381         * gst/tcp/gstmultifdsink.h:
4382         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4383         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4384         Remove GstPollMode from gstpoll constructor.
4385
4386 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4387
4388         * configure.ac:
4389         * win32/common/config.h:
4390         0.10.17.2 pre-release
4391
4392 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4393
4394         * gst/Makefile.am:
4395         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4396         them twice
4397
4398         * win32/common/libgstinterfaces.def:
4399         * win32/common/libgstrtp.def:
4400         Add new API to the defs
4401
4402 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4403
4404         Patch by: Mersad Jelacic  <mersad at axis dot com>
4405
4406         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4407         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4408         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4409         possible to specify the sample size in bits. (#509637)
4410
4411 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4412
4413         * tests/check/libs/mixer.c:
4414           Add a few simple checks for the new message types.
4415
4416 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * docs/libs/gst-plugins-base-libs-sections.txt:
4419         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4420           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4421           (gst_mixer_message_get_type),
4422           (gst_mixer_message_parse_option_changed),
4423           (gst_mixer_message_parse_options_list_changed):
4424         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4425           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4426           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4427           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4428           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4429           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4430
4431 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4434           (gst_mixer_options_get_values):
4435         * gst-libs/gst/interfaces/mixeroptions.h:
4436           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4437           (_GstMixerOptions), (_GstMixerOptionsClass):
4438           API: add GstMixerOptions::get_values vfunc (#519906)
4439
4440 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4441
4442         * configure.ac:
4443         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4444         plug-ins are included/excluded. (#498222)
4445
4446 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4447
4448         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4449         Add typefinder for IMelody files, using audio/x-imelody.
4450         See bug #519516.
4451
4452 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4453
4454         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4455         * ext/alsa/gstalsasink.c: (set_hwparams):
4456         * ext/alsa/gstalsasrc.c: (set_hwparams):
4457         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4458         * ext/ogg/gstoggmux.h:
4459         * ext/ogg/gstogmparse.c:
4460         * gst-libs/gst/audio/audio.c:
4461         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4462         * gst-libs/gst/pbutils/missing-plugins.c:
4463         (gst_missing_uri_sink_message_new),
4464         (gst_missing_element_message_new),
4465         (gst_missing_decoder_message_new),
4466         (gst_missing_encoder_message_new):
4467         * gst-libs/gst/rtp/gstbasertppayload.c:
4468         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4469         (gst_rtcp_packet_bye_get_reason):
4470         * gst/audioconvert/gstaudioconvert.c:
4471         * gst/audioresample/gstaudioresample.c:
4472         * gst/ffmpegcolorspace/imgconvert.c:
4473         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4474         * gst/typefind/gsttypefindfunctions.c:
4475         * gst/videoscale/vs_4tap.c:
4476         * gst/videoscale/vs_4tap.h:
4477         * sys/v4l/gstv4lelement.c:
4478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4479         * sys/v4l/v4l_calls.c:
4480         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4481         (gst_v4lsrc_try_capture):
4482         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4483         (gst_ximagesink_ximage_new):
4484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4485         (gst_xvimagesink_xvimage_new):
4486         * tests/check/elements/audioconvert.c:
4487         * tests/check/elements/audioresample.c:
4488         (fail_unless_perfect_stream):
4489         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4490         * tests/check/elements/decodebin.c:
4491         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4492         (setup_gdpdepay_streamheader):
4493         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4494         (setup_gdppay_streamheader):
4495         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4496         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4497         * tests/check/elements/textoverlay.c:
4498         * tests/check/elements/videorate.c: (setup_videorate):
4499         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4500         * tests/check/elements/volume.c: (setup_volume):
4501         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4502         * tests/check/elements/vorbistag.c:
4503         * tests/check/generic/clock-selection.c:
4504         * tests/check/generic/states.c: (setup), (teardown):
4505         * tests/check/libs/cddabasesrc.c:
4506         * tests/check/libs/video.c:
4507         * tests/check/pipelines/gio.c:
4508         * tests/check/pipelines/oggmux.c:
4509         * tests/check/pipelines/simple-launch-lines.c:
4510         (simple_launch_lines_suite):
4511         * tests/check/pipelines/streamheader.c:
4512         * tests/check/pipelines/theoraenc.c:
4513         * tests/check/pipelines/vorbisdec.c:
4514         * tests/check/pipelines/vorbisenc.c:
4515         * tests/examples/seek/scrubby.c:
4516         * tests/examples/seek/seek.c: (query_positions_elems),
4517         (query_positions_pads):
4518         * tests/icles/stress-xoverlay.c: (myclock):
4519         Correct all relevant warnings found by the sparse semantic code
4520         analyzer. This include marking several symbols static, using
4521         NULL instead of 0 for pointers and using "foo (void)" instead
4522         of "foo ()" for declarations.
4523
4524         * win32/common/libgstrtp.def:
4525         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4526
4527 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         Patch by: José Alburquerque <jaalburqu svn gnome org>
4530
4531         * gst/playback/gstplaybin2.c:
4532           Make the function signature of the _get_*_tags() functions match
4533           the signature of the vfuncs they implement, ie. return a
4534           GstTagList rather than a GstStructure, which is more correct,
4535           even if one is typedef'ed to the other (#518940).
4536
4537 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst-libs/gst/rtsp/gstrtspconnection.c:
4540           Don't include unix headers unconditionally (fixes #518037).
4541
4542 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4545           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4546           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4547           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4548           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4549           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4550           (gst_video_format_is_packed), (video_format_is_packed):
4551           Add unit test that makes sure that the strides, offsets and
4552           sizes returned for the various YUV formats by the new video API
4553           match the old reference implementation in videotestsrc.
4554
4555 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4558           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4559           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4560           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4561           (gst_video_format_get_pixel_stride),
4562           (gst_video_format_get_component_width),
4563           (gst_video_format_get_component_height),
4564           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4565         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4566           (GST_VIDEO_FORMAT_Y42B):
4567           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4568
4569 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4572           YV12 is I420 with swapped components 1 and 2, so the offset of
4573           component 1 for I420 should be the offset for component 2 for YV12
4574           and vice versa.
4575
4576 2008-02-29  Rene Stadler  <mail@renestadler.de>
4577
4578         * sys/v4l/gstv4lelement.c:
4579         Add missing semicolon to fix indentation.
4580
4581 2008-02-29  Julien Moutte  <julien@fluendo.com>
4582
4583         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4584         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4585         if we can do SPDIF output.
4586         * ext/alsa/gstalsa.h:
4587         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4588         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4589         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4591         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4592         to support AC3, EC3 and IEC958 buffers.
4593
4594 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4597           (gst_mixer_message_parse_mute_toggled),
4598           (gst_mixer_message_parse_record_toggled),
4599           (gst_mixer_message_parse_volume_changed),
4600           (gst_mixer_message_parse_option_changed):
4601           De-cruft and fix message type assertions (NULL is not a really
4602           valid mixer message type string).
4603
4604 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4605
4606         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4607         When negotiating, actually start from a format that we can support
4608         instead of from the too generic template.
4609
4610 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4611
4612         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4613         Enable vis setting.
4614
4615         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4616         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4617         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4618         (gen_vis_chain):
4619         Implement vis switching while playing.
4620
4621 2008-02-28  David Schleef  <ds@schleef.org>
4622
4623         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4624
4625 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4626
4627         Patch by: Peter Kjellerstedt  <pkj at axis com>
4628
4629         * gst/tcp/Makefile.am:
4630         * gst/tcp/fdsetstress.c:
4631         * gst/tcp/gstfdset.c:
4632         * gst/tcp/gstfdset.h:
4633         Removed fdset and stress test, they are now known as GstPoll in
4634         core. 
4635
4636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4637         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4638         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4639         (gst_multi_fd_sink_handle_client_write),
4640         (gst_multi_fd_sink_queue_buffer),
4641         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4642         (gst_multi_fd_sink_stop):
4643         * gst/tcp/gstmultifdsink.h:
4644         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4645         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4646         (gst_tcp_gdp_read_caps):
4647         * gst/tcp/gsttcp.h:
4648         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4649         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4650         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4651         * gst/tcp/gsttcpclientsink.h:
4652         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4653         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4654         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4655         * gst/tcp/gsttcpclientsrc.h:
4656         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4657         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4658         * gst/tcp/gsttcpserversink.h:
4659         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4660         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4661         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4662         * gst/tcp/gsttcpserversrc.h:
4663         Port to GstPoll. See #505417.
4664
4665 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4666
4667         Patch by: Peter Kjellerstedt  <pkj at axis com>
4668
4669         * gst-libs/gst/rtsp/gstrtspconnection.c:
4670         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4671         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4672         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4673         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4674         (gst_rtsp_connection_flush):
4675         * gst-libs/gst/rtsp/gstrtspconnection.h:
4676         Use GstPoll for the rtsp connection. See #505417.
4677
4678 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4679
4680         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4681         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4682         Add combo box for visualisations, populate it with a factory list
4683         of all visualisation plugins, configure vis plugin instance in
4684         playbin2. 
4685
4686 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         * tests/check/libs/rtp.c: (GST_START_TEST):
4689         Add check for RTP buffer defaults, padding and marker bit API.
4690
4691 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4692
4693         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4694         Use memcpy() instead of upcasting a byte array to long *. This
4695         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4696         This should be ported to GCheckSum once we can use GLib 2.16.
4697         Partially fixes bug #500833.
4698
4699 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4702           Push tag event after the newsegment event. Log the pointer of
4703           the buffer we're actually going to push rather than the buffer
4704           we're feeding to _make_metadata_writable().
4705
4706 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4707
4708         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4709         Comment smoke typefinder for now. The smokedec plugin needs one
4710         frame per buffer but we have no parser yet, thus it simply crashes
4711         in most situations.
4712
4713 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4714
4715         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4716         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4717
4718 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4719
4720         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4721         (plugin_init):
4722         Add midi typefinder, copied from the timidity plugin.
4723
4724 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4727
4728         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4729         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4730           (subparse_suite):
4731           Forward slashes at the beginning and end of a line also signify
4732           italics (Fixes: #518162).
4733
4734 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4735
4736         * tests/check/gst-plugins-base.supp:
4737         Add a suppression for a cached value in GIO that wasn't moved
4738         while moving gio from -bad to -base.
4739
4740 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4741
4742         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4743
4744         * configure.ac:
4745         Don't hardcode -Wall and -Werror for configure checks, this fails
4746         with non-GCC compilers. Fixes bug #517991.
4747
4748 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4749
4750         * gst/audioconvert/gstaudioconvert.c:
4751         * gst/audioconvert/gstaudioquantize.c:
4752         * gst/audioconvert/gstaudioquantize.h:
4753           Make audioconvert gap aware. If noiseshaping is used, wait for
4754           noiseshaping to converge before marking as GAP. Fixes #517813.
4755
4756 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4757
4758         * gst/audiotestsrc/gstaudiotestsrc.c:
4759           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4760
4761 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4762
4763         * ext/gnomevfs/gstgnomevfssink.c:
4764         (gst_gnome_vfs_sink_handle_event):
4765         Return FALSE when seeking for a new segment fails instead
4766         of silently ignoring the failure and appending every buffer
4767         that comes for the new segment.
4768
4769 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4770
4771         * gst/playback/gstplaysink.c: (find_property),
4772         (gst_play_sink_find_property), (gen_video_chain),
4773         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4774         Recursively search the sink element for a last-frame property so that we
4775         can also find the property in autovideosink and friends that don't
4776         always proxy the internal sink properties.
4777
4778 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * gst-libs/gst/audio/multichannel.c:
4781           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4782           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4783           (gst_audio_set_structure_channel_positions_list),
4784           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4785           (gst_audio_fixate_channel_positions):
4786           Fix confusing terminology in docs and code: structure fields are
4787           'fields' and not 'properties'.
4788
4789 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * gst-libs/gst/audio/multichannel.c:
4792           (gst_audio_check_channel_positions), (add_list_to_struct):
4793           Give more useful warning messages if one of the channel
4794           layout enums passed to us is invalid and if the "channels"
4795           field in the caps has a GType we don't expect.
4796
4797 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst-libs/gst/audio/multichannel.c:
4800           Fix typo in docs blurb.
4801
4802 2008-02-19  Julien Moutte  <julien@fluendo.com>
4803
4804         Patch by: Josep Torra Valles <josep@fluendo.com>
4805
4806         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4807         typefind lookup to fix typefinding on HD clips.
4808
4809 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * gst/playback/gstscreenshot.c:
4812         * gst/playback/gstscreenshot.h:
4813           Fix up copyright (I rewrote the GStreamer-0.10 code for
4814           this from scratch back in the days).
4815
4816 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4817
4818         * gst/playback/Makefile.am:
4819         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4820         (create_element), (gst_play_frame_conv_convert):
4821         * gst/playback/gstscreenshot.h:
4822         Add screenshot conversion code from totem.
4823
4824         * gst/playback/gstplay-marshal.list:
4825         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4826         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4827         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4828         Implement frame property to get a color-unconverted snapshot.
4829         Implement convert-frame action signal to get a converted snapshot image.
4830         Configure connection speed in uridecodebin.
4831         Document some more properties.
4832
4833         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4834         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4835         (gst_play_sink_get_last_frame):
4836         * gst/playback/gstplaysink.h:
4837         Use last-buffer property of the video sink to get a video snapshot.
4838
4839         * tests/examples/seek/seek.c: (shot_cb), (main):
4840         Add snapshot button for playbin2 and use the frame property to save the
4841         frame as a png in the current directory.
4842
4843 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4844
4845         Patch by: Josep Torra Valles <josep at fluendo dot com>
4846
4847         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4848         (plugin_init):
4849         Add typefinding support for h264 elementary streams.
4850         Fixes bug #517420.
4851
4852 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4853
4854         * configure.ac:
4855           Require CVS of core for new API in collectpads.
4856
4857         * gst/adder/gstadder.c:
4858           Use new API to make adder sparse stream aware.
4859
4860 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4861
4862         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4863         (no_more_pads_cb):
4864         Get the object data correct so that we can remove our channels
4865         correctly.
4866
4867         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4868         (gen_vis_chain), (gst_play_sink_reconfigure),
4869         (gst_play_sink_request_pad):
4870         Add option to disable async behaviour in the sinks when possible. This
4871         makes it possible to avoid an audio queue when dealing with
4872         visualisations.
4873         Add option to add a queue for the audio path.
4874
4875         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4876         (main):
4877         Disable the vis checkbox to match the defaults of playbin2.
4878         Only get the stream info when we need to.
4879
4880 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4881
4882         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4883         (gst_gio_base_sink_set_stream):
4884         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4885         (gst_gio_base_src_set_stream):
4886         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4887         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4888         Don't use async operations as they require a running main loop.
4889         This makes us block again when closing streams and unable
4890         to mount the enclosing volume of an URI if it isn't yet.
4891
4892 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4893
4894         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4895         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4896         (gen_vis_chain), (gst_play_sink_reconfigure),
4897         (gst_play_sink_request_pad):
4898         Move tee in front of the audio and vis pipelines.
4899         Add queue for audio for now.
4900         Add visualisation support.
4901
4902         * tests/examples/seek/seek.c: (main):
4903         Visualisation is by default disabled.
4904
4905 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4906
4907         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4908         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4909         Improve debugging a bit.
4910
4911         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4912         * ext/gio/gstgiosink.h:
4913         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4914         * ext/gio/gstgiosrc.h:
4915         Try to mount the enclosing volume of a GFile if it isn't mounted
4916         yet. This requires us to wait for an async operation to finish, done
4917         with an nested GMainLoop. Authentication is not supported yet, will
4918         come later.
4919
4920 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4921
4922         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4923         (gst_play_bin_set_property), (gst_play_bin_get_property),
4924         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4925         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4926         (gst_play_sink_get_mute), (gen_audio_chain):
4927         * gst/playback/gstplaysink.h:
4928         Add mute property.
4929
4930         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4931         (gst_selector_pad_chain):
4932         * gst/playback/gststreamselector.h:
4933         Make sure we forward the event only once.
4934
4935         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4936         Add and implement the mute button for playbin2.
4937
4938 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4939
4940         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4941
4942         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4943         Add some more debug info.
4944         Make sure we never return a negative delay. Fixes #516246.
4945
4946 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4947
4948         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4949           Revert patch that makes the sink hold the object lock when
4950           calling snd_pcm_delay(), since it breaks playback for me.
4951
4952 2008-02-12  Julien Moutte  <julien@fluendo.com>
4953
4954         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4955         some seek flags when changing rate.
4956
4957 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4958
4959         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4960         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4961         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4962         Fix potential leaks.
4963
4964         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4965         Fix leak when there is no function configured.
4966
4967 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4970         (gst_v4lsrc_buffer_finalize):
4971         Correctly chain up the finalize method.
4972
4973 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4974
4975         * ext/gio/gstgiostreamsink.c:
4976         * ext/gio/gstgiostreamsrc.c:
4977         Add documentation and example code for giostreamsink/giostreamsrc.
4978
4979         * tests/check/pipelines/gio.c: (GST_START_TEST):
4980         Ask the GMemoryOutputStream for the data instead of assuming that
4981         the pointer to the data stayed the same. It could've been realloc'ed.
4982
4983 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4984
4985         * ext/gio/gstgiosink.c:
4986         * ext/gio/gstgiosrc.c:
4987         Make the documentation of giosink/giosrc complete, large parts
4988         are based on the gnomevfssink/gnomevfssrc docs.
4989
4990 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4991
4992         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4993         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4994         * docs/plugins/gst-plugins-base-plugins.args:
4995         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4996         * docs/plugins/gst-plugins-base-plugins.interfaces:
4997         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4998         * docs/plugins/gst-plugins-base-plugins.signals:
4999         * docs/plugins/inspect/plugin-adder.xml:
5000         * docs/plugins/inspect/plugin-audioconvert.xml:
5001         * docs/plugins/inspect/plugin-audiorate.xml:
5002         * docs/plugins/inspect/plugin-audioresample.xml:
5003         * docs/plugins/inspect/plugin-decodebin.xml:
5004         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5005         * docs/plugins/inspect/plugin-gdp.xml:
5006         * docs/plugins/inspect/plugin-gio.xml:
5007         * docs/plugins/inspect/plugin-gnomevfs.xml:
5008         * docs/plugins/inspect/plugin-libvisual.xml:
5009         * docs/plugins/inspect/plugin-ogg.xml:
5010         * docs/plugins/inspect/plugin-pango.xml:
5011         * docs/plugins/inspect/plugin-playback.xml:
5012         * docs/plugins/inspect/plugin-queue2.xml:
5013         * docs/plugins/inspect/plugin-subparse.xml:
5014         * docs/plugins/inspect/plugin-theora.xml:
5015         * docs/plugins/inspect/plugin-uridecodebin.xml:
5016         * docs/plugins/inspect/plugin-videorate.xml:
5017         * docs/plugins/inspect/plugin-videoscale.xml:
5018         * docs/plugins/inspect/plugin-volume.xml:
5019         * docs/plugins/inspect/plugin-vorbis.xml:
5020         Add the GIO documentation again and while at that run make update.
5021
5022 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5025         * ext/alsa/gstalsasink.c: (set_swparams):
5026         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5027           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5028           against libasound >= 1.0.16, since it's been deprecated in
5029           0.10.16, and alignment is always 1 then, apparently. (#512899)
5030
5031 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5032
5033         * gst/playback/gstplaybin.c: (gen_audio_element):
5034         * gst/playback/gstplaysink.c: (gen_audio_chain):
5035           Handle case where we can't create the volume element a bit
5036           better (#514307).
5037
5038 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5041         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5042           Add support for https protocol. Fixes #510229.
5043
5044 2008-02-11  Julien Moutte  <julien@fluendo.com>
5045         
5046         Patch by: Alan Peevers <peeves@pacbell.net>
5047
5048         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5049         lock when calling alsa methods.
5050
5051 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * gst/typefind/gsttypefindfunctions.c:
5054           Bump rank of jpeg and png typefinders, which will return maximum
5055           probability in the most common cases (thus short-circuiting more
5056           expensive typefinders like the mp3 one for these two quite common
5057           image types).
5058
5059 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5060
5061         * ext/theora/theoraparse.c:
5062         Fix long description of the theora parser to be more verbose than just
5063         the type name.
5064
5065 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5066
5067         Patch by: Branko Čibej <brane at xbc dot nu>
5068
5069         * sys/xvimage/xvimagesink.c:
5070         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5071         Fixes bug #515654.
5072
5073 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5074
5075         * gst/playback/gstplaybasebin.c:
5076         Set is_dynamic as True if there are elements with both request
5077         and sometimes src pad templates instead of breaking out when it
5078         finds the first pad template that is a src.
5079
5080 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5081
5082         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5083         (update_streams), (video_combo_cb), (audio_combo_cb),
5084         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5085         Add some stream switching and volume gui for playbin2.
5086
5087 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5088
5089         * gst/playback/gstplay-marshal.list:
5090         Added marshal for streamselector Tags.
5091
5092         * gst/playback/gstplaybasebin.c: (set_active_source):
5093         Streamselector now selects pads based on the pad object instead of its
5094         name.
5095
5096         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5097         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5098         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5099         (gst_play_bin_get_text_tags),
5100         (gst_play_bin_set_current_video_stream),
5101         (gst_play_bin_set_current_audio_stream),
5102         (gst_play_bin_set_current_text_stream),
5103         (gst_play_bin_set_property), (gst_play_bin_get_property),
5104         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5105         Remove option to mute streams with the current-a/v/t property, we have
5106         this functionality in the flags.
5107         Add signals to notify when the number of A/V/T channels changed.
5108         Add action signals to get tags for the A/V/T streams.
5109         Implement setting the current A/V/T stream.
5110         Rearrange some things to simplify stream selection.
5111         Implement volume.
5112
5113         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5114         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5115         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5116         (activate_vis), (gst_play_sink_reconfigure):
5117         * gst/playback/gstplaysink.h:
5118         Add and implement volume setting methods.
5119
5120         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5121         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5122         (gst_selector_pad_event), (gst_stream_selector_class_init),
5123         (gst_stream_selector_init), (gst_stream_selector_finalize),
5124         (gst_stream_selector_set_property),
5125         (gst_stream_selector_get_property),
5126         (gst_stream_selector_get_linked_pad),
5127         (gst_stream_selector_request_new_pad):
5128         * gst/playback/gststreamselector.h:
5129         Add pad properties for tags and status of pads.
5130         Keep tags on pads.
5131         Make active pad selection based on pad object instead of name.
5132
5133 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5134
5135         * configure.ac:
5136           Revert last change as we now check in gtk-doc.m4 for sed.
5137
5138 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5139
5140         * configure.ac:
5141         Find and subst SED when building the docs.
5142
5143 2008-02-08  Julien Moutte  <julien@fluendo.com>
5144
5145         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5146         (main): Make sure bus signals are reconnected when pressing STOP
5147         and then PLAY again for a parse launch pipeline. Fix a ref leak
5148         on the bus.
5149         * win32/common/config.h: Updated.
5150
5151 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5152
5153         * configure.ac:
5154         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5155         pre-releases or releases.
5156
5157 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5158
5159         * configure.ac:
5160         * ext/gio/Makefile.am:
5161         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5162         reporting
5163
5164 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5165
5166         * docs/plugins/Makefile.am:
5167         Add the headers which need scanning for the GIO plugin. The rest of
5168         the docs still need migrating.
5169
5170 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * ext/Makefile.am:
5173         * tests/check/Makefile.am:
5174         * tests/check/pipelines/.cvsignore:
5175         Add gio in a few more places.
5176
5177 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5178
5179         * configure.ac:
5180         * ext/Makefile.am:
5181         * tests/check/Makefile.am:
5182         Move gio plugin from -bad and mark as experimental.
5183
5184 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5185
5186         * gst-libs/gst/interfaces/mixeroptions.c:
5187         * gst-libs/gst/interfaces/mixertrack.c:
5188         Comment out a couple of other things which break the build when
5189         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5190
5191 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * docs/libs/gst-plugins-base-libs-sections.txt:
5194           Fix pbutils header.
5195
5196 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5197
5198         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5199         Fix compiler warning.
5200
5201 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5202
5203         Patch by: Peter Kjellerstedt  <pkj at axis com>
5204
5205         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5206         Clear the addrinfo struct using memset. Fixes #514937.
5207
5208 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5209
5210         * gst/tcp/gstfdset.h:
5211         Remove unused field to same some memory.
5212
5213         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5214         Mark action signals as such.
5215
5216 2008-02-06  Michael Smith <msmith@fluendo.com>
5217
5218         * ext/theora/theoradec.c: (_theora_granule_frame),
5219         (_inc_granulepos):
5220           Increment granulepos for new-bitstream versions appropriately.
5221           Fixes #514623.
5222
5223 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5224
5225         * tests/examples/seek/seek.c: (do_seek),
5226         (rate_spinbutton_changed_cb), (update_streams), (main):
5227         Remove obsolete stream_time reset after flushing seek, core does that
5228         automatically now.
5229         Improve accuracy of speed spinbutton.
5230         Only do playbin2 stuff when we actually use it.
5231
5232 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * tests/check/Makefile.am:
5235           Revert previous change of the test environment's GST_PLUGIN_PATH.
5236           The problem is not with the plugins, but with element factories
5237           and only occurs if elements are split out from existing plugins
5238           or if plugins change name (see #512740).
5239
5240 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5241
5242         * tests/check/Makefile.am:
5243           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5244           with the core's plugins first and our local build directories last,
5245           since we might be building against an installed core, and that
5246           core's plugin directory may contain older or other versions of
5247           our own -base plugins, but we really do want to test our local
5248           ones (if there are multiple plugins or element factories with the
5249           same name, those inspected last will trump those read in earlier).
5250           Fixes #512740 for the most part.
5251
5252 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5253
5254         * configure.ac:
5255         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5256         Use gmtime_r if available as gmtime is not MT-safe.
5257         Fixes bug #511810.
5258
5259 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5260
5261         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5262         Cast glong to time_t as time_t might have a different type on
5263         other platforms, like FreeBSD, and we get a compiler warning
5264         otherwise. Fixes bug #511825.
5265
5266 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5267
5268         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5269         (get_group), (get_n_pads), (gst_play_bin_get_property),
5270         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5271         (autoplug_select_cb), (deactivate_group):
5272         Remove stream-info, we going for something easier.
5273         Refactor getting the current group.
5274         Implement getting the number of audio/video/text streams.
5275
5276         * gst/playback/gststreamselector.c:
5277         (gst_stream_selector_class_init), (gst_stream_selector_init),
5278         (gst_stream_selector_get_property),
5279         (gst_stream_selector_request_new_pad),
5280         (gst_stream_selector_release_pad):
5281         * gst/playback/gststreamselector.h:
5282         Add property for number of pads.
5283
5284         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5285         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5286         (text_toggle_cb), (update_streams), (msg_async_done),
5287         (msg_state_changed), (main):
5288         Block slider callback when updating the slider position.
5289         Add gui elements for controlling playbin2.
5290         Add callback for async_done that updates position/duration.
5291
5292 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5293
5294         * docs/plugins/Makefile.am:
5295         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5297         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5298         * docs/plugins/gst-plugins-base-plugins.interfaces:
5299         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5300           First round of plugin docs cleansups.
5301
5302         * docs/plugins/inspect/plugin-adder.xml:
5303         * docs/plugins/inspect/plugin-alsa.xml:
5304         * docs/plugins/inspect/plugin-audioconvert.xml:
5305         * docs/plugins/inspect/plugin-audiorate.xml:
5306         * docs/plugins/inspect/plugin-audioresample.xml:
5307         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5308         * docs/plugins/inspect/plugin-cdparanoia.xml:
5309         * docs/plugins/inspect/plugin-decodebin.xml:
5310         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5311         * docs/plugins/inspect/plugin-gdp.xml:
5312         * docs/plugins/inspect/plugin-gnomevfs.xml:
5313         * docs/plugins/inspect/plugin-libvisual.xml:
5314         * docs/plugins/inspect/plugin-ogg.xml:
5315         * docs/plugins/inspect/plugin-pango.xml:
5316         * docs/plugins/inspect/plugin-subparse.xml:
5317         * docs/plugins/inspect/plugin-tcp.xml:
5318         * docs/plugins/inspect/plugin-theora.xml:
5319         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5320         * docs/plugins/inspect/plugin-video4linux.xml:
5321         * docs/plugins/inspect/plugin-videorate.xml:
5322         * docs/plugins/inspect/plugin-videoscale.xml:
5323         * docs/plugins/inspect/plugin-videotestsrc.xml:
5324         * docs/plugins/inspect/plugin-volume.xml:
5325         * docs/plugins/inspect/plugin-vorbis.xml:
5326         * docs/plugins/inspect/plugin-ximagesink.xml:
5327         * docs/plugins/inspect/plugin-xvimagesink.xml:
5328           Regenerate.
5329
5330         * ext/ogg/Makefile.am:
5331         * ext/ogg/gstoggmux.c:
5332         * ext/ogg/gstoggmux.h:
5333           Add header for oggmux. the c-file needs a doc blob still.
5334
5335 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5336
5337         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5338
5339         * gst-libs/gst/rtp/gstrtpbuffer.c:
5340         (gst_rtp_buffer_set_extension_data):
5341         * gst-libs/gst/rtp/gstrtpbuffer.h:
5342         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5343         Add gst_rtp_buffer_set_extension_data() 
5344         Add a unit test for this addition. Fixes #511478.
5345         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5346
5347 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5348
5349         * configure.ac:
5350         Back to CVS
5351
5352 === release 0.10.17 ===
5353
5354 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5355
5356         * configure.ac:
5357           releasing 0.10.17, "Peanut Butter and Jelly"
5358
5359 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5360
5361         * gst-libs/gst/interfaces/mixeroptions.c:
5362         * gst-libs/gst/interfaces/mixertrack.c:
5363         Also remove the conditional registration of the signals
5364         that disappeared with the ABI change in 0.10.14
5365
5366 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5367
5368         * gst-libs/gst/rtsp/gstrtspconnection.c:
5369         Revert patch to gstrtspconnection.c for brown paper bag
5370         release of -base. Re-opens: #511825
5371
5372 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5373
5374         * gst-libs/gst/interfaces/mixeroptions.h:
5375         * gst-libs/gst/interfaces/mixertrack.h:
5376         Change the way these deprecated function pointers are removed
5377         so that the compiled ABI is unconditionally smaller. This 
5378         sets in stone an ABI break that actually occurred when the
5379         things were deprecated in 0.10.14, which seems to be the best
5380         fix as the only known users are oss-mixer and sunaudio-mixer in 
5381         gst-plugins-good.
5382         Fixes: #513018
5383
5384 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5385
5386         * win32/common/libgstpbutils.def:
5387           Export the two new _get_type() functions which are needed
5388           by the python bindings.
5389
5390 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5391
5392         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5393         Cast glong to time_t as time_t might have a different type on
5394         other platforms, like FreeBSD, and we get a compiler warning
5395         otherwise. Fixes bug #511825.
5396
5397 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5398
5399         * gst-libs/gst/audio/gstaudiofilter.c:
5400         (gst_audio_filter_class_init):
5401         Initialize the GstRingerBuffer class to get it's debug category
5402         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5403         category and otherwise we get some g_critical(). Fixes bug #512334.
5404
5405 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5406
5407         * configure.ac:
5408         Back to CVS
5409
5410 === release 0.10.16 ===
5411
5412 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5413
5414         * configure.ac:
5415           releasing 0.10.16, "Scheduled Interruption"
5416
5417 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5418
5419         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5420
5421         * gst-libs/gst/rtp/gstrtpbuffer.c:
5422         (gst_rtp_buffer_get_extension_data):
5423         Fix typos and wrong extension check. Fixes #511274.
5424
5425 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5426
5427         * po/sk.po:
5428         Oops - add new sk.po mentioned in the LINGUAS I just committed
5429
5430 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5431
5432         * po/LINGUAS:
5433         Add ca translation to the disted list.
5434
5435         * win32/vs6/libgstsdp.dsp:
5436         Convert line endings to CRLF
5437
5438 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5439
5440         * win32/MANIFEST:
5441         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5442
5443 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5444
5445         * win32/common/libgstsdp.def:
5446         * win32/common/libgstvideo.def:
5447         Add new API declarations
5448
5449 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5450
5451         * ext/theora/gsttheoradec.h:
5452         * ext/theora/gsttheoraparse.h:
5453         * ext/theora/theoradec.c:
5454         * ext/theora/theoraparse.c:
5455         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5456         and parser by inspecting the bitstream version of the incoming data.
5457
5458 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5459
5460         * configure.ac:
5461         * pkgconfig/Makefile.am:
5462         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5463         * pkgconfig/gstreamer-audio.pc.in:
5464         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5465         * pkgconfig/gstreamer-cdda.pc.in:
5466         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5467         * pkgconfig/gstreamer-fft.pc.in:
5468         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5469         * pkgconfig/gstreamer-floatcast.pc.in:
5470         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5471         * pkgconfig/gstreamer-interfaces.pc.in:
5472         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5473         * pkgconfig/gstreamer-netbuffer.pc.in:
5474         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5475         * pkgconfig/gstreamer-pbutils.pc.in:
5476         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5477         * pkgconfig/gstreamer-riff.pc.in:
5478         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5479         * pkgconfig/gstreamer-rtp.pc.in:
5480         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5481         * pkgconfig/gstreamer-rtsp.pc.in:
5482         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5483         * pkgconfig/gstreamer-sdp.pc.in:
5484         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5485         * pkgconfig/gstreamer-tag.pc.in:
5486         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5487         * pkgconfig/gstreamer-video.pc.in:
5488         Provide one pkg-config file for every gst-plugins-base library.
5489         This makes linking to those libraries much more intuitive and
5490         provides standard pkg-config behaviour for them. Fixes bug #499697.
5491
5492 2008-01-13  David Schleef  <ds@schleef.org>
5493
5494         * gst/videoscale/vs_4tap.c:
5495           Fix valgrind error on 4tap scaling method.
5496
5497 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5498
5499         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5500         Include Winsock2.h for VS6 and use a different way initialize
5501         hints structure so it can build with VS6.
5502         * win32/MANIFEST:
5503         * win32/vs6/libgstsdp.dsp:
5504         * win32/common/libgstsdp.def:
5505         Add new files for libgstsdp.
5506         * win32/vs6/grammar.dsp:
5507         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5508         * win32/vs6/gst_plugins_base.dsw:
5509         * win32/vs6/libgstdecodebin.dsp:
5510         * win32/vs6/libgstdecodebin2.dsp:
5511         * win32/vs6/libgstplaybin.dsp:
5512         * win32/vs6/libgstvolume.dsp:
5513         Add new dependencies to the link list.
5514
5515 2008-01-13  Julien Moutte  <julien@fluendo.com>
5516
5517         * win32/common/config.h:
5518         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5519         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5520         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5521         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5522         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5523         * win32/common/interfaces-enumtypes.c:
5524         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5525         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5526         (gst_mixer_track_flags_get_type),
5527         (gst_tuner_channel_flags_get_type):
5528         * win32/common/multichannel-enumtypes.c:
5529         (gst_audio_channel_position_get_type):
5530         * win32/common/pbutils-enumtypes.c:
5531         (gst_install_plugins_return_get_type):
5532         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5533         in the win32 build directory.
5534
5535 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5536
5537         * tests/check/Makefile.am:
5538         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5539
5540         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5541         * tests/check/elements/playbin.c:
5542         * tests/check/libs/mixer.c: (test_element_interface_supported),
5543         (gst_implements_interface_init):
5544         * tests/check/libs/rtp.c: (GST_START_TEST):
5545         Fix various assignment type mismatches.
5546
5547 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5548
5549         * configure.ac:
5550         * gst-libs/gst/rtsp/Makefile.am:
5551         Add test to see if hstrerror is available or if we need libresolv
5552         (Solaris) for it, then use it in libgstrtsp.
5553
5554 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5555
5556         * gst-libs/gst/tag/Makefile.am:
5557         Fix include path order
5558
5559 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5560
5561         * gst-libs/gst/pbutils/install-plugins.c:
5562         (gst_install_plugins_context_copy),
5563         (gst_install_plugins_context_get_type):
5564         * gst-libs/gst/pbutils/install-plugins.h:
5565         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5566         for bindings.
5567
5568 2008-01-11  Michael Smith <msmith@fluendo.com>
5569
5570         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5571         (_theora_granule_frame), (_theora_granule_start_time),
5572         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5573           Adapt for post-alpha meaning of granulepos, when we
5574           have a newer version of libtheora.
5575         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5576         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5577         (theora_enc_is_discontinuous), (theora_enc_chain):
5578           Likewise.
5579         * tests/check/Makefile.am:
5580           Link libtheora into theoraenc test so we can check which version of
5581           libtheora we're testing against.
5582         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5583         (check_buffer_granulepos),
5584         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5585         (theoraenc_suite):
5586           Adapt tests to check the values that are now defined for theora; make
5587           the tests backwards-adapt the passed values if we're running against an
5588           old libtheora.
5589           Fixes #497964
5590
5591 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5592
5593         * gst-libs/gst/audio/gstbaseaudiosink.c:
5594           (gst_base_audio_sink_class_init):
5595         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5596           (gst_base_audio_src_class_init):
5597           Ref audio clock class from a thread-safe context to make sure
5598           we're not bit by GObjects lack of thread-safety here (#349410),
5599            however unlikely that may be in practice.
5600
5601 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5602
5603         * autogen.sh:
5604           Add -Wno-portability to the automake parameters to stop warnings
5605           about GNU make extensions being used. We require GNU make in almost
5606           every Makefile anyway.
5607           
5608         * configure.ac:
5609           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5610           at the same time is required for per target flags.
5611
5612 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5615           Post an error message if we can't pull as many bytes as we need
5616           for the tag. This makes sure the user gets to see a proper error
5617           message if a file with a partial ID3 tag is fed to decodebin, and
5618           not a 'no ID3 tag demuxer' error, which would be confusing
5619           (see #508138).
5620
5621 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * gst-libs/gst/pbutils/descriptions.c: (formats):
5624           Add description strings for ID3, APE, and ICY tags.
5625
5626 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5627
5628         * gst/playback/gstdecodebin.c: (try_to_link_1):
5629           Make sure we error out correctly if we can't activate one of
5630           the elements we've added.  Fixes #508138.
5631           
5632 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         Patch by: Bastien Nocera <hadess at hadess net>
5635
5636         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5637           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5638           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5639           the volume is the same for all channels. This works around
5640           some problem in alsa that leaves us with inconsistent state
5641           for some reason (#486840).
5642
5643 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         Patch by: Jerone Young <jerone at gmail com>
5646
5647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5648           If there's no mixer track by the name of 'Master' or 'Front',
5649           check if there's one called 'PCM' before trying the generic
5650           fallback logic (fixes #506928, where we pick 'Mic' as master
5651           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5652
5653 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5654
5655         * gst/playback/gstplay-enum.c:
5656         (register_gst_autoplug_select_result),
5657         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5658         (gst_play_flags_get_type):
5659         * gst/playback/gstplay-enum.h:
5660         Add enums for configuration flags.
5661
5662         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5663         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5664         (gst_play_bin_get_property), (no_more_pads_cb),
5665         (autoplug_select_cb), (gst_play_bin_change_state):
5666         Merge mode with flags.
5667         Add more property getters/setters, defaults and docs.
5668         Add properties to get number of audio/video/text streams.
5669         Create sink object in _init so that we can always rely on it being
5670         there.
5671
5672         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5673         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5674         (activate_vis), (gst_play_sink_reconfigure),
5675         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5676         (gst_play_sink_change_state):
5677         * gst/playback/gstplaysink.h:
5678         Use flags to configure the sink pipelines.
5679         Add tee before audio pipeline so that we can use it for visualisations.
5680         Start working on integrating visualisations.
5681         Remove mode, we can do everything with the flags now.
5682         Add method to configue the sink pipeline.
5683
5684 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5687           (check_buffer_timestamp), (check_buffer_duration):
5688           Turn these functions into macros so we can see right away
5689           where the failure occured.
5690
5691 2008-01-05  Julien Moutte  <julien@fluendo.com>
5692
5693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5694         debugging information to understand how X calculates the stride
5695         for XvImages.
5696
5697 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5698
5699         * gst/volume/Makefile.am:
5700         * gst/volume/gstvolume.c: (volume_choose_func),
5701         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5702         (volume_setup):
5703         * gst/volume/gstvolume.h:
5704         Use GstAudioFilter as base class for the volume element instead of
5705         plain GstBaseTransform.
5706
5707 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5708
5709         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5710         Don't set element details for the abstract GstAudioFilter class.
5711
5712 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5713
5714         * gst-libs/gst/audio/gstaudiofilter.c:
5715         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5716         Implement get_unit_size() vmethod of GstBaseTransform.
5717
5718 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5719
5720         * gst-libs/gst/pbutils/Makefile.am:
5721         * gst-libs/gst/pbutils/pbutils.h:
5722         Use glib-enum generator to have a proper enum GType for
5723         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5724
5725 2007-12-31  David Schleef  <ds@schleef.org>
5726
5727         * tests/check/Makefile.am:
5728         * tests/check/pipelines/theoraenc.c:
5729           Reenable theoraenc test, which fails on the buildbot but
5730           not locally.
5731
5732 2007-12-31  David Schleef  <ds@schleef.org>
5733
5734         * docs/libs/.cvsignore:
5735         * docs/plugins/.cvsignore:
5736           Add *-undeclared.txt to fix buildbot.
5737
5738 2007-12-31  David Schleef  <ds@schleef.org>
5739
5740         * tests/check/Makefile.am:
5741           Second attempt at disabling theoraenc test long enough to
5742           get buildbot to compile -base.
5743
5744 2007-12-31  David Schleef  <ds@schleef.org>
5745
5746         * tests/check/pipelines/theoraenc.c:
5747           Disable theoraenc test long enough to get the buildbot to
5748           compile a recent -base.
5749
5750 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5751
5752         * tests/examples/seek/seek.c: (stop_cb):
5753         Make sure we reset the slider value to 0.0 without racing against a
5754         possible g_idle that sets it to something else.
5755
5756 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5757
5758         * sys/ximage/ximagesink.c:
5759         fix typo
5760
5761 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5762
5763         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5764         * gst-libs/gst/rtsp/gstrtspdefs.h:
5765         Add Location header so that we can start implementing redirects.
5766         See #506025.
5767
5768 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5769
5770         * gst/subparse/gstssaparse.c:
5771         combine if's
5772
5773 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5774
5775         * gst/subparse/gstssaparse.c:
5776         remove duplicate log message
5777
5778 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5779
5780         * ext/libvisual/visual.c: (gst_visual_chain):
5781         Fix 'xyz may be used uninitialized' compiler warnings caused
5782         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5783         abort() in any case but properly report the error.
5784
5785 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5786
5787         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5788         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5789         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5790         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5791         (autoplug_select_cb), (activate_group), (deactivate_group),
5792         (setup_next_source), (save_current_group),
5793         (gst_play_bin_change_state):
5794         Code cleanups.
5795         Remove next-uri, we can use the uri property just fine.
5796         Fix some crasher.
5797         Unref uridecodebin when switching.
5798         Fix going to READY.
5799
5800         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5801         (gst_play_sink_init), (gst_play_sink_dispose),
5802         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5803         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5804         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5805         (gst_play_sink_set_property), (gst_play_sink_get_property),
5806         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5807         (gen_vis_element), (gst_play_sink_get_mode),
5808         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5809         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5810         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5811         (gst_play_sink_change_state):
5812         * gst/playback/gstplaysink.h:
5813         Add some locking to make things threadsafe.
5814
5815         * gst/playback/test7.c: (about_to_finish_cb):
5816         Fix test.
5817
5818 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5821           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5822           (gst_video_scale_transform):
5823           Don't claim to be able to handle/transform caps that can't really
5824           be handled by the currently selected scaling method (here: RGB or
5825           packed YUV with 4-tap method). Also add locking to method property.
5826
5827         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5828           (test_basetransform_based):
5829           Some test pipelines for the above (not entirely valgrind clean yet
5830           apparently).
5831
5832 2007-12-21  David Schleef  <ds@schleef.org>
5833
5834         * gst-libs/gst/video/video.c:
5835         * gst-libs/gst/video/video.h:
5836           Add additional RGBA and RGB-24 video formats.
5837
5838 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5841           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5842           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5843         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5844           (cddabasesrc_suite):
5845           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5846           deprecated in the future (see #498924).
5847
5848 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5851           Don't leak event.
5852
5853 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5854
5855         * gst-libs/gst/riff/riff-read.c:
5856         Use GST_ROUND_UP_2 macro
5857
5858 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst/playback/.cvsignore:
5861           Ignore more.
5862
5863 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5866         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5867           (set_active_source):
5868         * gst/playback/gstplaybasebin.h:
5869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5870           (setup_sinks), (playbin_set_subtitles_visible):
5871           Make switching off of subtitles work. To avoid all kind of
5872           problems with unlinking of the subtitle input, we just keep
5873           the subtitle inputs linked as they are and tell textoverlay
5874           not to render them. Fixes #373011.
5875           Other subtitle switching issues (esp. when there are both
5876           external and in-stream subtitles) remain. They'll be solved
5877           in playbin2.
5878
5879 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5880
5881         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5882         Init the pad segment too.
5883
5884 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5885
5886         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5887         (gst_audioringbuffer_open_device),
5888         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5889         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5890         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5891         (gst_audio_sink_create_ringbuffer):
5892         Improve debug output.
5893
5894         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5895         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5896         Prevent some functions from doing things and failing when the
5897         ringbuffer is not yet acquired.
5898
5899 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         * gst-libs/gst/interfaces/interfaces.h:
5902           Also remove interfaces.h from CVS as it is not needed anymore.
5903
5904 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5905
5906         * gst-libs/gst/interfaces/Makefile.am:
5907           interfaces.h is not used anymore so remove it from the build
5908           process.
5909
5910 2007-12-17  David Schleef  <ds@schleef.org>
5911
5912         * gst/videotestsrc/gstvideotestsrc.c:
5913         * gst/videotestsrc/gstvideotestsrc.h:
5914           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5915           for testing vertical refresh synchronization.
5916
5917 2007-12-17  David Schleef  <ds@schleef.org>
5918
5919         * docs/libs/gst-plugins-base-libs-sections.txt:
5920         * gst-libs/gst/video/video.c:
5921         * gst-libs/gst/video/video.h:
5922           Add new GstVideFormat enum and write a bunch of helper functions
5923           based around it.
5924
5925 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         * Makefile.am:
5928           Use new common/win32.mak.
5929
5930 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5931
5932         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5933         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5934         Add debug info.
5935         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5936         the parent state change function, just like the audiosink, because the
5937         parent waits for the element to finish its processing before completing
5938         the state change. This makes going to PAUSED a lot snappier.
5939         When going from READY to PAUSED, don't allow the ringbuffer to start
5940         yet.
5941
5942 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5943
5944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5945         Yet another fix for broken software that produce files with an empty
5946         blockalign field. Instead of completely failing, make a second attempt
5947         at guessing the width/depth by looking at strf->size.
5948
5949 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5952           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5953         * gst-libs/gst/pbutils/install-plugins.c:
5954           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5955         * gst-libs/gst/pbutils/missing-plugins.c:
5956           (gst_missing_plugin_message_get_installer_detail),
5957           (gst_missing_encoder_installer_detail_new):
5958         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5959         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5960           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5961           avoid compiler warnings (#503930).
5962
5963 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5964
5965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5966         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5967         for jpeg video streams.
5968         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5969         for the above modification.
5970
5971 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5972
5973         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5974           (gst_x_overlay_handle_events):
5975           More guards (we don't want klass to end up being NULL).
5976
5977 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5978
5979         * configure.ac:
5980         * gst/volume/gstvolume.c: (gst_volume_init):
5981           Use new gst_base_transform_set_gap_aware() function as volume
5982           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5983           for this.
5984
5985 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5986
5987         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5988         Don't go to READY on EOS as this avoids testing of seeking and
5989         restarting after EOS, use the stop button when you want to READY.
5990         Don't try to do a flushing seek in segment-done, it does not make
5991         sense to use this for gapless playback and is not needed.
5992
5993 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5994
5995         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5996         (reset_rate_timer), (update_in_rates), (update_out_rates),
5997         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5998         (gst_queue_chain), (gst_queue_loop):
5999         Use separate timers for input and output rates.
6000         Pause measuring the output rate when we block for more data.
6001         See #503262.
6002
6003 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6004
6005         * gst/playback/gstqueue2.c: (gst_queue_chain):
6006         Pause the timer to measure the input rate when we block because the
6007         queue is filled. See #503262.
6008
6009 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6010
6011         Patch by: Peter Kjellerstedt  <pkj at axis com>
6012
6013         * gst-libs/gst/rtsp/gstrtspconnection.c:
6014         (gst_rtsp_connection_free):
6015         Close control sockets. Fixes #503440.
6016
6017 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6018
6019         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6020         Expose the right pad in the right place with the right element.
6021
6022 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst-libs/gst/pbutils/descriptions.c: (formats):
6025           Add description for 'private' dts caps (who come up with that name?).
6026
6027 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6028
6029         * Makefile.am:
6030           Add check-exports target and run it with 'make check'.
6031
6032         * configure.ac:
6033           Be stricter about what we export in our libraries: change regexp so that
6034           we only export _gst_foo(), but not __gst_foo().
6035
6036         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6037         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6038           Change internal functions to __gst_foo so they dont' get exported.
6039
6040         * win32/common/libgstaudio.def:
6041           Add missing symbols.
6042
6043 2007-12-11  David Schleef  <ds@schleef.org>
6044
6045         * ChangeLog: remove conflict markers
6046
6047 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * ext/gnomevfs/Makefile.am:
6050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6051           Use gst_tag_freeform_string_to_utf8() here, which also takes
6052           into account any character sets specified by the user via
6053           environment variables.
6054
6055 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6056
6057         * gst/audioconvert/Makefile.am:
6058         Also link to libm.
6059
6060 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6061
6062         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6063         No need for floating point operations here. avoids having to link
6064         against the math library too.
6065
6066 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * gst-libs/gst/pbutils/descriptions.c: (formats),
6069           (format_info_get_desc):
6070         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6071           (GST_START_TEST):
6072           Add one or two missing formats.  Generate ADPCM description
6073           dynamically depending on layout/format.
6074
6075 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6076
6077         * configure.ac:
6078           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6079
6080 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6083
6084         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6085           Some .srt files start with chunk number 0 and not chunk number 1,
6086           recognise and accept those as well (fixes #502497).
6087
6088         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6089           (test_src):
6090           Add unit test for the above.
6091
6092 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6093
6094         * gst/playback/gstplay-enum.c:
6095         (register_gst_autoplug_select_result),
6096         (gst_autoplug_select_result_get_type):
6097         * gst/playback/gstplay-enum.h:
6098         Add missing files.
6099
6100 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6101
6102         * gst/playback/Makefile.am:
6103         Group decodebin2 and uridecodebin into the same plugin so that they
6104         can share the GEnumType.
6105
6106         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6107         (_gst_select_accumulator), (gst_decode_bin_class_init),
6108         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6109         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6110         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6111         Add signal to sort factories instead of the more awkward autoplug-select
6112         signal.
6113         Modify autoplug_select so that we can try, skip or expose the
6114         autopluggin of an element on a pad.
6115
6116         * gst/playback/gstfactorylists.c: (compare_ranks),
6117         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6118         (element_filter), (gst_factory_list_get_elements),
6119         (gst_factory_list_debug), (gst_factory_list_filter):
6120         * gst/playback/gstfactorylists.h:
6121         Simplify the API, allow getting elements based on mask.
6122
6123         * gst/playback/gstplay-marshal.list:
6124         Add some more marshallers.
6125
6126         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6127         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6128         (autoplug_select_cb), (activate_group):
6129         Add support for managing non-raw sinks by providing a custom element and
6130         sink list to decodebin2.
6131         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6132         decodebin2.
6133
6134         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6135         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6136         * gst/playback/gstplaysink.h:
6137         Add support for raw and non-raw sinks. 
6138         Add support to force sinks selected by playbin2.
6139         Don't plug raw converters for non-raw sinks.
6140
6141         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6142         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6143         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6144         (plugin_init):
6145         Use right accumulators.
6146         Proxy new signal.
6147
6148 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6149
6150         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6151         Use runnning time as the base time instead of the timestamp.
6152         Spotted by Saur on IRC.
6153
6154 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6155
6156         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6157         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6158
6159 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6160
6161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6162         (gst_ogg_demux_read_chain):
6163         If we find a new serial number but it does not contain a BOS page, make
6164         sure we initialize the chain to NULL because else we will try to scan it
6165         and crash. Fixes #500763
6166
6167 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6168
6169         * gst/playback/Makefile.am:
6170         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6171         (get_feature_array), (decoders_filter), (sinks_filter),
6172         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6173         (gst_factory_list_filter):
6174         * gst/playback/gstfactorylists.h:
6175         Refactor some common code to filter factories and check caps compat.
6176
6177         * gst/playback/gstdecodebin.c:
6178         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6179         (gst_decode_bin_init), (gst_decode_bin_dispose),
6180         (gst_decode_bin_autoplug_continue),
6181         (gst_decode_bin_autoplug_factories),
6182         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6183         (find_compatibles):
6184         * gst/playback/gstplaybin.c:
6185         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6186         (gst_play_bin_init), (gst_play_bin_finalize),
6187         (autoplug_factories_cb), (activate_group):
6188         * gst/playback/gstqueue2.c:
6189         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6190         (proxy_autoplug_continue_signal),
6191         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6192         (proxy_drained_signal):
6193         Add some more debug info and use factor filtering code.
6194
6195 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6196
6197         * gst/audiotestsrc/gstaudiotestsrc.c:
6198         * gst/volume/gstvolume.c:
6199         * gst/volume/gstvolume.h:
6200           Add GAP-flag support.
6201
6202 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6203
6204         * tests/examples/seek/seek.c: (main): Increase the range of the
6205         rate selector as I would like to test QOS behavior at higher
6206         forward and reverse playback speed like say 64x.
6207
6208 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6209
6210         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6211         (audioresample_query), (audioresample_query_type),
6212         (gst_audioresample_set_property):
6213         Implement latency query.
6214
6215 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6216
6217         * gst-libs/gst/audio/gstbaseaudiosink.c:
6218         (gst_base_audio_sink_drain):
6219         Our EOS time contains the base_time, _wait_eos() expects a running_time
6220         so we have to subtract the base_time again before calling the function.
6221         This fixes an EOS regression where the base_time was added twice and EOS
6222         took longer and longer in certain situations.
6223         Fixes #498767.
6224
6225 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6226
6227         * docs/libs/gst-plugins-base-libs-sections.txt:
6228         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6229         (gst_base_audio_sink_set_provide_clock),
6230         (gst_base_audio_sink_get_provide_clock),
6231         (gst_base_audio_sink_set_slave_method),
6232         (gst_base_audio_sink_get_slave_method),
6233         (gst_base_audio_sink_set_property),
6234         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6235         (gst_base_audio_sink_none_slaving),
6236         (gst_base_audio_sink_handle_slaving):
6237         * gst-libs/gst/audio/gstbaseaudiosink.h:
6238         Expose methods for some object properties so that subclasses can more
6239         easily configure them.
6240         Added slave method none, that completely disables slaving to the
6241         internal clock.
6242         API: gst_base_audio_sink_set_provide_clock()
6243         API: gst_base_audio_sink_get_provide_clock()
6244         API: gst_base_audio_sink_set_slave_method()
6245         API: gst_base_audio_sink_get_slave_method()
6246
6247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6248         (gst_base_audio_src_set_provide_clock),
6249         (gst_base_audio_src_get_provide_clock),
6250         (gst_base_audio_src_set_property),
6251         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6252         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6253         Expose methods for some object properties so that subclasses can more
6254         easily configure them.
6255         API: gst_base_audio_src_set_provide_clock()
6256         API: gst_base_audio_src_get_provide_clock()
6257
6258 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6259
6260         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6261
6262         * gst-libs/gst/sdp/gstsdpmessage.c:
6263         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6264
6265 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6266
6267         * tests/check/libs/fft.c: (GST_START_TEST):
6268         Fix scaling to really have dB instead of something else.
6269
6270 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6271
6272         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6273         GTK version, use it.
6274
6275 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6276
6277         * tests/examples/seek/seek.c: (main): Try to support stable version
6278         of GTK.
6279
6280 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6281
6282         * gst/playback/README:
6283         * gst/playback/test7.c:
6284           Fix the build + little README update.
6285
6286 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6287
6288         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6289         Add playbin2 seek pipeline.
6290
6291 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6292
6293         * gst/playback/Makefile.am:
6294         * gst/playback/gstplayback.c: (plugin_init):
6295         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6296         (eos_cb), (about_to_finish_cb), (main):
6297         Add playbin2.
6298         Added gapless playback example.
6299
6300         * gst/playback/gstplaybasebin.c:
6301         * gst/playback/gstplaybasebin.h:
6302         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6303         * gst/playback/gstqueue2.c:
6304         * gst/playback/test.c:
6305         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6306         (pad_removed_cb):
6307         * gst/playback/gststreaminfo.h:
6308         Change email.
6309
6310         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6311         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6312         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6313         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6314         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6315         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6316         (drained_cb), (unlink_group), (activate_group),
6317         (setup_next_source), (gst_play_bin_change_state),
6318         (gst_play_bin2_plugin_init):
6319         Added raw first version of playbin2. Does chained oggs and gapless
6320         playback fine. No support for raw sinks yet. No visualisations or
6321         subtitles yet.
6322
6323         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6324         (gst_play_sink_class_init), (gst_play_sink_init),
6325         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6326         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6327         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6328         (gst_play_sink_set_property), (gst_play_sink_get_property),
6329         (post_missing_element_message), (free_chain), (add_chain),
6330         (activate_chain), (gen_video_chain), (gen_text_element),
6331         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6332         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6333         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6334         (gst_play_sink_send_event), (gst_play_sink_change_state):
6335         * gst/playback/gstplaysink.h:
6336         Added Element that abstracts the sinks and their pipelines for playbin2.
6337
6338 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6339
6340         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6341         (gst_selector_pad_class_init), (gst_selector_pad_init),
6342         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6343         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6344         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6345         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6346         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6347         (gst_stream_selector_init), (gst_stream_selector_set_property),
6348         (gst_stream_selector_get_linked_pad),
6349         (gst_stream_selector_getcaps),
6350         (gst_stream_selector_is_active_sinkpad),
6351         (gst_stream_selector_activate_sinkpad),
6352         (gst_stream_selector_get_linked_pads),
6353         (gst_stream_selector_request_new_pad),
6354         (gst_stream_selector_release_pad):
6355         * gst/playback/gststreamselector.h:
6356         Improve streamselector, make it select and unselect the current pad more
6357         intelligently. 
6358         Subclass GstPad for the sinkpads of the selector.
6359         Handle segments more correctly.
6360         Fix caps negotiation.
6361         Implement release_pad.
6362
6363 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6364
6365         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6366         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6367         (remove_fakesink):
6368         Add drained signal fired when decodebin finishes decoding the data.
6369         Remove deprecated STATE_DIRTY message.
6370
6371         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6372         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6373         (analyse_source), (proxy_drained_signal), (make_decoder),
6374         (source_new_pad), (value_list_append_structure_list),
6375         (handle_redirect_message), (handle_message):
6376         Proxy the new drained signal.
6377         Handle pad removed from decodebin.
6378         Handle redirect messages by sorting multiple redirections based on the
6379         connection speed.
6380
6381 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6382
6383         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6384
6385         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6386         Fix leaking headers. Fixes #496761.
6387
6388 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6389
6390         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6391
6392         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6393         (gst_ximagesink_change_state):
6394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6395         Don't leak the PAR on errors. Fixes #496731.
6396
6397 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6400           (gst_tag_from_id3_user_tag):
6401           Add mapping for audio cd discid tags, so we can extract
6402           them from tags as well (see #347848). Also compare identifiers
6403           in ID3v2 TXXX frames in a case-insensitive way to increase
6404           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6405
6406 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6407
6408         * gst-plugins-base.doap:
6409         Oops, fix the release name.
6410
6411 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6412
6413         * gst-plugins-base.doap:
6414         Add 0.10.15 release
6415
6416 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6417
6418         * configure.ac:
6419         Back to CVS
6420
6421 === release 0.10.15 ===
6422
6423 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6424
6425         * configure.ac:
6426           releasing 0.10.15, "No need to argue"
6427
6428 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6429
6430         * win32/vs6/libgstfft.dsp:
6431         Convert line endings to DOS.
6432
6433 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6434
6435         * win32/vs6/gst_plugins_base.dsw:
6436         * win32/vs6/libgstfft.dsp:
6437         * win32/MANIFEST:
6438         Add a project file for fft plugin and remove socket
6439         based plugin which don't build from the workspace.
6440         * win32/vs6/libgstaudio.dsp:
6441         * win32/vs6/libgstrtp.dsp:
6442         * win32/vs6/libgsttag.dsp:
6443         Convert line endings back to DOS.
6444         Fixes #496724
6445
6446 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6447
6448         * win32/vs6/libgstinterfaces.dsp:
6449         * win32/vs6/libgstrtsp.dsp:
6450         Convert line endings back to DOS
6451
6452 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6453
6454         * gst-libs/gst/fft/kiss_fft_f32.h:
6455         * gst-libs/gst/fft/kiss_fft_f64.h:
6456         * gst-libs/gst/fft/kiss_fft_s16.h:
6457         * gst-libs/gst/fft/kiss_fft_s32.h:
6458         Don't include malloc.h which doesn't exist on Mac OSX.
6459         Instead, pull in glib.h and use g_malloc/g_free for 
6460         consistency. Fixes: #496548
6461
6462 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6463
6464         * gst/playback/gstdecodebin2.c:
6465           Dont leak ghostpad. Fixes #475451.
6466
6467 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * docs/design/design-decodebin.txt:
6470         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6471         Update some more docs and comments.
6472
6473 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         Patch by: Sebastien Moutte  <sebastien moutte net>
6476
6477         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6478           (gst_rtcp_unix_to_ntp):
6479         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6480           Fix some C99-isms and and a missing function that some versions of
6481           MSVC don't like too much (#494346).
6482
6483         * win32/vs6/gst_plugins_base.dsw:
6484         * win32/vs6/libgstaudio.dsp:
6485         * win32/vs6/libgstrtp.dsp:
6486         * win32/vs6/libgsttag.dsp:
6487           Update vs6 projects files (#494346).
6488
6489 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6492
6493         * win32/common/libgstaudio.def:
6494         * win32/common/libgstcdda.def:
6495         * win32/common/libgstinterfaces.def:
6496         * win32/common/libgstnetbuffer.def:
6497         * win32/common/libgstpbutils.def:
6498         * win32/common/libgstrtp.def:
6499         * win32/common/libgstrtsp.def:
6500         * win32/common/libgsttag.def:
6501         * win32/common/libgstvideo.def:
6502           More missing symbols to export (fixes #493986).
6503
6504 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6505
6506         * docs/libs/gst-plugins-base-libs-sections.txt:
6507         * gst-libs/gst/fft/gstfftf32.c:
6508         * gst-libs/gst/fft/gstfftf32.h:
6509         * gst-libs/gst/fft/gstfftf64.c:
6510         * gst-libs/gst/fft/gstfftf64.h:
6511         * gst-libs/gst/fft/gstffts16.c:
6512         * gst-libs/gst/fft/gstffts16.h:
6513         * gst-libs/gst/fft/gstffts32.c:
6514         * gst-libs/gst/fft/gstffts32.h:
6515         * tests/check/libs/fft.c: (GST_START_TEST):
6516         Remove the magnitude and phase calculation functions as these have
6517         very special use cases and can't even be used for the spectrum
6518         element. Also adjust the docs to mention some properties of the used
6519         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6520
6521 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6524           (finish_source):
6525           Avoid crash when there are external subtitles (fixes #491722).
6526
6527 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6530         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6531           'Could not open resource for writing' is not an acceptable
6532           error message when we can't open the audio device (see #492334),
6533           even less so when we're trying to open it to record something.
6534
6535 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6538
6539         * win32/common/libgstrtp.def:
6540           Add some more missing symbols (#492813).
6541
6542 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6545
6546         * tests/check/elements/audioconvert.c: (verify_convert):
6547           Add check to make sure that the out caps have a channel layout
6548           set on them where they should have one.
6549
6550 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6553
6554         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6555         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6556           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6557           (#492306).
6558
6559         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6560           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6561           (it disappeared in GLib 2.14.0) (#492306).
6562
6563         * gst-libs/gst/sdp/Makefile.am:
6564         * gst-libs/gst/sdp/gstsdpmessage.c:
6565           Fix includes and LIBS for win32/Mingw (#492306).
6566
6567         * tests/examples/dynamic/addstream.c (pause_play_stream):
6568           Use more portable g_usleep() instead of sleep() (#492306).
6569
6570 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6571
6572         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6573
6574         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6575           (gst_ring_buffer_parse_caps):
6576           Return NULL instead of an enum that happens to be 0, fixes warning
6577           on MSVC (#492114).
6578
6579         * gst-libs/gst/audio/gstringbuffer.h:
6580           No trailing commas in enum list (for gcc-2.9x).
6581
6582         * gst/videotestsrc/videotestsrc.c: (random_char):
6583           Make information loss explicit instead of implicitly truncating to
6584           eight bits via the return value.  Fixes runtime error on MSVC when
6585           using the debug CRT (#492114).
6586
6587         * win32/common/config.h.in:
6588           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6589
6590         * win32/common/libgstinterfaces.def:
6591         * win32/common/libgstrtp.def:
6592           Export a few more symbols (#492114).
6593
6594 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6595
6596         * gst-libs/gst/audio/audio.c:
6597         * gst-libs/gst/audio/audio.h:
6598           Readd the deprecation guards, but preserve compilability.
6599
6600 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6603           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6604           Preserve channel layout when fixating the number of channels in the
6605           output caps, or make sure there's a suitable channel position layout
6606           set on the caps if required. Fixes #430677.
6607
6608 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6611           Make sure the pipeline really operates in push mode as it should
6612           in this case.
6613
6614 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * gst-libs/gst/audio/audio.h:
6617           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6618           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6619           (ie. normal cvs builds) will fail.
6620
6621 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6622
6623         * docs/libs/Makefile.am:
6624         * gst-libs/gst/audio/audio.c:
6625         * gst-libs/gst/audio/audio.h:
6626         * gst-libs/gst/interfaces/mixer.c:
6627           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6628
6629 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6630
6631         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6632           (test_channel_layout_value_intersect), (audio_suite):
6633           Add simple unit test to make sure GstValue intersection
6634           of channel layouts works the way I think it does.
6635
6636 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6637
6638         * docs/libs/gst-plugins-base-libs-sections.txt:
6639         * gst-libs/gst/audio/gstaudiofilter.h:
6640         * gst-libs/gst/interfaces/mixer.h:
6641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6643         * gst-libs/gst/sdp/gstsdpmessage.c:
6644           Fix the docs according to what gtk-doc complained about.
6645
6646 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6647
6648         * tests/icles/stress-playbin.c:
6649           Fix the build.
6650
6651 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6654         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6655           Post nice/more useful error message if we don't have a decoder for
6656           the primary type.
6657
6658 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6659
6660         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6661         Be a bit more useful, unblock the pads after we fired the no-more-pads
6662         signal so that we can use the signal to inspect and connect all pads
6663         without having to keep extra state outside of decodebin.
6664
6665 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6666
6667         * gst/playback/gsturidecodebin.c:
6668         (gst_uri_decode_bin_autoplug_continue),
6669         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6670         Implement default signal handler so that we return TRUE when nothing is
6671         connected.
6672
6673 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6674
6675         * gst-libs/gst/riff/riff-media.c:
6676         (gst_riff_wavext_add_channel_layout),
6677         (gst_riff_wave_add_default_channel_layout),
6678         (gst_riff_wavext_get_default_channel_mask),
6679         (gst_riff_create_audio_caps):
6680         Use the ALSA channel layout as default for wav files without channel
6681         layout information. This fixes playback of chan-id.wav on 5.1 systems
6682         for example. Also refactor the channel layout setting a bit and add
6683         more default channel orders. Fixes #489010.
6684
6685 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6686
6687         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6688           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6689           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6690           instead.
6691
6692 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6693
6694         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6695         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6696         (gst_decode_bin_set_subs_encoding),
6697         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6698         (gst_decode_bin_get_property), (analyze_new_pad):
6699         Move subtitle encoding property to decodebin2 so that it can set the
6700         property value on all elements that it autoplugs and that require it.
6701         Make caps refcounting more consistent in get/set.
6702
6703         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6704         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6705         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6706         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6707         (proxy_autoplug_continue_signal),
6708         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6709         (make_decoder):
6710         Proxy properties and relevant signals from the internal decodebin.
6711         Make properties MT safe.
6712
6713 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6716         * gst-libs/gst/tag/tags.c:
6717           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6718           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6719
6720         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6721           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6722
6723         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6724           (gst_tag_to_vorbis_comments):
6725           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6726           just mapping everything I found in the wild) (#414539).
6727
6728 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         Inspired by patch of: René Stadler <mail at renestadler dot de>
6731
6732         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6733         (gst_decode_bin_autoplug_continue),
6734         (gst_decode_bin_autoplug_factories),
6735         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6736         (find_compatibles):
6737         * gst/playback/gstplay-marshal.list:
6738         Remove the autoplug-sort signal and replace it with a binding friendly
6739         autoplug-select signal.
6740         Add an autoplug-factories signal that can be used to generate a list of
6741         factories to try to autoplug.
6742         Add the GstPad to the autoplugging signal args as it might be needed to
6743         make a good factory selection.
6744         Fix up the marshallers for this. Fixes #407282.
6745
6746 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst-libs/gst/tag/gsttagdemux.c:
6749           Don't abort with an assertion if we receive a seek event with
6750           a start type of NONE (see launchpad bug #155878).
6751
6752 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6753
6754         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6755         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6756         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6758         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6759         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6760         Make sure that before we clean up the X resources, we shutdown and join
6761         the event thread.
6762         Also make sure the event thread does not shut down immediatly after
6763         startup because the running variable is not yet correctly set.
6764         Fixes #378770. 
6765
6766 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6767
6768         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6769         Make the window for a race in typefind and shutting down smaller until
6770         we figure out the right locking here. Avoids #485753 usually.
6771
6772         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6773         Remove unneeded lock causing a race in typefind and shutting down.
6774         Fixes #485753.
6775
6776         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6777         Also remove sinks when going to NULL because we might not complete the
6778         state change to PAUSED, causing the PAUSED->READY state change not to
6779         happen.
6780
6781 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6782
6783         * gst-libs/gst/audio/gstbaseaudiosink.c:
6784         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6785         Also explicitly release the ringbuffer when going to NULL because it
6786         is required in the setcaps function, before the state change to PAUSED
6787         completes.
6788
6789 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * tests/icles/.cvsignore:
6792         * tests/icles/Makefile.am:
6793         * tests/icles/stress-playbin.c:
6794           Does what it says on the tin.
6795
6796 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6799         Fix queue negotiation. See #486758.
6800
6801 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6802
6803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6804         (gst_xvimagesink_xwindow_new),
6805         (gst_xvimagesink_update_colorbalance),
6806         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6807
6808         Fix handling of some of the X atoms. If the last parameter is True,
6809         XInternAtom won't create the atom if it doesn't exist, and therefore
6810         might return None. This causes X errors on Xv implementations that
6811         don't provide the colour balance attributes.
6812
6813 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * gst-libs/gst/tag/gstvorbistag.c:
6816         * tests/check/libs/tag.c:
6817           Extract vorbis comment LICENSE tags correctly.
6818
6819 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6822
6823         * gst-libs/gst/tag/gstid3tag.c:
6824         * tests/check/libs/tag.c:
6825           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6826
6827 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         * gst-libs/gst/tag/gsttagdemux.c:
6830           Don't error out when a buggy downstream element doesn't
6831           handle the newsegment event we send properly (especially
6832           not without posting a meaningful error message on the
6833           bus). See bug #471370 and launchpad bug #136264.
6834
6835 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6836
6837         * gst-libs/gst/audio/gstbaseaudiosink.c:
6838         (gst_base_audio_sink_drain):
6839         Use new basesink method to make our EOS drain interruptable.
6840
6841 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6842
6843         * gst-libs/gst/rtp/gstrtppayloads.c:
6844         Fix silly search-replace oversight.
6845
6846 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6847
6848         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6849
6850         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6851         (gst_basertppayload_set_outcaps):
6852         Fix caps memleak. Fixes #484989.
6853
6854
6855 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6856
6857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6858         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6859         Fix debug output.
6860
6861 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6864         (gst_base_audio_src_create):
6865         Also handle the case where there is no clock set on the audio source,
6866         like in the unit tests.
6867
6868 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6869
6870         * gst-libs/gst/rtp/gstrtppayloads.c:
6871         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6872         to avoid compiler warnings
6873
6874 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6875
6876         * gst/playback/gstdecodebin.c: (type_found),
6877         (gst_decode_bin_change_state):
6878         * gst/playback/gstdecodebin2.c: (type_found),
6879         (gst_decode_bin_change_state):
6880         Don't disconnect the have_type signal because we never reconnect it
6881         later on. Instead keep a variable to see if we already detected a type.
6882
6883 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6884
6885         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6886         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6887         (type_found):
6888         Unlink the signal handler when we found the type, we're not going to do
6889         anything sensible with more type_found signals anyway.
6890
6891 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * gst-libs/gst/tag/gsttagdemux.c:
6894           Don't leak caps.
6895
6896 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6897
6898         * gst-libs/gst/tag/Makefile.am:
6899         * gst-libs/gst/tag/gsttagdemux.c:
6900         * gst-libs/gst/tag/gsttagdemux.h:
6901           API: add GstTagDemux base class for simple tag demuxers.
6902
6903         * docs/libs/gst-plugins-base-libs-docs.sgml:
6904         * docs/libs/gst-plugins-base-libs-sections.txt:
6905           Add GstTagDemux to docs.
6906
6907 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6908
6909         * gst-libs/gst/rtp/gstrtpbuffer.c:
6910         (gst_rtp_buffer_get_payload_subbuffer):
6911         Fix bug introduced with last commit which inverted the logic and
6912         caused all buffers to be dropped. Fixes #483620.
6913         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6914
6915 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6916
6917         * gst-libs/gst/rtp/gstrtpbuffer.c:
6918           Replace g_return_if_val (as it could be disabled), with regular return
6919           and warning.
6920
6921 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * tests/check/pipelines/simple-launch-lines.c:
6924           Print message name and not just number.
6925
6926 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6927
6928         * gst-libs/gst/audio/gstbaseaudiosink.c:
6929         (gst_base_audio_sink_async_play):
6930         When slaved to the clock, don't try to align a sample with the previous
6931         one when going to PLAYING again.
6932
6933 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6934
6935         * tests/examples/snapshot/snapshot.c:
6936           Fix the build.
6937
6938 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6939
6940         * gst-libs/gst/sdp/gstsdpmessage.h:
6941         Add RFC 3556 bandwidth modifiers.
6942
6943 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6944
6945         * docs/libs/gst-plugins-base-libs-docs.sgml:
6946         * docs/libs/gst-plugins-base-libs-sections.txt:
6947         * gst-libs/gst/rtp/gstrtppayloads.c:
6948         Update documentation.
6949
6950 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst-libs/gst/rtp/Makefile.am:
6953         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6954         (gst_rtp_payload_info_for_name):
6955         * gst-libs/gst/rtp/gstrtppayloads.h:
6956         Added new file and header to deal with payload info.
6957
6958         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6959         (gst_rtp_buffer_default_clock_rate):
6960         * gst-libs/gst/rtp/gstrtpbuffer.h:
6961         Payload specific stuff is move to new headers.
6962         Implement _default_clock rate using the new payload function.
6963
6964         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6965         (gst_sdp_parse_line):
6966         * gst-libs/gst/sdp/gstsdpmessage.h:
6967         Add some more comments.
6968
6969 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6970
6971         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6972         (sdp_check_header), (sdp_type_find), (plugin_init):
6973         Add typefind function for application/sdp.
6974         Remove some old dirac typefind code that was ifdeffed out.
6975
6976 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6977
6978         * win32/common/libgstaudio.def:
6979         Add new exported functions.
6980         * win32/vs6/grammar.dsp:
6981         Add autogeneration and copy of some autegenerated files from win32/common
6982         for rtsp library.
6983         * win32/vs6/libgstaudioconvert.dsp:
6984         Add gstaudioquantize.c to the build.
6985         * win32/vs6/libgstinterfaces.dsp:
6986         Add videoorientation.c to the build.
6987         * win32/vs6/libgstriff.dsp:
6988         Add libgsttag to the link libraries list.
6989         * win32/vs6/libgstvolume.dsp:
6990         Add liboil to the link.
6991         * win32/vs6/gst_plugins_base.dsw:
6992         * win32/vs6/libgstrtsp.dsp:
6993         * win32/common/libgstrtsp.def:
6994         Add files to build libgstrtsp library.
6995         
6996 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6997
6998         * tests/examples/snapshot/snapshot.c: (main):
6999         Print error when pipeline failed to construct.
7000
7001 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7002
7003         * configure.ac:
7004         * gst-libs/gst/tag/gstid3tag.c:
7005         * gst-libs/gst/tag/gstvorbistag.c:
7006           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7007           and ID3v2 tags.
7008
7009 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         * gst-libs/gst/floatcast/floatcast.h:
7012           Don't include config.h in an installed public header, this
7013           might break compilation of applications that don't have such
7014           a header and doesn't necessarily do what it's supposed to do
7015           anyway (ie. check for the lrint/lrintf defines) (#442065).
7016           Add docs for the various macros and document how this header
7017           has to be used (link against libm, etc.); add a few FIXMEs;
7018           include math.h for non-c99 code path.  Based on patch by
7019           Jan Schmidt.
7020           
7021 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7022
7023         * configure.ac:
7024         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7025         of duplicating these macros in configure.ac.
7026
7027 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7028
7029         * po/hu.po:
7030         * po/sv.po:
7031         * po/uk.po:
7032           Updated translations to 0.10.14
7033
7034 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7035
7036         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7037
7038         * po/pl.po:
7039           Added Polish translation.
7040
7041 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7042
7043         translated by: Ilkka Tuohela <hile@iki.fi>
7044
7045         * po/fi.po:
7046           Added Finnish translation.
7047
7048 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7049
7050         translated by: Jorge González González <aloriel@gmail.com>
7051
7052         * po/es.po:
7053           Added Spanish translation.
7054
7055 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7056
7057         translated by: Mogens Jaeger <mogens@jaeger.tf>
7058
7059         * po/da.po:
7060           Added Danish translation.
7061
7062 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7063
7064         translated by: Funda Wang <fundawang@linux.net.cn>
7065
7066         * po/zh_CN.po:
7067           Added Chinese (simplified) translation.
7068
7069 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7070
7071         translated by: Alexander Shopov <ash@contact.bg>
7072
7073         * po/bg.po:
7074           Added Bulgarian translation.
7075
7076 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7077
7078         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7079         Fix compilation wrt printf arguments.
7080
7081 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7082
7083         * configure.ac:
7084         * tests/examples/Makefile.am:
7085         * tests/examples/snapshot/.cvsignore:
7086         * tests/examples/snapshot/Makefile.am:
7087         * tests/examples/snapshot/snapshot.c: (main):
7088         Add simple snapshot example program using appsink.
7089
7090 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7091
7092         * tests/check/generic/states.c:
7093           Improved state change unit test.
7094
7095 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7096
7097         * docs/plugins/.cvsignore:
7098         * tests/check/.cvsignore:
7099           Ignore registries in any format.
7100
7101 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7104         (gst_base_rtp_depayload_chain),
7105         (gst_base_rtp_depayload_set_gst_timestamp):
7106         Only copy timestamp on outgoing packets if the depayloader did not set
7107         one.
7108         Also copy duration on outgoing packets.
7109
7110 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7111
7112         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7113         (gst_basertppayload_set_outcaps):
7114         Fix compilation because of missing %d in printf.
7115         When fixating caps, fixate what we can and throw away all remaining
7116         unfixed caps, subclasses should do something smart if they need to.
7117
7118 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7119
7120         * ext/gnomevfs/gstgnomevfssrc.c:
7121           Improve debug logs a bit and be more verbose if things go wrong.
7122
7123 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7124
7125         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7126         (gst_text_overlay_set_property):
7127         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7128         * gst-libs/gst/audio/gstbaseaudiosink.c:
7129         (gst_base_audio_sink_render):
7130         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7131         (gst_rtcp_unix_to_ntp):
7132         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7133         * gst/playback/gstqueue2.c:
7134         * tests/examples/seek/seek.c: (set_scale):
7135         Fix a bunch of compile warnings shown with Forte.
7136
7137         * gst/audiorate/gstaudiorate.c:
7138         Always pull in config.h before including any system headers.
7139
7140 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7141
7142         * gst/playback/gstqueue2.c: (update_buffering),
7143         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7144         (gst_queue_handle_sink_event), (gst_queue_chain),
7145         (gst_queue_push_one), (gst_queue_sink_activate_push),
7146         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7147         Also fix #476514 for queue2.
7148
7149 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7150
7151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7152         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7153         (gst_base_rtp_depayload_chain),
7154         (gst_base_rtp_depayload_handle_sink_event),
7155         (gst_base_rtp_depayload_push_full),
7156         (gst_base_rtp_depayload_set_gst_timestamp),
7157         (gst_base_rtp_depayload_change_state):
7158         Remove code to deal with RTP to GST time conversion, we now just copy
7159         the GST timestamp we receive to the outgoing buffers.
7160         Handle segment and flushes correctly.
7161
7162         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7163         When we have no valid input timestamp, use the previous rtp timestamp on
7164         the outgoing RTP packet instead of the RTP base time.
7165
7166 2007-09-15  David Schleef  <ds@schleef.org>
7167
7168         * ext/alsa/gstalsa.c:
7169         * ext/alsa/gstalsadeviceprobe.c:
7170         * ext/alsa/gstalsamixer.c:
7171         * ext/alsa/gstalsasink.c:
7172         * ext/alsa/gstalsasrc.c:
7173           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7174
7175 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         * gst-libs/gst/rtp/gstbasertppayload.c:
7178         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7179         Add some debug info when negotiating caps.
7180
7181 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7182
7183         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7184         A buffer with an empty payload is also a valid buffer.
7185
7186 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7189         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7190         (gst_basertppayload_change_state):
7191         Make sure we start our RTP timestamp from the random base RTP
7192         timestamp even if the buffer timestamp starts from some random value.
7193
7194 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7195
7196         * configure.ac:
7197         * tests/examples/Makefile.am:
7198         * tests/examples/dynamic/.cvsignore:
7199         * tests/examples/dynamic/Makefile.am:
7200         * tests/examples/dynamic/addstream.c: (create_stream),
7201         (pause_play_stream), (message_received), (eos_message_received),
7202         (perform_step), (main):
7203         Add simple exmple app to demonstrate starting and pausing live and
7204         non-live bins in a PLAYING pipeline.
7205
7206 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7207
7208         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7209         typefind for QCP files (RFC #3625)
7210
7211 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7212
7213         * gst-libs/gst/audio/gstbaseaudiosink.c:
7214         (gst_base_audio_sink_init):
7215         Disable pull mode scheduling, we're not ready for it yet and it subtly
7216         breaks a lot of things.
7217
7218 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * tests/check/elements/libvisual.c:
7221           Test all libvisual plugins, not just the first one; this reproduces
7222           bug #450336 quite easily.  Looks like a problem with the 'jess'
7223           visualisation.
7224
7225 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * tests/check/Makefile.am:
7228         * tests/check/elements/.cvsignore:
7229         * tests/check/elements/libvisual.c:
7230           Add basic libvisual test case in an attempt to reproduce bug #450336.
7231           Doesn't reproduce that bug, but some other crasher instead (invalid
7232           free), at least with make elements/libvisual.forever and the bumscope
7233           plugin on x86-64/gutsy. Leaving test disabled for now.
7234
7235 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7236
7237         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7238
7239         * gst-libs/gst/rtsp/gstrtspconnection.c:
7240         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7241         (read_body), (gst_rtsp_connection_receive):
7242         Make sure we can not cancel in the middle of receiving a message.
7243         Fixes #475731.
7244
7245 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7246
7247         Patch by: Josep Torra Valles <josep@fluendo.com>
7248
7249         * gst/playback/gstplaybasebin.c:
7250           Increase upper limit for audio queue a bit; fixes preroll problem
7251           with playbin and decodebin2 when playing a quicktime trailer with
7252           multichannel audio via http (#464666).
7253
7254 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7255
7256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7257         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7258         (gst_base_audio_src_provide_clock),
7259         (gst_base_audio_src_set_property),
7260         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7261         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7262         Allow othe clocks than the internal clock to be used for the pipeline.
7263         Add property to disable clock provide.
7264         API: GstBaseAudioSrc::provide-clock
7265
7266 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7267
7268         * gst/playback/gstdecodebin2.c:
7269           Don't leak request pads. Fixes #475395.
7270
7271 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7272
7273         Patch by: René Stadler <mail at renestadler dot de>
7274
7275         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7276         (gst_ximage_buffer_class_init):
7277         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7278         (gst_xvimage_buffer_class_init):
7279         Correctly chain up finalize with the parent class to prevent
7280         memory leaks. Fixes #474880.
7281
7282 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7283
7284         * gst/volume/gstvolume.c: (volume_choose_func):
7285         * tests/check/elements/volume.c: (GST_START_TEST):
7286         Revert the latest change: floating point samples are allowed to
7287         have any value, not only values in the range [-1,1]. Thanks to Andy
7288         Wingo for noticing.
7289         Also fix processing of int32 samples with volumes > 4 by making the
7290         unity value smaller which prevents overflows.
7291
7292 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7293
7294         * gst-libs/gst/rtp/gstrtpbuffer.c:
7295         * tests/check/libs/rtp.c:
7296           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7297
7298 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7301
7302         * gst-libs/gst/rtp/gstrtpbuffer.c:
7303           Fix up GstRTPHeader helper struct so that compilers will not under
7304           any circumstances add padding in between our fields, as currently
7305           happens with MSVC on win32, because that would lead to us sending
7306           out RTP payloads with broken RTP headers (#471194).
7307           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7308           
7309         * tests/check/Makefile.am:
7310         * tests/check/libs/.cvsignore:
7311         * tests/check/libs/rtp.c:
7312           Add some simple unit tests for GstRTPBuffer. Some are disabled
7313           because the code tested still needs fixing (set_csrc() does not work).
7314
7315 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * win32/MANIFEST:
7318         * win32/common/gstrtsp-enumtypes.c:
7319         * win32/common/gstrtsp-enumtypes.h:
7320         * win32/common/interfaces-enumtypes.c:
7321         * win32/common/interfaces-enumtypes.h:
7322         * win32/common/multichannel-enumtypes.c:
7323           Add rtsp enumtypes (#474384) and update others.
7324
7325 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7326
7327         * configure.ac:
7328           Fix configure check for HAVE_LIBXML_HTML.
7329
7330 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * tests/check/libs/.cvsignore:
7333           Ignore more, in case the build bots work again one day.
7334
7335 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7336
7337         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7338
7339         * configure.ac:
7340         * gst-libs/gst/Makefile.am:
7341         * gst-libs/gst/fft/Makefile.am:
7342         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7343         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7344         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7345         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7346         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7347         * gst-libs/gst/fft/gstfft.h:
7348         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7349         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7350         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7351         * gst-libs/gst/fft/gstfftf32.h:
7352         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7353         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7354         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7355         * gst-libs/gst/fft/gstfftf64.h:
7356         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7357         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7358         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7359         * gst-libs/gst/fft/gstffts16.h:
7360         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7361         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7362         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7363         * gst-libs/gst/fft/gstffts32.h:
7364         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7365         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7366         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7367         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7368         * gst-libs/gst/fft/kiss_fft_f32.h:
7369         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7370         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7371         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7372         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7373         * gst-libs/gst/fft/kiss_fft_f64.h:
7374         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7375         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7376         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7377         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7378         * gst-libs/gst/fft/kiss_fft_s16.h:
7379         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7380         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7381         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7382         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7383         * gst-libs/gst/fft/kiss_fft_s32.h:
7384         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7385         (kiss_fftr_f32), (kiss_fftri_f32):
7386         * gst-libs/gst/fft/kiss_fftr_f32.h:
7387         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7388         (kiss_fftr_f64), (kiss_fftri_f64):
7389         * gst-libs/gst/fft/kiss_fftr_f64.h:
7390         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7391         (kiss_fftr_s16), (kiss_fftri_s16):
7392         * gst-libs/gst/fft/kiss_fftr_s16.h:
7393         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7394         (kiss_fftr_s32), (kiss_fftri_s32):
7395         * gst-libs/gst/fft/kiss_fftr_s32.h:
7396         * gst-libs/gst/fft/kiss_version:
7397         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7398         * pkgconfig/gstreamer-plugins-base.pc.in:
7399         Add libgstfft, a FFT library based on Kiss FFT which is
7400         BSD licensed. Supported sample formats are int16, int32,
7401         float and double. For those formats a real FFT and IFFT
7402         can be done, different windowing functions can be applied
7403         and functions for extracting the magnitude and phase exist.
7404         Fixes #468619.
7405
7406         * docs/libs/Makefile.am:
7407         * docs/libs/gst-plugins-base-libs-docs.sgml:
7408         * docs/libs/gst-plugins-base-libs-sections.txt:
7409         Integrate libgstfft into the docs.
7410
7411         * tests/check/Makefile.am:
7412         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7413         Add unit tests for libgstfft, currently only testing the FFT.
7414         Unit tests for IFFT will follow soon.
7415
7416 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         Patch by: Peter Kjellerstedt  <pkj at axis com>
7419
7420         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7421         (gst_sdp_message_init), (gst_sdp_message_uninit),
7422         (is_multicast_address), (gst_sdp_message_as_text),
7423         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7424         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7425         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7426         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7427         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7428         (gst_sdp_media_init), (gst_sdp_media_uninit),
7429         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7430         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7431         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7432         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7433         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7434         * gst-libs/gst/sdp/gstsdpmessage.h:
7435         Separate INIT_ARRAY() and related macros into two versions, one for
7436         structures and one for pointers (e.g., INIT_ARRAY() and
7437         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7438         lists of emails and phone numbers.
7439         Add missing const as appropriate.
7440         Change all gint to guint since they all actually represent unsigned
7441         values.
7442         Do not use time as a variable name as it shadows the global time().
7443         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7444         Actually implement gst_sdp_message_add_time().
7445         Make gst_sdp_message_add_time() take repeat times as an argument.
7446         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7447         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7448         misspelled as badwidth).
7449         gst-indented and a little clean up. Fixes #471067.
7450
7451 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7452
7453         * gst/volume/gstvolume.c: (volume_choose_func),
7454         (volume_process_double), (volume_process_double_clamp),
7455         (volume_process_float_clamp):
7456         Correctly clamp float/double samples in the [-1.0,1.0] range to
7457         prevent weird effects.
7458         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7459         Add unit tests for all samples types that had none before.
7460
7461 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst-libs/gst/rtp/gstrtpbuffer.c:
7464           Need to include stdlib.h for abs() here too.
7465
7466 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         * gst/playback/gststreaminfo.c:
7469           Fix build.
7470
7471 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7472
7473         * gst/playback/gststreaminfo.c:
7474           Clean up some half-disabled code and comment.
7475
7476 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7477
7478         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7479
7480         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7481         (gst_base_rtp_payload_audio_handle_event):
7482         Return FALSE from the event handler to let the parent class handle the
7483         event. Fixes #446766.
7484
7485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7486         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7487         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7488
7489         * gst-libs/gst/rtp/gstbasertppayload.c:
7490         Bump the MTU to 1400.
7491
7492 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7493
7494         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7495         Add an audio/x-nsf typefind function for the nsfdec element.
7496
7497 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7498         * gst/playback/gstplaybasebin.c:
7499         Included "myth://" on stream_uris list for enable buffering to mythtv files
7500
7501 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7502
7503         * docs/libs/gst-plugins-base-libs-sections.txt:
7504         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7505         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7506         (gst_rtcp_unix_to_ntp):
7507         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7508         Fix parsing of RB blocks.
7509         Fix docs.
7510         Added helper functions to convert to/from UNIX and NTP time.
7511         API: gst_rtcp_ntp_to_unix()
7512         API: gst_rtcp_unix_to_ntp()
7513
7514         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7515         (gst_rtp_buffer_get_header_len),
7516         (gst_rtp_buffer_get_extension_data),
7517         (gst_rtp_buffer_get_payload_subbuffer),
7518         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7519         (gst_rtp_buffer_ext_timestamp):
7520         * gst-libs/gst/rtp/gstrtpbuffer.h:
7521         Fix some more docs.
7522         Implement handling of packets with extensions.
7523         Fix padding check in _validate().
7524         Added function to get extension data.
7525         API: gst_rtp_buffer_get_header_len()
7526         API: gst_rtp_buffer_get_extension_data()
7527
7528 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7529
7530         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7531         (gst_base_rtp_depayload_class_init),
7532         (gst_base_rtp_depayload_set_gst_timestamp):
7533         Add some more docs for the queue-delay property and fix a typo in a
7534         comment.
7535
7536         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7537         Fix typo.
7538
7539 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7540
7541         * gst-libs/gst/audio/gstbaseaudiosink.c:
7542         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7543         (gst_base_audio_sink_change_state):
7544         When skew slaving, try to hover around the middle of a segment so that
7545         we at most drift by half a segment.
7546         If we are aligning in the oposite direction of the clock skew, we don't
7547         have to resync.
7548
7549 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7550
7551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7552         (gst_base_rtp_depayload_setcaps),
7553         (gst_base_rtp_depayload_set_gst_timestamp):
7554         Be less silly with the segment start, just apply the clock-base to the
7555         timestamp.
7556
7557 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7558
7559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7560         (gst_base_rtp_depayload_class_init),
7561         (gst_base_rtp_depayload_finalize),
7562         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7563         (gst_base_rtp_depayload_handle_sink_event),
7564         (gst_base_rtp_depayload_set_gst_timestamp),
7565         (gst_base_rtp_depayload_change_state):
7566         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7567         Deprecate the queue handling thread thing and remove the code.
7568         Use new method to calculate the extended timestamp.
7569
7570 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7571
7572         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7573         (gst_rtcp_packet_sdes_copy_entry):
7574         Use g_strndup which does exactly what we want.
7575
7576         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7577         (gst_rtp_buffer_ext_timestamp):
7578         * gst-libs/gst/rtp/gstrtpbuffer.h:
7579         Add helper function to compare seqnums.
7580         Add helper function to calculate extended timestamps.
7581         API: gst_rtp_buffer_compare_seqnum()
7582         API: gst_rtp_buffer_ext_timestamp()
7583
7584 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7585
7586         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7587         (gst_rtcp_packet_sdes_get_entry),
7588         (gst_rtcp_packet_sdes_copy_entry):
7589         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7590         Fix and document SDES item data function.
7591         Add new function that makes a proper copy of SDES item data.
7592         API: gst_rtcp_packet_sdes_copy_entry()
7593
7594 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * configure.ac:
7597         * gst/Makefile.am:
7598           The tcp and subparse plugins are under gst, but not totaly free of
7599           dependencies. Handle selection inconfigure.ac, so that they show up
7600           on the final list of what is build and what is not. Maybe they should
7601           better be moved to ext.
7602
7603 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7604
7605         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7606
7607         * configure.ac:
7608         * gst/Makefile.am:
7609           Check if libxml provides HTML parser which subparse needs.
7610           Fixes #451970.
7611
7612 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * ext/alsa/gstalsa.c:
7615           Fix typo and compilation on big endian systems.
7616
7617 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * gst/subparse/gstssaparse.c:
7620           Convert SSA newline codes into actual newline characters (#470766).
7621
7622 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * docs/libs/gst-plugins-base-libs-sections.txt:
7625         * gst-libs/gst/pbutils/install-plugins.c:
7626         * gst-libs/gst/pbutils/install-plugins.h:
7627         * tests/check/libs/pbutils.c:
7628           API: also add gst_install_plugins_supported() while we're at it
7629           (see #470456).
7630
7631 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * docs/libs/gst-plugins-base-libs-sections.txt:
7634         * gst-libs/gst/pbutils/missing-plugins.c:
7635         * gst-libs/gst/pbutils/missing-plugins.h:
7636         * tests/check/libs/pbutils.c:
7637           API: add gst_missing_*_installer_detail_new() convenience API so
7638           that applications that know exactly what they're missing can request
7639           installer detail strings for those items directly instead of having
7640           to first create a dummy missing-plugin message and then get the
7641           installer detail string from that.  Fixes #470456.
7642
7643 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7644
7645         * gst/playback/gstdecodebin.c: (close_pad_link):
7646         We need to set up delayed-linking whenever the caps are non-fixed,
7647         not just when there are multiple types - use gst_pad_is_fixed()
7648         to test.
7649
7650 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * gst-libs/gst/pbutils/missing-plugins.c:
7653           (gst_missing_plugin_message_get_installer_detail):
7654           Add missing separator in PID fallback case.
7655
7656 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * ext/alsa/Makefile.am:
7659         There is no GST_PLUGINS_BASE_LIBS defined.
7660         
7661         * ext/alsa/gstalsa.c:
7662         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7663         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7664         Add support for ALSA 24-bit formats.
7665         snd_pcm_delay can return an error code, especially
7666         during XRUNS. In that case, the best we can do is assume
7667         delay = 0.
7668
7669         * gst/audioconvert/Makefile.am:
7670         Add flags from -base before any more-remote dependencies.
7671
7672 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7673
7674         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7675
7676         * gst/volume/gstvolume.c: (volume_choose_func),
7677         (volume_update_real_volume), (gst_volume_set_volume),
7678         (gst_volume_init), (volume_process_int32),
7679         (volume_process_int32_clamp), (volume_process_int24),
7680         (volume_process_int24_clamp), (volume_process_int16),
7681         (volume_process_int16_clamp), (volume_process_int8),
7682         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7683         * gst/volume/gstvolume.h:
7684         Add support for int32, int24 and int8 to the volume element.
7685         Fixes #445529.
7686
7687 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         * tests/examples/Makefile.am:
7690           Fix even more.
7691
7692 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * configure.ac:
7695         * docs/libs/Makefile.am:
7696         * docs/libs/gst-plugins-base-libs-docs.sgml:
7697         * docs/libs/gst-plugins-base-libs-sections.txt:
7698         * ext/gnomevfs/gstgnomevfssrc.c:
7699         * ext/gnomevfs/gstgnomevfssrc.h:
7700         * gst-libs/gst/Makefile.am:
7701         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7702         * pkgconfig/gstreamer-plugins-base.pc.in:
7703         * sys/v4l/v4lsrc_calls.c:
7704         * tests/examples/Makefile.am:
7705         * win32/common/config.h:
7706           Revert unwanted commit. many thanks to moap. I want a fix for 
7707           https://thomas.apestaart.org/moap/trac/ticket/239
7708
7709 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7710
7711         * gst/volume/gstvolume.c:
7712           Move passthrough below gst_object_sync_values(). Fixes #442654.
7713
7714 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7715
7716         * gst-libs/gst/audio/audio.c:
7717         Clarify the docs a little.
7718
7719 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * gst/volume/gstvolume.c:
7722           Enable liboil for float and add more details about problems with
7723           int16.
7724
7725 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7728         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7729
7730 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7733         When calculating the first timestamp of the buffers, don't go below 0
7734         and clip the samples because the offset was on the eos page.
7735         Fixes #466717.
7736
7737 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7738
7739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7740         (gst_ogg_demux_collect_chain_info):
7741         Also submit the eos page when trying to find the first timestamp.
7742         See #466717.
7743
7744 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7745
7746         * gst-libs/gst/audio/audio.h:
7747         Use gst_util_uint64_scale() instead of doing the math
7748         with double for GST_FRAMES_TO_CLOCK_TIME() and
7749         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7750         prevents rounding errors. Fixes #467667.
7751
7752 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7753
7754         * gst-libs/gst/rtsp/gstrtspconnection.c:
7755         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7756         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7757         * gst-libs/gst/rtsp/gstrtspconnection.h:
7758         Small cleanups.
7759         On shutdown, don't read the control socket yet.
7760         Set timeout value correctly in all cases.
7761         Add function to check if the server accepts reads or writes.
7762         API: gst_rtsp_connection_poll()
7763
7764         * gst-libs/gst/rtsp/gstrtspdefs.h:
7765         Fix compilation with -pedantic.
7766         Add enum for _poll.
7767
7768 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7769
7770         Patch by: Olivier Crete  <tester at tester ca>
7771
7772         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7773         (gst_basertppayload_getcaps):
7774         * gst-libs/gst/rtp/gstbasertppayload.h:
7775         Add getcaps vfunc to basertppayload. See #465146.
7776
7777 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7780         Only post buffering messages when we are a stream.
7781
7782 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * gst-libs/gst/pbutils/install-plugins.c:
7785         * gst-libs/gst/pbutils/missing-plugins.c:
7786           Small docs fix and addition.
7787
7788 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * tests/icles/.cvsignore:
7791         * tests/icles/Makefile.am:
7792         * tests/icles/test-textoverlay.c:
7793           Add a dumb little test for textoverlay alignments.
7794
7795 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7796
7797         Patch by: Dan Williams  <dcbw redhat com>
7798
7799         * ext/pango/gsttextoverlay.c:
7800         * ext/pango/gsttextoverlay.h:
7801           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7802           "silent" property so there's a Since tag in the API reference.
7803
7804 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * gst-libs/gst/rtp/gstbasertppayload.c:
7807         (gst_basertppayload_set_outcaps):
7808         * gst-libs/gst/rtp/gstbasertppayload.h:
7809         Improve caps negotiation so that downstream elements can confiure
7810         certain RTP properties by fixing them on the caps. See #465146.
7811         Add docs.
7812
7813 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * docs/libs/gst-plugins-base-libs-sections.txt:
7816         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7817         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7818           Mark as deprecated some macros which were presumably meant to be
7819           private API and accidentally exposed in the public header file.
7820           Also actually _init() lock (only works at the moment because the
7821           struct is zeroed out when created and the initial values in the
7822           mutex struct are zeroes too). (#459585)
7823
7824 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7825
7826         * docs/libs/Makefile.am:
7827           Remove cruft and do some cleanups.
7828
7829         * docs/libs/gst-plugins-base-libs-docs.sgml:
7830           Prepare for comming gtkdoc features (rebase against online docs).
7831
7832 2007-08-10  Michael Smith <msmith@fluendo.com>
7833
7834         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7835           Debug output fixes.
7836         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7837         (GST_START_TEST):
7838           Change the number of buffers used; 500 is too many and leads to
7839           timeouts.
7840
7841 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         * gst/playback/gstqueue2.c:
7844         * gst/videorate/gstvideorate.c:
7845           Printf format fixes (#465028).
7846
7847 2007-08-09  Michael Smith <msmith@fluendo.com>
7848
7849         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7850           If we have a large (> 1 second) discontinuity, push a series of
7851           smaller buffers rather than a single very large buffer. Avoids
7852           unreasonably large single buffer allocations when encountering a
7853           large gap.
7854         * tests/check/elements/audiorate.c: (GST_START_TEST),
7855         (audiorate_suite):
7856           Add a test for this.
7857
7858 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7859
7860         * gst/playback/gstplaybasebin.c: (group_commit),
7861         (queue_remove_probe), (queue_threshold_reached):
7862
7863         Patch by: Josep Torra Valles <josep@fluendo.com>
7864         Fixes: #465015
7865         Make sure we remove the check_queues buffer probe from the 
7866         correct queue to avoid racily going back to "buffering 99%" when
7867         buffering is actually complete.
7868
7869         Also, fix the spelling of Josep's surname in the ChangeLog.
7870
7871 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7872
7873         * ext/ogg/gstoggmux.c:
7874           Do not leak oggmux instance.
7875         
7876         * ext/vorbis/vorbisenc.c:
7877           Also log values.
7878
7879 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7880
7881         * po/hu.po:
7882         * po/it.po:
7883         * po/nl.po:
7884         * po/uk.po:
7885         * po/vi.po:
7886           Updated translations.
7887
7888 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7889
7890         patch by: Yang Hong <hongyang@redflag-linux.com>
7891
7892         * ext/pango/gsttextoverlay.c:
7893         * ext/pango/gsttextoverlay.h:
7894           Add 'silent' property to GstTimeOverlay. Fixes #462979
7895
7896 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7897
7898         Patch by: Josep Torra Valles <josep@fluendo.com>
7899
7900         * docs/plugins/gst-plugins-base-plugins.args:
7901         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7902         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7903         (gst_uri_decode_bin_get_property), (gen_source_element):
7904         Add connection-speed property. Fixes #464690.
7905
7906 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7907
7908         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7909
7910         * configure.ac:
7911         * gst-libs/gst/rtsp/Makefile.am:
7912         * gst-libs/gst/rtsp/gstrtspconnection.c:
7913         (gst_rtsp_connection_connect):
7914         Fix compilation on windows. Fixes #464320.
7915
7916 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7917
7918         Patch by: Josep Torra Valles <josep@fluendo.com>
7919
7920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7921         (gst_play_base_bin_init), (queue_threshold_reached),
7922         (gen_source_element), (setup_substreams),
7923         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7924         (gst_play_base_bin_get_streaminfo_value_array):
7925         * gst/playback/gstplaybasebin.h:
7926         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7927         (gst_play_bin_set_property), (gst_play_bin_get_property),
7928         (gst_play_bin_handle_redirect_message):
7929         Move connection-speed property from playbin to playbasebin so that we
7930         can also configure it in source elements that have the connection-speed
7931         property. Fixes #464028.
7932         Add some debug info here and there.
7933
7934 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7935
7936         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7937         Properly respond to conversion queries. Fixes #464079.
7938
7939 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7940
7941         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7942         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7943         (gst_audio_test_src_init_sine_table),
7944         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7945         * gst/audiotestsrc/gstaudiotestsrc.h:
7946         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7947         Also set the default volume to the default value specified in the
7948         GParamSpec.
7949
7950 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7951
7952         Patch by: Jens Granseuer <jensgr at gmx dot net>
7953
7954         * gst/audioconvert/gstaudioquantize.c:
7955         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7956
7957 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7958
7959         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7960         Add rdt manager for rdt transport.
7961         Fix parsing of RDT transport.
7962
7963 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7964
7965         * configure.ac:
7966         Back to CVS
7967
7968 === release 0.10.14 ===
7969
7970 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7971
7972         * configure.ac:
7973           releasing 0.10.14, "Light Years Ahead"
7974
7975 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7976
7977         * tests/check/libs/audio.c: (GST_START_TEST):
7978         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7979
7980 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7981
7982         * gst-libs/gst/audio/audio.c:
7983         When clipping a buffer with no timestamp, assume it is
7984         within the segment without warnings.
7985
7986         Fixes: #460978
7987
7988 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7989
7990         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7991         Fire the signal on the object, not the interface.
7992
7993 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7994
7995         * gst-libs/gst/rtsp/.cvsignore:
7996         Ber. Don't include the full path, idiot.
7997
7998 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7999
8000         * gst-libs/gst/rtsp/.cvsignore:
8001         Ignore generated files.
8002
8003 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8004
8005         * gst-libs/gst/interfaces/Makefile.am:
8006         * gst-libs/gst/interfaces/interfaces-marshal.list:
8007         * gst-libs/gst/interfaces/rtspextension.c:
8008         * gst-libs/gst/interfaces/rtspextension.h:
8009         * gst-libs/gst/rtsp/Makefile.am:
8010         * gst-libs/gst/rtsp/gstrtsp.h:
8011         * gst-libs/gst/rtsp/gstrtspextension.c:
8012         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8013         (gst_rtsp_extension_detect_server),
8014         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8015         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8016         (gst_rtsp_extension_configure_stream),
8017         (gst_rtsp_extension_get_transports),
8018         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8019         * gst-libs/gst/rtsp/gstrtspextension.h:
8020         * gst-libs/gst/rtsp/rtsp-marshal.list:
8021         Move the rtspextension.h interface into gstrtspextension.h
8022         as part of libgstrtsp instead of libgstinterfaces, because it's
8023         only for use within plugins, not applications. 
8024         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8025         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8026         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8027         is abstract.
8028
8029 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8030
8031         * gst-libs/gst/interfaces/Makefile.am:
8032         * gst-libs/gst/interfaces/interfaces-marshal.list:
8033         * gst-libs/gst/interfaces/rtspextension.c:
8034         (gst_rtsp_extension_iface_init),
8035         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8036         * gst-libs/gst/interfaces/rtspextension.h:
8037         Fix marshaller for the send signal.
8038         Add URL to stream selection interface method.
8039
8040 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * gst-libs/gst/riff/Makefile.am:
8043         Pull in our dependencies from -base before those from outside.
8044
8045 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8046
8047         * docs/libs/gst-plugins-base-libs-sections.txt:
8048         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8049         * gst-libs/gst/rtsp/gstrtspbase64.h:
8050         API: gst_rtsp_base64_decode_ip()
8051         Added function to decode Base64 in-place.
8052
8053 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8054
8055         * tests/check/libs/.cvsignore:
8056         Ignore the mixer test binary.
8057
8058 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8061         Gratuitous comment change to trigger a rebuild on the buildbots.
8062
8063 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8064
8065         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8066         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8067         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8068         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8069         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8070         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8071         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8072         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8073         (gst_sdp_media_get_attribute_val):
8074         * gst-libs/gst/sdp/gstsdpmessage.h:
8075         Constify args where we can.
8076
8077 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8078
8079         * gst-libs/gst/interfaces/Makefile.am:
8080         * gst-libs/gst/interfaces/rtspextension.c:
8081         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8082         (gst_rtsp_extension_detect_server),
8083         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8084         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8085         (gst_rtsp_extension_configure_stream),
8086         (gst_rtsp_extension_get_transports),
8087         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8088         * gst-libs/gst/interfaces/rtspextension.h:
8089         Move interface for RTSP extensions from -good to here.
8090         Added helper methods to invoke interface methods.
8091
8092 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8093
8094         * docs/libs/gst-plugins-base-libs-sections.txt:
8095         * gst-libs/gst/rtsp/gstrtspdefs.h:
8096         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8097         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8098         (gst_rtsp_message_init_response),
8099         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8100         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8101         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8102         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8103         (gst_rtsp_message_get_body), (dump_key_value):
8104         * gst-libs/gst/rtsp/gstrtspmessage.h:
8105         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8106         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8107         (gst_rtsp_range_parse):
8108         * gst-libs/gst/rtsp/gstrtsprange.h:
8109         * gst-libs/gst/rtsp/gstrtsptransport.c:
8110         * gst-libs/gst/rtsp/gstrtspurl.c:
8111         Fix some more RTSP docs.
8112         Add some missing methods for dealing with messages.
8113
8114 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * docs/libs/gst-plugins-base-libs-docs.sgml:
8117         * docs/libs/gst-plugins-base-libs-sections.txt:
8118         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8119         * gst-libs/gst/rtsp/gstrtspbase64.h:
8120         * gst-libs/gst/rtsp/gstrtspconnection.c:
8121         (gst_rtsp_connection_connect), (add_auth_header),
8122         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8123         (read_body), (gst_rtsp_connection_receive),
8124         (gst_rtsp_connection_next_timeout),
8125         (gst_rtsp_connection_reset_timeout),
8126         (gst_rtsp_connection_set_auth):
8127         * gst-libs/gst/rtsp/gstrtspconnection.h:
8128         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8129         * gst-libs/gst/rtsp/gstrtspdefs.h:
8130         * gst-libs/gst/rtsp/gstrtspmessage.h:
8131         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8132         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8133         (gst_rtsp_range_parse):
8134         * gst-libs/gst/rtsp/gstrtspurl.h:
8135         Added beginnings of RTSP documentation.
8136
8137 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8138
8139         * docs/libs/Makefile.am:
8140         * docs/libs/gst-plugins-base-libs-docs.sgml:
8141         * docs/libs/gst-plugins-base-libs-sections.txt:
8142         * gst-libs/gst/sdp/gstsdp.h:
8143         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8144         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8145         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8146         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8147         (gst_sdp_message_get_attribute_val),
8148         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8149         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8150         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8151         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8152         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8153         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8154         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8155         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8156         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8157         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8158         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8159         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8160         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8161         (gst_sdp_media_get_attribute_val_n),
8162         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8163         (print_media), (gst_sdp_message_dump):
8164         * gst-libs/gst/sdp/gstsdpmessage.h:
8165         Document the SDP library.
8166         Add some of the missing SDPMedia methods.
8167
8168 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8169
8170         * configure.ac:
8171         * gst-libs/gst/Makefile.am:
8172         * gst-libs/gst/rtsp/Makefile.am:
8173         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8174         * gst-libs/gst/rtsp/gstrtspbase64.h:
8175         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8176         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8177         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8178         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8179         (parse_response_status), (parse_request_line), (parse_line),
8180         (gst_rtsp_connection_read), (read_body),
8181         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8182         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8183         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8184         (gst_rtsp_connection_set_auth):
8185         * gst-libs/gst/rtsp/gstrtspconnection.h:
8186         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8187         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8188         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8189         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8190         (gst_rtsp_find_method):
8191         * gst-libs/gst/rtsp/gstrtspdefs.h:
8192         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8193         (gst_rtsp_message_new), (gst_rtsp_message_init),
8194         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8195         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8196         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8197         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8198         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8199         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8200         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8201         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8202         (gst_rtsp_message_dump):
8203         * gst-libs/gst/rtsp/gstrtspmessage.h:
8204         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8205         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8206         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8207         * gst-libs/gst/rtsp/gstrtsprange.h:
8208         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8209         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8210         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8211         (range_as_text), (rtsp_transport_mode_as_text),
8212         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8213         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8214         (gst_rtsp_transport_free):
8215         * gst-libs/gst/rtsp/gstrtsptransport.h:
8216         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8217         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8218         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8219         * gst-libs/gst/rtsp/gstrtspurl.h:
8220         * gst-libs/gst/sdp/Makefile.am:
8221         * gst-libs/gst/sdp/gstsdp.h:
8222         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8223         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8224         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8225         (gst_sdp_attribute_init), (gst_sdp_message_new),
8226         (gst_sdp_message_init), (gst_sdp_message_uninit),
8227         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8228         (gst_sdp_media_uninit), (gst_sdp_media_free),
8229         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8230         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8231         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8232         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8233         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8234         (gst_sdp_message_get_attribute_val),
8235         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8236         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8237         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8238         (gst_sdp_media_get_attribute_val_n),
8239         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8240         (read_string), (read_string_del), (gst_sdp_parse_line),
8241         (gst_sdp_message_parse_buffer), (print_media),
8242         (gst_sdp_message_dump):
8243         * gst-libs/gst/sdp/gstsdpmessage.h:
8244         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8245         Move SDP and RTSP from helper objects in -good to a reusable library.
8246         Use a proper gst_ namespace.
8247
8248 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8249
8250         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8251         (vorbis_dec_flush_decode):
8252         Use the new buffer clipping function from gstaudio here.
8253
8254 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8255
8256         * docs/libs/gst-plugins-base-libs-sections.txt:
8257         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8258         * gst-libs/gst/audio/audio.h:
8259         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8260         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8261         Also add deprecation guards for gst_audio_structure_set_int() to the
8262         header.
8263
8264 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8265
8266         * docs/libs/gst-plugins-base-libs-sections.txt:
8267           Cleanup the docs.
8268
8269 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8270
8271         Patch by: Dan Williams <dcbw at redhat dot com>
8272
8273         * gst/playback/gstplaybasebin.c:
8274         (gst_play_base_bin_get_streaminfo_value_array):
8275         Don't return NULL when querying the stream info value array but instead
8276         return an empty array. Fixes #459204.
8277
8278 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * gst/playback/gsturidecodebin.c:
8281           Init debug category before using it.
8282
8283 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8284
8285         * gst-libs/gst/interfaces/mixer.h:
8286         Add padding vars in place of the signal pointers
8287         when building with DISABLE_DEPRECATED so that the
8288         interface structure doesn't change size.
8289
8290 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8291
8292         * docs/libs/gst-plugins-base-libs-sections.txt:
8293         * ext/alsa/gstalsamixer.c:
8294         * ext/alsa/gstalsamixer.h:
8295         * ext/alsa/gstalsamixerelement.c:
8296         * ext/alsa/gstalsamixertrack.c:
8297         * gst-libs/gst/interfaces/mixer.c:
8298         * gst-libs/gst/interfaces/mixer.h:
8299         * gst-libs/gst/interfaces/mixeroptions.c:
8300         * gst-libs/gst/interfaces/mixeroptions.h:
8301         * gst-libs/gst/interfaces/mixertrack.c:
8302         * gst-libs/gst/interfaces/mixertrack.h:
8303         * tests/check/Makefile.am:
8304         * tests/check/libs/mixer.c:
8305
8306         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8307         Fixes: #152864 
8308
8309         Add support for notifying mixer changes on the message bus, and
8310         implement it in alsamixer.
8311
8312         API: gst_mixer_get_mixer_flags
8313         API: gst_mixer_message_parse_mute_toggled
8314         API: gst_mixer_message_parse_record_toggled
8315         API: gst_mixer_message_parse_volume_changed
8316         API: gst_mixer_message_parse_option_changed
8317         API: GstMixerMessageType
8318         API: GstMixerFlags
8319
8320 2007-07-20  Michael Smith <msmith@fluendo.com>
8321
8322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8323         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8324           xcontext->im_format is only for testing XShm support (as the header
8325           file comments document). Use xvimage->im_format for everything else.
8326           Avoids spurious warnings on buffer allocation before setcaps.
8327
8328 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8329
8330         * tests/examples/volume/Makefile.am:
8331         * tests/icles/Makefile.am:
8332           We should use $(LIBM).
8333
8334 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8335
8336         * tests/icles/Makefile.am:
8337           This needs -lm.
8338
8339 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8340
8341         * gst-libs/gst/rtp/gstbasertppayload.c:
8342         (gst_basertppayload_class_init), (gst_basertppayload_init),
8343         (gst_basertppayload_set_property),
8344         (gst_basertppayload_get_property):
8345         Don't break ABI, restore previous ranges. Keep the default random
8346         selection of timestamp and seqnum offset but as soon as the app sets a
8347         specific value, use that one.
8348
8349 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8350
8351         Patch by: Bastien Nocera <hadess at hadess dot net>
8352
8353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8354         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8355         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8356         * sys/xvimage/xvimagesink.h:
8357         Add option to turn off double-buffering for debugging purposes.
8358         Fixes #437169.
8359
8360 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8361
8362         Patch by: Jorn Baayen <jorn at openedhand dot com>
8363
8364         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8365         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8366         (gst_ximagesink_init), (gst_ximagesink_class_init):
8367         * sys/ximage/ximagesink.h:
8368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8369         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8370         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8371         * sys/xvimage/xvimagesink.h:
8372         add 'handle-expose' property. Useful for video widgets which may want to
8373         be in control of Expose behaviour. Fixes #380625
8374
8375 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8376
8377         * gst-libs/gst/rtp/gstbasertppayload.c:
8378         (gst_basertppayload_class_init), (gst_basertppayload_init),
8379         (gst_basertppayload_event), (gst_basertppayload_push),
8380         (gst_basertppayload_set_property),
8381         (gst_basertppayload_get_property),
8382         (gst_basertppayload_change_state):
8383         * gst-libs/gst/rtp/gstbasertppayload.h:
8384         Fix ranges of rtp payloader properties so that the full range can be
8385         used in addition to -1 (random).
8386         Fix wrong seqnum reporting in caps.
8387         Fixes #420326.
8388
8389 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8390
8391         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8392         (gst_video_rate_query):
8393         Use boilerplate.
8394         Add latency query, might not be perfect yet but already works a lot
8395         better. Fixes #442557.
8396
8397 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8398
8399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8400         (gst_xvimagesink_setcaps):
8401         * sys/xvimage/xvimagesink.h:
8402         After a caps change, redraw our borders to avoid garbage left there
8403         when the image format changes to a smaller size, like 16:9 -> 4:3
8404         Also, hold the flow_lock a bit longer in the set_caps while we're
8405         fiddling with the xcontext.
8406
8407 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8408
8409         * Makefile.am:
8410         * configure.ac:
8411         * tests/Makefile.am:
8412         Remove bogus check for libcheck, since we check for
8413         gstreamer-check and it pulls in the required info from there, and we
8414         weren't actually _using_ the information for libcheck ourselves
8415         anyway.
8416
8417 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8418
8419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8420         (gst_ffmpeg_caps_to_pixfmt):
8421         Fix the r_mask test for RGBA32 on little-endian.
8422         Fix a stupid typo that would have obviously broken 
8423         compilation on big-endian, if anyone was testing.
8424
8425 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8426
8427         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8428         (paint_hline_str4):
8429         * gst/videotestsrc/videotestsrc.h:
8430         Add alpha to the color struct.
8431         Use a default alpha value of 255 instead of 128.
8432
8433 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8434
8435         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8436         (setup_source):
8437         Clear the dynamic pads counter when starting a new uri. This makes
8438         reusing playbin work again.
8439         Fixes #454264.
8440
8441 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8442
8443         * configure.ac:
8444           Use pkg-config to locate check.
8445
8446 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * configure.ac:
8449         * tests/check/elements/volume.c: (GST_START_TEST):
8450           Fix 'make check' build against core CVS.
8451
8452 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8453
8454         * gst-libs/gst/interfaces/propertyprobe.c:
8455         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8456         * gst-libs/gst/tag/gstvorbistag.c:
8457           Make gtk-doc happy.
8458
8459 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8460
8461         * gst-libs/gst/audio/gstbaseaudiosink.c:
8462         (gst_base_audio_sink_callback):
8463           Quick hack to make audiosinks stop at EOS when operating in
8464           pull-mode; needs to be fixed properly some day.
8465
8466 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * docs/libs/gst-plugins-base-libs-sections.txt:
8469           Fix location of includes in the docs.
8470
8471 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8472
8473         * gst/ffmpegcolorspace/avcodec.h:
8474         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8475         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8476         (gst_ffmpegcsp_avpicture_fill):
8477         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8478         (img_get_alpha_info):
8479         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8480         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8481         end of the word. Partially fixes #451908
8482
8483 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8484
8485         * docs/libs/Makefile.am:
8486         * docs/plugins/Makefile.am:
8487           Simplify --extra-dir as gtkdoc scans recursively.
8488
8489 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8490
8491         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8492         (gst_adder_request_new_pad):
8493         Make getcaps more robust by not using the proxycaps function. This makes
8494         sure that we don't end up recursively calling getcaps upstream.
8495         See #316248.
8496
8497 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8498
8499         * gst/audioconvert/audioconvert.c:
8500         Include math.h to fix compilation.
8501
8502 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8503
8504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8505         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8506         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8507         format, as produced by some dc1394 cameras like the iSight.
8508         See http://www.fourcc.org/yuv.php#IYU1
8509
8510 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8511
8512         * gst/audioconvert/Makefile.am:
8513         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8514         (check_default), (audio_convert_prepare_context),
8515         (audio_convert_clean_context), (audio_convert_convert):
8516         * gst/audioconvert/audioconvert.h:
8517         * gst/audioconvert/gstaudioconvert.c:
8518         (gst_audio_convert_dithering_get_type),
8519         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8520         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8521         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8522         * gst/audioconvert/gstaudioconvert.h:
8523         * gst/audioconvert/gstaudioquantize.c:
8524         (gst_audio_quantize_setup_noise_shaping),
8525         (gst_audio_quantize_free_noise_shaping),
8526         (gst_audio_quantize_setup_dither),
8527         (gst_audio_quantize_free_dither),
8528         (gst_audio_quantize_setup_quantize_func),
8529         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8530         * gst/audioconvert/gstaudioquantize.h:
8531         Implement dithering and noise shaping in audioconvert. By default now
8532         TPDF dithering (and no noise shaping) will be used when converting
8533         from a higher bit depth to 20 bit depth or smaller, otherwise
8534         everything will be as it is now.
8535         For the last audioconvert in a pipeline it would make sense to
8536         use some kind of noise shaping, enabling it by default for all
8537         conversions would give undesired results though. Fixes #360246.
8538         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8539         (GST_START_TEST):
8540         Adjust unit test for the new audioconvert.
8541
8542 2007-06-28  Wim Taymans  <wim@fluendo.com>
8543
8544         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8545         Use other metrics as well when estimating the buffer level.
8546
8547 2007-06-28  Wim Taymans  <wim@fluendo.com>
8548
8549         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8550         Small debug improvement.
8551
8552         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8553         (plugin_init):
8554         Tweak the rate estimation period.
8555         When calculating the buffer filledness in rate estimation mode, don't
8556         mix it with other metrics.
8557
8558 2007-06-28  Wim Taymans  <wim@fluendo.com>
8559
8560         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8561         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8562         When creating the groups, allow for a 5 second, unlimited buffers
8563         preroll phase after which we expose the group.
8564         When the group is exposed, use a small number of buffers up to a 2
8565         second limit. Also disconnect the overrun signal from multiqueue when we
8566         exposed the group because it is not needed anymore.
8567
8568 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8571           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8572           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8573           (#451707); also, output some debugging info when dealing with
8574           freeform strings.
8575
8576         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8577           Add unit test for the above.
8578
8579 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8582           Add description for Windows Media RTP caps.
8583
8584         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8585           Remove RTP fields that don't define the format from caps.
8586
8587 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8590           Skip empty buffers, but not empty header buffers. That way the original
8591           vorbisdec unit test still passes (#451145); also, take into account
8592           that those empty packets might carry a granulepos.
8593
8594         * tests/check/Makefile.am:
8595         * tests/check/elements/vorbisdec.c:
8596         (_create_codebook_header_buffer), (_create_audio_buffer),
8597         (GST_START_TEST), (vorbisdec_suite):
8598           Add unit test that sends an empty packet.
8599
8600 2007-06-27  Wim Taymans  <wim@fluendo.com>
8601
8602         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8603         Don't error out on 0-sized packets, just emit a warning because this is
8604         not a fatal error. Fixes #451145.
8605
8606 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8607
8608         * docs/plugins/gst-plugins-base-plugins.args:
8609         * docs/plugins/gst-plugins-base-plugins.signals:
8610         * docs/plugins/inspect/plugin-adder.xml:
8611         * docs/plugins/inspect/plugin-alsa.xml:
8612         * docs/plugins/inspect/plugin-audioconvert.xml:
8613         * docs/plugins/inspect/plugin-audiorate.xml:
8614         * docs/plugins/inspect/plugin-audioresample.xml:
8615         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8616         * docs/plugins/inspect/plugin-cdparanoia.xml:
8617         * docs/plugins/inspect/plugin-decodebin.xml:
8618         * docs/plugins/inspect/plugin-decodebin2.xml:
8619         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8620         * docs/plugins/inspect/plugin-gdp.xml:
8621         * docs/plugins/inspect/plugin-gnomevfs.xml:
8622         * docs/plugins/inspect/plugin-libvisual.xml:
8623         * docs/plugins/inspect/plugin-ogg.xml:
8624         * docs/plugins/inspect/plugin-pango.xml:
8625         * docs/plugins/inspect/plugin-playbin.xml:
8626         * docs/plugins/inspect/plugin-subparse.xml:
8627         * docs/plugins/inspect/plugin-tcp.xml:
8628         * docs/plugins/inspect/plugin-theora.xml:
8629         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8630         * docs/plugins/inspect/plugin-video4linux.xml:
8631         * docs/plugins/inspect/plugin-videorate.xml:
8632         * docs/plugins/inspect/plugin-videoscale.xml:
8633         * docs/plugins/inspect/plugin-videotestsrc.xml:
8634         * docs/plugins/inspect/plugin-volume.xml:
8635         * docs/plugins/inspect/plugin-vorbis.xml:
8636         * docs/plugins/inspect/plugin-ximagesink.xml:
8637         * docs/plugins/inspect/plugin-xvimagesink.xml:
8638           Update docs with caps info.
8639
8640 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * po/POTFILES.in:
8643           Add more files with translatable strings (#450875).
8644
8645 2007-06-23  Edward Hervey  <edward@fluendo.com>
8646
8647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8648         The chain should be freed if we error out here, else it will leak.
8649         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8650         (cleanup_decodebin):
8651         Don't forget to *properly* remove the signals, else it will leak.
8652
8653 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8654
8655         * MAINTAINERS:
8656         Updating all the maintainers files
8657
8658 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8659
8660         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8661         (main):
8662           Destroy and recreate parse-launch based pipeline after stop to be able
8663           to play again. Reorder some code and add more comments.
8664
8665 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8666
8667         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8668         When handling a delayed-caps notification case, mark
8669         the group as dynamic so that the nbdynamic count is
8670         incremented and decremented correctly. Fixes: #449156
8671         Patch by: Wim Taymans <wim@fluendo.com>
8672
8673 2007-06-19  Andy Wingo  <wingo@pobox.com>
8674
8675         * gst-libs/gst/audio/gstbaseaudiosink.c
8676         (gst_base_audio_sink_init): Enable pull-mode operation.
8677
8678 2007-06-19  Michael Smith <msmith@fluendo.com>
8679
8680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8681           Change minimum rate back to 1000 to allow low-sample-rate wav files
8682           to play back.
8683
8684 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8685
8686         * po/vi.po:
8687           Update translations.
8688
8689 2007-06-15  David Schleef  <ds@schleef.org>
8690
8691         * gst/playback/gstqueue2.c:
8692           Fix compile error from ignored return value.
8693
8694 2007-06-15  Michael Smith <msmith@fluendo.com>
8695
8696         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8697           Update tmpbuf for all neccesary rows, not just one, as is required
8698           when downscaling.
8699           Fixes #402076.
8700
8701 2007-06-15  Michael Smith <msmith@fluendo.com>
8702
8703         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8704         (eos_buffer_probe):
8705           Add a test that ensures we set DELTA_UNIT on all non-header,
8706           non-video buffers, if we have a video stream.
8707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8708         (gst_ogg_mux_process_best_pad):
8709           Move setting delta_pad to earlier, where we inspect all pads, so
8710           that leading audio pages don't get DELTA_UNIT unset if they come
8711           before the first DELTA_UNIT from video pages. Fixes the newly-added
8712           test. Fixes #385527.
8713
8714 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8717           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8718           fails on the p5-ppc64 build bot and the failure looks like it is due
8719           to the same issue as #348114, ie. a compiler bug.
8720
8721 2007-06-13  Edward Hervey  <edward@fluendo.com>
8722
8723         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8724         Fix build on MacOSX.
8725
8726 2007-06-13  Wim Taymans  <wim@fluendo.com>
8727
8728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8729         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8730         Fix compilation on mingw. Fixes #446972.
8731
8732 2007-06-12  Wim Taymans  <wim@fluendo.com>
8733
8734         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8735
8736         * gst/playback/gstqueue2.c: (update_buffering),
8737         (gst_queue_locked_enqueue):
8738         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8739         also update the buffering status when receiving events. Fixes #446551.
8740
8741 2007-06-11  Wim Taymans  <wim@fluendo.com>
8742
8743         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8744
8745         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8746         (gst_queue_handle_src_query):
8747         Wait for preroll before attempting to forward a duration query upstream.
8748         Fixes #445505.
8749
8750 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8751
8752         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8753         (gst_base_rtp_depayload_set_gst_timestamp):
8754         Use G_GINT64_CONSTANT macro for int64 constant.
8755         * win32/common/libgstinterfaces.def:
8756         * win32/common/libgsttag.def:
8757         Add new exported functions.
8758
8759 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8762           The BOS page of the first Dirac video stream needs to come before
8763           the BOS page of any Vorbis streams or other audio streams, just like
8764           it is with Theora.
8765
8766 2007-06-07  Wim Taymans  <wim@fluendo.com>
8767
8768         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8769         Fix compilation.
8770
8771 2007-06-06  Wim Taymans  <wim@fluendo.com>
8772
8773         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8774
8775         * gst/playback/gstqueue2.c: (gst_queue_init),
8776         (gst_queue_handle_sink_event), (gst_queue_chain),
8777         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8778         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8779         (gst_queue_src_activate_pull):
8780         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8781         Does not yet completely work because duration queries upstream won't
8782         block yet.
8783
8784 2007-06-06  Wim Taymans  <wim@fluendo.com>
8785
8786         * configure.ac:
8787         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8788         Some more fseeko checks.
8789
8790 2007-06-06  Wim Taymans  <wim@fluendo.com>
8791
8792         * configure.ac:
8793         check for large file support.
8794
8795 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8796
8797         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8798
8799         * gst/subparse/gstsubparse.c: (parse_subrip),
8800         (subviewer_unescape_newlines), (parse_subviewer),
8801         (gst_sub_parse_data_format_autodetect),
8802         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8803         * gst/subparse/gstsubparse.h:
8804         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8805         * tests/check/elements/subparse.c: (GST_START_TEST),
8806         (subparse_suite):
8807         Add a unit test for both SubViewer formats.
8808
8809 2007-06-01  Michael Smith <msmith@fluendo.com>
8810
8811         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8812           Don't overflow intermediate values when seeking to large time values
8813           in audiotestsrc.
8814
8815 2007-06-05  Wim Taymans  <wim@fluendo.com>
8816
8817         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8818         (gst_queue_create_read), (gst_queue_read_item_from_file),
8819         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8820         Include stdio to define fseeko.
8821
8822 2007-06-05  Wim Taymans  <wim@fluendo.com>
8823
8824         Patch by: Edward Hervey  <edward@fluendo.com>
8825
8826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8827         (gst_v4lsrc_query):
8828         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8829
8830 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         * gst-libs/gst/riff/Makefile.am:
8833         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8834           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8835           our own implementation.
8836
8837 2007-06-05  Wim Taymans  <wim@fluendo.com>
8838
8839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8840         (gst_base_rtp_depayload_setcaps),
8841         (gst_base_rtp_depayload_set_gst_timestamp),
8842         (gst_base_rtp_depayload_change_state):
8843         Handle timestamp wraparound.
8844
8845 2007-06-05  Wim Taymans  <wim@fluendo.com>
8846
8847         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8848         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8849         (gst_uri_decode_bin_change_state):
8850         Make sure we name srcpads uniquely even when using different internal
8851         decodebins.
8852         Signal no-more-pads when no more dynamic elements exist.
8853         Remove pads on cleanup.
8854
8855 2007-06-05  Wim Taymans  <wim@fluendo.com>
8856
8857         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8858
8859         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8860         (gst_queue_init), (gst_queue_finalize),
8861         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8862         (gst_queue_create_read), (gst_queue_read_item_from_file),
8863         (gst_queue_open_temp_location_file),
8864         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8865         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8866         (gst_queue_is_empty), (gst_queue_is_filled),
8867         (gst_queue_change_state), (gst_queue_set_temp_location),
8868         (gst_queue_set_property):
8869         Add support for filebased buffering. Fixes #441264.
8870
8871 2007-06-05  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8874         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8875         (caps_notify_group_cb), (gst_decode_group_new),
8876         (gst_decode_group_free):
8877         Add support for delayed caps fixation when autoplugging.
8878         Optimize cases where a multiqueue is not needed/wanted, like right after
8879         anything that is not a demuxer.
8880
8881 2007-06-05  Wim Taymans  <wim@fluendo.com>
8882
8883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8884         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8885         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8886         consideratly speedup ogg chain detection by not trying to find a base
8887         timestamp for skeleton streams. 
8888
8889 2007-06-05  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8892         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8893         (gst_multi_fd_sink_remove_flush),
8894         (gst_multi_fd_sink_remove_client_link),
8895         (gst_multi_fd_sink_handle_client_write),
8896         (gst_multi_fd_sink_handle_clients):
8897         * gst/tcp/gstmultifdsink.h:
8898         Add support for remove_flush.
8899
8900 2007-06-05  Wim Taymans  <wim@fluendo.com>
8901
8902         * docs/design/draft-keyframe-force.txt:
8903         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8904         (theora_enc_chain):
8905         Add draft design for forcing keyframes in encoders and implement in
8906         theoraenc.
8907
8908 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8909
8910         * configure.ac:
8911           Back to CVS
8912
8913 === release 0.10.13 ===
8914
8915 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8916
8917         * configure.ac:
8918           releasing 0.10.13, "What's Going on?"
8919
8920 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8921
8922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8923         In riff, the depth is stored in the size field but it just means that
8924         the least significant bits are cleared. We can therefore just play
8925         the sample as if it had a depth == width. Fixes: #440997
8926
8927         Patch by: Wim Taymans <wim@fluendo.com> 
8928         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8929
8930 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8931
8932         * gst-libs/gst/floatcast/floatcast.h:
8933         Define inline when needed on win32 builds. Fixes: #441295
8934         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8935
8936 2007-05-29  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst/playback/gstplaybasebin.c: (queue_overrun),
8939         (no_more_pads_full):
8940         Stop buffering when the group is commited because the queues filled up.
8941         Fixes #442024.
8942
8943 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8944
8945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8946         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8947         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8948         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8949         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8950         * ext/alsa/gstalsamixer.h:
8951         * ext/alsa/gstalsamixerelement.c:
8952         (gst_alsa_mixer_element_interface_supported),
8953         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8954         (gst_alsa_mixer_element_set_property),
8955         (gst_alsa_mixer_element_get_property),
8956         (gst_alsa_mixer_element_change_state):
8957         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8958         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8959         (gst_mixer_option_changed):
8960         * gst-libs/gst/interfaces/mixer.h:
8961         Revert commits towards #152864 made so far. We'll pick it up again
8962         after the 0.10.13 release.
8963
8964 2007-05-24  Wim Taymans  <wim@fluendo.com>
8965
8966         * gst-libs/gst/audio/gstbaseaudiosink.c:
8967         (gst_base_audio_sink_render):
8968         After an interrupt (PAUSED/flush) assume that the next sample should not
8969         be aligned to the previous sample. Fixes #417992.
8970
8971 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8972
8973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8974           Don't add channels and rate fields to the template caps for
8975           audio/x-dts, as wavparse might not always be able to set them,
8976           which would then lead to 'caps are not a real subset of the
8977           template caps' warnings.
8978
8979 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8980
8981         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8982         Handle unknown or invalid pads without crashing, as might occur if
8983         a media file like an mp3 is specified as a subtitle file.
8984         Fixes: #410039
8985
8986 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8987
8988         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8989         (setup_sinks):
8990         Block the subtitle bin output queue before ghosting it and linking,
8991         then unblock after. This avoids spurious not-linked errors caused 
8992         by the queue starting up (because it gets linked when it is ghosted). 
8993         Fixes: #350299
8994
8995 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8996
8997         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8998         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8999         file. Avoids flukes where the input gets typefound to some valid but
9000         useless type.
9001
9002 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * tests/check/Makefile.am:
9005         * tests/check/elements/.cvsignore:
9006         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9007         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9008           Add unit test for gnomevfssink seeking and position reporting for
9009           file:// URIs.
9010
9011 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9012
9013         Patch by: Mark Nauwelaerts <manauw at skynet be>
9014
9015         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9016         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9017         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9018         * ext/gnomevfs/gstgnomevfssink.h:
9019           Fix position reporting, especially after a seek (from upstream),
9020           see #412648.
9021
9022 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         * ext/cdparanoia/gstcdparanoiasrc.c:
9025           Repair umlaut.
9026
9027 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9028
9029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9030         Specify the full valid range for MP3 samplerates. Fixes a regression
9031         caused by extra header checks since the last release.
9032
9033 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9034
9035         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9037         Fix a locking-order bug I introduced with my changes the other day.
9038         Patch by Mike Smith.
9039
9040 2007-05-21  Michael Smith <msmith@fluendo.com>
9041
9042         * ext/theora/theoradec.c: (theora_handle_data_packet):
9043           Don't look inside 0-length packets (which indicate duplicated
9044           frames)
9045
9046 2007-05-21  Wim Taymans  <wim@fluendo.com>
9047
9048         * ext/cdparanoia/gstcdparanoiasrc.c:
9049         (gst_cd_paranoia_src_read_sector):
9050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9051         (gst_base_audio_src_create):
9052         Small cleanups.
9053
9054         * ext/theora/theoradec.c: (theora_dec_sink_event):
9055         Fix typo.
9056
9057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9058         (gst_base_rtp_depayload_set_gst_timestamp):
9059         Add some FIXME
9060
9061         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9062         And some debug info when a FIXME path is hit.
9063
9064 2007-05-21  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9067         (gst_base_rtp_audio_payload_class_init),
9068         (gst_base_rtp_audio_payload_init),
9069         (gst_base_rtp_audio_payload_finalize),
9070         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9071         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9072         (gst_base_rtp_payload_audio_handle_event):
9073         Some cleanups, remove minptime property as it is now in the parent
9074         class.
9075         Override parent class event function.
9076
9077         * gst-libs/gst/rtp/gstbasertppayload.c:
9078         (gst_basertppayload_class_init), (gst_basertppayload_init),
9079         (gst_basertppayload_event), (gst_basertppayload_set_property),
9080         (gst_basertppayload_get_property):
9081         * gst-libs/gst/rtp/gstbasertppayload.h:
9082         Add min-ptime property.
9083         Add handle-event vmethod. Fixes #415001.
9084
9085 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9086
9087         * gst-libs/gst/audio/gstbaseaudiosink.c
9088           (gst_base_audio_sink_change_state):
9089           Fix typo in comment.
9090
9091         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9092           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9093           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9094           close_link):
9095         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9096           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9097           Remove trailing whitespaces in comments.
9098
9099         * gst/volume/Makefile.am:
9100           Fix tabs.
9101
9102 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9103
9104         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9105
9106         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9107           set_option, get_option, _gst_reserved):
9108           Revert reordering functions (keep ABI).
9109
9110 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9111
9112         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9113         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9114         (gst_ximagesink_show_frame):
9115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9116         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9117         (gst_xvimagesink_show_frame):
9118         When we create our own window, indicate that we handle the 
9119         WM_DELETE client message from the window manager, so that it won't 
9120         kill our window (and our app) along with it. Handle ClientMessage,
9121         post an error on the bus, and close the window. Further buffers
9122         arriving will result in a FlowError because the window has been
9123         destroyed.
9124
9125         Fixes: #393975
9126
9127         Clean up the X event handling loop and make them the same for
9128         both xvimagesink and ximagesink while I'm at it.
9129
9130 2007-05-17  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9133         Make decodebin2 autoplug depayloaders too.
9134
9135         * gst/playback/gsturidecodebin.c: (source_new_pad):
9136         Set the newly created decoder in a usable state when autoplugging a
9137         dynamic source such as RTSP.
9138
9139 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst/playback/gststreaminfo.c: (cb_probe):
9142           Ignore video-codec tag for audio streams and ignore audio-codec tags
9143           for video streams. Should make codec name collection a bit more
9144           robust against sloppy demuxers that send tag events containing both
9145           tags down each pad.
9146
9147 2007-05-17  Wim Taymans  <wim@fluendo.com>
9148
9149         * gst/playback/gstqueue2.c: (update_rates):
9150         Tweak the buffering thresholds a little.
9151         Update the buffer size with the previously calculate rate instead of
9152         only when we calculate a new rate so that we get smoother buffering
9153         updates.
9154
9155         * gst/playback/Makefile.am:
9156         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9157         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9158         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9159         (gst_uri_decode_bin_get_property), (unknown_type),
9160         (add_element_stream), (no_more_pads_full), (no_more_pads),
9161         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9162         (gen_source_element), (has_all_raw_caps), (analyse_source),
9163         (remove_decoders), (make_decoder), (remove_source),
9164         (source_new_pad), (setup_source), (decoder_query_init),
9165         (decoder_query_duration_fold), (decoder_query_duration_done),
9166         (decoder_query_position_fold), (decoder_query_position_done),
9167         (decoder_query_latency_fold), (decoder_query_latency_done),
9168         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9169         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9170         (gst_uri_decode_bin_change_state), (plugin_init):
9171         New element that intergrates a source, optional buffering element and
9172         decodebin.
9173
9174 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9175
9176         * configure.ac:
9177           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9178           (also has a .pc file, so we don't need the fallback check any
9179           longer). Fixes #438840.
9180
9181 2007-05-17  Wim Taymans  <wim@fluendo.com>
9182
9183         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9184         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9185         (apply_segment), (apply_buffer), (update_buffering),
9186         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9187         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9188         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9189         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9190         (plugin_init):
9191         fix build.
9192
9193 2007-05-17  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst/playback/Makefile.am:
9196         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9197         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9198         (gst_queue_getcaps), (gst_queue_bufferalloc),
9199         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9200         (apply_buffer), (update_buffering), (reset_rate_timer),
9201         (update_rates), (gst_queue_locked_flush),
9202         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9203         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9204         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9205         (gst_queue_loop), (gst_queue_handle_src_event),
9206         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9207         (gst_queue_src_activate_push), (gst_queue_change_state),
9208         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9209         On our way to playbin2 this is the new network queue that does buffering
9210         all by itself using high and low watermarks. It can also measure up and
9211         downstream bandwidth to optimally size the queue.
9212
9213 2007-05-17  Michael Smith <msmith@fluendo.com>
9214
9215         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9216         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9217           Use the segment->last_stop value to calculate the next timestamp to
9218           generate after a seek; not the segment->start value.
9219
9220 2007-05-15  David Schleef  <ds@schleef.org>
9221
9222         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9223           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9224
9225 2007-05-15  Wim Taymans  <wim@fluendo.com>
9226
9227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9228         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9229         Some more chained streaming ogg timestamp fixes.
9230
9231 2007-05-15  Wim Taymans  <wim@fluendo.com>
9232
9233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9235         (gst_ogg_demux_handle_page):
9236         Add some FIXMEs.
9237         Fix chain start/stop segment handling based on patch by
9238         <ahalda at cs dot mcgill dot ca> see #320984.
9239
9240 2007-05-15  Michael Smith <msmith@fluendo.com>
9241
9242         * configure.ac:
9243           We don't require a C++ compiler. So don't require one.
9244
9245 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9246
9247         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9248           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9249           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9250           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9251           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9252           gst_alsa_mixer_update_track):
9253           Apply some of the cleanup Tim suggested in #152864 afterwards.
9254
9255 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9256
9257         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9258
9259         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9260           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9261           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9262           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9263           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9264           gst_alsa_mixer_handle_source_callback,
9265           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9266           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9267           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9268           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9269           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9270           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9271         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9272         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9273           gst_alsa_mixer_element_interface_supported,
9274           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9275           gst_alsa_mixer_element_set_property,
9276           gst_alsa_mixer_element_get_property,
9277           gst_alsa_mixer_element_change_state):
9278         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9279         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9280           gst_mixer_option_changed):
9281         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9282           volume_changed, option_changed, _gst_reserved):
9283           Implement notification for alsamixer. Fixes #152864
9284
9285 2007-05-14  David Schleef  <ds@schleef.org>
9286
9287         * gst/videotestsrc/videotestsrc.c:
9288         * gst/videotestsrc/videotestsrc.h:
9289           Add support for video/x-raw-bayer.
9290
9291 2007-05-12  David Schleef  <ds@schleef.org>
9292
9293         * sys/xvimage/xvimagesink.c:
9294           Add some sanity checking for the XVImage size returned by X.
9295           Related to #377400.
9296
9297 2007-05-12  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9300         (gst_base_rtp_depayload_setcaps),
9301         (gst_base_rtp_depayload_set_gst_timestamp):
9302         Parse and use additional caps fields as described in updated
9303         application/x-rtp caps spec.
9304
9305 2007-05-12  Wim Taymans  <wim@fluendo.com>
9306
9307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9308         (gst_ogg_demux_collect_chain_info):
9309         If there is a stream in a chain without any data packets, ignore the
9310         stream in the total length calculations. Might be related to #436820.
9311
9312 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9313
9314         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9315         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9316         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9317         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9318         (plugin_init):
9319
9320         Consolidate and re-work our mpeg system stream detection to probe
9321         more packets and produce a higher confidence result. Fixes a
9322         regression caused by lowering the typefind probability last year
9323         - related to bug #397810. Remove the redundant MPEG-1 specific 
9324         typefind function, as the new one detects both MPEG-1 & MPEG-2
9325         happily.
9326
9327         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9328         little. 
9329
9330         Tested against my media test directory, with some improvements and
9331         no regressions.
9332
9333 2007-05-10  Wim Taymans  <wim@fluendo.com>
9334
9335         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9336         (queue_out_of_data):
9337         Connect to the new queue "pushing" signal instead of the broken
9338         "running" one.
9339
9340 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9341
9342         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9343         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9344         Move variable declaration before the first instruction.
9345         * gst/videotestsrc/videotestsrc.c:
9346         Define M_PI if it's not defined yet.
9347         * win32/common/libgstrtp.def:
9348         Add new exported functions.
9349
9350 2007-05-09  Michael Smith <msmith@fluendo.com>
9351
9352         * ext/theora/theoradec.c: (theora_handle_type_packet):
9353           gst_pad_push_event() does not return a GstFlowReturn!
9354
9355 2007-05-09  Wim Taymans  <wim@fluendo.com>
9356
9357         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9358         * tests/examples/seek/seek.c: (do_seek):
9359         Some small cosmetic changes.
9360
9361 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9362
9363         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9364           gst_adder_change_state):
9365         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9366           segment_pending, segment_position, segment_rate):
9367           Handle playback-rate on adder.
9368
9369 2007-05-07  Michael Smith <msmith@fluendo.com>
9370
9371         * ext/theora/gsttheoradec.h:
9372         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9373         (theora_dec_sink_event), (theora_handle_comment_packet),
9374         (theora_handle_type_packet), (theora_dec_change_state):
9375           Don't push events (newsegment, tags) before initialising the
9376           decoder.
9377           This is neccesary for seeking to work correctly in gnonlin.
9378
9379 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9380
9381         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9382         * gst/adder/gstadder.c:
9383         * gst/audiotestsrc/gstaudiotestsrc.c
9384           (gst_audio_test_src_create_white_noise):
9385         * gst/videotestsrc/gstvideotestsrc.c:
9386         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9387           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9388           volume_sink_template, volume_src_template, gst_volume_init,
9389           volume_process_double, volume_process_int16,
9390           volume_process_int16_clamp):
9391           Doc fixes and formatting.
9392
9393 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * tests/check/Makefile.am:
9396         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9397           Minimal check for volume's GstController usability; also another
9398           test for #422295.
9399
9400 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * gst-libs/gst/cdda/gstcddabasesrc.c:
9403         (gst_cdda_base_src_add_track):
9404           Fix it so that it (a) makes sense and (b) doesn't break
9405           everything cdda-related including the unit test.
9406
9407 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9408
9409         * gst-libs/gst/cdda/gstcddabasesrc.c:
9410         (gst_cdda_base_src_add_track):
9411           Fix build when disabling asserts.
9412
9413 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9416           When XShm is not available, we might get row strides that are not
9417           rounded up to multiples of four; this is bad, because virtually
9418           every RGB-processing element in GStreamer assumes rowstrides are
9419           rounded up to multiples of four, so let's allocate at least enough
9420           memory to avoid crashes in this case. The image will still be
9421           displayed distorted though if this happens, so that still needs
9422           fixing (maybe by allocating a bigger image with an 'even' width
9423           and then clipping it appropriately when rendering - something for
9424           Xlib aficionados in any case).
9425
9426 2007-05-03  Michael Smith <msmith@fluendo.com>
9427
9428         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9429           If a buffer doesn't have a timestamp, assume it's contiguous with
9430           the previous buffer, and synthesise timestamps appropriately.
9431
9432 2007-05-03  Edward Hervey  <edward@fluendo.com>
9433
9434         * tests/check/elements/videorate.c: (GST_START_TEST):
9435         Set buffer timestamp to a valid value in order to test the buffer
9436         really does stay in videorate.
9437
9438 2007-05-03  Edward Hervey  <edward@fluendo.com>
9439
9440         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9441         There is no sensible way to handle incoming buffers which don't have a
9442         valid timestamp. We therefore discard them and wait for the next one.
9443
9444 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9445
9446         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9447         * gst/playback/gstdecodebin2.c: (plugin_init):
9448           Better error message for text files.
9449
9450 2007-04-29  Wim Taymans  <wim@fluendo.com>
9451
9452         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9453         Fix offset bug in generation RR packets.
9454
9455 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9456
9457         * ext/theora/theoradec.c: (_theora_granule_time),
9458         (theora_dec_push_forward), (theora_handle_data_packet),
9459         (theora_dec_decode_buffer): Calculate buffer duration correctly
9460         to generate a perfect stream (#433888).
9461         * gst/audioresample/gstaudioresample.c:
9462         (audioresample_check_discont): Glib provides ABS.
9463
9464 2007-04-27  Wim Taymans  <wim@fluendo.com>
9465
9466         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9467         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9468         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9469         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9470         (gst_rtcp_packet_bye_set_reason):
9471         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9472         Fix RB block parsing and writing.
9473         Add support for constructing BYE packets.
9474
9475 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9478         (gst_base_audio_src_create):
9479         * po/POTFILES.in:
9480           When posting a warning message because samples were dropped, post
9481           something more intelligible than he default error message for clock
9482           errors which is just confusing in this context (#432984).
9483
9484 2007-04-25  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9487         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9488         (read_packet_header), (gst_rtcp_packet_move_to_next),
9489         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9490         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9491         (gst_rtcp_packet_sdes_get_item_count),
9492         (gst_rtcp_packet_sdes_first_item),
9493         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9494         (gst_rtcp_packet_sdes_first_entry),
9495         (gst_rtcp_packet_sdes_next_entry),
9496         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9497         (gst_rtcp_packet_sdes_add_entry):
9498         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9499         Implement code to write SR, RR and SDES packets.
9500
9501 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9504
9505         * sys/ximage/ximagesink.c:
9506           Fix build if XShm is not available (#432362).
9507
9508 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9509
9510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9511         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9512         pointers to random memory which are passed to g_free() when
9513         audio_convert_prepare_context() is called the first time.
9514
9515 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         Patch by: Dan Williams <dcbw redhat com>
9518
9519         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9520           Don't leak incoming buffer if gst_pad_push() returns a
9521           non-OK flow. Fixes #432755.
9522          
9523         * tests/check/elements/videorate.c: (GST_START_TEST),
9524         (videorate_suite):
9525           Unit test for the above by Yours Truly.
9526
9527 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9528
9529         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9530         (gst_adder_sink_event), (gst_adder_collected):
9531           Fix non-flushing segmented seeks, Fixes #340060 for me
9532
9533 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         Patch by: Olivier Crete  <tester at tester ca>
9536
9537         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9538         (gst_base_rtp_audio_payload_class_init),
9539         (gst_base_rtp_audio_payload_init),
9540         (gst_base_rtp_audio_payload_dispose):
9541           Chain up to parent class in dispose function; get rid of
9542           unnecessary 'diposed' flag in private structure (#415001).
9543
9544 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         * docs/libs/gst-plugins-base-libs.types:
9547         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9548         (gst_base_rtp_audio_payload_class_init):
9549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9550         * gst-libs/gst/rtp/gstbasertppayload.c:
9551           Some minor docs fixes and additions; also add missing 'Since' bits.
9552
9553 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         Patch by: Zeeshan Ali  <zeenix gmail com>
9556
9557         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9558         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9559         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9560         (gst_base_rtp_audio_payload_push):
9561         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9562           The recently-added gst_base_rtp_audio_payload_push() should take an
9563           object of type GstBaseRTPAudioPayload as first argument (#431672).
9564
9565 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9566
9567         * gst/audioresample/gstaudioresample.c:
9568           Make more functions static, just because we can.
9569
9570 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * tests/check/elements/audioresample.c:
9573           Add unit test for audioresample shutdown crasher (#420106).
9574
9575 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9576
9577         * gst/subparse/gstsubparse.c:
9578         * gst/subparse/samiparse.c:
9579           Use GST_DISABLE_XML here
9580
9581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9582         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9583         (gst_xvimagesink_buffer_alloc),
9584         (gst_xvimagesink_navigation_send_event):
9585         * sys/xvimage/xvimagesink.h:
9586           Include stdlib.h when using atoi.
9587           
9588         * tests/check/elements/playbin.c: (playbin_suite):
9589           Use GST_DISABLE_REGISTRY here
9590
9591 2007-04-19  Michael Smith  <msmith@fluendo.com>
9592
9593         * ext/theora/gsttheoraenc.h:
9594         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9595         (theora_enc_sink_event), (theora_enc_change_state):
9596           Track initialisation state; don't try to use encoder state if we're
9597           not initialised (it'll segfault).
9598
9599 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9600
9601         * tests/check/pipelines/.cvsignore:
9602         Fix build.
9603
9604 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9605
9606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9607         Allow random depths between 1 and 32 instead of only multiplies of 8.
9608
9609 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9610
9611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9612         Set the maximum number of channels for PCM and float in the correct
9613         place to have it also used when creating the template caps.
9614
9615 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9616
9617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9618         Correctly support 4, 6 and 8 channels with normal PCM and float
9619         wav files.
9620
9621         Fix the depth and signedness calculation in extensible wav files and
9622         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9623         mask is found.
9624
9625         Add support for float, alaw and mulaw in extensible wav files.
9626
9627         This allows correct playback of all but 5 files from
9628         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9629         
9630         (gst_riff_create_audio_template_caps):
9631         Add voxware and float formats to the template caps.     
9632
9633 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9634
9635         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9636
9637         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9638         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9639
9640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9641         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9642         Use the correct format strings for integer formats.
9643
9644 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9645
9646         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9647           Don't use pad_alloc_buffer_and_set_caps to create a small header
9648           packet, or, worse, to create a big temporary video buffer using the
9649           src pad.
9650
9651 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9652
9653         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9654         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9655           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9656           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9657
9658 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9659
9660         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9661           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9662           streamheader_suite):
9663           Add another test set up for failure
9664
9665 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9666
9667         * tests/check/Makefile.am:
9668         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9669           GST_START_TEST, streamheader_suite, main):
9670           Add a test for the streamheader bug Wim fixed.
9671
9672 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9673
9674         * ext/theora/theoradec.c: (theora_dec_sink_event):
9675         Fix misleading comment.
9676
9677 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9678
9679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9680           More sanity checks for the header fields.
9681
9682 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9685           Try encodings from all environment variables, not just those in the
9686           first environment variable that is set.
9687
9688 2007-04-12  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9691         (gst_video_rate_chain):
9692         Add some debug.
9693
9694         * tests/check/elements/videorate.c: (GST_START_TEST),
9695         (videorate_suite):
9696         Added check for videorate changing caps handling. Closes #421834.
9697
9698 2007-04-12  Michael Smith  <msmith@fluendo.com>
9699
9700         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9701           Use scale functions to avoid overflow when calculating duration of 
9702           vorbis buffers.
9703
9704 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * docs/libs/gst-plugins-base-libs-sections.txt:
9707         * gst-libs/gst/tag/tag.h:
9708         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9709           API: add gst_tag_freeform_string_to_utf8() (#405072).
9710
9711         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9712           Use gst_tag_freeform_string_to_utf8() here.
9713
9714 2007-04-12  Wim Taymans  <wim@fluendo.com>
9715
9716         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9717         (gst_gdp_pay_sink_event):
9718         Make sure we set the IN_CAPS flag correctly.
9719
9720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9721         Get the IN_CAPS flag before we call functions that mess with the flags.
9722
9723 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9724
9725         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9726           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9727           Only stamp buffers with offset/offset_end right before they get
9728           pushed.  This ensures offset continuity, which was not the case
9729           before as shown by
9730           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9731
9732 2007-04-06  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/playback/gstplaybin.c: (add_sink),
9735         (gst_play_bin_change_state):
9736         Activate sync in playbin, we are ready to handle it for live streams.
9737
9738 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * tests/check/elements/playbin.c:
9741         (test_sink_usage_video_only_stream), (playbin_suite):
9742           Add small test for stream-info-value-array code paths.
9743
9744 2007-04-05  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst-libs/gst/audio/gstbaseaudiosink.c:
9747         (gst_base_audio_sink_skew_slaving):
9748         Don't try to create invalid calibration parameters by making the
9749         internal time go backwards, instead make external time go forward.
9750
9751 2007-04-05  Wim Taymans  <wim@fluendo.com>
9752
9753         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9754
9755         * gst/playback/gstplaybasebin.c: (add_stream):
9756         Fix leak in add_stream(), when g_value_set_object() increases the
9757         refcount of streaminfo object. Fixes #426250.
9758
9759 2007-04-03  David Schleef  <ds@schleef.org>
9760
9761         * gst/videotestsrc/gstvideotestsrc.c:
9762         * gst/videotestsrc/gstvideotestsrc.h:
9763         * gst/videotestsrc/videotestsrc.c:
9764         * gst/videotestsrc/videotestsrc.h:
9765           Add a test pattern called "circular", which has concentric
9766           rings with varying radial frequency.  The main purpose of this
9767           pattern is to test fidelity loss in a filter or scaler element.
9768           Notably, this pattern is scale invariant, and is optimally viewed
9769           with a width (and height) of 400.
9770
9771 2007-04-03  Wim Taymans  <wim@fluendo.com>
9772
9773         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9774
9775         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9776         (deactivate_free_recursive):
9777         Decodebin2 doesn't unref pads it obtains in some occasions:
9778         - multiqueue src pads, when either connecting further or exposing
9779         - sink pads of new autoplugged elements
9780         - peer pads when recursively freeing elements
9781         Fixes #425455.
9782
9783 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9784
9785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9786         Add audio/x-raw-float support, now that audioconvert support
9787         non-native endianness floats.
9788
9789 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9790
9791         * docs/libs/gst-plugins-base-libs-docs.sgml:
9792           gstreamer-plugins-base.pc doesn't exist, it's
9793           gstreamer-plugins-base-0.10.pc.
9794
9795 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9796
9797         Patch by: René Stadler <mail at renestadler dot de>
9798         with some minor changes
9799
9800         * gst-libs/gst/floatcast/floatcast.h:
9801         Use more efficient float endianness conversion functions that don't
9802         involve 2 function calls per value.
9803         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9804         (check_default), (audio_convert_prepare_context):
9805         * gst/audioconvert/gstaudioconvert.c:
9806         (gst_audio_convert_parse_caps), (make_lossless_changes):
9807         Support non-native endianness floats as input and output.
9808         Fixes #339838.
9809         * tests/check/elements/audioconvert.c: (verify_convert),
9810         (GST_START_TEST):
9811         Add unit tests for the non-native endianness float conversions.
9812
9813 2007-03-29  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9816         (gst_base_rtp_depayload_base_init),
9817         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9818         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9819         (gst_base_rtp_depayload_set_gst_timestamp),
9820         (gst_base_rtp_depayload_change_state),
9821         (gst_base_rtp_depayload_set_property),
9822         (gst_base_rtp_depayload_get_property):
9823         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9824         Add Private structure.
9825         Bring element code to 2007.
9826         Parse clock-base caps param and use it when generating the
9827         newsegment.
9828         Reset variables before going to PAUSED.
9829         Fix some docs.
9830
9831 2007-03-29  Wim Taymans  <wim@fluendo.com>
9832
9833         * docs/libs/gst-plugins-base-libs-docs.sgml:
9834         * docs/libs/gst-plugins-base-libs-sections.txt:
9835         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9836         (gst_base_rtp_audio_payload_get_adapter):
9837         Add RTCP docs.
9838         Fix some more docs.
9839
9840         * gst-libs/gst/rtp/Makefile.am:
9841         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9842         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9843         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9844         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9845         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9846         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9847         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9848         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9849         (gst_rtcp_packet_sr_get_sender_info),
9850         (gst_rtcp_packet_sr_set_sender_info),
9851         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9852         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9853         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9854         (gst_rtcp_packet_sdes_get_chunk_count),
9855         (gst_rtcp_packet_sdes_first_chunk),
9856         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9857         (gst_rtcp_packet_sdes_first_item),
9858         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9859         (gst_rtcp_packet_bye_get_ssrc_count),
9860         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9861         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9862         (gst_rtcp_packet_bye_get_reason_len),
9863         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9864         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9865         Add new helper object for parsing and creating RTCP messages.
9866
9867 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9868
9869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9870         PCM samples with width=8 must be always unsigned, no matter what
9871         depth they have.
9872
9873 2007-03-29  Andy Wingo  <wingo@pobox.com>
9874
9875         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9876         perfect offsets also, not just timestamps.
9877
9878         * tests/check/elements/videorate.c (test_more): Test that given
9879         any incoming offsets, that videorate produces perfect offsets.
9880
9881 2007-03-29  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst-libs/gst/riff/riff-ids.h:
9884         Add some more RIFF formats.
9885
9886 2007-03-29  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst-libs/gst/rtp/gstrtpbuffer.c:
9889         (gst_rtp_buffer_default_clock_rate):
9890         * gst-libs/gst/rtp/gstrtpbuffer.h:
9891         Fix fixed payload names and docs.
9892         Added method to get the default clock rates of fixed payload types.
9893         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9894
9895 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9896
9897         * tests/check/pipelines/.cvsignore:
9898         Add new vorbisdec test to cvsignore.
9899
9900 2007-03-28  Wim Taymans  <wim@fluendo.com>
9901
9902         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9903         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9904         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9905         (gst_base_audio_sink_set_property),
9906         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9907         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9908         (gst_base_audio_sink_skew_slaving),
9909         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9910         (gst_base_audio_sink_async_play):
9911         * gst-libs/gst/audio/gstbaseaudiosink.h:
9912         Store private stuff in GstBaseAudioSinkPrivate.
9913         Add configurable clock slaving modes property.
9914         API:: GstBaseAudioSink::slave-method property
9915         Some more latency reporting tweaks.
9916         Added skew based clock slaving correction and make it the default until
9917         the resampling method is more robust.
9918
9919 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9920
9921         * gst/audioconvert/audioconvert.c:
9922         Add docs to the integer pack functions and implement proper
9923         rounding. Before we had rounding towards negative infinity, i.e.
9924         always the smaller number was taken. Now we use natural rounding,
9925         i.e. rounding to the nearest integer and to the one with the largest
9926         absolute value for X.5. The old rounding introduced some minor
9927         distortions. Fixes #420079
9928         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9929         Fix one unit test that assumed the old rounding and added unit tests
9930         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9931         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9932         rounding from signed int32 to signed/unsigned int16.
9933
9934 2007-03-27  Michael Smith  <msmith@fluendo.com>
9935
9936         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9937         (gst_audio_convert_transform_caps):
9938           Fix typo in debug line introduced recently, as pointed out on irc.
9939
9940 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9943         * tests/check/libs/tag.c: (GST_START_TEST):
9944           Make sure we parse floating-point numbers in vorbis comments
9945           correctly with either '.' or ',' as separator, no matter what
9946           the current locale is. Add unit test for this too.
9947
9948 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         Patch by: René Stadler  <mail at renestadler de>
9951
9952         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9953           When writing out floating-point numbers to vorbis comment tags, always
9954           use the same character as separator no matter what the current locale is
9955           (fixes #423051).
9956
9957         * tests/check/libs/tag.c: (GST_START_TEST):
9958           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9959
9960 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9961
9962         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9963           vorbis_handle_data_packet):
9964           Correctly set DURATION to generate a timestamp-continuous stream.
9965           One bug left at the end; see
9966           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9967         * tests/check/Makefile.am:
9968         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9969           Add a test to check this.  Without the above patch this test fails.
9970
9971 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * gst-libs/gst/rtp/Makefile.am:
9974         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9975
9976 2007-03-23  Michael Smith  <msmith@fluendo.com>
9977
9978         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9979         (gst_video_rate_reset), (gst_video_rate_chain):
9980           If videorate changes caps, we can no longer use the old buffer
9981           (which may have a different size, incompatible with our caps).
9982           So don't do that; just duplicate the new frame more times.
9983
9984 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9985
9986         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9987         Remove playbin's override of the set_clock vmethod. It's irrelevant
9988         after Wim's commit on the 19th.
9989
9990 2007-03-22  Wim Taymans  <wim@fluendo.com>
9991
9992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9993         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9994         * ext/gnomevfs/gstgnomevfssrc.h:
9995         Don't cache file sizes. Fixes #341078.
9996
9997 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * gst/playback/gstplaybin.c: (add_sink):
10000           Use GST_PTR_FORMAT to log caps. 
10001
10002 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         Patch by: Young-Ho Cha <ganadist at chollian net>
10005
10006         * gst/subparse/samiparse.c: (handle_start_font):
10007           Special-case some more colour names that pango doesn't handle by
10008           default. Fixes #420578.
10009
10010 2007-03-20  Michael Smith  <msmith@fluendo.com>
10011
10012         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10013           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10014           that marks EOS internally. After that, libvorbis will buffer all
10015           input data, and encode none of it, eventually leading to memory
10016           exhaustion.
10017
10018 2007-03-19  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/playback/gstdecodebin.c: (remove_fakesink):
10021         Don't post STATE_DIRTY anymore.
10022
10023         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10024         (gst_play_bin_change_state):
10025         Remove stream_time reset in seek handling, core does that now.
10026         Disable clocking for live pipelines by forcing a NULL clock to the
10027         complete pipeline, core is too smart now for our previous hack.
10028         We can always autoplug in PAUSED now.
10029
10030 2007-03-17  David Schleef  <ds@schleef.org>
10031
10032         * REQUIREMENTS:  Update this file, change the formatting to make
10033         it more consistent, plus more machine readable.
10034
10035 2007-03-16  Michael Smith  <msmith@fluendo.com>
10036
10037         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10038         (strip_width_64), (append_with_other_format):
10039           Previous fix was too simplistic, and broke the tests. Use a better
10040           approach; only strip 64 from widths for integer audio.
10041
10042 2007-03-16  Michael Smith  <msmith@fluendo.com>
10043
10044         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10045         (gst_audio_convert_transform_caps):
10046           We don't support 64 bit integer audio, so don't try to claim we can.
10047           Stops us producing caps don't match our template caps.
10048           Update comments.
10049
10050 2007-03-15  Michael Smith  <msmith@fluendo.com>
10051
10052         * gst/audioresample/gstaudioresample.c:
10053         (audioresample_check_discont), (audioresample_transform):
10054           Don't trigger discontinuities for very small imperfections; a filter
10055           flush will sound bad, and many plugins have rounding errors leading
10056           to these.
10057
10058 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10059
10060         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10061
10062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10063         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10064         API: add "min-ptime" property to RTP base audio payloader.
10065         API: add gst_base_rtp_audio_payload_push().
10066         API: add gst_base_rtp_audio_payload_get_adapter().
10067         Fixes #415001
10068         Indentation/whitespace/documentation fixes.
10069
10070 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10071
10072         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10073         (audioresample_transform_size), (audioresample_do_output),
10074         (audioresample_transform), (audioresample_pushthrough): Handle
10075         discontinuous streams.
10076         * gst/audioresample/gstaudioresample.h:
10077         * tests/check/elements/audioresample.c:
10078         (test_discont_stream_instance), (GST_START_TEST),
10079         (audioresample_suite): Add a test for discontinuous streams.
10080         * win32/common/config.h: Updated.
10081
10082 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10083
10084         * po/af.po:
10085         * po/az.po:
10086         * po/cs.po:
10087         * po/en_GB.po:
10088         * po/it.po:
10089         * po/nb.po:
10090         * po/nl.po:
10091         * po/or.po:
10092         * po/sq.po:
10093         * po/sr.po:
10094         * po/sv.po:
10095         * po/uk.po:
10096         * po/vi.po:
10097           Update translations from translation project.
10098
10099 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * gst/audioresample/debug.h:
10102         * gst/audioresample/resample.c: (resample_init):
10103           Since I really am not interested in a debug line for each sample
10104           being processed, move the library's debugging to its own category,
10105           libaudioresample
10106
10107 2007-03-13  Michael Smith  <msmith@fluendo.com>
10108
10109         * ext/theora/theoradec.c: (theora_handle_type_packet):
10110           Since the plugin doesn't support anything other than 4:2:0 right
10111           now, post an error and fail if we get something else. Won't matter
10112           until libtheora supports the other pixel formats, but hopefully
10113           that'll be soon...
10114
10115 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10116
10117         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10118         Use gst_guint64_to_gdouble for conversion.
10119         * win32/MANIFEST:
10120         Add new files to the win32 MANIFEST.
10121         * win32/common/libgstaudio.def:
10122         * win32/common/libgstpbutils.def:
10123         Add new exported functions.
10124         * win32/vs6/gst_plugins_base.dsw:
10125         * win32/vs6/libgstdecodebin.dsp:
10126         * win32/vs6/libgstplaybin.dsp:
10127         Change the link to libgstpbutils.lib.
10128         * win32/vs6/libgstdecodebin2.dsp:
10129         Add a new project for decodebin2.
10130         * win32/vs6/libgstpbutils.dsp:
10131         Add a new project for pbutils.
10132
10133 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10136           Also accept partial dates with only year and month,
10137           like 1999-12-00 (fixes #410396 even more).
10138
10139         * tests/check/libs/tag.c: (GST_START_TEST):
10140           Add unit test for the above.
10141
10142 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * tests/check/elements/subparse.c: (GST_START_TEST),
10145         (subparse_suite):
10146           Add unit test for MPL2 subtitle format (#413799).
10147
10148 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10151
10152         * gst/subparse/Makefile.am:
10153         * gst/subparse/gstsubparse.c:
10154         (gst_sub_parse_data_format_autodetect),
10155         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10156         (gst_subparse_type_find):
10157         * gst/subparse/gstsubparse.h:
10158         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10159         * gst/subparse/mpl2parse.h:
10160           Add support for MPL2 subtitle format (#413799).
10161
10162 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * configure.ac:
10165           We require core CVS for the new buffer metadata copy functions.
10166
10167 2007-03-09  Wim Taymans  <wim@fluendo.com>
10168
10169         * gst-libs/gst/tag/gstid3tag.c:
10170         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10171         Fixes #414496.
10172
10173         Patch by: Alex Lancaster <alexl at users sourceforge net>
10174
10175 2007-03-09  Wim Taymans  <wim@fluendo.com>
10176
10177         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10178         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10179         Improve adapter usage and comments.
10180
10181 2007-03-09  Wim Taymans  <wim@fluendo.com>
10182
10183         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10184         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10185         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10186         Use new metadata copy function.
10187
10188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10189         (gst_ffmpegcsp_transform):
10190         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10191         Basetransform copied the metadata for us.
10192
10193 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10196         (gst_text_overlay_video_event):
10197           Some more logging. Only accept newsegment events in TIME format and
10198           send a WARNING message if they are not in TIME format.
10199
10200         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10201         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10202         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10203         * gst/subparse/gstsubparse.h:
10204           No need to allocate GstSegment structure dynamically, just put it
10205           into the instance structure; ignore newsegment events in BYTE
10206           format and in particular don't let it overwrite our saved TIME
10207           segment from the last seek.
10208
10209 2007-03-09  Michael Smith  <msmith@fluendo.com>
10210
10211         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10212           Replace AC3 typefinder with one that isn't terrible, and actually
10213           works usefully.
10214
10215 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10216
10217         * gst/audioconvert/gstaudioconvert.c:
10218         (gst_audio_convert_transform):
10219           fix error category and translatable string
10220           
10221
10222 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10225         * pkgconfig/gstreamer-plugins-base.pc.in:
10226           Fix up utils => pbutils here too.
10227
10228 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * gst/subparse/gstsubparse.c: (handle_buffer):
10231           Break out of loop in chain function as soon as possible if we get
10232           a non-OK flow return.
10233
10234 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10235
10236         * tests/check/elements/alsa.c: (GST_START_TEST):
10237         Unref the mixer if the state change fails too (if the
10238         alsa devices are inaccessible, for example)
10239
10240 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10241
10242         * tests/check/Makefile.am:
10243         Don't test libvisual elements in the states check, because libvisual
10244         seems to leak internally.
10245
10246         Re-enable the alsa and states tests now that there's new suppressions
10247         in gst.supp.
10248
10249         * tests/check/elements/alsa.c: (GST_START_TEST):
10250         Don't leak the alsamixer we instantiated.
10251
10252 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10253
10254         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10255         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10256         (gst_ximagesink_finalize):
10257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10258         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10259         Move some cleanup stuff from the state change handler into a _reset()
10260         function that can be called from _finalize(). This ensures that things
10261         get freed even if (for some reason) the NULL->READY state transition
10262         fails in the parent class.
10263         Even if a parent state change fails, process our downward state change
10264         logic instead of bailing out early.
10265         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10266
10267 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10268
10269         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10270         Extra log line.
10271
10272         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10273         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10274         Use pango_font_description_set_family_static instead of 
10275         pango_font_description_set_family to save a string copy (it was
10276         leaking due to the strdup anyway)
10277
10278         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10279         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10280         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10281         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10282         Chain up in finalize.
10283
10284 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         * gst-libs/gst/interfaces/mixertrack.c:
10287         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10288         (gst_mixer_track_set_property):
10289           API: add "untranslated-label" property which should be set by
10290           implementations at construct time (#414645).
10291
10292         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10293         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10294           Set "untranslated-label" when constructing mixer track objects.
10295
10296         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10297           Unit test to check the above.
10298
10299 2007-03-07  Wim Taymans  <wim@fluendo.com>
10300
10301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10302         Fix confusing debug message.
10303
10304 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         * gst-plugins-base.doap:
10307         update doap file with new version
10308
10309 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10310
10311         * configure.ac:
10312         Back to CVS
10313
10314 === release 0.10.12 ===
10315
10316 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10317
10318         * configure.ac:
10319           releasing 0.10.12, "Zombie Horde"
10320
10321 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10322
10323         * configure.ac:
10324         Bump version to 0.10.11.4 pre-release
10325
10326 2007-03-06  Wim Taymans  <wim@fluendo.com>
10327
10328         * gst-libs/gst/audio/gstbaseaudiosink.c:
10329         (gst_base_audio_sink_async_play):
10330         Fix regression that made GStreamer skip the first samples of audio.
10331         Fixes #414684.
10332
10333 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10334
10335         * configure.ac:
10336         Bump version to 0.10.11.3 pre-release
10337
10338 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10339
10340         * po/POTFILES.in:
10341           Update paths for the rename from utils to pbutils to fix the build.
10342
10343 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         * gst-libs/gst/pbutils/Makefile.am:
10346           Change directory to install headers in from gst/utils to gst/pbutils
10347           as well.
10348
10349 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10350
10351         * configure.ac:
10352         * docs/libs/gst-plugins-base-libs-docs.sgml:
10353         * docs/libs/gst-plugins-base-libs-sections.txt:
10354         * gst-libs/gst/Makefile.am:
10355         * gst-libs/gst/interfaces/mixer.c:
10356         * gst-libs/gst/pbutils/Makefile.am:
10357         * gst-libs/gst/pbutils/descriptions.c:
10358         (gst_pb_utils_get_source_description),
10359         (gst_pb_utils_get_sink_description),
10360         (gst_pb_utils_get_decoder_description),
10361         (gst_pb_utils_get_encoder_description),
10362         (gst_pb_utils_get_element_description),
10363         (gst_pb_utils_add_codec_description_to_tag_list),
10364         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10365         * gst-libs/gst/pbutils/descriptions.h:
10366         * gst-libs/gst/pbutils/install-plugins.c:
10367         * gst-libs/gst/pbutils/install-plugins.h:
10368         * gst-libs/gst/pbutils/missing-plugins.c:
10369         (gst_missing_uri_source_message_new),
10370         (gst_missing_uri_sink_message_new),
10371         (gst_missing_element_message_new),
10372         (gst_missing_decoder_message_new),
10373         (gst_missing_encoder_message_new),
10374         (gst_missing_plugin_message_get_description):
10375         * gst-libs/gst/pbutils/missing-plugins.h:
10376         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10377         * gst-libs/gst/pbutils/pbutils.h:
10378         * gst-libs/gst/utils/Makefile.am:
10379         * gst-libs/gst/utils/base-utils.c:
10380         * gst-libs/gst/utils/base-utils.h:
10381         * gst-libs/gst/utils/descriptions.c:
10382         * gst-libs/gst/utils/descriptions.h:
10383         * gst-libs/gst/utils/install-plugins.c:
10384         * gst-libs/gst/utils/install-plugins.h:
10385         * gst-libs/gst/utils/missing-plugins.c:
10386         * gst-libs/gst/utils/missing-plugins.h:
10387         * gst-plugins-base.spec.in:
10388         * gst/playback/Makefile.am:
10389         * gst/playback/gstdecodebin.c:
10390         * gst/playback/gstdecodebin2.c:
10391         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10392         (gen_source_element):
10393         * gst/playback/gstplaybin.c: (plugin_init):
10394         * tests/check/Makefile.am:
10395         * tests/check/libs/pbutils.c: (GST_START_TEST),
10396         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10397         * tests/check/libs/utils.c:
10398           rename utils to pbutils
10399
10400 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10401
10402         * docs/plugins/Makefile.am:
10403         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10405         * docs/plugins/inspect/plugin-decodebin2.xml:
10406         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10407         Add documentation for decodebin2 that indicates that the API
10408         is still unstable.
10409
10410 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10411
10412         * configure.ac:
10413         Update to 0.10.11.2 (0.10.12 pre-release)
10414
10415 2007-03-01  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst-libs/gst/audio/gstbaseaudiosink.c:
10418         (gst_base_audio_sink_async_play):
10419         base time is irrelevant here.
10420
10421 2007-03-01  Wim Taymans  <wim@fluendo.com>
10422
10423         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10424         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10425         Improve debugging.
10426
10427         * gst-libs/gst/audio/gstbaseaudiosink.c:
10428         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10429         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10430         Improve latency and clock slaving calculations.
10431         Improve slave clock calibration.
10432
10433         * gst-libs/gst/audio/gstringbuffer.c:
10434         (gst_ring_buffer_commit_full):
10435         When we are asked to render N sample to 0 bytes, return N.
10436
10437 2007-03-01  Wim Taymans  <wim@fluendo.com>
10438
10439         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10440         (gst_alsasink_write), (gst_alsasink_reset):
10441         * ext/alsa/gstalsasink.h:
10442         Remove unused dispose function.
10443         Rename lock to not interfere with alsasrc lock.
10444
10445         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10446         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10447         (gst_alsasrc_read), (gst_alsasrc_reset):
10448         * ext/alsa/gstalsasrc.h:
10449         Implement finalize function.
10450         Use lock to protect alsa access.
10451         Implement _reset.
10452         Fine tune sw params.
10453
10454 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10455
10456         * configure.ac:
10457           Convert to new AG_GST style.
10458
10459 2007-02-28  Wim Taymans  <wim@fluendo.com>
10460
10461         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10462
10463         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10464         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10465         Fix race condition when rapidly switching visualisations in playbin.
10466         Fixes #401029.
10467
10468 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10469
10470         * tests/check/Makefile.am:
10471         Include local stuff before system installed things in LDFLAGS and
10472         CFLAGS.
10473
10474 2007-02-28  Wim Taymans  <wim@fluendo.com>
10475
10476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10477         Improve debugging.
10478
10479 2007-02-28  Wim Taymans  <wim@fluendo.com>
10480
10481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10482         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10484         Fix duration and timestamping, taking latency into account.
10485         Implement latency query.
10486
10487 2007-02-28  Wim Taymans  <wim@fluendo.com>
10488
10489         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10490         (gst_audio_clock_new):
10491         Fix clock name.
10492
10493         * gst-libs/gst/audio/gstbaseaudiosink.c:
10494         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10495         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10496         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10497         (gst_base_audio_src_create):
10498         Improve latency query code.
10499         Use proper clock names.
10500
10501 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10502
10503         * tests/check/generic/states.c: (GST_START_TEST):
10504           Copy the states.c test from core again
10505         * tests/check/Makefile.am:
10506           ignore cdio and cdparanoiasrc
10507
10508 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10509
10510         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10511         (double_hq), (audio_convert_get_func_index), (check_default),
10512         (audio_convert_prepare_context), (audio_convert_convert):
10513           Also make valgrind happy and avoid copying data in some cases.
10514
10515 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10516
10517         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10518         (double_hq), (audio_convert_get_func_index),
10519         (audio_convert_prepare_context), (audio_convert_convert):
10520         * gst/audioconvert/gstaudioconvert.c:
10521         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10522         (gst_audio_convert_transform_caps):
10523         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10524         (audioconvert_suite):
10525           Don't run inplace if that overwrites source data as we go. Add more
10526           tests. Fixes #339837 even more.
10527
10528 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10529
10530         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10531         (msg_segment_done): Fix various seeking bugs (Slider was not
10532         updating when doing a non flushing seek, Reverse playback 
10533         on segment seek was wrong).
10534
10535 2007-02-26  Wim Taymans  <wim@fluendo.com>
10536
10537         * tests/examples/seek/seek.c: (stop_seek):
10538         When we stop scrubbing, don't leave the pipeline PLAYING when we
10539         requested a PAUSED state.
10540
10541 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         Patch by: René Stadler <mail at renestadler de>
10544
10545         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10546           Parse date strings in vorbis comments that have an invalid (zero)
10547           month or day (#410396).
10548
10549         * tests/check/libs/tag.c: (GST_START_TEST):
10550           Test case for the above.
10551
10552 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10555
10556         * configure.ac:
10557         * ext/alsa/Makefile.am:
10558         * gst/audiotestsrc/Makefile.am:
10559           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10560
10561 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst/playback/gstplaybin.c:
10564           Improve docs: point out that the application needs to assist playbin
10565           with buffering.
10566
10567 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * gst-libs/gst/utils/install-plugins.c:
10570         * gst-libs/gst/utils/missing-plugins.c:
10571         * tests/check/libs/utils.c: (missing_msg_check_getters):
10572           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10573           to just 'gstreamer'. Document the caps string component of the
10574           decoder/encoder detail a bit better, since not everyone will be
10575           familiar with the GStreamer media type/caps system (but they better
10576           enjoy nested itemized lists).
10577
10578 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10581         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10582           Fix copying of GstNetBuffer (would crash before, or at least lead to
10583           invalid memory access, #410772), for now by copying the GstBuffer copy
10584           code from the core over here so we can copy the GstBuffer fields on a
10585           provided buffer instance (of type GstNetBuffer in this case). Would be
10586           better to fix this with some support by the core though (and in the long
10587           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10588
10589         * tests/check/Makefile.am:
10590           Enable unit test for GstNetBuffer.
10591
10592 2007-02-22  Andy Wingo  <wingo@pobox.com>
10593
10594         * gst-libs/gst/audio/gstbaseaudiosink.c
10595         (gst_base_audio_sink_init): Disable pull-mode activation until we
10596         figure out how to make audio sinks go to PLAYING.
10597
10598 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10599
10600         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10601         (double_hq), (audio_convert_get_func_index),
10602         (audio_convert_prepare_context), (audio_convert_convert):
10603         * gst/audioconvert/audioconvert.h:
10604         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10605         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10606         * gst/audioconvert/gstchannelmix.h:
10607         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10608           Add float as an intermediate format, as well as float mixing. Enable
10609           test that was failing before. Fixes #339837
10610
10611 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10612
10613         * tests/examples/seek/seek.c: (do_seek):
10614         Undo the previous commit: -1 as a stop time implies that the stop
10615         time is the end of file, clearing any previously configured segment.
10616
10617 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10618
10619         * tests/examples/seek/seek.c: (do_seek):
10620         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10621
10622 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10623
10624         * gst/volume/gstvolume.c: (volume_process_int16),
10625         (volume_process_int16_clamp), (volume_set_caps):
10626           Unbreak volume, value remains gint.
10627
10628 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10629
10630         * gst/volume/gstvolume.c: (volume_choose_func),
10631         (volume_update_real_volume), (gst_volume_set_volume),
10632         (gst_volume_init), (volume_process_double), (volume_process_float),
10633         (volume_process_int16), (volume_process_int16_clamp),
10634         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10635         * gst/volume/gstvolume.h:
10636           Extend float audio support (double) and some int->uint cleanups.
10637
10638 2007-02-20  Edward Hervey  <edward@fluendo.com>
10639
10640         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10641         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10642         (sort_end_pads), (gst_decode_group_expose),
10643         (gst_decode_group_hide):
10644         Don't free groups from the streaming threads. Just put them aside and
10645         free them in dispose.
10646
10647 2007-02-20  Edward Hervey  <edward@fluendo.com>
10648
10649         * gst/playback/gstdecodebin2.c: (connect_element),
10650         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10651         (sort_end_pads), (gst_decode_group_expose):
10652         Handle dynamic pads within groups.
10653         Sort pads before exposing them in order to make playbin happy.
10654         There still is a race with the multiqueue filling up. This should be
10655         solved separately.
10656         Fixes #398721
10657
10658 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst-libs/gst/utils/base-utils.c:
10661         * gst-libs/gst/utils/descriptions.c:
10662         * gst-libs/gst/utils/install-plugins.c:
10663         * gst-libs/gst/utils/missing-plugins.c:
10664           Some more docs (and descriptions for two subtitle formats).
10665
10666 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10667
10668         * gst-libs/gst/audio/audio.c:
10669           Fix documentation.
10670
10671 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10672
10673         Patch by: Yves Lefebvre  <ivanohe abacom com>
10674
10675         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10676           Don't leak caps. Fixes #408278.
10677
10678 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10679
10680         * ext/cdparanoia/gstcdparanoiasrc.h:
10681         * ext/ogg/gstoggdemux.h:
10682         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10683         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10684         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10685         * gst-libs/gst/audio/audio.h:
10686         * gst-libs/gst/audio/gstaudiofilter.h:
10687         * gst-libs/gst/interfaces/videoorientation.h:
10688         * gst/adder/gstadder.h:
10689           More docs coverage and some ChangeLog surgery (add missing names)
10690
10691 2007-02-15  Wim Taymans  <wim@fluendo.com>
10692
10693         * sys/ximage/ximagesink.c:
10694         (gst_ximagesink_calculate_pixel_aspect_ratio):
10695         * sys/xvimage/xvimagesink.c:
10696         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10697         Small constifications.
10698
10699 2007-02-15  Wim Taymans  <wim@fluendo.com>
10700
10701         * gst-libs/gst/audio/gstbaseaudiosink.c:
10702         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10703         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10704         (gst_base_audio_sink_async_play),
10705         (gst_base_audio_sink_change_state):
10706         Answer latency query.
10707         Use configured latency when syncing.
10708         Fix clock slaving.
10709
10710         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10711         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10712         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10713         Fix possible memleak.
10714         Implement latency query.
10715         Small cleanups.
10716
10717 2007-02-15  Wim Taymans  <wim@fluendo.com>
10718
10719         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10720         Ignore errors in reset, these are not fatal. They also grab the element
10721         lock which is already taking when this function is called. Fixes
10722         #405451.
10723
10724 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10725
10726         * configure.ac:
10727           Remove 'tests/examples/xerror/Makefile' from output files again.
10728
10729 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10730
10731         * configure.ac:
10732         * docs/plugins/Makefile.am:
10733           Also crossref against gst-plugins-base-libs.
10734
10735 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10736
10737         * configure.ac:
10738         * docs/libs/Makefile.am:
10739         * docs/plugins/Makefile.am:
10740           Add crossreferences to glib/gobject/gstream docs.
10741
10742         * gst-libs/gst/audio/audio.h:
10743           Source formatting.
10744
10745         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10746           Add own debug category.
10747
10748 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         Patch by: René Stadler <mail at renestadler de>
10751
10752         * gst-libs/gst/tag/gstvorbistag.c:
10753           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10754           (#403597).
10755
10756 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst/playback/gstplaybasebin.c: (setup_source):
10759           When we have external subtitles and wait for the subtitle decodebin
10760           to get up and running, we set up a (sync) bus handler for the
10761           subtitle decodebin, so we can stop waiting when it posts an error
10762           message. However, we should do that before we set the subtitle
10763           decodebin's state to playing, otherwise things are racy and we might
10764           miss error messages posted before we had a chance to set up the bus.
10765           This should finally fix totem hanging on .txt pseudo-subtitle files.
10766           
10767 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10768
10769         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10770           Use gst_gdouble_to_guint64 for conversions.
10771         * win32/common/config.h.in:
10772           Add a define for GST_INSTALL_PLUGINS_HELPER
10773         * win32/common/libgstaudio.def:
10774         * win32/common/libgstcdda.def:
10775         * win32/common/libgstnetbuffer.def:
10776         * win32/common/libgstrtp.def:
10777         * win32/common/libgutils.def:
10778           Add new exported functions.
10779         * win32/vs6/gst_plugins_base.dsw:
10780         * win32/vs6/libgstdecodebin.dsp:
10781         * win32/vs6/libgstnetbuffer.dsp:
10782         * win32/vs6/libgstplaybin.dsp:
10783         * win32/vs6/libgstrtp.dsp:
10784         * win32/vs6/libgstvorbis.dsp:
10785         * win32/vs6/libgstcdda.dsp:
10786         * win32/vs6/libgstgdp.dsp:
10787         * win32/vs6/libgstutils.dsp:
10788           Update and add new project files.
10789
10790 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10791
10792         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10793         (subrip_remove_unhandled_tags), (parse_subrip):
10794           For SubRip (.srt) subtitles, ignore all markup tags we don't
10795           handle (like font tags, for example).
10796
10797         * tests/check/elements/subparse.c:
10798           Add test for this.
10799
10800 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/playback/gstdecodebin.c: (add_fakesink),
10803         (gst_decode_bin_change_state):
10804         * gst/playback/gstdecodebin2.c: (add_fakesink),
10805         (gst_decode_bin_change_state):
10806           Don't error out if there is no fakesink in the NULL to READY state
10807           change, since when decodebin is re-used, we're only adding the
10808           fakesink element in READY to PAUSED.
10809
10810         * tests/check/elements/decodebin.c:
10811         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10812         (decodebin_suite):
10813           Minimal unit test to make sure we can use the same decodebin
10814           instance twice (at least with audiotestsrc input).
10815
10816 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10819           Try to get devic-name from device string first, and from handle only
10820           as fallback (seems to yield better results and is more robust
10821           against buggy probing code on the application side).
10822
10823 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10824
10825         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10826
10827         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10828         (gst_alsa_find_device_name):
10829         * ext/alsa/gstalsa.h:
10830         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10831         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10832           Improve device-name detection a bit, especially in the case where
10833           the device is not actually open (#405020, #405024). Move common code
10834           into gstalsa.c instead of duplicating it.
10835
10836 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * gst/audioconvert/gstaudioconvert.c:
10839           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10840
10841 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10842
10843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10844         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10845         (gst_xvimagesink_interface_supported),
10846         (gst_xvimagesink_probe_get_properties),
10847         (gst_xvimagesink_probe_probe_property),
10848         (gst_xvimagesink_probe_needs_probe),
10849         (gst_xvimagesink_probe_get_values),
10850         (gst_xvimagesink_property_probe_interface_init),
10851         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10852         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10853         (gst_xvimagesink_get_type):
10854         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10855         for XVAdaptors so that one can choose the adaptor to use with 
10856         gstreamer-properties.
10857
10858 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10859
10860         * gst/audioconvert/gstaudioconvert.c:
10861           Also mention that a conversion from double to float is suboptimal still.
10862
10863 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * gst-libs/gst/audio/gstaudiofilter.c:
10866         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10867           Clear our formats structure and free the caps contained in it when
10868           shutting down.
10869
10870 2007-02-05  Andy Wingo  <wingo@pobox.com>
10871
10872         * gst-libs/gst/audio/gstbaseaudiosink.c
10873         (gst_base_audio_sink_callback): Update basesink->offset so that we
10874         pull monotonically increasing offsets instead of, um, seeking back
10875         to 0 each time. Fixes alsasrc ! alsasink!
10876
10877 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * gst/videoscale/gstvideoscale.c:
10880           A width and height of 1 makes us crash, so increase minimum size to
10881           2x2 pixels until someone feels like fixing this (#404512).
10882
10883 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10886           Add small test to make sure request pads are cleaned up properly
10887           even if oggmux never changes state out of NULL.
10888
10889 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * tests/check/libs/utils.c: (GST_START_TEST):
10892           Fix unit test. Turns out things work much better when you
10893           NULL-terminate string arrays. Should make p5 build bot happy again.
10894
10895 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst-libs/gst/audio/Makefile.am:
10898         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10899         (gst_audio_filter_template_base_init),
10900         (gst_audio_filter_template_class_init),
10901         (gst_audio_filter_template_init),
10902         (gst_audio_filter_template_set_property),
10903         (gst_audio_filter_template_get_property),
10904         (gst_audio_filter_template_setup),
10905         (gst_audio_filter_template_filter),
10906         (gst_audio_filter_template_filter_inplace), (plugin_init):
10907           Oops, forgot to commit fixed-up example.
10908
10909 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * docs/libs/gst-plugins-base-libs-sections.txt:
10912         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10913         (gst_audio_filter_class_init), (gst_audio_filter_init),
10914         (gst_audio_filter_set_caps),
10915         (gst_audio_filter_class_add_pad_templates):
10916         * gst-libs/gst/audio/gstaudiofilter.h:
10917           Port GstAudioFilter to 0.10. This change technically breaks
10918           API and ABI (and thus also every library developer's heart),
10919           but seems justifiable on the grounds that the base class was
10920           completely unusable before (ie. would crash immediately when
10921           actually used). Fixes #403963 (and eventually also #403572).
10922           Also document all of this a bit.
10923
10924 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * gst-libs/gst/utils/install-plugins.c:
10927         (gst_install_plugins_spawn_child):
10928         * tests/check/libs/utils.c:
10929         (test_base_utils_install_plugins_do_callout):
10930           Lowering log level to see why things fail on the p5 build bot;
10931           fix some typos in unit test messages.
10932
10933 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * tests/check/libs/utils.c:
10936         (test_base_utils_install_plugins_do_callout):
10937           Don't hard-code temp directory for test helper; use GLib functions
10938           to write out file and do error checking etc.
10939
10940 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst-libs/gst/utils/Makefile.am:
10943         * gst-libs/gst/utils/base-utils.h:
10944         * gst-libs/gst/utils/install-plugins.c:
10945         (gst_install_plugins_context_set_xid),
10946         (gst_install_plugins_context_new),
10947         (gst_install_plugins_context_free),
10948         (gst_install_plugins_get_helper),
10949         (gst_install_plugins_spawn_child),
10950         (gst_install_plugins_return_from_status),
10951         (gst_install_plugins_installer_exited),
10952         (gst_install_plugins_async), (gst_install_plugins_sync),
10953         (gst_install_plugins_return_get_name),
10954         (gst_install_plugins_installation_in_progress):
10955         * gst-libs/gst/utils/install-plugins.h:
10956           API: add API for applications to initiate installation of missing
10957           plugins, ie. gst_install_plugins_async() primarily.
10958           Based on libgimme-codec by Ryan Lortie.
10959
10960         * configure.ac:
10961           Add --with-install-plugins-helper configure option so distros can specify
10962           the path of the helper script or program to call when plugin installation
10963           is requested (distros: please do any argument munging in this helper
10964           script instead of patching GStreamer to pass arguments differently
10965           to another program directly).
10966
10967         * docs/libs/gst-plugins-base-libs-docs.sgml:
10968         * docs/libs/gst-plugins-base-libs-sections.txt:
10969           Build and document new API.
10970
10971         * tests/check/libs/utils.c: (result_cb),
10972         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10973         (libgstbaseutils_suite):
10974           Some simple checks for the new API.
10975
10976 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10977
10978         * tests/check/elements/audioconvert.c: (test_float_conversion):
10979           Add small test for 32bit float <=> 64bit float conversion (works
10980           only one way so far, 32=>64 produces structured noise).
10981
10982 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/audioconvert/gstaudioconvert.c:
10985         (set_structure_widths_32_and_64), (make_lossless_changes):
10986           We don't support floats with a width of 40, 48 or 56 bits.
10987
10988 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10989
10990         * gst/audioconvert/audioconvert.c: (float), (double),
10991         (audio_convert_get_func_index):
10992         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10993         (make_lossless_changes):
10994           Support for 64-bit float audio in audioconvert (#339837)
10995
10996 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         Patch by: Holger Wansing  <linux wansing-online de>
10999
11000         * po/LINGUAS:
11001         * po/de.po:
11002           Add German translation (#352069).
11003
11004 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11005
11006         reviewed by: Wim Taymans <wim@fluendo.com>
11007
11008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11009         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11010         Use newly added GstCollectPads API to free the allocated resources in
11011         the GstOggPad structures (#402393).
11012
11013 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11014
11015         * gst/playback/gstplaybin.c: (gen_vis_element):
11016           Add audioresample+audioconvert in front of the visualisation
11017           element, so that elements like libvisual 0.4 that don't support all
11018           samplerates can work.
11019
11020           Fixes: #402505
11021
11022 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11025         (gst_play_base_bin_get_streaminfo_value_array):
11026           Take some locks and make a copy of the streaminfo value array we
11027           maintain while holding the lock, so that the application can
11028           retrieve the stream-info as a value array in a thread-safe way.
11029
11030 2007-01-30  Wim Taymans  <wim@fluendo.com>
11031
11032         * gst/audioconvert/gstaudioconvert.c:
11033         Don't fail on 0 sized buffers. Fixes #396835.
11034
11035 2007-01-29  David Schleef  <ds@schleef.org>
11036
11037         * gst/typefind/gsttypefindfunctions.c:
11038           Detect BBCD as video/x-dirac, so we can play raw dirac
11039           streams.
11040
11041 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * ext/theora/theoraenc.c: (theora_enc_chain):
11044           Check return value of theora_encode_header(), or we might try to
11045           allocate a random number of bytes. theora_encode_header() can fail
11046           if libtheora has been compiled with encoding support disabled.
11047           Fixes #398110.
11048
11049 2007-01-29  Wim Taymans  <wim@fluendo.com>
11050
11051         * tests/check/gst/.cvsignore:
11052         Do as buildbot says.
11053
11054 2007-01-29  Wim Taymans  <wim@fluendo.com>
11055
11056         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11057         Fix strides in libvisual. Gst uses X strides.
11058         Inspired by: <ed at catmur dot co dot uk> and 
11059         <tim at centricular dot net>
11060         Fixes #401118.
11061
11062 2007-01-27  Wim Taymans  <wim@fluendo.com>
11063
11064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11065         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11066         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11067         (gst_ogg_demux_perform_seek),
11068         (gst_ogg_demux_bisect_forward_serialno),
11069         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11070         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11071         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11072         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11073         * ext/ogg/gstoggdemux.h:
11074         Properly propagate streaming errors when we are scanning the file for
11075         chains so that we don't crash when shut down. Might fix some crashers
11076         when quickly switching oggs in RB such as #332503 and #378436.
11077
11078 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11081           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11082           error code as well.
11083
11084 2007-01-25  Wim Taymans  <wim@fluendo.com>
11085
11086         * gst/playback/gstplaybasebin.c: (remove_source):
11087         Don't try to disconnect a signal from a finalized object.
11088
11089 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11092           Cast lock macro parameters to make sure we're actually accessing the
11093           lock member at the right class level. Free list itself in _dispose()
11094           as well and NULL it in case dispose gets called multiple times.
11095
11096 2007-01-25  Edward Hervey  <edward@fluendo.com>
11097
11098         * gst/playback/gstdecodebin2.c:
11099         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11100         Free GstDecodeGroups no longer used.
11101         (gst_decode_group_expose):
11102         Don't unlock too many times !
11103         (deactivate_free_recursive):
11104         Free iterator once we're done with it.
11105         Fix for recursively deactivating elements (stop at ghostpads).
11106
11107 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * gst/playback/gstplaybin.c: (handoff):
11110           Fix up caps on the frame buffer before we save it and potentially
11111           make it accessible to other threads via g_object_get; also use
11112           gst_buffer_replace() instead of gst_mini_object_replace().
11113
11114 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11117           Make getting the current frame thread-safe.
11118
11119 2007-01-25  Edward Hervey  <edward@fluendo.com>
11120
11121         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11122         (gst_decode_group_new), (gst_decode_group_free):
11123         Set queues to bigger sizes to cope with HD contents.
11124         Fix some mutex freeing and add comment about MT safe methods.
11125
11126 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11129         (gst_text_overlay_text_event):
11130           Don't unnecessarily ref (and then leak) upstream events if the text
11131           pad is not linked. Fixes #399948.
11132
11133         * tests/check/gst-plugins-base.supp:
11134           Add suppression for pango on edgy/x86 for textoverlay test.
11135
11136 2007-01-24  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst-libs/gst/rtp/gstrtpbuffer.h:
11139         Add some more fixed payloads.
11140
11141 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11144           Error out properly if we get an error from libogg while reading the
11145           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11146
11147 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11148
11149         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11150           Don't leak mutex.
11151
11152         * tests/check/elements/playbin.c:
11153         (test_sink_usage_video_only_stream),
11154         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11155         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11156         (test_missing_suburisource_handler),
11157         (test_missing_primary_decoder), (playbin_suite):
11158           Run all tests once with decodebin and once with decodebin2.
11159           One test does not pass yet with decodebin2.
11160
11161 2007-01-23  Edward Hervey  <edward@fluendo.com>
11162
11163         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11164         Fix the cases where oggmux doesn't properly figure out that all
11165         sinkpads have gone EOS, and therefore doesn't push out the remaining
11166         buffers and the final EOS event.
11167         Fixes #363379
11168
11169 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11170
11171         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11173         Don't lock on navigation event push, just on keysym to string.
11174         Fixes #397673 again.
11175
11176 2007-01-22  Edward Hervey  <edward@fluendo.com>
11177
11178         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11179         (get_current_group), (group_demuxer_event_probe),
11180         (gst_decode_group_expose), (deactivate_free_recursive),
11181         (gst_decode_group_free):
11182         Cleanups.
11183         Don't forget to emit 'no-more-pads' once a group is exposed.
11184         Cleanup elements from a DecodeGroup once we remove it.
11185         Protect call to gst_decode_group_expose() with the decodebin lock.
11186
11187 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11188
11189         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11191         Looking at Xorg code i can't figure out if that XKeysymToString
11192         function is thread sensible or not. Lock it just in case as
11193         recommended by Radek Doulik <rodo at ximian dot com>.
11194
11195 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11196
11197         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11199         Lock that X Call as well. Fixes #397673.
11200
11201 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11204           Don't go into an endless loop if the file starts with 00 00 01 2X,
11205           like quicktime redirect files might. Fixes #396042.
11206
11207         * tests/check/Makefile.am:
11208         * tests/check/gst/.cvsignore:
11209         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11210         (typefindfunctions_suite):
11211           Add unit test for the above.
11212
11213 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11216           On second thought, use "depth" field rather than "bpp" field.
11217
11218 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11221           Camtasia caps apparently need a bpp field (#398875).
11222
11223 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11224
11225         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11226         (gen_source_element), (gst_play_base_bin_change_state):
11227           Attempt at a better error message in case we don't have the required
11228           URI handler installed; post missing-plugin message also when we're
11229           missing an URI handler for the subtitle URI; clean up properly also
11230           when an error occurs and we never made it to PAUSED state.
11231
11232         * tests/check/elements/playbin.c: (GST_START_TEST),
11233         (playbin_suite):
11234           Check that we're also getting a missing-plugin messsage for a
11235           missing subtitle URI handler (and clean up properly).
11236
11237 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11240           Plug a few reference leaks.
11241
11242 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11245           Lower probability a bit if the marker isn't right at the start,
11246           to decrease the chance of false positives.
11247
11248 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11251           Small mpeg2 system stream typefinding improvement: make typefinder
11252           probe a bit into the stream instead of just looking for a marker
11253           at the beginning. Fixes #397810.
11254
11255 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         * gst/audioconvert/gstchannelmix.c:
11258           Remove compatibility cruft for prehistoric GLib versions.
11259
11260 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * gst/playback/Makefile.am:
11263         * gst/playback/gstdecodebin.c: (close_pad_link):
11264         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11266         (gst_play_base_bin_handle_message_func), (unknown_type):
11267           Let decodebin be the element to post missing-plugin messages for
11268           missing decoders (rather than playbin); make playbin implement
11269           GstBin::handle_message so we can suppress missing-plugin messages
11270           for types we're not handling on purpose (don't want to bring up an
11271           installer in those cases).
11272
11273 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11276         * gst-libs/gst/tag/gstvorbistag.c:
11277         (gst_tag_list_to_vorbiscomment_buffer):
11278         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11279           Fix potentially unaligned access (#397207).
11280
11281 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11282
11283         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11284         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11285         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11286         (main):
11287           Allow to toggle looping while it plays. Fix callback prototype. Clean
11288           up code a bit more. Add copyright header.
11289
11290 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11291
11292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11293           Red and blue mask was swapped (spotted by Dan Williams).
11294
11295 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11296
11297         * gst-libs/gst/tag/gstid3tag.c:
11298         * gst-libs/gst/tag/gstvorbistag.c:
11299           Use new beats-per-minute tag from core.
11300
11301 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * po/POTFILES.in:
11304           Add new files with translatable strings, so they actually make it
11305           into the template file one day.
11306
11307 2007-01-12  Andy Wingo  <wingo@pobox.com>
11308
11309         * gst-libs/gst/audio/gstbaseaudiosink.c
11310         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11311         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11312         stuff, as the base class handles this now. Actually tell the ring
11313         buffer to start.
11314         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11315         How did this work before? Maybe I'm not as awesome a programmer as
11316         I think.
11317
11318         * gst-libs/gst/audio/gstbaseaudiosrc.c
11319         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11320         of a pad function.
11321
11322 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11325           Remove more fields so that the application can better blacklist
11326           formats that have been tried before.
11327
11328 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * gst-libs/gst/audio/mixerutils.h:
11331           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11332           used when compiling with c++ compilers as well.
11333
11334 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * gst/typefind/gsttypefindfunctions.c:
11337           Fix comment.
11338
11339 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/playback/gstplaybin.c: (post_missing_element_message),
11342         (gen_video_element), (gen_text_element), (gen_audio_element),
11343         (gen_vis_element):
11344           Post missing-plugin messages also when we error out because
11345           converters, textoverlay or auto*sinks are missing (#161922).
11346
11347 2007-01-10  Wim Taymans  <wim@fluendo.com>
11348
11349         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11350         (is_demuxer_element), (new_caps):
11351         * gst/playback/gstplaybasebin.c: (source_new_pad):
11352         Fix the case where we try to ref a NULL element when we delay a link
11353         because of unfixed caps.
11354         Set the state of autoplugged decodebins to PAUSED.
11355         RTSP now works in playbin, we can remove it from the blacklist.
11356
11357 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * gst/playback/Makefile.am:
11360         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11361         (unknown_type), (setup_subtitle), (gen_source_element):
11362         * gst/playback/gstplaybin.c: (plugin_init):
11363           Post missing-plugin messages on the bus for missing sources and
11364           missing decoders/demuxers/depayloaders; fix error code used when
11365           we're missing an URI handler source; for media types that we are not
11366           handling on purpose at the moment, don't print "don't know how to
11367           handle xyz" messages to the terminal or post missing-plugin
11368           messages on the bus.
11369
11370         * tests/check/elements/playbin.c: (create_playbin),
11371         (GST_START_TEST), (gst_codec_src_uri_get_type),
11372         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11373         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11374         (gst_codec_src_init_type), (gst_codec_src_base_init),
11375         (gst_codec_src_create), (gst_codec_src_class_init),
11376         (gst_codec_src_init), (plugin_init), (playbin_suite):
11377           Add some tests for the missing-plugin stuff.
11378
11379 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * configure.ac:
11382         * gst-libs/gst/Makefile.am:
11383         * gst-libs/gst/utils/Makefile.am:
11384         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11385         * gst-libs/gst/utils/base-utils.h:
11386         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11387         (find_format_info), (caps_are_rtp_caps),
11388         (gst_base_utils_get_source_description),
11389         (gst_base_utils_get_sink_description),
11390         (gst_base_utils_get_decoder_description),
11391         (gst_base_utils_get_encoder_description),
11392         (gst_base_utils_get_element_description),
11393         (gst_base_utils_add_codec_description_to_tag_list),
11394         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11395         * gst-libs/gst/utils/descriptions.h:
11396         * gst-libs/gst/utils/missing-plugins.c:
11397         (missing_structure_get_type), (copy_and_clean_caps),
11398         (gst_missing_uri_source_message_new),
11399         (gst_missing_uri_sink_message_new),
11400         (gst_missing_element_message_new),
11401         (gst_missing_decoder_message_new),
11402         (gst_missing_encoder_message_new),
11403         (missing_structure_get_string_detail),
11404         (missing_structure_get_caps_detail),
11405         (gst_missing_plugin_message_get_installer_detail),
11406         (gst_missing_plugin_message_get_description),
11407         (gst_is_missing_plugin_message):
11408         * gst-libs/gst/utils/missing-plugins.h:
11409           API: add new libgstbaseutils library with functions
11410           - to create and parse missing-plugins messages
11411           - that provide (translated) descriptions for caps/decoders/sources/etc.
11412           Closes #392393.
11413
11414         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11415         * pkgconfig/gstreamer-plugins-base.pc.in:
11416           Add new lib.
11417
11418         * docs/libs/gst-plugins-base-libs-docs.sgml:
11419         * docs/libs/gst-plugins-base-libs-sections.txt:
11420           Generate docs for new lib and API.
11421
11422         * tests/check/Makefile.am:
11423         * tests/check/libs/.cvsignore:
11424         * tests/check/libs/utils.c: (missing_msg_check_getters),
11425         (GST_START_TEST), (libgstbaseutils_suite):
11426           Add some basic unit tests.
11427
11428 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11429
11430         * ext/ogg/Makefile.am:
11431           Dist gstoggdemux.h to fix 'make distcheck'.
11432
11433         * sys/v4l/Makefile.am:
11434           Fix 'make distcheck' even more.
11435
11436 2007-01-09  Wim Taymans  <wim@fluendo.com>
11437
11438         * docs/plugins/Makefile.am:
11439         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11440         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11441         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11442         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11443         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11444         (gst_ogg_demux_perform_seek):
11445         * ext/ogg/gstoggdemux.h:
11446         Added docs.
11447         Add some more comments.
11448         Small cleanups.
11449
11450 2007-01-09  Wim Taymans  <wim@fluendo.com>
11451
11452         * ext/theora/theoradec.c:
11453         * ext/vorbis/vorbisdec.c:
11454         * gst-libs/gst/audio/gstringbuffer.c:
11455         (gst_ring_buffer_commit_full):
11456         * gst-libs/gst/audio/gstringbuffer.h:
11457         * gst-libs/gst/rtp/gstrtpbuffer.c:
11458         * gst-libs/gst/tag/gstvorbistag.c:
11459         Small documentation updates/fixes
11460
11461 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * configure.ac:
11464           Require core CVS HEAD for Andy's basesrc/sink API additions.
11465
11466 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11469
11470         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11471         (plugin_init):
11472           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11473           on flac.sf.net (there appear to be other versions of the first
11474           ogg page in the wild) (#391365).
11475
11476 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11477
11478         * configure.ac:
11479           Check if localtime_r() is available.
11480
11481         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11482           If localtime_r() is not available, fall back to localtime(). Should
11483           fix build on MingW (#393310).
11484
11485 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11486
11487         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11488         * gst/subparse/gstsubparse.h:
11489           Remove spurious 1000 subtrahend when calculating the timestamp from
11490           the frame number and the frame rate . Also, use the frames/second
11491           value specified in the first line of the file, if one is specified
11492           there. Should fix #357503.
11493
11494         * tests/check/elements/subparse.c: (do_test),
11495         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11496         (subparse_suite):
11497           Add some basic unit tests for the microdvd subtitle format.
11498
11499 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11500
11501         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11502
11503         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11504         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11505         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11506         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11507         (gst_xvimagesink_set_xwindow_id),
11508         (gst_xvimagesink_set_event_handling),
11509         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11510         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11511         Fixes: #390076.
11512         Add an adaptor property to select a specific XV adaptor.
11513         * sys/xvimage/xvimagesink.h:
11514
11515 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11516
11517         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11518         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11519         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11520         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11521         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11522         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11524         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11525         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11526         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11527         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11528         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11529         Use flow_lock much more to protect every access to xwindow.
11530         Try to catch erros while creating images in case some drivers are
11531         just generating an XError when the requested image is too big.
11532         Should fix : #354698, #384008, #384060.
11533         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11534         Implement some stress testing of setting window xid.
11535
11536 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11537
11538         * win32/common/libgsaudio.def:
11539           Add new exported function.
11540         * win32/common/libgstogg.dsp:
11541           Add gstoggaviparse.c to the build.
11542         * win32/common/libgstvideoscale.dsp:
11543           Add vs_4tap.c to the build.
11544         * win32/common/libgstvorbis.dsp:
11545           Add vorbistag.c to the build.
11546         
11547 2007-01-06  Andy Wingo  <wingo@pobox.com>
11548
11549         * gst-libs/gst/audio/gstbaseaudiosink.c
11550         (gst_base_audio_sink_class_init)
11551         (gst_base_audio_sink_init): 
11552         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11553         to baseaudiosink, and tell basesink that we can work in pull mode.
11554         This way the ring buffer thread drives the pipeline directly, if
11555         pull mode is possible. There is some lingering nastiness regarding
11556         capsnego, however.
11557         (gst_base_audio_sink_callback): Implement the callback to pull
11558         data. This interface is a bit light, though -- it should get a
11559         GstFlowReturn return value at least.
11560
11561 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11564         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11565         * gst/playback/gstdecodebin2.c:
11566         (gst_decode_group_check_if_blocked):
11567           Printf format and missing argument fixes.
11568
11569 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11572         (gst_ogm_parse_change_state):
11573         Activate pads before adding them to the element.
11574
11575 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * tests/examples/seek/scrubby.c: (main):
11578         * tests/examples/seek/seek.c: (main):
11579           Call g_thread_init() first thing in main() (see #391278).
11580
11581 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * tests/check/Makefile.am:
11584         * tests/check/libs/.cvsignore:
11585         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11586         (netbuffer_suite):
11587           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11588           for the time being, since it's broken, see #393099.
11589
11590 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * tests/check/Makefile.am:
11593           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11594
11595 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11596
11597         * configure.ac:
11598           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11599           so that GST_BASE_CFLAGS can go inbetween them, making sure
11600           we use uninstalled gst-libs headers
11601         * docs/libs/Makefile.am:
11602         * ext/alsa/Makefile.am:
11603         * ext/cdparanoia/Makefile.am:
11604         * ext/gnomevfs/Makefile.am:
11605         * ext/libvisual/Makefile.am:
11606         * ext/ogg/Makefile.am:
11607         * ext/theora/Makefile.am:
11608         * ext/vorbis/Makefile.am:
11609         * gst-libs/gst/audio/Makefile.am:
11610         * gst-libs/gst/cdda/Makefile.am:
11611         * gst-libs/gst/interfaces/Makefile.am:
11612         * gst-libs/gst/riff/Makefile.am:
11613         * gst-libs/gst/rtp/Makefile.am:
11614         * gst-libs/gst/tag/Makefile.am:
11615         * gst/adder/Makefile.am:
11616         * gst/audioconvert/Makefile.am:
11617         * gst/audiorate/Makefile.am:
11618         * gst/audioresample/Makefile.am:
11619         * gst/playback/Makefile.am:
11620         * gst/tcp/Makefile.am:
11621         * gst/videoscale/Makefile.am:
11622         * gst/volume/Makefile.am:
11623         * sys/ximage/Makefile.am:
11624         * sys/xvimage/Makefile.am:
11625         * tests/icles/Makefile.am:
11626           adapt
11627
11628 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11629
11630         * gst-libs/gst/interfaces/xoverlay.c:
11631         (gst_x_overlay_handle_events):
11632         * gst-libs/gst/interfaces/xoverlay.h:
11633         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11634         (gst_ximagesink_set_xwindow_id),
11635         (gst_ximagesink_set_event_handling),
11636         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11637         (gst_ximagesink_get_property), (gst_ximagesink_init),
11638         (gst_ximagesink_class_init):
11639         * sys/ximage/ximagesink.h:
11640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11641         (gst_xvimagesink_set_xwindow_id),
11642         (gst_xvimagesink_set_event_handling),
11643         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11644         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11645         (gst_xvimagesink_class_init):
11646         * sys/xvimage/xvimagesink.h:
11647         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11648         Add a method to the XOverlay interface to allow disabling of 
11649         event handling in x[v]imagesink elements. This will let X events
11650         propagate to parent windows which can be usefull in some cases.
11651         Be carefull that the application is then responsible of pushing
11652         navigation events and expose events to the video sink.
11653         Fixes: #387138.
11654
11655 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * gst-libs/gst/tag/gstvorbistag.c:
11658         * tests/check/libs/tag.c: (GST_START_TEST):
11659           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11660           (fixes #392070).
11661
11662 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * configure.ac:
11665         * docs/Makefile.am:
11666         * docs/design/Makefile.am:
11667           Dist design docs.
11668
11669 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11670
11671         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11672         typo. Fixes: #390063.
11673
11674 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11675
11676         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11678         caps leak.
11679         * win32/common/config.h: Updated.
11680
11681 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11682
11683         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11684         (setup_gdpdepay_streamheader):
11685         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11686         (setup_gdppay_streamheader):
11687           Fix the dp tests, but activating the pads for the streamheader tests
11688           too and cleaning up conditionaly
11689
11690 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11691
11692         * gst/ffmpegcolorspace/avcodec.h:
11693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11695         (gst_ffmpegcsp_avpicture_fill):
11696         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11697         (img_get_alpha_info):
11698         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11699         other end of the word. Fixes: #387073.
11700
11701         Add some inconsequential branch hints in a couple of places.
11702
11703 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11706         (gst_ffmpeg_caps_to_smpfmt):
11707           The "signed" field in raw audio caps is of boolean type, trying to
11708           extract the value with _get_int() will fail (fix to keep in sync with
11709           the copy in gst-ffmpeg)
11710
11711 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11712
11713         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11714         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11715         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11716         (cleanup_gdpdepay):
11717         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11718         * tests/check/elements/subparse.c: (teardown_subparse):
11719         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11720         * tests/check/elements/videorate.c: (cleanup_videorate):
11721         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11722         * tests/check/elements/volume.c: (cleanup_volume):
11723         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11724         (cleanup_vorbisdec):
11725         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11726         (cleanup_vorbistag):
11727           consistent pad (de)activation
11728
11729 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11732           Forgot to register the extensions.
11733
11734 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11737         (plugin_init):
11738           Add typefinder for VIVO files (my christmas present to the 90s).
11739
11740 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/playback/gstdecodebin.c: (type_found):
11743           Special-case the text/plain media type: we only want to recognise it
11744           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11745           parser, but not if the entire stream is of text/plain type. If the
11746           entire stream is text/plain, we should just error out.
11747
11748           This fixes playback of audio files with lyrics in totem. Totem can't
11749           distinguish between text files and subtitle files and passes any
11750           .txt file with the same basename as the main file to playbin as
11751           suburi, and playbin will then throw a 'subtitle found, but no video
11752           stream' error, which isn't entirely helpful. See #380342.
11753
11754           Also, with this change we'll show a slightly more correct error
11755           message in case totem passes a playlist file to us (although a
11756           custom error message wording instead of the default text would
11757           probably not be a bad idea either).
11758
11759           Same problem also needs to be fixed for playbin+decodebin2.
11760
11761         * tests/check/Makefile.am:
11762         * tests/check/elements/decodebin.c: (src_handoff_cb),
11763         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11764         (decodebin_suite):
11765           Add simple unit test for decodebin for the above.
11766
11767 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11770         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11771           Refuse to change state to READY when we failed to create any of the
11772           required elements in our instance init function.
11773
11774 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * docs/libs/gst-plugins-base-libs-sections.txt:
11777           Small docs fixes/updates.
11778
11779         * gst-libs/gst/video/gstvideosink.h:
11780           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11781           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11782           removed from the base sink API between 0.9.6 and 0.9.7).
11783           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11784           accessor macros, so we don't do a runtime GObject type check every
11785           time we use them.
11786
11787 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11788
11789         * Makefile.am:
11790         * gst-plugins-base.doap:
11791         * gst-plugins-base.spec.in:
11792           add doap file
11793
11794 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         Patch by: Jens Granseuer <jensgr at gmx net>
11797
11798         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11799         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11800         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11801         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11803           Declare variables at the beginning of a block. Fixes #383195.
11804
11805 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11806
11807         * configure.ac:
11808         Bump version nano - back to CVS.
11809
11810
11811 === release 0.10.11 ===
11812
11813 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11814
11815         * configure.ac:
11816           releasing 0.10.11, "Dumb things"
11817
11818 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11819
11820         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11821         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11822         Handle the case where an element has multiple pads with 
11823         unfixed caps as well as still possibly producing more dynamic 
11824         pads by storing each case as a distinct entry in the dynamic list.
11825         Fixes #38223 again.
11826
11827 2006-12-04  Wim Taymans  <wim@fluendo.com>
11828
11829         * gst/playback/gstdecodebin.c: (close_pad_link):
11830         Fix #382223, add more dynamic caps handling.
11831
11832 2006-12-04  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst-libs/gst/audio/gstringbuffer.h:
11835         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11836         (gst_netaddress_set_ip4_interface),
11837         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11838         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11839         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11840         (gst_netaddress_get_ttl):
11841         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11842         * gst/playback/gstdecodebin.c: (close_pad_link):
11843         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11844         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11845         * win32/common/config.h:
11846
11847 2006-12-01  Michael Smith  <msmith@fluendo.com>
11848
11849         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11850           Delete bad debug code.
11851           Fixes #381219
11852
11853 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11854
11855         * gst/videoscale/vs_4tap.c:
11856         * win32/MANIFEST:
11857         * win32/common/config.h:
11858         * win32/vs8/libgstvideoscale.vcproj:
11859         Fix compilation on win32 under VS8
11860         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11861         Partially fixes #381175
11862
11863 2006-11-30  Michael Smith  <msmith@fluendo.com>
11864
11865         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11866         (GST_START_TEST):
11867           It would be very bad if, after a discont buffer, we thought every
11868           single following buffer was also discont. So, add to the test to
11869           ensure that this isn't the case.
11870           
11871         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11872           ... it was the case. So fix it.
11873
11874 2006-11-28  Wim Taymans  <wim@fluendo.com>
11875
11876         * gst/playback/gstplaybasebin.c: (check_queue_event):
11877         Improve debug.
11878
11879         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11880         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11881         padtemplate caps. Refixes #357577.
11882
11883 2006-11-28  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst/playback/gstplaybasebin.c: (check_queue_event),
11886         (queue_threshold_reached), (queue_out_of_data),
11887         (gen_preroll_element):
11888         Add event probe to see when EOS is in a queue and we can disable the
11889         underrun signals. Fixes #357577.
11890
11891 2006-11-28  Edward Hervey  <edward@fluendo.com>
11892
11893         * gst/playback/Makefile.am:
11894         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11895         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11896         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11897         (gst_decode_bin_init), (gst_decode_bin_dispose),
11898         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11899         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11900         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11901         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11902         (connect_element), (expose_pad), (type_found),
11903         (pad_added_group_cb), (pad_removed_group_cb),
11904         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11905         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11906         (are_raw_caps), (multi_queue_overrun_cb),
11907         (multi_queue_underrun_cb), (gst_decode_group_new),
11908         (get_current_group), (group_demuxer_event_probe),
11909         (gst_decode_group_control_demuxer_pad),
11910         (gst_decode_group_control_source_pad),
11911         (gst_decode_group_check_if_blocked),
11912         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11913         (gst_decode_group_hide), (gst_decode_group_free),
11914         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11915         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11916         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11917         (plugin_init):
11918         New decodebin2 element.
11919         Closes #370092
11920         * gst/playback/gstplay-marshal.list:
11921         Added marshallers for new signals in decodebin2
11922         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11923         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11924         is set.
11925
11926 2006-11-28  Wim Taymans  <wim@fluendo.com>
11927
11928         * gst/playback/gstplaybasebin.c: (setup_source),
11929         (gst_play_base_bin_change_state):
11930         Disable rtsp:// uris for the release, it's not good enough yet.
11931         Remove unused var.
11932
11933 2006-11-26  Wim Taymans  <wim@fluendo.com>
11934
11935         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11936         (theora_dec_push_forward), (theora_dec_push_reverse),
11937         (theora_handle_data_packet), (theora_dec_decode_buffer),
11938         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11939         (theora_dec_chain_forward), (theora_dec_chain):
11940         Implement reverse playback.
11941
11942         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11943         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11944         (vorbis_dec_chain_forward):
11945         Clear buffers used for reverse playback in _reset.
11946         No need to set the eos flag, we clip samples using the segment.
11947
11948 2006-11-24  Wim Taymans  <wim@fluendo.com>
11949
11950         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11951         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11952         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11953         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11954         Some cleanups.
11955         Handle continued pages in reverse mode.
11956
11957 2006-11-24  Wim Taymans  <wim@fluendo.com>
11958
11959         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11960         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11961         (vorbis_dec_flush_decode):
11962         Small cleanups.
11963         Don't try to add invalid timestamps.
11964         Clipping will unref the buffer.
11965
11966 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11967
11968         * gst/adder/gstadder.h:
11969         * gst/audiotestsrc/gstaudiotestsrc.h:
11970           remove obsolete _factory_init protos
11971
11972 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11973
11974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11975           Fix spacing in debug message.
11976
11977 2006-11-23  Wim Taymans  <wim@fluendo.com>
11978
11979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11980         (gst_ogg_demux_chain):
11981         Don't just ignore return values from _pad_push().
11982         Small debug improvements.
11983
11984 2006-11-23  Michael Smith  <msmith@fluendo.com>
11985
11986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11987           If our incoming buffer is marked as DISCONT, then increment the page
11988           number (so that the discontinuity is marked in the final ogg
11989           bitstream) and flush the previous page.
11990
11991 2006-11-22  Michael Smith  <msmith@fluendo.com>
11992
11993         * ext/theora/gsttheoraenc.h:
11994         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11995         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11996         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11997         (theora_enc_chain), (theora_enc_change_state):
11998           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11999
12000         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12001         (GST_START_TEST), (theoraenc_suite):
12002           Enable discontinuity test, fix it.
12003
12004 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12007         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12008         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12009         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12010         (gst_text_overlay_change_state):
12011         * ext/pango/gsttextoverlay.h:
12012           Some textoverlay fixes: for one, in the video chain function,
12013           actually wait for a text buffer to come in if there is none at the
12014           moment and there should be one; also, deal more gracefully with
12015           incoming buffers that do not have a timestamp or duration; discard
12016           text buffer when not needed any longer. Fixes #341681.
12017
12018         * tests/check/Makefile.am:
12019         * tests/check/elements/.cvsignore:
12020         * tests/check/elements/textoverlay.c:
12021         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12022         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12023         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12024         (test_video_waits_for_text_send_text_newsegment_thread),
12025         (test_video_waits_for_text_shutdown_element),
12026         (test_render_continuity_push_video_buffers_thread),
12027         (textoverlay_suite):
12028           Add some unit tests for textoverlay.
12029
12030 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12033           Avoid integer underflow when the found probability for mp3 is
12034           smaller than the 'penalty' we subtract if there's not a clean
12035           mp3 header sync at offset 0.
12036
12037 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12038
12039         * docs/libs/gst-plugins-base-libs-sections.txt:
12040           Add some new symbols to the docs
12041
12042 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12043
12044         * tests/check/Makefile.am:
12045         * tests/check/elements/ffmpegcolorspace.c:
12046         (ffmpegcolorspace_suite):
12047           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12048           (for now not for valgrinding though, since it takes too long).
12049
12050 2006-11-20  Wim Taymans  <wim@fluendo.com>
12051
12052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12053         (gst_ffmpeg_pixfmt_to_caps):
12054         Fix RGBA32 caps. Fixes #357038.
12055
12056 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst-libs/gst/interfaces/mixertrack.h:
12059           Add FIXME so we can add some padding here in 0.11
12060
12061 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12064           Fix GstBaseRTPAudioPayload structure so the whole GObject
12065           inheritance business actually works (parent class instance structure
12066           must always come first in the derived class instance structure).
12067
12068 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst/videotestsrc/Makefile.am:
12071         * tests/check/Makefile.am:
12072           Make sure our checks and the videotestsrc plugin link against the
12073           local uninstalled gst libs and not any installed gst libs that
12074           might happen to exist as well.
12075
12076         * tests/check/elements/adder.c: (message_received),
12077         (test_event_message_received), (test_play_twice_message_received):
12078         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12079           Fix compiler warnings when compiling against core with disabled
12080           debugging system.
12081
12082 2006-11-16  Michael Smith  <msmith@fluendo.com>
12083
12084         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12085         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12086           Fix audiorate, so that it accurately sets offsets and timestamps.
12087           Doesn't change the fundamental algorithmic decisions; so should be
12088           safe.
12089
12090         * tests/check/Makefile.am:
12091           Enable audiorate test now that it passes.
12092
12093 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12094
12095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12096           clear xv when going to NULL, remove // commented non-existant proto
12097
12098         * tests/examples/seek/seek.c: (main):
12099           add missing tooltip description for scrub and play_scrub
12100
12101 2006-11-14  David Schleef  <ds@schleef.org>
12102
12103         * configure.ac:
12104           Bump liboil requirement to 0.3.8.
12105         * gst-libs/gst/riff/riff-media.c:
12106           Add Dirac fourcc.
12107         * gst/videoscale/vs_image.h:
12108         * gst/videoscale/vs_scanline.h:
12109           Use liboil's stdint.h.
12110         * gst/videotestsrc/videotestsrc.c:
12111           Remove liboil related ifdef's, since they aren't needed now, and
12112           won't work with future versions.
12113
12114 2006-11-14  David Schleef  <ds@schleef.org>
12115
12116         * gst/videoscale/Makefile.am:
12117         * gst/videoscale/gstvideoscale.c:
12118         * gst/videoscale/gstvideoscale.h:
12119         * gst/videoscale/vs_4tap.c:
12120         * gst/videoscale/vs_4tap.h:
12121         * gst/videoscale/vs_image.c:
12122         * gst/videoscale/vs_image.h:
12123         * gst/videoscale/vs_scanline.c:
12124         * gst/videoscale/vs_scanline.h:
12125           Add a 4-tap image scaler.  Theoretically looks much prettier.
12126           The tap calculation could use some improvement.
12127
12128 2006-11-14  Wim Taymans  <wim@fluendo.com>
12129
12130         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12131
12132         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12133         (gst_riff_parse_strf_iavs):
12134         * gst/subparse/gstsubparse.c: (convert_encoding):
12135         * gst/tcp/gstmultifdsink.c:
12136         (gst_multi_fd_sink_handle_client_write):
12137         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12138         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12139         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12140         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12141         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12142         (gst_ximagesink_ximage_new):
12143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12144         Various gsize and gssize printf fixes. Fixes #372507.
12145
12146 2006-11-13  Wim Taymans  <wim@fluendo.com>
12147
12148         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12149         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12150         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12151         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12152         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12153         * ext/vorbis/vorbisdec.h:
12154         First stab at vorbis reverse playback.
12155
12156 2006-11-13  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst-libs/gst/audio/gstbaseaudiosink.c:
12159         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12160         * gst-libs/gst/audio/gstbaseaudiosink.h:
12161         Make the clock sync code more accurate wrt resampling and playback
12162         at different rates.
12163         
12164         * gst-libs/gst/audio/gstringbuffer.c:
12165         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12166         * gst-libs/gst/audio/gstringbuffer.h:
12167         Use better algorithm to interpolate sample rates. 
12168
12169 2006-11-13  Michael Smith  <msmith@fluendo.com>
12170
12171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12172           Improve a debug line slightly.
12173
12174         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12175           Call gst_riff_init() in plugin_init, to avoid getting errors from
12176           the debug system (unrelated changes to another plugin made this turn
12177           up; not sure why).
12178
12179 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12182
12183         * win32/common/libgsttag.def:
12184           Add missing symbol (#366492).
12185
12186 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12189           Don't unref a NULL pad.
12190
12191 2006-11-09  Wim Taymans  <wim@fluendo.com>
12192
12193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12194         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12195         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12196         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12197         (gst_ogg_demux_loop):
12198         Implement first stab at reverse playback.
12199
12200 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12201
12202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12203         (gst_riff_create_video_template_caps):
12204           add h263/h264 variants to the caps, Fixes #363118
12205
12206 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12209         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12210           Use g_strerror instead of strerror so we get UTF-8.
12211
12212 2006-11-03  David Schleef  <ds@schleef.org>
12213
12214         * ext/ogg/gstoggdemux.c:
12215         * ext/ogg/gstoggmux.c:
12216           Add/remove KW-DIRAC header here, since it is ogg-specific.
12217
12218 2006-11-03  Michael Smith  <msmith@fluendo.com>
12219
12220         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12221           Recognise more mpeg4 elementary video streams.
12222
12223 2006-11-02  Edward Hervey  <edward@fluendo.com>
12224
12225         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12226         Lower the probability of mp3 typefinding functions if we don't find a
12227         valid mp3 header at the start of the file.
12228         Closes #369482
12229
12230 2006-11-02  Wim Taymans  <wim@fluendo.com>
12231
12232         * ext/theora/gsttheoradec.h:
12233         * ext/theora/theoradec.c: (gst_theora_dec_init),
12234         (theora_dec_sink_event), (theora_dec_chain_forward),
12235         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12236         (theora_dec_chain):
12237         Document and partially implement an algorithm for doing reverse playback
12238         of theora video.
12239
12240 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12243
12244         * win32/common/config.h:
12245         * win32/common/interfaces-enumtypes.c:
12246         * win32/common/libgsttag.def:
12247         * win32/vs8/gst-plugins-base.sln:
12248         * win32/vs8/libgstaudioresample.vcproj:
12249         * win32/vs8/libgstinterfaces.vcproj:
12250         * win32/vs8/libgstogg.vcproj:
12251         * win32/vs8/libgstriff.vcproj:
12252         * win32/vs8/libgsttag.vcproj:
12253         * win32/vs8/libgsttheora.vcproj:
12254         * win32/vs8/libgstvideoscale.vcproj:
12255         * win32/vs8/libgstvorbis.vcproj:
12256           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12257           to libgsttag.def; add missing dependencies for some vs8 projects;
12258           re-arrange placement of .def files in vs8 projects (#366334).
12259
12260 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * ext/ogg/gstogg.c:
12263           Remove unused variable.
12264
12265         * ext/ogg/gstoggdemux.c:
12266           Fix Wim's surname in plugin description.
12267
12268 2006-10-31  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst-plugins-base.spec.in:
12271         spec new .h file. Fixes #368310.
12272
12273 2006-10-31  Michael Smith  <msmith@fluendo.com>
12274
12275         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12276         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12277         (gst_multi_fd_sink_get_stats),
12278         (gst_multi_fd_sink_remove_client_link),
12279         (gst_multi_fd_sink_queue_buffer),
12280         (gst_multi_fd_sink_handle_clients):
12281         * gst/tcp/gstmultifdsink.h:
12282           Make using the remove or clear signals threadsafe.
12283           Make calling get-stats with an invalid fd not segfault.
12284           Fixes 368273.
12285
12286 2006-10-31  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst-libs/gst/rtp/Makefile.am:
12289         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12290         (gst_base_rtp_audio_payload_init):
12291         Fix and activate base audio payloader.
12292
12293 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12296         (plugin_init):
12297           Add typefinder for QuickTime Image Files (see #366156).
12298
12299 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12302           Another typo fix (#366212).
12303
12304 2006-10-27  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/volume/gstvolume.c: (volume_transform_ip):
12307         Use stream time to synchronize volume property instead of rather random
12308         timestamps. This is needed when gnonlin does its time shifting.
12309
12310 2006-10-27  Wim Taymans  <wim@fluendo.com>
12311
12312         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12313
12314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12315         Remove the pad from the element in release_pad. Fixes #364812.
12316
12317 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12321           Explicitly create our custom buffer classes at a thread-safe
12322           location as well, since g_type_class_ref() doesn't seem to be
12323           entirely thread-safe either (#365501; also see #349410).
12324
12325 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12328         (gst_riff_parse_info):
12329           If strings in INFO chunk are not UTF-8, do something similar to
12330           what we do for ID3v1 tags: check a number of environment variables
12331           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12332           character sets to try, otherwise try the current locale and/or fall
12333           back on ISO-8859-1. Fixes #360552.
12334
12335 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * gst/videotestsrc/gstvideotestsrc.c:
12338         (gst_video_test_src_pattern_get_type),
12339         (gst_video_test_src_set_pattern):
12340         * gst/videotestsrc/gstvideotestsrc.h:
12341         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12342         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12343         (gst_video_test_src_checkers8):
12344         * gst/videotestsrc/videotestsrc.h:
12345           Add a bunch of exciting new checkers patterns.
12346
12347 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12348
12349         * gst/subparse/Makefile.am:
12350         * gst/subparse/gstsubparse.c:
12351         (gst_sub_parse_data_format_autodetect),
12352         (gst_sub_parse_format_autodetect), (handle_buffer),
12353         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12354         * gst/subparse/gstsubparse.h:
12355         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12356         (parse_tmplayer):
12357         * gst/subparse/tmplayerparse.h:
12358           Add support for TMPlayer-type subtitles (#362845).
12359
12360         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12361         (GST_START_TEST), (subparse_suite):
12362           Add some basic unit tests for the above.
12363
12364 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * tests/check/elements/audiorate.c: (test_injector_base_init),
12367         (test_injector_class_init), (test_injector_chain),
12368         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12369         (GST_START_TEST), (audiorate_suite):
12370           More tests for audiorate: inject buffers to check behaviour when
12371           buffers overlap.
12372
12373 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375         * tests/check/Makefile.am:
12376         * tests/check/elements/.cvsignore:
12377         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12378         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12379           Add some basic unit tests for audiorate. Disabled at the moment
12380           since it doesn't pass yet (see bug #363119).
12381
12382 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12385         (parse_subrip), (handle_buffer):
12386           Add missing closing tags for markup and fix broken markup,
12387           otherwise pango won't render anything (fixes #357531). Also,
12388           make sure the text we send out is always NUL-terminated
12389           (better safe than sorry etc.).
12390
12391         * tests/check/elements/subparse.c: (test_srt_do_test),
12392         (test_srt):
12393           Some more tests for .srt incl. tests for the above stuff.
12394
12395 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12396
12397         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12399         Patch by: Stefan Kost  <ensonic@users.sf.net>
12400         Try to redraw borders only when needed. Apparently this consumes
12401         resources on small devices... :-O (#363607)
12402
12403 2006-10-20  Michael Smith  <msmith@fluendo.com>
12404
12405         * gst/tcp/gstmultifdsink.c:
12406         (gst_multi_fd_sink_client_queue_buffer):
12407           If caps change, then update the client's idea of the caps so that we
12408           don't end up re-sending streamheaders for every single buffer after
12409           the caps change.
12410
12411 2006-10-20  Michael Smith  <msmith@fluendo.com>
12412
12413         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12414         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12415           Set caps on pushed buffers; fix up refcounting of caps objects.
12416
12417 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12418
12419         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12420         (plugin_init):
12421           Typefind mmsh header data packet to application/x-mmsh (#362625).
12422
12423 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12424
12425         * tests/check/Makefile.am:
12426         * tests/check/elements/.cvsignore:
12427         * tests/check/elements/subparse.c: (buffer_from_static_string),
12428         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12429         (GST_START_TEST), (subparse_suite):
12430           Add very simple unit test for subparse.
12431
12432 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12435         (parse_subrip):
12436           Strip trailing newlines from subtitle text output.
12437
12438 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12441         (gst_sub_parse_change_state):
12442           Fix memleak; clear subparse->textbuf n state change function.
12443
12444 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12445
12446         * gst/subparse/gstsubparse.c:
12447         (gst_sub_parse_data_format_autodetect):
12448           Don't require subrip (.srt) files to start with a chunk number of 1.
12449
12450 2006-10-18  Wim Taymans  <wim@fluendo.com>
12451
12452         * gst-libs/gst/audio/gstbaseaudiosink.c:
12453         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12454         * gst-libs/gst/audio/gstbaseaudiosink.h:
12455         Extract rate from the NEWSEGMENT event.
12456         Use commit_full to also take rate adjustment into account when writing
12457         samples to the ringbuffer.
12458         
12459         * gst-libs/gst/audio/gstringbuffer.c:
12460         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12461         (gst_ring_buffer_read):
12462         * gst-libs/gst/audio/gstringbuffer.h:
12463         Added _commit_full() to also take rate into account.
12464         Use simple interpolation algorithm to resample audio.
12465         API: gst_ring_buffer_commit_full()
12466
12467         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12468         * tests/examples/seek/seek.c: (segment_done):
12469         Don't try to seek with 0.0 rate, just pause instead.
12470         Remove bogus debug line.
12471
12472 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12475         (setup_source):
12476           Catch async errors when starting up the subtitle bin, so we can
12477           stop waiting and continue with the main film instead of hanging
12478           forever. Fixes #339366.
12479
12480         * tests/check/elements/playbin.c: (playbin_suite):
12481           Enable unit test for the above.
12482
12483 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * tests/check/Makefile.am:
12486         * tests/check/elements/.cvsignore:
12487         * tests/check/elements/playbin.c: (GST_START_TEST),
12488         (gst_red_video_src_uri_get_type),
12489         (gst_red_video_src_uri_get_protocols),
12490         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12491         (gst_red_video_src_uri_handler_init),
12492         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12493         (gst_red_video_src_create), (gst_red_video_src_class_init),
12494         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12495           Some small and basic unit tests for playbin; not very useful yet,
12496           but at least a start.
12497
12498 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12499
12500         * gst/playback/gstplaybin.c: (setup_sinks):
12501           The old pad activation spiel.
12502
12503 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * gst/playback/gstplaybasebin.c: (setup_source):
12506           Don't hang forever if the subbin already fails to start up in 
12507           the state change to PAUSED (#339366).
12508
12509 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12510
12511         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12512         (gst_tuner_set_channel), (gst_tuner_get_channel),
12513         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12514         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12515         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12516         (gst_tuner_find_channel_by_name):
12517           Fix some function guards, add some more function guards.
12518
12519 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12520
12521         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12522         (remove_element_chain):
12523         Don't return a pad from get_our_ghost_pad unless it is actually the
12524         one we want.
12525         Change a cast in remove_element_chain slightly.
12526
12527 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12528
12529         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12530         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12531         Segment seeking needs to use the rate and set stop to -1.
12532
12533 2006-10-13  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst-libs/gst/audio/gstbaseaudiosink.c:
12536         (gst_base_audio_sink_setcaps):
12537         Don't crash when ringbuffer is not yet created.
12538         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12539         Fixes #361634.
12540
12541         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12542         * gst/playback/gststreamselector.c:
12543         (gst_stream_selector_request_new_pad):
12544         Activate pads befre adding them to running elements.
12545
12546 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12547
12548         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12549         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12550         updater when we start grabing the slider. Don't wait for the
12551         pipeline to be PAUSED.
12552
12553 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12554
12555         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12556         (gst_mixer_set_volume), (gst_mixer_get_volume),
12557         (gst_mixer_set_mute), (gst_mixer_set_option),
12558         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12559         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12560         (gst_mixer_option_changed):
12561           Guard mixer interface functions against bogus arguments.
12562
12563 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12564
12565         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12566         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12567         (msg_state_changed), (main): Use state-changed messages to trigger
12568         start/stop of scale update timer. Indeed the scale slider was
12569         jumping here and there because the update timer was activated 
12570         before seek completed. This fixes instant applying of rate changes
12571         by pressing the spinbutton like a crazy man !
12572
12573 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12576
12577         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12578         (gst_basertppayload_finalize):
12579           Fix two small memory leaks (#361456).
12580
12581 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12582
12583         * tests/examples/seek/seek.c: (do_seek),
12584         (rate_spinbutton_changed_cb): When changing spinbutton we try
12585         to change the rate on the fly.
12586
12587 2006-10-10  Wim Taymans  <wim@fluendo.com>
12588
12589         * gst-libs/gst/riff/riff-ids.h:
12590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12591         (gst_riff_create_audio_template_caps):
12592         Add WMS caps.
12593
12594 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12595
12596         Patch by: Josep Torra Valles <josep@fluendo.com>
12597
12598         * ext/gnomevfs/gstgnomevfssink.c:
12599         * ext/gnomevfs/gstgnomevfssrc.c:
12600         Fix URI interface implementation return type.
12601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12602         Fix what looks like a copy/paste issue when assigning values.
12603         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12604         (gst_audio_filter_template_get_type):
12605         Cast to prevent Forte warnings.
12606         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12607         Fix URI interface implementation return type.
12608         gst_pad_query_position requires a signed integer pointer as
12609         3rd parameter, GstClockTime is unsigned.
12610         * gst/audioconvert/audioconvert.c:
12611         Fix integer overflow when treated as signed.
12612         * gst/audioresample/resample.c: (resample_add_input_data):
12613         Cast to prevent warnings on Forte.
12614         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12615         Fix integer overflow when treated as signed.
12616         * gst/ffmpegcolorspace/imgconvert_template.h:
12617         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12618         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12619         (cleanup_decodebin):
12620         Who initialises a guint to -1!
12621         Cast function pointers to prevent warnings on Forte.
12622         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12623         (queue_threshold_reached):
12624         Cast function pointers correctly to prevent warnings on Forte.
12625         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12626         Cast function pointers correctly to prevent warnings on Forte.
12627         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12628         Obvious change to unsigned, 0xEF > max signed char.
12629         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12630         GstClockTime is unsigned, initialise correctly.
12631         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12632         Cast so pointer arithemetic doesn't cause warnings on Forte.
12633         * gst/videorate/gstvideorate.c:
12634         Use correct return value.
12635         * tests/examples/seek/scrubby.c:
12636         GstClockTime is unsigned, initialise correctly.
12637
12638 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12641
12642         * gst/typefind/gsttypefindfunctions.c:
12643           Recognise XML files and XML-like files shorter than 256 bytes as
12644           well (fixes #359237).
12645
12646 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12647
12648         Patch by: Renato Filho <renato.filho@indt.org.br>
12649         
12650         * gst/typefind/gsttypefindfunctions.c:
12651         Added typefind functions to video/x-nuv media.
12652         
12653 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * gst-libs/gst/interfaces/xoverlay.c:
12656         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12657           Some more guards against invalid input.
12658
12659 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12660
12661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12662         Useless goto.
12663         * tests/examples/seek/seek.c: (do_seek),
12664         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12665         seek example to experiment with rates != 1.0 (reverse playback !)
12666
12667 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12668
12669         * gst-libs/gst/interfaces/xoverlay.c:
12670           Unref message in doc-example (spotted by Robert McQueen)
12671
12672 2006-10-06  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12675         (mpeg1_parse_header), (mpeg1_sys_type_find):
12676         printf fix.
12677
12678 2006-10-06  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12681         (close_pad_link):
12682         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12683         Activate dynamic pads before adding them to the element.
12684
12685 2006-10-06  Michael Smith  <msmith@fluendo.com>
12686
12687         * gst-libs/gst/floatcast/floatcast.h:
12688           Fix obviously-bogus macros; use the correct types.
12689
12690 2006-10-06  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12693         (gst_base_rtp_depayload_change_state):
12694         Also call parent state change function to activate pads.
12695
12696         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12697         (mpeg1_parse_header), (mpeg1_sys_type_find):
12698         Add some more debug info in mpeg typefinding.
12699
12700 2006-10-06  Michael Smith  <msmith@fluendo.com>
12701
12702         * ext/theora/theoradec.c: (theora_dec_chain):
12703           Zero byte theora packets are valid and well-defined; don't warn on
12704           them.
12705
12706 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12709         (gst_multi_fd_sink_get_stats), (find_limits),
12710         (gst_multi_fd_sink_queue_buffer):
12711           API: add dropped_buffers to the get-stats GValueArray
12712
12713 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * ext/alsa/gstalsadeviceprobe.c:
12716         (gst_alsa_device_property_probe_get_values):
12717         * ext/alsa/gstalsasink.c: (set_hwparams):
12718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12719         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12721         (gst_ogg_mux_process_best_pad):
12722         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12723         (gst_ogg_parse_chain):
12724         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12725         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12726         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12727         (gst_vorbis_enc_buffer_check_discontinuous):
12728         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12729         * gst-libs/gst/audio/gstbaseaudiosink.c:
12730         (gst_base_audio_sink_render):
12731         * gst-libs/gst/cdda/gstcddabasesrc.c:
12732         (gst_cdda_base_src_handle_track_seek):
12733         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12734         (gst_base_rtp_depayload_push_full):
12735         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12736         * gst/audioresample/resample.c: (resample_input_pushthrough):
12737         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12738         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12740         (wavpack_type_find):
12741         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12742         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12743         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12744         * tests/check/elements/volume.c: (GST_START_TEST):
12745           Printf format fixes.
12746
12747 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12748
12749         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12750           Fix a simple mistake (see the docs)
12751           Fixes #359580
12752
12753 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * docs/plugins/Makefile.am:
12756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12758         * docs/plugins/gst-plugins-base-plugins.args:
12759         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12760         * docs/plugins/inspect/plugin-adder.xml:
12761         * docs/plugins/inspect/plugin-alsa.xml:
12762         * docs/plugins/inspect/plugin-audioconvert.xml:
12763         * docs/plugins/inspect/plugin-audiorate.xml:
12764         * docs/plugins/inspect/plugin-audioresample.xml:
12765         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12766         * docs/plugins/inspect/plugin-cdparanoia.xml:
12767         * docs/plugins/inspect/plugin-decodebin.xml:
12768         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12769         * docs/plugins/inspect/plugin-gdp.xml:
12770         * docs/plugins/inspect/plugin-gnomevfs.xml:
12771         * docs/plugins/inspect/plugin-libvisual.xml:
12772         * docs/plugins/inspect/plugin-ogg.xml:
12773         * docs/plugins/inspect/plugin-pango.xml:
12774         * docs/plugins/inspect/plugin-playbin.xml:
12775         * docs/plugins/inspect/plugin-subparse.xml:
12776         * docs/plugins/inspect/plugin-tcp.xml:
12777         * docs/plugins/inspect/plugin-theora.xml:
12778         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12779         * docs/plugins/inspect/plugin-video4linux.xml:
12780         * docs/plugins/inspect/plugin-videorate.xml:
12781         * docs/plugins/inspect/plugin-videoscale.xml:
12782         * docs/plugins/inspect/plugin-videotestsrc.xml:
12783         * docs/plugins/inspect/plugin-volume.xml:
12784         * docs/plugins/inspect/plugin-vorbis.xml:
12785         * docs/plugins/inspect/plugin-ximagesink.xml:
12786         * docs/plugins/inspect/plugin-xvimagesink.xml:
12787           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12788
12789 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12792
12793         * ext/vorbis/Makefile.am:
12794         * ext/vorbis/vorbis.c: (plugin_init):
12795         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12796         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12797         * ext/vorbis/vorbisparse.h:
12798         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12799         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12800         (gst_vorbis_tag_parse_packet):
12801         * ext/vorbis/vorbistag.h:
12802           Add new vorbistag element which derives from vorbisparse
12803           and is essentially the same as well, only that it implements
12804           the GstTagSetter interface and can modify the stream's
12805           vorbiscomment on the fly (#335635).
12806
12807         * tests/check/Makefile.am:
12808         * tests/check/elements/.cvsignore:
12809         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12810         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12811         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12812         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12813           Add unit test for new vorbistag element.
12814
12815 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12818         (vorbis_parse_push_headers), (vorbis_parse_chain):
12819           Set BOS flag in packet structure to fix 'jump depends
12820           on unitialized value' errors in valgrind; various minor
12821           clean-ups.
12822
12823 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12824
12825         * gst/playback/gstdecodebin.c: (close_pad_link):
12826         Fix typo in a debug statement.
12827
12828         * gst/playback/gstplaybasebin.c: (probe_triggered),
12829         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12830         (gen_source_element), (source_new_pad), (analyse_source),
12831         (setup_source):
12832         When handling no_more_pads in new_decoded_pad, make sure to treat
12833         subtitle pads correctly. Fixes playback with subtitle files.
12834
12835         Move a recurring message to LOG level.
12836
12837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12838         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12839         which ends up as -1 when cast to an int. Make the logic handle the
12840         max value as an unsigned mask and only change the colorkey when it's
12841         a value we recognise.
12842
12843 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12844
12845         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12846         Removed empty * between paragraphs
12847
12848 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12849
12850         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12851         * gst-libs/gst/rtp/README:
12852         Moved some documentation into .c file
12853
12854 2006-09-29  Wim Taymans  <wim@fluendo.com>
12855
12856         * gst/playback/gstdecodebin.c: (no_more_pads):
12857         Fix compilation.
12858
12859 2006-09-29  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/playback/gstdecodebin.c: (new_caps):
12862         Remove g_print
12863
12864         * gst/playback/gstplaybin.c:
12865         Add some docs.
12866
12867 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         * tests/check/Makefile.am:
12870           Re-enable cddabasesrc test to see if it works again
12871           now.
12872
12873 2006-09-29  Wim Taymans  <wim@fluendo.com>
12874
12875         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12876         (gen_source_element):
12877         Handle invalid URIs a bit more gracefully.
12878
12879 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * tests/check/pipelines/oggmux.c:
12882           Remove obsolete comment.
12883
12884 2006-09-29  Michael Smith  <msmith@fluendo.com>
12885
12886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12887         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12888         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12889         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12890         (gst_ogg_mux_collected):
12891           Commit patch from James "Doc" Livingston, adds proper EOS handling
12892           in oggmux. GStreamer can, for the first time ever, create a valid
12893           Ogg file! Yay!
12894
12895         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12896         (oggmux_suite):
12897           Reenable tests now that they pass.
12898
12899 2006-09-29  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12902         Stop reading commands when EOF (we read 0) as well.
12903
12904 2006-09-28  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12907         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12908         (find_dynamic), (unlinked), (close_link):
12909         Implement delayed caps linking needed for element with a lot of
12910         different caps on the src pads that get fixed at runtime.
12911         Improve management of dynamic elements.
12912
12913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12914         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12915         (gen_preroll_element), (remove_groups), (unknown_type),
12916         (add_element_stream), (no_more_pads_full), (no_more_pads),
12917         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12918         (new_decoded_pad), (setup_subtitle), (array_has_value),
12919         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12920         (analyse_source), (remove_decoders), (make_decoder),
12921         (remove_source), (setup_source), (finish_source), (prepare_output),
12922         (gst_play_base_bin_change_state):
12923         * gst/playback/gstplaybasebin.h:
12924         Use more _CAST instead of full type checking casts.
12925         Small cleanups, plug some leaks.
12926         Handle dynamic sources.
12927         Add some helper functions to create lists of strings used for
12928         blacklisting and other stuff.
12929         Refactor some code dealing with analysing the source.
12930         Re-enable sources without pads (like cd:// or other selfcontained
12931         elements).
12932
12933 2006-09-28  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst-libs/gst/audio/gstbaseaudiosink.c:
12936         (gst_base_audio_sink_render):
12937         When we have a timestamp, we can still perform clipping.
12938         When we have no clock, we must play the sample ASAP.
12939
12940 2006-09-28  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12943         Set caps on outgoing buffers.
12944
12945         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12946         (gst_video_rate_event), (gst_video_rate_chain):
12947         * gst/videorate/gstvideorate.h:
12948         Fix videorate some more. Fixes #357977
12949
12950 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12951
12952         * tests/check/elements/adder.c: (adder_suite):
12953           Don't set timeout to 6 seconds when we're running
12954           in valgrind ... (and how is 6 seconds longer than
12955           the default anyway?)
12956
12957 2006-09-28  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12960         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12961         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12962         Keep sink and src segment to keep track of time and support more
12963         input formats.
12964         Fix bogus next_offset and run_time calculation, don't understand how
12965         this could have worked before. Fixes #357976.
12966         Remove some unneeded vars.
12967
12968 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12969
12970         * gst/playback/gstplaybin.c: (remove_sinks):
12971           Only remove visualisation from visbin if there is a visbin (or:
12972           don't throw warnings when closing totem without playing a file).
12973
12974 2006-09-27  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst-libs/gst/audio/gstbaseaudiosink.c:
12977         (gst_base_audio_sink_render):
12978         Add some more info in a WARNING.
12979
12980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12981         (gst_base_audio_src_create):
12982         Handle PAUSE in create function, use new -core addition to
12983         wait for playing. Fixes pausing and resuming capture from an
12984         audiosrc.
12985
12986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12987         (gst_ring_buffer_read):
12988         Constify some more.
12989         Caller supports interrupted reads now.
12990
12991 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12992
12993         * tests/check/Makefile.am:
12994           Another attempt to make the gen64 buildbot happy.
12995
12996 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12997
12998         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12999
13000         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13001         (gst_visual_chain), (gst_visual_change_state):
13002           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13003           correctly. Fixes #357800
13004
13005 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13006
13007         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13008           Add timeout to _get_state() so we see which pipeline it is
13009           that causes trouble on the gen64 build bot.
13010
13011 2006-09-27  Wim Taymans  <wim@fluendo.com>
13012
13013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13014         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13015         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13016         (gst_base_rtp_depayload_set_gst_timestamp):
13017         the source pad always uses fixed caps.
13018
13019 2006-09-27  Wim Taymans  <wim@fluendo.com>
13020
13021         * docs/libs/gst-plugins-base-libs-docs.sgml:
13022         * docs/libs/gst-plugins-base-libs-sections.txt:
13023         * gst-libs/gst/audio/gstaudioclock.c:
13024         * gst-libs/gst/audio/gstaudioclock.h:
13025         * gst-libs/gst/audio/gstaudiosink.c:
13026         * gst-libs/gst/audio/gstaudiosink.h:
13027         * gst-libs/gst/audio/gstaudiosrc.c:
13028         * gst-libs/gst/audio/gstbaseaudiosink.c:
13029         (gst_base_audio_sink_render):
13030         * gst-libs/gst/audio/gstbaseaudiosink.h:
13031         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13032         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13033         * gst-libs/gst/audio/gstringbuffer.h:
13034         Added docs for the audio libs.
13035
13036 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13037
13038         * tests/check/Makefile.am:
13039           Temporarily disable test that fails on the bots for unknown reasons.
13040
13041 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13042
13043         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13044         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13045         Moved AudioCodecType into priv
13046         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13047
13048 2006-09-25  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13051         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13052         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13053         (new_pad):
13054         Cleanups and small leak fixes.
13055         Added Depayloaders to valid list of autopluggable elements.
13056
13057 2006-09-25  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13060         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13061         (gen_video_element), (gen_text_element), (gen_audio_element),
13062         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13063         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13064         Detect NO_PREROLL state change returns and disable clock distribution to
13065         the sinks so that sync is disabled.
13066         Avoid some type checking and do simple casts instead.
13067         Small cleanups, fix some FIXMEs.
13068         Be more robust when linking user specified elements, catch an report
13069         errors. Fixes #357404.
13070         Fix some leaks in the error paths.
13071
13072 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13073
13074         * ChangeLog:
13075           ChangeLog surgery for missing bug-number
13076
13077 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13078
13079         Patch by: Peter Kjellerstedt  <pkj at axis com>
13080
13081         * gst/playback/test.c:
13082           Fix compilation with uClibc and -Werror (#357591).
13083
13084 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13087           Parse dates that are followed by a time as well (#357532).
13088
13089         * tests/check/libs/tag.c: (test_vorbis_tags):
13090           Add unit test for this.
13091
13092 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13093
13094         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13095         (gst_audio_convert_transform_caps):
13096         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13097         * gst/videotestsrc/videotestsrc.h:
13098           A few array const-ifications.
13099
13100 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * tests/check/Makefile.am:
13103           See if this makes the build bots happy.
13104
13105         * tests/check/libs/cddabasesrc.c:
13106           UTF8-ise my name.
13107
13108 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13109
13110         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13111
13112         * gst/subparse/samiparse.c: (handle_start_font),
13113         (fix_invalid_entities):
13114           More case-insensitivity for certain tags; recognise entities with
13115           decimal codes as special entities as well (#357330).
13116
13117 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13118
13119         * gst-libs/gst/Makefile.am:
13120           Need to build tag directory before cdda.
13121
13122 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * docs/libs/gst-plugins-base-libs-sections.txt:
13125         * gst-libs/gst/cdda/Makefile.am:
13126         * gst-libs/gst/cdda/gstcddabasesrc.c:
13127         (gst_cdda_base_src_base_init):
13128         * gst-libs/gst/cdda/gstcddabasesrc.h:
13129         * gst-libs/gst/tag/tag.h:
13130         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13131         (gst_tag_register_musicbrainz_tags):
13132           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13133           depend on libgsttag. This is required so we can extract/read tags like
13134           DISCID without depending on libgstcddabasesrc (which used to register
13135           them).
13136
13137         * gst-libs/gst/tag/gstvorbistag.c:
13138           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13139           tags (also see #347848).
13140
13141         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13142           Log vorbis comments we are actually writing. Const-ify array.
13143
13144 2006-09-23  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13147         Improve buffering a bit by avoiding a deadlock because we cannot assume
13148         the underrun is always called.
13149
13150 2006-09-23  Wim Taymans  <wim@fluendo.com>
13151
13152         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13153
13154         * gst-libs/gst/riff/riff-ids.h:
13155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13156         (gst_riff_create_audio_template_caps):
13157         Added MPEG-4 AAC and id and caps. Fixes #357289
13158         Added WMA9 Lossless id.
13159
13160 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13161
13162         * ext/gnomevfs/gstgnomevfssrc.c:
13163           Fix misleading docs addition.
13164
13165         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13166           Get rid of compiler warning the right way.
13167
13168 2006-09-22  Wim Taymans  <wim@fluendo.com>
13169
13170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13171         (gst_base_rtp_depayload_finalize),
13172         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13173         (gst_base_rtp_depayload_push_full),
13174         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13175         (gst_base_rtp_depayload_process),
13176         (gst_base_rtp_depayload_set_gst_timestamp),
13177         (gst_base_rtp_depayload_queue_release):
13178         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13179         Small cleanups.
13180         Fix some leaks.
13181         Refactored the process method and added methods to push from the process
13182         vmethod.
13183         Use _scale functions.
13184         API: gst_base_rtp_depayload_push_ts
13185         API: gst_base_rtp_depayload_push
13186
13187         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13188         timestamps are uint.
13189
13190 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13191
13192         * gst-libs/gst/interfaces/xoverlay.c:
13193           Remove unused statement from doc example.
13194
13195 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13196
13197         * gst-libs/gst/interfaces/videoorientation.c:
13198         (gst_video_orientation_iface_init),
13199         (gst_video_orientation_get_hflip),
13200         (gst_video_orientation_get_vflip),
13201         (gst_video_orientation_get_hcenter),
13202         (gst_video_orientation_get_vcenter),
13203         (gst_video_orientation_set_hflip),
13204         (gst_video_orientation_set_vflip),
13205         (gst_video_orientation_set_hcenter),
13206         (gst_video_orientation_set_vcenter):
13207           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13208           in ChangeLog)
13209
13210 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13211
13212         * tests/check/Makefile.am:
13213         * tests/check/elements/.cvsignore:
13214         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13215         (create_rgb_conversions), (rgb_conversion_free),
13216         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13217         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13218           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13219           but disable for now since it doesn't pass (something wrong with
13220           RGBA somewhere).
13221
13222 2006-09-21  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst/playback/gstplaybasebin.c: (group_commit),
13225         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13226         (queue_out_of_data), (gen_preroll_element),
13227         (preroll_remove_overrun), (probe_triggered):
13228         Refactor handling of overrun detection.
13229         Separate handling of group completion and deadlock detection when doing
13230         network buffering. This should fix some deadlocks that were not detected
13231         because the group was completed.
13232         Add more comments, improve debugging.
13233
13234 2006-09-21  Wim Taymans  <wim@fluendo.com>
13235
13236         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13237         * tests/check/libs/audio.c:
13238         Some more compilation fixes.
13239
13240 2006-09-21  Wim Taymans  <wim@fluendo.com>
13241
13242         * gst-libs/gst/audio/gstringbuffer.c:
13243         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13244         (gst_ring_buffer_read):
13245         Early morning compilation fix.
13246
13247 2006-09-20  Wim Taymans  <wim@fluendo.com>
13248
13249         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13250         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13251         * tests/check/elements/videorate.c: (GST_START_TEST):
13252         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13253         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13254         Fix some warnings.
13255
13256 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13257
13258         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13259         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13260         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13261           Handcrafted merge to help CVS understanding what I changed and what
13262           not.
13263
13264 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13265
13266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13267         (gst_xvimagesink_get_times):
13268           change colorkey behaviour back according to #354773 comment 6/7
13269
13270 2006-09-19  Michael Smith  <msmith@fluendo.com>
13271
13272         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13273         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13274         (gst_multi_fd_sink_recover_client),
13275         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13276         (gst_multi_fd_sink_get_property):
13277         * gst/tcp/gstmultifdsink.h:
13278           Implement stubbed out properties unit-type, units-soft-max,
13279           units-max, to allow specifying maximum sizes in units other than
13280           buffers.
13281           Fixes #355935
13282
13283 2006-09-19  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13286         (gst_riff_create_audio_template_caps):
13287         Reorder the audio formats a bit for clarity.
13288         Detect and create caps for MSGSM and MSN (WAV49).
13289         Fixes #356596.
13290
13291         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13292         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13293         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13294         Small cleanups, move error handling out of normal flow for clarity.
13295
13296 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13297
13298         * docs/libs/gst-plugins-base-libs-docs.sgml:
13299         * docs/libs/gst-plugins-base-libs.types:
13300         * gst-libs/gst/interfaces/Makefile.am:
13301         * gst-libs/gst/interfaces/videoorientation.c:
13302         (gst_video_orientation_get_type),
13303         (gst_video_orientation_iface_init),
13304         (gst_video_orientation_get_hflip),
13305         (gst_video_orientation_get_vflip),
13306         (gst_video_orientation_get_hcenter),
13307         (gst_video_orientation_get_vcenter),
13308         (gst_video_orientation_set_hflip),
13309         (gst_video_orientation_set_vflip),
13310         (gst_video_orientation_set_hcenter),
13311         (gst_video_orientation_set_vcenter):
13312         * gst-libs/gst/interfaces/videoorientation.h:
13313           API: Add new interface to control video orientation (fixes #354908)
13314
13315 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13316
13317         * gst/videotestsrc/gstvideotestsrc.c:
13318           Use G_UNLIKELY in _create and log one more detail.
13319           
13320         (gst_video_test_src_get_times), (gst_video_test_src_create):
13321         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13322           Use gst_util_uint64_scale_int in _get_times().
13323
13324 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13325
13326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13327           Give better warning message (add object and detail).
13328
13329 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13330
13331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13332         (gst_xvimagesink_get_times):
13333           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13334           #354773), use gst_util_uint64_scale_int in _get_times()
13335
13336 2006-09-18  Michael Smith  <msmith@fluendo.com>
13337
13338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13339           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13340           always true, leading to dropping all timestamps.
13341
13342 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13343
13344         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13345         (gst_visual_chain), (gst_visual_change_state):
13346           update to work also with libvisual 0.4 API, fix double unref (#355914)
13347           
13348         * tools/gst-launch-ext.1.in:
13349         * tools/gst-visualise.1.in:
13350           remove references to old man-pages
13351
13352         * tests/examples/seek/seek.c: (main):
13353           add real meadi-buttons, add tool-tips for the seek-options, arrange
13354           seek options in a table
13355
13356 2006-09-18  Michael Smith  <msmith@fluendo.com>
13357
13358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13359         (gst_ogg_mux_push_buffer):
13360           Don't generate out-of-order timestamps from oggmux, instead clamp
13361           output timestamps to be >= the previously output ts.
13362           Fixes #355595
13363
13364 2006-09-18  Michael Smith  <msmith@fluendo.com>
13365
13366         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13367         (gst_multi_fd_sink_class_init):
13368           Updates, fixes, and typo corrections for multifdsink. No functional
13369           changes.
13370
13371 2006-09-17  Michael Smith  <msmith@fluendo.com>
13372
13373         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13374           Don't crash on truncated files - check that we got an 8 byte buffer
13375           before trying to memcmp it.
13376
13377 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13378
13379         * gst/playback/gstplaybasebin.c: (get_active_source):
13380           Make stream-switching appear instant to the application
13381           (ie. make sure that a g_object_get on 'current-foo' returns
13382           the stream previously set with g_object_set(). Totem needs
13383           this to update stream-related meta-info (like audio-codec)
13384           correctly when switching streams.
13385
13386 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13389         (gst_alsa_mixer_ensure_track_list):
13390           Try harder to guess which mixer track is the master mixer
13391           track (instead of just taking the first one that has a pvolume).
13392           Fixes #342228.
13393
13394 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13395
13396         reviewed by: <delete if not using a buddy>
13397
13398         * gst-libs/gst/audio/audio.h:
13399         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13400
13401 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13402
13403         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13404         (gst_audio_convert_transform_caps):
13405           Get structure-name just once.
13406
13407 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13408
13409         * tests/check/elements/audioresample.c: (GST_START_TEST):
13410         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13411         * tests/check/elements/volume.c: (GST_START_TEST):
13412         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13413         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13414         (test_pipeline), (GST_START_TEST):
13415         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13416         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13417           Fix big batch of compiler warnings.
13418
13419 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13420
13421         * ext/gnomevfs/gstgnomevfssrc.c:
13422           Add docs about icydemux usage in connection with gnomevfssrc
13423
13424         * ext/libvisual/visual.c:
13425         * ext/ogg/gstoggaviparse.c:
13426         * ext/ogg/gstoggdemux.c:
13427         * ext/ogg/gstoggmux.c:
13428         * ext/ogg/gstoggparse.c:
13429         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13430         * gst-libs/gst/audio/gstaudiosink.c:
13431         * gst-libs/gst/audio/gstaudiosrc.c:
13432         * gst/audiorate/gstaudiorate.c:
13433           More G_OBJECT macro fixing.
13434
13435         * gst/audiotestsrc/gstaudiotestsrc.h:
13436           Fix wrong info in header due to copy & paste
13437
13438 2006-09-15  Wim Taymans  <wim@fluendo.com>
13439
13440         * gst-libs/gst/audio/gstbaseaudiosink.c:
13441         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13442         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13443         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13444         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13445         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13446         Do the delay calculation in the source/sink base classes as this is
13447         specific for the capture/playback mode.
13448         Try to fixate a bit better, like round depth up to a multiple of 8
13449         bigger than width.
13450         Handle underruns correctly by marking DISCONT on buffers and adjusting
13451         timestamps to handle the gap.
13452         Set offset/offset_end correctly on buffers.
13453
13454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13455         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13456         (gst_ring_buffer_read):
13457         Remove resync and underrun recovery from the ringbuffer.
13458         Fix ringbuffer read code on under/overrun.
13459
13460 2006-09-15  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13463         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13464         (queue_threshold_reached), (gst_play_base_bin_set_property),
13465         (gst_play_base_bin_get_property):
13466         * gst/playback/gstplaybasebin.h:
13467         Don't use a 0 low watermark when buffering, it is catching starvation
13468         way too late. Instead, use a 3 second queue with 30 and 95
13469         percent low/high watermarks. 
13470         Added queue-min-threshold property to configure low watermark.
13471         Use new _buffering message API.
13472         Make queue_threshold variable big enough to store a uint64 time value.
13473         API: playbin::queue-min-threshold property.
13474
13475 2006-09-15  Wim Taymans  <wim@fluendo.com>
13476
13477         * configure.ac:
13478         We require 0.10.10.1 now because of _wait_preroll().
13479
13480         * gst-libs/gst/audio/gstbaseaudiosink.c:
13481         (gst_base_audio_sink_render):
13482         Use gst_base_sink_wait_preroll().
13483
13484 2006-09-15  Wim Taymans  <wim@fluendo.com>
13485
13486         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13487         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13488         Use DEBUG_OBJECT more.
13489
13490 === release 0.10.10 ===
13491
13492 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13493
13494         patch by: Michael Smith <msmith at fluendo dot com>
13495
13496         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13497         (gst_multi_fd_sink_client_queue_buffer),
13498         (gst_multi_fd_sink_new_client):
13499         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13500         (multifdsink_suite):
13501           Fix implementation of sync-method 'next-keyframe'
13502           Closes #354594
13503
13504 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13505
13506         patch by: Wim Taymans <wim at fluendo dot com>
13507
13508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13509         This patch removes the RANDOM flag that was incorrectly introduced with
13510         revision 1.91.  Fixes #354590
13511
13512 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13513
13514         * tests/check/Makefile.am:
13515           Random variation in Makefile line to see if it makes the
13516           gen64-base-full bot any happier.
13517
13518 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13521           Disable test that fails at the moment (killed after timeout).
13522
13523 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         Patch by: James Livingston  <doclivingston at gmail.com>
13526
13527         * tests/check/Makefile.am:
13528         * tests/check/pipelines/.cvsignore:
13529         * tests/check/pipelines/oggmux.c: (get_page_codec),
13530         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13531         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13532         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13533         (test_theora_vorbis), (oggmux_suite):
13534           Add simple unit test for oggmux from #337026 with checking for the
13535           EOS flags disabled for the time being.
13536
13537 2006-09-04  Wim Taymans  <wim@fluendo.com>
13538
13539         patch by: Alessandro Dessina <alessandro nnva org>
13540
13541         * ext/ogg/gstoggmux.c:
13542         Add cmml caps to oggmux. Fixes #353912
13543
13544 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13547           Returning a return value often helps. In this case, we
13548           don't need the return value anyway, so just get rid of it.
13549           Should make build bots much happier.
13550
13551 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13552
13553         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13554         (paint_get_structure), (gst_video_test_src_get_size),
13555         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13556         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13557         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13558         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13559         * gst/videotestsrc/videotestsrc.h:
13560           Add support for AYUV and the various RGBA formats. Initialise
13561           fields of paintinfo structs allocated on the stack.
13562
13563         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13564         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13565         (check_rgb_buf), (videotestsrc_suite):
13566           Add unit tests for videotestsrc's RGB output.
13567
13568 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13569
13570         * gst/videotestsrc/gstvideotestsrc.c:
13571         (gst_video_test_src_pattern_get_type),
13572         (gst_video_test_src_set_pattern):
13573         * gst/videotestsrc/gstvideotestsrc.h:
13574         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13575         (gst_video_test_src_black), (gst_video_test_src_white),
13576         (gst_video_test_src_red), (gst_video_test_src_green),
13577         (gst_video_test_src_blue):
13578         * gst/videotestsrc/videotestsrc.h:
13579           Add more uni-colour patterns ("white", "red", "green", and "blue").
13580
13581 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13584           Fix stride for YVYU, should be word-aligned (#353658).
13585
13586 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13587
13588         * gst/adder/gstadder.c: (gst_adder_src_event):
13589           Fix build.
13590
13591 2006-08-31  Edward Hervey  <edward@fluendo.com>
13592
13593         * gst/adder/gstadder.c: (forward_event_func),
13594         (gst_adder_src_event), (gst_adder_collected),
13595         (gst_adder_change_state):
13596         * gst/adder/gstadder.h:
13597         Remember the start position asked in the incoming seeks, so we can
13598         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13599         of assuming it will always be 0).
13600
13601 2006-08-31  Edward Hervey  <edward@fluendo.com>
13602
13603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13604         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13605         (gst_ogg_demux_loop):
13606         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13607
13608 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13611         (gst_ffmpegcsp_get_unit_size):
13612           Return FALSE instead of returning a random false unit
13613           size when the format isn't known/supported (even if
13614           this shouldn't happen under normal circumstances).
13615
13616 2006-08-29  Wim Taymans  <wim@fluendo.com>
13617
13618         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13621         (gst_gnome_vfs_src_start):
13622         Try harder to get the size from a uri by using _info_uri() when
13623         _info_from_handle() does not give us enough info. 
13624         Also follow symlinks when getting the size.
13625         Partially Fixes #332864.
13626
13627 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13630
13631         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13632         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13633         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13634         (gst_alsa_mixer_set_record):
13635         * ext/alsa/gstalsamixertrack.c:
13636         (gst_alsa_mixer_track_update_alsa_capabilities),
13637         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13638         (gst_alsa_mixer_track_update):
13639         * ext/alsa/gstalsamixertrack.h:
13640           Improve and fix mixer track handling, in particular better handling
13641           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13642           separate track objects for tracks that have both capture and playback
13643           volume (and label them differently as well so they're not mistakenly
13644           assumed to be duplicates); classify mixer tracks that only affect
13645           the audible volume of something (rather than the capture volume)
13646           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13647           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13648           (following the meaning documented in the mixer interface header
13649           file); add support for alsa's exclusive cswitch groups; update/sync
13650           state/flags better if mixer settings are changed by another
13651           application. Fixes #336075.
13652
13653 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * gst/playback/gstplaybin.c:
13656           Improve docs: add section about BUFFERING messages sent by playbin.
13657
13658 2006-08-29  Michael Smith  <msmith@fluendo.com>
13659
13660         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13661         (gst_vorbis_enc_buffer_check_discontinuous),
13662         (gst_vorbis_enc_chain):
13663           Ignore explicit DISCONT marked on buffers (which is often spurious,
13664           particularly when using multiple segments), in favour of solely
13665           using the timestamps/durations.
13666
13667 2006-08-29  Edward Hervey  <edward@fluendo.com>
13668
13669         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13670         Don't rely on incoming buffers offset anymore, since it is completely
13671         broken when using multiple segments.
13672         Instead convert the incoming buffers timestamp to running time, and
13673         then convert that value to the offsets.
13674         Also inform GstSegment of the last outputted stop position, which is
13675         needed if we received several segments with an unknown stop value.
13676
13677 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13678
13679         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13680           fix buffer unreffing on a header push failure
13681
13682 2006-08-28  Wim Taymans  <wim@fluendo.com>
13683
13684         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13685         (gst_audio_rate_chain):
13686         Make the metadata of the buffer writable before changing its
13687         flags.
13688
13689 2006-08-28  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13692         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13693         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13694         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13695         Fix audiorate some more.
13696         Reset and resync counters on flush and READY.
13697         Handle the DISCONT flag correctly.
13698         Use GstSegment to track position.
13699         Fail when not negotiated.
13700         Fixes #353234.
13701
13702 2006-08-25  Michael Smith  <msmith@fluendo.com>
13703
13704         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13705           Fix spelling.
13706           Remove accidently included debug line.
13707
13708 2006-08-25  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13711         Small cleanups.
13712         If a buffer is received with no caps, make the buffer metadata
13713         writable and set the caps, making sure that we don't screw up the
13714         refcounts.
13715
13716 2006-08-25  Michael Smith  <msmith@fluendo.com>
13717
13718         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13719         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13720           Fix memory leaks and misleading debug messages, add a couple of
13721           comments.
13722
13723         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13724         (gst_multi_fd_sink_render):
13725           Do not use gst_buffer_make_writable() in a basesink render method,
13726           as it may incorrectly unref the buffer. Instead, use convoluted
13727           dance to avoid copying the buffer except when we need to.
13728
13729 2006-08-25  Michael Smith  <msmith@fluendo.com>
13730
13731         * ext/vorbis/vorbisenc.c:
13732         (gst_vorbis_enc_buffer_check_discontinuous):
13733           Allow very small discontinuities in the timestamps. These we can't
13734           do anything useful with anyway (because vorbis's timestamps have
13735           only sample granularity), and are commonly produced by elements with
13736           minor bugs. Allow up to 1/2 a sample out.
13737           Fixes #351742.
13738
13739 2006-08-24  Wim Taymans  <wim@fluendo.com>
13740
13741         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13742         (play_scrub_toggle_cb), (main):
13743         Add a checkbox to enable play scrubbing. Makes it possible to disable
13744         normal scrubbing.
13745
13746 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13747
13748         * tests/check/elements/.cvsignore:
13749           make buildbot happy
13750
13751 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13752
13753         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13754         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13755         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13756         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13757         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13758         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13759         (gst_ogm_text_parse_strip_trailing_zeroes),
13760         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13761         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13762           Refactor ogm parse, do better input checking, misc. clean-ups.
13763           Cache incoming events and push them once the source pad has
13764           been created. Don't pass unterminated strings to sscanf().
13765           Strip trailing zeroes from subtitle text output, since they
13766           are not valid UTF-8. Don't push vorbiscomment packets on
13767           the subtitle text pad. Output perfect streams if possible.
13768
13769 2006-08-23  Wim Taymans  <wim@fluendo.com>
13770
13771         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13772         Waits for tasks to settle down so that we clean up correctly for 
13773         valgrind.
13774
13775 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13778           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13779           actually return return value in taglists_are_equal.
13780
13781 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13784           Fix crash due to broken bitstream parsing on x86-64: can't make
13785           any assumptions about sizeof(struct) due to alignment/packing
13786           differences on different architectures. Fixes #351790.
13787
13788 2006-08-22  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13791         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13792         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13793         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13794         (gst_riff_parse_info):
13795         Protect public functions against bad input.
13796         Do some cleanups.
13797         Fix documentation.
13798
13799 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst-libs/gst/riff/riff-ids.h:
13802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13803           Add voxware audio IDs (even if we can't play it) (#351795).
13804
13805 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * gst-libs/gst/riff/riff-media.c:
13808         (gst_riff_create_video_template_caps),
13809         (gst_riff_create_audio_template_caps),
13810         (gst_riff_create_iavs_template_caps):
13811           Const-ify some arrays and use G_N_ELEMENTS instead
13812           of wasting oodles of RAM on terminator bits.
13813
13814 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * gst-libs/gst/tag/gstvorbistag.c:
13817         (gst_tag_list_to_vorbiscomment_buffer):
13818         * tests/check/libs/tag.c: (GST_START_TEST):
13819           And the same for _to_vorbiscomment_buffer(): allow
13820           id_data_len == 0 for speex.
13821
13822 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13823
13824         * configure.ac:
13825         * docs/plugins/Makefile.am:
13826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13828         * docs/plugins/inspect/plugin-gdp.xml:
13829         * gst/gdp/Makefile.am:
13830         * tests/check/Makefile.am:
13831           Move GDP plugin to -base from -bad.  Closes #347783.
13832
13833 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13834
13835         * gst-libs/gst/tag/gstvorbistag.c:
13836         (gst_tag_list_from_vorbiscomment_buffer):
13837           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13838           Also add some checks to make sure we don't memcmp() beyond the end of
13839           vorbiscomment buffer if the ID to check for is larger than the buffer.
13840
13841         * tests/check/libs/tag.c: (GST_START_TEST):
13842           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13843
13844 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13845
13846         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13847         (gst_vorbis_enc_set_metadata):
13848           Use vorbis comment utility functions from libgsttag
13849           instead of re-inventing the wheel (partially fixes #347091).
13850
13851 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13852
13853         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13854         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13855         as some that won't.
13856
13857 2006-08-21  Wim Taymans  <wim@fluendo.com>
13858
13859         * docs/libs/Makefile.am:
13860         * docs/libs/gst-plugins-base-libs-sections.txt:
13861         * docs/libs/gst-plugins-base-libs.types:
13862         Don't try to GObject scan the netbuffer as it's not a GObject.
13863         Fixes #351308.
13864
13865         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13866         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13867         Document GstNetBuffer.
13868
13869 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13870
13871         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13872         (audioconvert_suite):
13873           Add testcase for caps-size-explosion
13874
13875 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13876
13877         * gst/audioconvert/gstaudioconvert.c:
13878         (gst_audio_convert_get_unit_size), (set_structure_widths):
13879           Lower debug, use g_assert in _get_unit_size
13880
13881         * gst/audioresample/gstaudioresample.c:
13882         (audioresample_get_unit_size):
13883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13884         (gst_ffmpegcsp_get_unit_size):
13885         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13886           use g_assert in _get_unit_size
13887
13888 2006-08-18  Wim Taymans  <wim@fluendo.com>
13889
13890         * docs/libs/gst-plugins-base-libs-sections.txt:
13891         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13892         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13893         (gst_rtp_buffer_get_payload_buffer):
13894         * gst-libs/gst/rtp/gstrtpbuffer.h:
13895         Document GstRTPBuffer.
13896         Added function to efficiently strip payload headers.
13897         API: gst_rtp_buffer_get_payload_subbuffer()
13898
13899 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13902         (gst_tag_to_vorbis_comments):
13903           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13904           tags and deserialise them properly as well (#347091).
13905           Add some more gtk-doc blurbs and also some g_return_if_fail().
13906
13907         * tests/check/libs/tag.c: (GST_START_TEST),
13908         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13909           More tests.
13910
13911 2006-08-17  Wim Taymans  <wim@fluendo.com>
13912
13913         * ext/ogg/Makefile.am:
13914         * ext/ogg/gstogg.c: (plugin_init):
13915         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13916         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13917         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13918         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13919         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13920         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13921         Added ogg-in-avi parser element. Fixes #140139.
13922
13923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13924         Fixed a bug in oggdemux debug code.
13925
13926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13927         (gst_riff_create_audio_template_caps):
13928         Recognise Ogg in the AVI extensible wave format.
13929
13930 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13933           Make buffer durations add up (duration should be next_ts-ts for
13934           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13935           from CVS.
13936
13937         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13938         (test_buffer_timestamps), (cddabasesrc_suite):
13939           Add unit test for the above.
13940
13941         * tests/check/Makefile.am:
13942           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13943           to see what happens.
13944
13945 2006-08-16  Wim Taymans  <wim@fluendo.com>
13946
13947         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13948         (gst_alsasink_open):
13949         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13950         (gst_alsasrc_open):
13951         Avoid setting and using a NULL device name.
13952         Print more info when we fail to open a device.
13953
13954 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13955
13956         * docs/libs/gst-plugins-base-libs-sections.txt:
13957         * gst-libs/gst/tag/tag.h:
13958         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13959           API: add gst_tag_parse_extended_comment() (#351426).
13960
13961         * tests/check/Makefile.am:
13962         * tests/check/libs/.cvsignore:
13963         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13964           Add unit test for gst_tag_parse_extended_comment().
13965
13966 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13970           Fix leak (#351502).
13971
13972 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13973
13974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13976         * docs/plugins/gst-plugins-base-plugins.args:
13977         * gst/playback/gstplaybin.c:
13978           Document playbin.
13979           
13980         * docs/plugins/inspect/plugin-adder.xml:
13981         * docs/plugins/inspect/plugin-alsa.xml:
13982         * docs/plugins/inspect/plugin-audioconvert.xml:
13983         * docs/plugins/inspect/plugin-audiorate.xml:
13984         * docs/plugins/inspect/plugin-audioresample.xml:
13985         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13986         * docs/plugins/inspect/plugin-cdparanoia.xml:
13987         * docs/plugins/inspect/plugin-decodebin.xml:
13988         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13989         * docs/plugins/inspect/plugin-gnomevfs.xml:
13990         * docs/plugins/inspect/plugin-ogg.xml:
13991         * docs/plugins/inspect/plugin-pango.xml:
13992         * docs/plugins/inspect/plugin-playbin.xml:
13993         * docs/plugins/inspect/plugin-subparse.xml:
13994         * docs/plugins/inspect/plugin-tcp.xml:
13995         * docs/plugins/inspect/plugin-theora.xml:
13996         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13997         * docs/plugins/inspect/plugin-video4linux.xml:
13998         * docs/plugins/inspect/plugin-videorate.xml:
13999         * docs/plugins/inspect/plugin-videoscale.xml:
14000         * docs/plugins/inspect/plugin-videotestsrc.xml:
14001         * docs/plugins/inspect/plugin-volume.xml:
14002         * docs/plugins/inspect/plugin-vorbis.xml:
14003         * docs/plugins/inspect/plugin-ximagesink.xml:
14004         * docs/plugins/inspect/plugin-xvimagesink.xml:
14005           Update to CVS version.
14006
14007 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14008
14009         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14010         (gst_play_bin_set_property), (gst_play_bin_get_property),
14011         (value_list_append_structure_list),
14012         (gst_play_bin_handle_redirect_message),
14013         (gst_play_bin_handle_message):
14014           API: GstPlayBin::connection-speed
14015           Add "connection-speed" property; re-order redirect messages with
14016           multiple redirect locations depending on the minimum bitrate if
14017           that information is available and a connection speed is set
14018           (#350399).
14019
14020 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * gst/playback/gstplaybin.c:
14023           Update max volume to the same value that the volume element uses.
14024
14025 2006-08-14  Wim Taymans  <wim@fluendo.com>
14026
14027         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14028         Less uglyness..
14029
14030 2006-08-14  Wim Taymans  <wim@fluendo.com>
14031
14032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14033         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14034         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14035         Add some more debug info.
14036         Don't crash when a seek failed.
14037         Actually return the result of the seek instead of TRUE.
14038         Ignore multiple BOS pages with the same serial so that we don't create
14039         the same stream multiple times.
14040         Post an error when we fail to do the initial seek.
14041
14042 2006-08-13  Wim Taymans  <wim@fluendo.com>
14043
14044         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14045         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14046         Small code cleanup.
14047
14048         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14049         (gst_alsa_mixer_new):
14050         Remove hack that always set the device to hw:0*.
14051         Properly find the card name for whatever device was configured.
14052         Do some better debugging.
14053         Fixes #350784.
14054
14055         * ext/alsa/gstalsamixerelement.c:
14056         (gst_alsa_mixer_element_set_property),
14057         (gst_alsa_mixer_element_change_state):
14058         Cleanups.
14059         Handle setting of a NULL device name better.
14060
14061 2006-08-11  Wim Taymans  <wim@fluendo.com>
14062
14063         * gst/adder/gstadder.c:
14064         Don't clip float values. Fixes #350900.
14065
14066 2006-08-11  Andy Wingo  <wingo@pobox.com>
14067
14068         * gst/tcp/gsttcp.c: Really fix the build?
14069
14070         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14071         fixes the build.
14072
14073 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14076           Float caps shouldn't have a "signed" field.
14077
14078 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14081           Implement SEEKING query in its most basic form, so that we can
14082           at least check if we're seekable or not (#350655).
14083
14084 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14085
14086         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14087           The checks here are not even close to anything that would
14088           justify MAXIMUM probability, lowering to POSSIBLE until someone
14089           fixes the checks (case at hand: quicktime redirection files
14090           might start with 00 00 01 XX and pass the checks here just
14091           fine, see #350399).
14092
14093 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         Patch by: Sjoerd Simons  <sjoerd at luon net>
14096
14097         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14098           Better detection for multipart/x-mixed-replace: accept leading
14099           whitespaces before the boundary marker as well (as our very own
14100           multipartmux used to produce) (#349068).
14101
14102 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14103
14104         Patch by: Young-Ho Cha  <ganadist at chollian net>
14105
14106         * gst-libs/gst/riff/riff-ids.h:
14107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14108         (gst_riff_create_audio_template_caps):
14109           Detect DTS audio streams (#350157).
14110
14111 2006-08-05  Andy Wingo  <wingo@pobox.com>
14112
14113         * ext/theora/gsttheoraparse.h:
14114         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14115         (theora_parse_dispose, theora_parse_set_property)
14116         (theora_parse_get_property, theora_parse_munge_granulepos)
14117         (theora_parse_push_buffer, theora_parse_change_state):
14118         API: GstTheoraParse::synchronization-points
14119         Add a property 'synchronization-points' to fix badly synchronized oggs.
14120
14121 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14122
14123         * tests/check/Makefile.am:
14124         * tests/check/libs/.cvsignore:
14125         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14126         (fixed_caps_have_channel_positions), (GST_START_TEST),
14127         (audio_suite), (main):
14128           Add a few tests for the channel position stuff in libgstaudio.
14129
14130 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14131
14132         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14133         (gst_alsa_detect_channels):
14134         * ext/alsa/gstalsasink.c:
14135           Add support for cards that (only) do more than 8 channels,
14136           like the Delta 44 (#345188).
14137
14138         * gst-libs/gst/audio/multichannel.c:
14139         (gst_audio_check_channel_positions):
14140         * gst-libs/gst/audio/multichannel.h:
14141           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14142           unspecified channel position and cannot be combined with any
14143           of the other audio channel positions; adjust position layout
14144           checks accordingly (#345188).
14145
14146 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14149           Recognise ancient RealAudio files (see #349779).
14150
14151 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         Patch by: Jens Granseuer  <jensgr at gmx net>
14154
14155         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14156           Add typefinder for Interplay's MVE format (#348973).
14157
14158 2006-08-02  Wim Taymans  <wim@fluendo.com>
14159
14160         Patch by: Marcel Moreaux <marcelm at luon dot net>
14161
14162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14163         (gst_base_rtp_depayload_add_to_queue):
14164         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14165         Handle RTP sequence number rollover.
14166         Disable jitterbuffer by default.
14167
14168 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14169
14170         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14171         (audioresample_set_caps):
14172         Don't leak references to the incoming caps. Clean them up when
14173         stopping.
14174
14175         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14176         (gst_video_scale_finalize):
14177         Don't leak our temporary pixel buffer.
14178
14179         * tests/check/Makefile.am:
14180         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14181         (GST_START_TEST), (simple_launch_lines_suite):
14182
14183         Fix leaks and re-enable the test for valgrind checking.
14184
14185 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         Patch by: Sjoerd Simons  <sjoerd at luon net>
14188
14189         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14190         (plugin_init):
14191           Add typefind function for multipart/x-mixed-replace (#348916).
14192
14193 2006-07-28  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst/adder/gstadder.c: (gst_adder_setcaps),
14196         (gst_adder_query_duration):
14197         Fix leak in duration query.
14198         Reflow some docs and notes.
14199
14200 2006-07-28  Michael Smith  <msmith@fluendo.com>
14201
14202         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14203         (vorbisenc_suite):
14204           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14205           aspect of it.
14206
14207 2006-07-28  Michael Smith  <msmith@fluendo.com>
14208
14209         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14210         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14211         (gst_vorbis_enc_push_buffer),
14212         (gst_vorbis_enc_buffer_check_discontinuous),
14213         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14214         * ext/vorbis/vorbisenc.h:
14215           Handle discontinuities in the input vorbis stream correctly,
14216           so that the output is properly timestamped (and has good granulepos
14217           values). Needs some oggmux fixes too.
14218
14219 2006-07-27  Wim Taymans  <wim@fluendo.com>
14220
14221         patch by: Kai Vehmanen <kv2004 eca cx>
14222
14223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14224         (gst_base_rtp_depayload_chain),
14225         (gst_base_rtp_depayload_handle_sink_event),
14226         (gst_base_rtp_depayload_change_state):
14227         Don't send multiple newsegments with different formats.
14228         Fixes #348677.
14229
14230 2006-07-26  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14233         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14234         Make seeking in ogg more accurate again by doing the more correct
14235         granuletime to stream time conversion.
14236
14237 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14238
14239         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14240         (gst_multi_fd_sink_new_client):
14241           debug a little more understandably
14242           do not use goto as a substitute for break, especially if
14243           break is also being used
14244
14245 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14248         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14249           Remove GLib-2.6 compatibility cruft.
14250
14251 2006-07-24  Wim Taymans  <wim@fluendo.com>
14252
14253         * gst-libs/gst/audio/gstbaseaudiosink.c:
14254         (gst_base_audio_sink_render):
14255         Don't try to align a sample to an unknown value.
14256
14257 2006-07-24  Wim Taymans  <wim@fluendo.com>
14258
14259         * gst-libs/gst/audio/gstbaseaudiosink.c:
14260         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14261         When the audio clock is slaved to another clock, never try to align
14262         samples but trust the rate interpolation algorithm.
14263
14264 2006-07-24  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14267         Don't try to calculate silence samples, base class does this much
14268         better now.
14269
14270         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14271         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14272         (gst_ring_buffer_acquire):
14273         Calculate silence samples correctly.
14274
14275         * gst-libs/gst/audio/gstringbuffer.h:
14276         Add _CAST macro.
14277
14278 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14279
14280         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14281           Limit search for the first markup tag to the first few kB of
14282           the file. If we don't find one there, it's highly unlikely that
14283           this is an XML(-ish) file.
14284
14285 2006-07-21  Andy Wingo  <wingo@pobox.com>
14286
14287         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14288         test to the one in vorbisenc. Also commented out.
14289
14290         * tests/check/pipelines/vorbisenc.c: 
14291         (test_discontinuity): New test, commented out until Mike lands
14292         some elite vorbisenc patches.
14293
14294         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14295         Bufferstraw was actually factored out of these tests. Now we share
14296         code yay.
14297
14298         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14299         for bufferstraw addition to gstcheck.
14300
14301 2006-07-21  Wim Taymans  <wim@fluendo.com>
14302
14303         * ext/theora/theoradec.c: (clip_buffer):
14304         Better clipping.
14305
14306 2006-07-21  Wim Taymans  <wim@fluendo.com>
14307
14308         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14309         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14310         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14311         Fix leak.
14312         Avoid type casting when we can.
14313
14314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14315         Fix mem leak.
14316
14317 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14318
14319         * ext/alsa/gstalsamixerelement.c:
14320         (gst_alsa_mixer_element_change_state):
14321           Make state change fail if the specified device can't be opened
14322           for some reason.
14323
14324 2006-07-20  Wim Taymans  <wim@fluendo.com>
14325
14326         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14327         (cb_newpad), (main):
14328         Example of a small audio/video player using decodebin.
14329
14330 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14331
14332         * gst-libs/gst/riff/riff-ids.h:
14333           Add 'fact' chunk id
14334
14335 2006-07-19  Wim Taymans  <wim@fluendo.com>
14336
14337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14338         (gst_base_rtp_depayload_chain),
14339         (gst_base_rtp_depayload_change_state):
14340         Don't assert when not negotiated but post a meaningfull 
14341         error message. Fixes #347918.
14342
14343         * gst-libs/gst/rtp/gstbasertppayload.c:
14344         Add comment about better default MTU size.
14345
14346         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14347         Small cleanups, start docs.
14348
14349 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         Patch by: Martin Szulecki
14352
14353         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14354           If "device-name" is requested and the device is not
14355           open, try to temporarily open it to obtain this
14356           information (#342494).
14357
14358 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14359
14360         * gst-libs/gst/tag/gstid3tag.c:
14361           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14362
14363         * gst-libs/gst/tag/gsttageditingprivate.h:
14364         * gst-libs/gst/tag/gstvorbistag.c:
14365           Some more random const-ifications.
14366
14367 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14368
14369         * gst-libs/gst/riff/riff-ids.h:
14370         * gst-libs/gst/riff/riff-media.c:
14371         (gst_riff_create_video_template_caps):
14372           Add more FOURCCs (sort list to make stuff easier to find),
14373           add comment what those 16 bytes in struct _gst_riff_strh according to
14374           one avi-dumper are
14375
14376 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         * gst-libs/gst/audio/multichannel.c:
14379         (gst_audio_check_channel_positions),
14380         (gst_audio_fixate_channel_positions):
14381           Const-ify two arrays.
14382
14383 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14386           Fix typo, so that alsasink also advertises 8 channels
14387           if that's supported (tags: can, worms, open, alsa, ph34r).
14388
14389 2006-07-17  Wim Taymans  <wim@fluendo.com>
14390
14391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14392         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14393         *sigh*, when is the compiler going to warn when the comments
14394         are out-of-sync with the code.. Refix case of busted theora
14395         headers with 0 granule pos.
14396
14397 2006-07-14  Wim Taymans  <wim@fluendo.com>
14398
14399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14400         (gst_base_rtp_depayload_wait),
14401         (gst_base_rtp_depayload_change_state),
14402         (gst_base_rtp_depayload_set_property),
14403         (gst_base_rtp_depayload_get_property):
14404         Fix 99% cpu load by waiting for absolute times on the
14405         clock. Fixes #347300.
14406
14407 2006-07-14  Andy Wingo  <wingo@pobox.com>
14408
14409         * ext/theora/gsttheoraparse.h: 
14410         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14411         (theora_parse_push_headers, theora_parse_clear_queue)
14412         (theora_parse_drain_queue_prematurely, )
14413         (theora_parse_sink_event, theora_parse_change_state): Queue events
14414         until we initialized our state, like in vorbisparse.
14415
14416         * ext/vorbis/vorbisparse.h: 
14417         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14418         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14419         (vorbis_parse_drain_queue_prematurely, )
14420         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14421         until we have initialized our state. Fixes seeking after an
14422         initial pad block.
14423
14424 2006-07-14  Andy Wingo  <wingo@pobox.com>
14425
14426         Patch by: Iain Holmes <iaingnome@gmail.com>
14427         
14428         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14429
14430 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14431
14432         * configure.ac:
14433         Bump nano back to CVS
14434
14435 === release 0.10.9 ===
14436
14437 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14438
14439         * configure.ac:
14440           releasing 0.10.9, "I walk the line"
14441
14442 2006-07-14  Michael Smith  <msmith@fluendo.com>
14443
14444         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14445           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14446           (commonly happens when running this test under valgrind) when trying
14447           to remove the buffer probe.
14448
14449 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14450
14451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14452         Fix missing g_unlock from the previous commit
14453
14454 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14455
14456         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14457         (gst_ximagesink_change_state):
14458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14459         (gst_xvimagesink_change_state):
14460         Implement a locking order to ensure we always take the object lock
14461         before the x_lock and never vice-versa.
14462
14463 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14464
14465         * gst/playback/gstdecodebin.c: (find_compatibles):
14466         Fix a caps leak when linking (#347304)
14467
14468         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14469         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14470         (gst_ximagesink_change_state):
14471         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14472         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14473         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14474         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14475         Don't leak shared memory resources. Use the object lock to protect
14476         against the xcontext disappearing while returning a buffer from the
14477         pipeline. (#347304)
14478
14479 2006-07-12  Edward Hervey  <edward@fluendo.com>
14480
14481         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14482         (vorbis_handle_comment_packet):
14483         gst_tag_list_merge() returns a new object. Take that into account when
14484         using it. This avoids memleak.
14485         Revert previous commit which is not needed.
14486
14487 2006-07-12  Edward Hervey  <edward@fluendo.com>
14488
14489         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14490         Reset the decoder in finalize so that all fields get cleared.
14491
14492 2006-07-12  Wim Taymans  <wim@fluendo.com>
14493
14494         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14495         (gst_base_audio_src_set_clock),
14496         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14497         Don't try to post an error message when setting the clock fails
14498         as this can happen when adding an element to a bin which will then
14499         deadlock. Fixes #347296.
14500
14501 2006-07-12  Edward Hervey  <edward@fluendo.com>
14502
14503         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14504         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14505         (vorbis_handle_type_packet):
14506         Post tag messages on the bus even if we're not initialized.
14507         If we're not initialized, we still postpone the event pushing of tags.
14508
14509 2006-07-12  Wim Taymans  <wim@fluendo.com>
14510
14511         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14512         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14513         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14514         Revert last two changes that broke the freeze.
14515
14516 2006-07-12  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14519         basesink calculates silence sample correctly for us.
14520
14521 2006-07-12  Wim Taymans  <wim@fluendo.com>
14522
14523         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14524         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14525         Calculate correct silence samples so we don't fill our ringbuffer
14526         with noise.
14527
14528 2006-07-12  Edward Hervey  <edward@fluendo.com>
14529
14530         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14531         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14532         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14533         * ext/vorbis/vorbisdec.h:
14534         Delay sending events (newsegment, tags) until the decoder is properly
14535         initialized.
14536         Fixes #347295
14537
14538 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14539
14540         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14541         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14542           Patch from #347221 adding a test for audioconvert
14543           channel remappings.
14544
14545 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14548         (gst_ssa_parse_parse_line):
14549           Don't include the terminating NUL in the buffer size,
14550           it's only there for extra paranoia (would add random
14551           '*' characters at the end of each subtitle since the
14552           terminator itself is not valid UTF-8 technically).
14553           Also fix indenting after boilerplate macro.
14554
14555 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14556
14557         * gst/playback/gstdecodebin.c: (close_pad_link):
14558           Also emit 'unknown-type' signal (which should really be
14559           called unhandled-type) if we found potential decoders/demuxers
14560           in the registry but none of them worked in the end (as in the
14561           case where the plugins don't exist any longer but are still
14562           listed in the registry). Fixes #329798.
14563
14564 2006-07-08  Andy Wingo  <wingo@pobox.com>
14565
14566         * theoraparse.c (theora_parse_push_buffer)
14567         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14568         Add some more debugging. Fix granulepos reconstruction in the face
14569         of discontinuities.
14570
14571 2006-07-06  Wim Taymans  <wim@fluendo.com>
14572
14573         * gst-libs/gst/audio/gstbaseaudiosink.c:
14574         (gst_base_audio_sink_class_init),
14575         (gst_base_audio_sink_provide_clock):
14576         Use gobject_class instead of G_OBJECT_CLASS (klass)
14577
14578         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14579         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14580         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14581         (gst_base_audio_src_get_time),
14582         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14583         (gst_base_audio_src_create_ringbuffer):
14584         Fix latency and buffer-time constants and properties ala basesink.
14585         Implement pull based scheduling. Fixes #346527.
14586         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14587         one segment.
14588         Refuse slaving to another clock instead of silently not working.
14589         Only provide a clock when we are actually able to do so.
14590         Various small cleanups and compiler hints.
14591
14592 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         Patch by: Lutz Mueller <lutz at topfrose de>
14595
14596         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14597         (plugin_init):
14598           Add typefinding for text/html (#346581).
14599
14600 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14603         (xml_check_first_element), (xml_type_find), (smil_type_find):
14604           Fix SMIL typefinding, make xml_check_first_element() more
14605           useful.
14606
14607 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14610         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14611         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14612         * gst/playback/gstplaybasebin.h:
14613           Protect list of elements with a subtitle-encoding property and
14614           the subtitle encoding member itself with a lock of their own
14615           instead of using the object lock. This prevents a dead-lock in
14616           the element-remove callback in some circumstances when shutting
14617           down playbin.
14618
14619 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14620
14621         * win32/common/libgsttag.def:
14622         Export some new functions.
14623         * win32/vs6/libgstogg.dsp:
14624         Add a link to libgsttag-0.10.lib.
14625
14626 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14629           Some const-ification.
14630
14631 2006-07-04  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14634         Improve checking if we are dealing with a stream. Added some
14635         more uris that need buffering.
14636
14637 2006-07-03  Edward Hervey  <edward@fluendo.com>
14638
14639         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14640         Remove unused variable.
14641
14642 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * Makefile.am:
14645           include lcov.mak
14646         * configure.ac:
14647           add GCOV_LIBS to GST_LIBS
14648
14649 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14650
14651         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14652
14653         * ext/alsa/gstalsasrc.c:
14654           Add 32 bps to template caps and increase channels range
14655           from [1,2] to [1,MAX]. See #346326.
14656
14657 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14660           Recognise 'WMVA' video codec fourcc (#345879).
14661           
14662 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14663          
14664         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14665           Fixed nasty memory leak
14666
14667 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14670         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14671           fix logging
14672
14673 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14674
14675         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14676         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14677         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14678         Protect remove_fakesink using a mutex, so that we don't try and
14679         remove the fakesink simultaneously from multiple threads.
14680
14681         When going from READY to PAUSED, restore the fakesink, so that
14682         it is there when decodebin gets reused.
14683
14684 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14688         * gst-libs/gst/rtp/gstbasertppayload.c:
14689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14690         * gst/tcp/gstmultifdsink.c:
14691         * gst/tcp/gsttcpclientsink.c:
14692         * gst/tcp/gsttcpclientsrc.c:
14693         * gst/tcp/gsttcpserversink.c:
14694         * gst/tcp/gsttcpserversrc.c:
14695         * gst/videorate/gstvideorate.c:
14696         * gst/videotestsrc/gstvideotestsrc.c:
14697         * sys/v4l/gstv4ljpegsrc.c:
14698         * sys/v4l/gstv4lmjpegsink.c:
14699         * sys/v4l/gstv4lsrc.c:
14700         * tests/examples/seek/scrubby.c:
14701         * tests/examples/seek/seek.c:
14702           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14703
14704 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14707           Second field in GEnumValue shouldn't be a description,
14708           but a stringified version of the enum value.
14709
14710 2006-06-22  Wim Taymans  <wim@fluendo.com>
14711
14712         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14713         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14714         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14715         Avoid type checking in buffer casts.
14716         Avoid caps copy in buffer_alloc when we can.
14717         Use pad_peer_accept.
14718
14719 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         * gst-libs/gst/tag/tag.h:
14722           Oops, make that 'Since: 0.10.9'.
14723
14724 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * docs/libs/gst-plugins-base-libs-sections.txt:
14727         * gst-libs/gst/tag/tag.h:
14728         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14729         (gst_tag_image_type_get_type):
14730           API: add GstTagImageType enum to describe images contained
14731           in image tags (#345641).
14732
14733 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14736           Fix warnings with gst-inspect: "buffers-min" property
14737           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14738           typo in property description.
14739
14740 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         Patch by: Cody Russell <bratsche at gnome org>
14743
14744         * gst/audioresample/gstaudioresample.c:
14745         (gst_audioresample_class_init):
14746         * gst/playback/gststreamselector.c:
14747         (gst_stream_selector_class_init):
14748         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14749         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14750         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14751         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14752         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14753         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14754         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14755         * gst/videotestsrc/gstvideotestsrc.c:
14756         (gst_video_test_src_class_init):
14757         * gst/volume/gstvolume.c: (gst_volume_class_init):
14758           Avoid unnecessary class cast check in class_init
14759           functions (#337747).
14760
14761 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14764         (gst_text_overlay_video_chain):
14765           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14766           and doesn't validate its input either (and neither did
14767           textoverlay it seems). Let's do that then and fix #345206.
14768
14769 2006-06-19  Wim Taymans  <wim@fluendo.com>
14770
14771         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14772         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14773         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14774         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14775         (find_syncframe), (find_limits), (assign_value),
14776         (count_burst_unit), (gst_multi_fd_sink_new_client),
14777         (gst_multi_fd_sink_handle_client_write),
14778         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14779         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14780         (gst_multi_fd_sink_change_state):
14781         * gst/tcp/gstmultifdsink.h:
14782         Added shiny new burst-on-connect methods.
14783         Add properties to control the minimal amount of data queued.
14784         Small cleanups.
14785         API: bytes-min property
14786         API: time-min property
14787         API: buffers-min property
14788         API: burst-unit property
14789         API: burst-value property
14790         API: add-full signal
14791
14792         * gst/tcp/gsttcp-marshal.list:
14793         Added new marshaller code for the new signal.
14794
14795         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14796         (multifdsink_suite):
14797         Added testcases for new burst methods.
14798
14799 2006-06-19  Edward Hervey  <edward@fluendo.com>
14800
14801         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14802         Implement clipping for accurate seeking.
14803         Closes #345225
14804
14805 2006-06-19  Wim Taymans  <wim@fluendo.com>
14806
14807         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14808
14809         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14810         (gst_video_scale_transform):
14811         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14812
14813 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * configure.ac:
14816           Fix --disable-external (can't set conditionals conditionally,
14817           #343602).
14818
14819 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * tests/check/elements/audioresample.c: (test_reuse),
14822         (audioresample_suite):
14823           Add test case for bug #342789 fixed below.
14824
14825 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         * gst/audioresample/gstaudioresample.c:
14828         (gst_audioresample_class_init), (gst_audioresample_init),
14829         (audioresample_start), (audioresample_stop),
14830         (gst_audioresample_set_property), (gst_audioresample_get_property):
14831           Implement GstBaseTransform::start and ::stop so that audioresample
14832           can clear its internal state properly and be reused instead of
14833           causing non-negotiated errors with playbin under some circumstances
14834           (#342789).
14835
14836         * tests/check/elements/audioresample.c: (setup_audioresample),
14837         (cleanup_audioresample):
14838           Need to set element state here so that ::start and ::stop are
14839           called.
14840
14841 2006-06-16  Wim Taymans  <wim@fluendo.com>
14842
14843         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14844
14845         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14846         Parse extra data better, apparently it's right behind
14847         the normal strf header size. Fixes #343500.
14848
14849 2006-06-16  Wim Taymans  <wim@fluendo.com>
14850
14851         * ext/alsa/gstalsasink.c: (set_hwparams):
14852         If we fail to set the buffer_time and period_time alsa
14853         parameters, post a warning and leave alsa select a 
14854         default instead of failing. Fixes #342085
14855
14856 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * docs/libs/gst-plugins-base-libs-sections.txt:
14859         * gst-libs/gst/cdda/gstcddabasesrc.h:
14860           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14861           out in the header file and shouldn't be listed in the docs.
14862
14863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14864           Must dereference pointer to fourcc in the debug statement.
14865
14866 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14867
14868         * docs/libs/Makefile.am:
14869         * docs/libs/gst-plugins-base-libs-docs.sgml:
14870         * docs/libs/gst-plugins-base-libs-sections.txt:
14871         * docs/libs/gst-plugins-base-libs.types:
14872         add remaining symbols into correct setions
14873         
14874         * gst-libs/gst/audio/gstringbuffer.c:
14875         fix incomplete docs
14876         
14877         * gst-libs/gst/audio/gstringbuffer.h:
14878         comment out not yet implemented function
14879         
14880         
14881         * gst-libs/gst/floatcast/floatcast.h:
14882         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14883         add short descriptions
14884         
14885         
14886         * gst-libs/gst/interfaces/propertyprobe.c:
14887         fix return value docs   
14888         
14889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14890         simplify debug logging
14891         
14892         * gst-libs/gst/riff/riff-read.h:
14893         sync function prototype and docs
14894         
14895         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14896         remove left over symbol
14897
14898 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14899
14900         * autogen.sh:
14901         * configure.ac:
14902         * docs/Makefile.am:
14903           Use GST_PLUGIN_DOCS macro in configure.ac, add
14904           --enable-plugin-docs default to autogen.sh and use
14905           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14906
14907 2006-06-15  Wim Taymans  <wim@fluendo.com>
14908
14909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14910         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14911         (gst_ogg_demux_loop):
14912         Combine GstFlowReturn from the source pads to give a
14913         meaningfull result to the upstream peer or to stop the
14914         processing task in case of errors.
14915
14916 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * gst/playback/gststreaminfo.c: (cb_probe):
14919           Try GST_TAG_CODEC as fallback when extracting the
14920           codec name; more debug info.
14921
14922 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * ext/ogg/Makefile.am:
14925         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14926           Extract language tags from ogm subtitle streams, so that
14927           the subtitle menu choices are labelled correctly in
14928           Totem (fixes #344708).
14929
14930 2006-06-14  Wim Taymans  <wim@fluendo.com>
14931
14932         Patch by: Alessandro Decina <alessandro at nnva dot org>
14933
14934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14935         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14936         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14937         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14938         Fix various leaks. Fixes #343699.
14939         Add x-smoke mime type.
14940
14941 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         * gst-libs/gst/riff/riff-ids.h:
14944           Add IDs for 'bext' chunks (see #343837).
14945
14946 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         Patch by: Young-Ho Cha  <ganadist at chollian net>
14949
14950         * gst/subparse/samiparse.c: (sami_context_pop_state),
14951         (handle_start_font), (end_sami_element):
14952           Honour font face tags in SAMI subtitles (#344503).
14953
14954 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14955
14956         * po/POTFILES.in:
14957           add missing files containing translatable strings
14958
14959 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14960
14961         * docs/libs/tmpl/.cvsignore:
14962           we don't want those *.sgml files in CVS either
14963
14964 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14965
14966         * docs/libs/.cvsignore:
14967         * tests/check/elements/.cvsignore:
14968         * tests/check/libs/.cvsignore:
14969           ignore more
14970
14971 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14972
14973         * docs/libs/Makefile.am:
14974           also commiting the changed Makefile.am (added more libs to the
14975           doc-build)
14976
14977 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14978
14979         * docs/libs/gst-plugins-base-libs-docs.sgml:
14980         * docs/libs/gst-plugins-base-libs-sections.txt:
14981         * docs/libs/gst-plugins-base-libs.types:
14982           first batch of reordering things, add index & hierarchy
14983
14984 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14985
14986         * configure.ac:
14987           use GST_PKG_CHECK_MODULES, cleans up output
14988
14989 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14992           Add support for burn:// URIs (#343385); const-ify things a bit,
14993           use G_N_ELEMENTS instead of hard-coded array size.
14994
14995 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         Patch by: Young-Ho Cha  <ganadist at chollian net>
14998
14999         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15000           Fix up broken entities before passing them to libxml *sigh*.
15001           (#343303).
15002           
15003 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15004
15005         * configure.ac:
15006           back to TRUNK
15007
15008 === release 0.10.8 ===
15009
15010 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15011
15012         * configure.ac:
15013           releasing 0.10.8, "Moar gij ziet mij nie"
15014
15015 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15016
15017         * configure.ac:
15018         * po/af.po:
15019         * po/az.po:
15020         * po/cs.po:
15021         * po/en_GB.po:
15022         * po/hu.po:
15023         * po/it.po:
15024         * po/nb.po:
15025         * po/nl.po:
15026         * po/or.po:
15027         * po/sq.po:
15028         * po/sr.po:
15029         * po/sv.po:
15030         * po/uk.po:
15031         * po/vi.po:
15032         * win32/common/config.h:
15033           0.10.7.2 prerelease
15034
15035 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * docs/libs/tmpl/gstaudio.sgml:
15038         * docs/libs/tmpl/gstcolorbalance.sgml:
15039         * docs/libs/tmpl/gstmixer.sgml:
15040         * docs/libs/tmpl/gstringbuffer.sgml:
15041         * docs/libs/tmpl/gsttuner.sgml:
15042         * docs/libs/tmpl/gstxoverlay.sgml:
15043         * gst-libs/gst/audio/audio.c:
15044         * gst-libs/gst/audio/gstringbuffer.c:
15045         * gst-libs/gst/interfaces/colorbalance.c:
15046         * gst-libs/gst/interfaces/mixer.c:
15047         * gst-libs/gst/interfaces/tuner.c:
15048         * gst-libs/gst/interfaces/xoverlay.c:
15049           move last template doc snippets to source code and delete them
15050
15051 2006-06-06  Michael Smith  <msmith@fluendo.com>
15052
15053         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15054         (theora_parse_drain_queue):
15055           Mark DELTA_UNIT on non-keyframes.
15056
15057 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15058
15059         * gst-libs/gst/audio/gstbaseaudiosink.c:
15060         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15061         * gst-libs/gst/audio/gstbaseaudiosink.h:
15062         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15063         (gst_ring_buffer_samples_done):
15064         * gst-libs/gst/audio/gstringbuffer.h:
15065         Document better the fact that latency_time and buffer_time are values
15066         stored in microseconds, and not the usual GStreamer nanoseconds.
15067         Change the variables (compatibly) that store them from GstClockTime 
15068         to guint64 to make it more clear that they're not storing clock times.
15069         Also, remove the bogus property description that says the user can
15070         specify -1 to get the default value, since that's never been the case.
15071
15072         When computing the default segment size for the ring buffer, make it
15073         an integer number of samples.
15074
15075         When the sub-class indicates a delay greater than the number of
15076         samples we've written return 0 from the audio sink get_time method.
15077
15078 2006-06-02  Michael Smith  <msmith@fluendo.com>
15079
15080         * tests/check/elements/audioconvert.c: (set_channel_positions),
15081         (get_float_mc_caps), (get_int_mc_caps):
15082         * tests/check/elements/audioresample.c:
15083         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15084         * tests/check/elements/videorate.c:
15085         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15086         * tests/check/elements/volume.c:
15087         * tests/check/elements/vorbisdec.c:
15088         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15089           Don't busy-wait in tests; this was causing test timeouts very
15090           frequently when running under valgrind.
15091
15092 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15093
15094         * gst/tcp/README:
15095         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15096         (gst_multi_fd_sink_remove_client_link),
15097         (gst_multi_fd_sink_client_queue_caps),
15098         (gst_multi_fd_sink_client_queue_buffer),
15099         (gst_multi_fd_sink_handle_client_write),
15100         (gst_multi_fd_sink_render):
15101         * gst/tcp/gstmultifdsink.h:
15102           make multifdsink properly deal with streamheader:
15103           - streamheader is taken from caps
15104           - buffers marked with IN_CAPS are not sent
15105           - streamheaders are sent, on connection, from the caps of the
15106             buffer where the client gets positioned to
15107           - further streamheader changes are done every time the client
15108             will receive a buffer with different caps
15109         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15110         (gst_multifdsink_create_streamheader):
15111           add tests for this
15112
15113 2006-06-02  Michael Smith  <msmith@fluendo.com>
15114
15115         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15116           Reinstate limit on channel count. Vorbis does not define the meaning
15117           of > 6 channels, so they're just independent channels. Gstreamer
15118           currently has no mechanism to represent N independent channels.
15119
15120 2006-06-02  Michael Smith  <msmith@fluendo.com>
15121
15122         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15123           Don't arbitrarily restrict channel counts and rate in vorbis.
15124           In terms of effects likely on real-world files, this fixes 96kHz
15125           playback of vorbis.
15126
15127 2006-06-02  Michael Smith  <msmith@fluendo.com>
15128
15129         * gst/audioconvert/audioconvert.c: (float):
15130           More correct float->int conversion.
15131
15132 2006-06-02  Michael Smith  <msmith@fluendo.com>
15133
15134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15135           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15136           value. Fixes g-critical on trying to play back ogg containing
15137           unknown codec.
15138
15139 2006-06-02  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15142         (setup_source):
15143         * gst/playback/gstplaybasebin.h:
15144         Make the subtitle detection work from any thread so we don't
15145         deadlock. Fixes #343397.
15146
15147 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * gst/volume/Makefile.am:
15150           Seriously, it's not *that* hard to get compilation right.  Even
15151           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15152
15153 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15154
15155         * gst/volume/gstvolume.c: (volume_choose_func),
15156         (volume_update_real_volume), (gst_volume_class_init),
15157         (gst_volume_init), (volume_process_float), (volume_process_int16),
15158         (volume_process_int16_clamp), (volume_set_caps),
15159         (volume_transform_ip), (plugin_init):
15160         * gst/volume/gstvolume.h:
15161         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15162         another property desc., remove unused param from process function
15163         
15164         * tests/check/elements/volume.c: (volume_suite):
15165         reactivate the passthrough test
15166
15167 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15168
15169         * ext/alsa/gstalsamixerelement.h:
15170         * ext/alsa/gstalsamixeroptions.h:
15171         * ext/alsa/gstalsamixertrack.h:
15172         * ext/gnomevfs/gstgnomevfssink.h:
15173         * ext/gnomevfs/gstgnomevfssrc.h:
15174         * ext/theora/gsttheoradec.h:
15175         * ext/theora/gsttheoraenc.h:
15176         * ext/theora/gsttheoraparse.h:
15177         * ext/vorbis/vorbisparse.h:
15178         * gst-libs/gst/audio/gstaudioclock.h:
15179         * gst-libs/gst/audio/gstaudiofilter.h:
15180         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15181         * gst/audioconvert/gstaudioconvert.h:
15182         * gst/audioresample/gstaudioresample.h:
15183         * gst/audiotestsrc/gstaudiotestsrc.h:
15184         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15185         * gst/playback/gststreamselector.h:
15186         * gst/tcp/gstmultifdsink.h:
15187         * gst/tcp/gsttcpclientsink.h:
15188         * gst/tcp/gsttcpclientsrc.h:
15189         * gst/tcp/gsttcpserversink.h:
15190         * gst/tcp/gsttcpserversrc.h:
15191         * gst/videorate/gstvideorate.h:
15192         * gst/videoscale/gstvideoscale.h:
15193         * gst/videotestsrc/gstvideotestsrc.h:
15194         * gst/volume/gstvolume.h:
15195         * sys/v4l/gstv4ljpegsrc.h:
15196         * sys/v4l/gstv4lmjpegsink.h:
15197         * sys/v4l/gstv4lmjpegsrc.h:
15198         * sys/v4l/gstv4lsrc.h:
15199         * sys/ximage/ximagesink.h:
15200         * sys/xvimage/xvimagesink.h:
15201         * tests/old/testsuite/alsa/sinesrc.h:
15202         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15203
15204 2006-05-31  Wim Taymans  <wim@fluendo.com>
15205
15206         * ext/libvisual/visual.c: (gst_visual_reset),
15207         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15208         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15209         Handle DISCONT.
15210         Use running time before doing QoS.
15211         Handle mono too.
15212
15213 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15214
15215         * docs/libs/Makefile.am:
15216           set a magic variable to indicate we know the docs are incomplete
15217
15218 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15219
15220         * win32/common/libgstvideo.def:
15221           export gst_video_calculate_display_ratio
15222         * win32/vs6/libgstvideoscale.dsp:
15223           add link to libgstvideo-0.10.lib
15224
15225 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * gst/playback/gstplaybasebin.c: (gen_source_element):
15228           Throw a more comprehensible error for rtsp:// URIs (rather
15229           than erroring out with a negotiation error later on) until
15230           we fix playbin to handle rtspsrc etc.
15231
15232 2006-05-30  Wim Taymans  <wim@fluendo.com>
15233
15234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15235         (gst_text_overlay_text_event):
15236         Added some FIXMEs.
15237
15238 2006-05-30  Wim Taymans  <wim@fluendo.com>
15239
15240         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15241         (gst_adder_request_new_pad), (gst_adder_release_pad):
15242         * gst/adder/gstadder.h:
15243         Implement release_request_pad.
15244         Make padcounter atomic.
15245
15246         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15247         Added check for release_pad in adder.
15248
15249 2006-05-30  Wim Taymans  <wim@fluendo.com>
15250
15251         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15252         Fix build again.
15253
15254 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15255
15256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15257         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15258         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15259         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15260         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15261         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15262         (gst_ogg_demux_bisect_forward_serialno),
15263         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15264         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15265           add more debugging
15266           clean up printf formats for granulepos and serialno
15267
15268 2006-05-30  Michael Smith  <msmith@fluendo.com>
15269
15270         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15271         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15272         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15273         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15274         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15275         * ext/vorbis/vorbisenc.h:
15276           Multi-channel caps negotiation, so we can do proper multichannel
15277           vorbis encoding, negotiated through audioconvert.
15278
15279 2006-05-30  Wim Taymans  <wim@fluendo.com>
15280
15281         * tests/check/elements/adder.c: (test_event_message_received),
15282         (test_play_twice_message_received), (GST_START_TEST),
15283         (adder_suite):
15284         Added check to show that #339935 is fixed with ongoing
15285         adder and collectpads fixes.
15286
15287 2006-05-29  Wim Taymans  <wim@fluendo.com>
15288
15289         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15290         Don't leak pad name.
15291
15292 2006-05-29  Wim Taymans  <wim@fluendo.com>
15293
15294         * gst/adder/gstadder.c: (gst_adder_query_duration),
15295         (forward_event_func), (forward_event), (gst_adder_src_event):
15296         Fix adder seeking.
15297         Make query/seeking code threadsafe.
15298
15299         * tests/check/Makefile.am:
15300         * tests/check/elements/adder.c: (test_event_message_received),
15301         (GST_START_TEST), (test_play_twice_message_received):
15302         Fix adder test case.
15303
15304 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15305
15306         Patch by: Young-Ho Cha  <ganadist at chollian net>
15307
15308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15309         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15310         (set_encoding_element), (decodebin_element_added_cb),
15311         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15312         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15313         * gst/playback/gstplaybasebin.h:
15314           Add 'subtitle-encoding' property to playbin, so applications can
15315           force a subtitle encoding for non-UTF8 subtitles (#342268).
15316
15317         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15318         (gst_sub_parse_set_property):
15319           Rename recently-added 'encoding' property to 'subtitle-encoding'
15320           (so it can be proxied by playbin/decodebin in a generic way
15321           with less danger of false positives).
15322
15323 2006-05-29  Michael Smith  <msmith@fluendo.com>
15324
15325         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15326         (append_with_other_format), (set_structure_widths),
15327         (gst_audio_convert_transform_caps):
15328           Patch from #341562: give more specific audio caps in get_caps, so
15329           that basetransform  can make better decisions on what caps to
15330           negotiate.
15331
15332 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15333
15334         * tests/check/elements/volume.c:
15335         make it compile again
15336
15337 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15338
15339         * tests/check/elements/volume.c: (volume_suite):
15340         disable test until #343196 gets resolved
15341
15342 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15343
15344         * gst/adder/gstadder.c: (gst_adder_get_type):
15345         Make it easier to copy&paste
15346         
15347         * gst/volume/Makefile.am:
15348         * gst/volume/gstvolume.c: (volume_update_real_volume),
15349         (gst_volume_set_volume), (gst_volume_set_mute),
15350         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15351         (volume_transform_ip), (volume_update_mute),
15352         (volume_update_volume):
15353         * gst/volume/gstvolume.h:
15354         Add own debug category, move duplicate code to helper function, fix
15355         property texts, add more comments and prepare ffor liboil-goodness
15356         
15357         * tests/check/Makefile.am:
15358         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15359         add test for mute and passtrough case, be a bit more verbose to track
15360         failure
15361         
15362         * tests/check/generic/states.c: (GST_START_TEST):
15363         catch elements that fail to instantiate
15364
15365 2006-05-28  Edward Hervey  <edward@fluendo.com>
15366
15367         * tests/check/pipelines/simple-launch-lines.c:
15368         * tests/check/pipelines/theoraenc.c:
15369         * tests/check/pipelines/vorbisenc.c:
15370         Comment out tests using parse_launch() if core was built without
15371         parsing capabilities.
15372
15373 2006-05-27  Edward Hervey  <edward@fluendo.com>
15374
15375         * tests/check/Makefile.am:
15376         Extra bonus points for whoever explains to ensonic that you are meant
15377         to test unit tests thoroughly before commiting them, especially if
15378         you know it's going to break.
15379         De-activated element/adder tests.
15380
15381 2006-05-27  Edward Hervey  <edward@fluendo.com>
15382
15383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15384         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15385         Marking caps conversion issues as GST_WARNING is way too verbose,
15386         Moving them to GST_LOG.
15387
15388 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15389
15390         * README:
15391           Replace current README (containing the release notes from
15392           some 0.9.x version) with a proper README taken from the core.
15393
15394 2006-05-26  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15397         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15398         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15399         (vorbis_dec_change_state):
15400         Small cleanups.
15401         Add some FIXMEs
15402         Clip output samples to segment boundaries.
15403
15404 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15405
15406         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15407         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15408         Improve the errors produced on bad output, including some human
15409         readable description strings.
15410         Handle the (theoretical for ximagesink) case where the XServer 
15411         has a different idea about the size required for a particular 
15412         frame and gives us too small a memory allocation.
15413
15414 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15415
15416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15417         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15418         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15419         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15420         Improve the errors produced on bad output, including some human 
15421         readable description strings.
15422         Handle RGB Xv formats properly by transforming them into our 
15423         big-endian caps description.
15424         Use gst_caps_truncate to ensure that we never try and choose a
15425         non-fixed caps in buffer_alloc.
15426         Handle the case where the XServer has a different idea about the size
15427         required for a particular frame and gives us too small a memory
15428         allocation.
15429         Use -1 to indicate 'no image format', because 0 is a valid XServer
15430         image format number.
15431         Put RGB Xv formats at the end of the caps, so that we always prefer
15432         YUV format frames.
15433         Iterate the available Xv Encodings to determine the maximum width and
15434         height, and then return that in our caps.
15435         (Closes #315312, #337544)
15436
15437 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15438
15439         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15440         When there is only one unfinished pad and it receives an event that
15441         doesn't match our requirements, we need to set alldone=FALSE so that
15442         the fakesink is not removed yet.
15443
15444 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15447           Use gst_type_find_helper_for_buffer() to find the type
15448           of stream from the first packet.
15449
15450         * configure.ac:
15451           Bump requirements to core CVS (needed for vorbis
15452           typefinding to work).
15453
15454 2006-05-24  Edward Hervey  <edward@fluendo.com>
15455
15456         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15457         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15458         contain.  Else they play perfectly fine with qtdemux.
15459
15460 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15461
15462         * ext/theora/theoradec.c:
15463         * ext/theora/theoraenc.c:
15464         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15465         * gst/audiorate/gstaudiorate.c:
15466           make more debug catagories static
15467         
15468         * tests/check/Makefile.am:
15469         * tests/check/elements/adder.c: (message_received),
15470         (test_event_message_received), (GST_START_TEST),
15471         (test_play_twice_message_received), (adder_suite):
15472           added test case for using element twice, extra bonus points for anyone
15473           who can make these test run reliably
15474
15475 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15476
15477         * ext/theora/theoradec.c: (theora_dec_chain):
15478           Make work with time-stamped input buffers that do not
15479           have a granulepos in BUFFER_OFFSET_END (like theora
15480           buffers coming from matroskademux). Fixes #342448.
15481
15482 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         Patch by: Peter Kjellerstedt  <pkj at axis com>
15485
15486         * gst/tcp/Makefile.am:
15487           fdstresstest doesn't need Gtk+, fix compilation if 
15488           gtk is not available (#342566).
15489
15490 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15491          
15492         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15493           80 line columns
15494           Removed redundant floor()
15495
15496 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15499           On second thought, just skip JUNK chunks automatically, so
15500           the caller doesn't have to handle this. Fixes #342345.
15501           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15502           not GST_FLOW_ERROR.
15503
15504 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15507           Don't bail out on JUNK chunks with a size of 0 (would try to
15508           pull_range 0 bytes before, which sources don't like too much).
15509           See #342345.
15510
15511 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15512
15513         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15515         Use the gstutil scaling function to preserve 64 bits while calculating
15516         output width and height from the display-aspect-ratio. (A continuation
15517         of #341542)
15518
15519 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15520
15521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15522         (gst_xvimagesink_buffer_alloc):
15523         * sys/xvimage/xvimagesink.h:
15524         When performing buffer allocations, remember the caps and image format
15525         we return so that if the same caps are asked for next time we can
15526         return them immediately without doing any caps intersections.
15527
15528 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15529          
15530         * gst-libs/gst/rtp/README:
15531           Some new documentation
15532         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15533           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15534         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15535         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15536           New RTP audio base payloader class. Supports frame or sample based
15537           codecs.  Not enabled in Makefile.am until approved.
15538
15539 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * tests/check/elements/alsa.c: (test_device_property_probe):
15542           Fix test case: don't try to free NULL GValueArray when there
15543           are no devices.
15544
15545 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * tests/check/Makefile.am:
15548         * tests/check/elements/alsa.c: (test_device_property_probe),
15549         (alsa_suite), (main):
15550           Add simple test that runs a device property probe on alsasrc,
15551           alsasink and alsamixer. Disable valgrind check for now (too
15552           many leaks in libasound, and valgrind ignored my suppressions
15553           additions).
15554
15555 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15558         (gst_alsa_device_property_probe_probe_property),
15559         (gst_alsa_device_property_probe_needs_probe),
15560         (gst_alsa_device_property_probe_get_values),
15561         (gst_alsa_type_add_device_property_probe_interface):
15562         * ext/alsa/gstalsadeviceprobe.h:
15563         * ext/alsa/gstalsamixerelement.c:
15564         (gst_alsa_mixer_element_init_interfaces):
15565         * ext/alsa/gstalsamixerelement.h:
15566           Clean up and simplify alsa device probing. Make it actually work
15567           for multiple classes. Don't cache results any longer.
15568
15569         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15570         (gst_alsasink_init):
15571         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15572         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15573         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15574           Make alsasink and alsasrc implement the GstPropertyProbe interface
15575           for device probing (#342181).
15576           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15577
15578 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * gst/subparse/samiparse.c: (handle_start_font):
15581           Don't ignore return value of strtol (++compiler_happiness).
15582
15583 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         Patch by: Young-Ho Cha  <ganadist chollian net>
15586
15587         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15588         (gst_sub_parse_class_init), (gst_sub_parse_init),
15589         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15590         (convert_encoding):
15591         * gst/subparse/gstsubparse.h:
15592           Add 'encoding' property (#341681).
15593
15594         * gst/subparse/samiparse.c: (characters_sami):
15595           Output is pango markup, so we need to escape text
15596           between tags (#342143).
15597
15598 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         * gst-libs/gst/audio/multichannel.c:
15601         (gst_audio_check_channel_positions):
15602           It's okay to have caps with channels=1 and a channel position
15603           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15604           (deinterleavers might want to keep the position in the caps,
15605           so that they can be re-interleaved again properly later).
15606           Leave check for unexpected 2-channel layouts intact for now.
15607
15608 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15609
15610         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15611         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15612         basesrc can do its job correctly.
15613
15614 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * ext/alsa/Makefile.am:
15617         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15618         (gst_alsa_detect_formats), (get_channel_free_structure),
15619         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15620         (gst_alsa_probe_supported_formats):
15621         * ext/alsa/gstalsa.h:
15622         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15623           Refactor and improve caps probing code: probe signedness
15624           when we probe the supported formats/widths; set endianness
15625           to the one we actually probed for (ie. cpu endianness).
15626           
15627         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15628         (gst_alsasrc_close):
15629         * ext/alsa/gstalsasrc.h:
15630           Implement caps probing for alsasrc.
15631
15632 2006-05-15  Wim Taymans  <wim@fluendo.com>
15633
15634         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15635         (theora_dec_src_query), (theora_dec_src_event),
15636         (theora_dec_sink_event), (theora_handle_comment_packet),
15637         (theora_handle_data_packet), (theora_dec_change_state):
15638         Cleanups, add some G_LIKELY.
15639         Use segment helpers instead of our own wrong code.
15640         Clear queued buffers on seek and READY.
15641
15642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15643         (vorbis_dec_convert), (vorbis_dec_src_query),
15644         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15645         (vorbis_handle_comment_packet), (vorbis_dec_push),
15646         (vorbis_handle_data_packet), (vorbis_dec_chain),
15647         (vorbis_dec_change_state):
15648         * ext/vorbis/vorbisdec.h:
15649         Remove old useless packetno variable.
15650         Do position query properly.
15651         Add some G_LIKELY.
15652         Do cleanup of queued buffers in new helper function
15653         and use it.
15654
15655 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15656
15657         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15658           Query supported sample rates. Fixes #341732.
15659
15660 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15661
15662         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15663         (gst_decode_bin_change_state): Make decodebin reusable
15664         when going from PAUSE_TO_READY and then back to PAUSED.
15665         Fixes #331678.
15666
15667 2006-05-15  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15670         (vorbis_dec_convert), (vorbis_dec_src_query),
15671         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15672         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15673         (vorbis_dec_clean_queued), (vorbis_dec_push),
15674         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15675         Cleanups. Use refcounting and DEBUG_OBJECT.
15676         Reset segment on flush, use code methods instead of our
15677         own wrong version.
15678         Fix potential memleak.
15679
15680 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15683         (gst_alsasink_init):
15684         * ext/alsa/gstalsasink.h:
15685           Don't leak allocated snd_output_t structure if there's
15686           more than one alsasink instance at a time (#341873).
15687           Also fix GObject macros in header file.
15688           
15689 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         * gst/subparse/gstsubparse.c:
15692         (gst_sub_parse_data_format_autodetect):
15693           Don't use libxml functions in the typefinding code.
15694
15695 2006-05-15  Wim Taymans  <wim@fluendo.com>
15696
15697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15698         Fix seeking performance in the case where a non-header 
15699         packet has a 0 granulepos (busted theora case). 
15700         Fixes #341719
15701         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15702          the first place, you limelight stealer you)
15703
15704 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gst/subparse/gstsubparse.c:
15707         (gst_sub_parse_data_format_autodetect):
15708           Improve SAMI typefinding: handle case where there are
15709           whitespaces or newlines in front of the first <SAMI>
15710           tag (#169936).
15711
15712 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * configure.ac:
15715           Build video4linux plugin even if there's no XVIDEO, just
15716           without implementing the GstXOverlay interface (#334002).
15717          
15718 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * configure.ac:
15721         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15722         (plugin_init):
15723           Add tentative support for libvisual-0.4 (#336881).
15724
15725 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         Patch by: Young-Ho Cha <ganadist at chollian net>
15728
15729         * gst/subparse/samiparse.c: (handle_start_font):
15730           Need to map "silver" colour explicitly (#169936).
15731
15732 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         Patch by: Young-Ho Cha  <ganadist at chollian net>
15735
15736         * gst/subparse/Makefile.am:
15737         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15738         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15739         (gst_sub_parse_format_autodetect), (feed_textbuf),
15740         (gst_subparse_type_find), (plugin_init):
15741         * gst/subparse/gstsubparse.h:
15742         * gst/subparse/samiparse.c:
15743         * gst/subparse/samiparse.h:
15744           Add support for SAMI subtitles (#169936).
15745
15746 2006-05-14  Michael Smith  <msmith@fluendo.com>
15747
15748         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15749           Fix #341696: crash when mixing L+R+C to mono or stereo.
15750         * tests/check/Makefile.am:
15751         * tests/check/elements/audioconvert.c: (set_channel_positions),
15752         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15753         (audioconvert_suite):
15754           Add test for the above, including some generic framework bits for
15755           testing multichannel things.
15756
15757 === release 0.10.7 ===
15758
15759 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15760
15761         * configure.ac:
15762           releasing 0.10.7, "Leave the gun"
15763
15764 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15765
15766         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15768         Fix the build.
15769
15770 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15771
15772         * docs/libs/gst-plugins-base-libs-docs.sgml:
15773         * docs/libs/gst-plugins-base-libs-sections.txt:
15774         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15775         * gst-libs/gst/video/video.h:
15776         * gst/videoscale/Makefile.am:
15777         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15779         * tests/check/Makefile.am:
15780         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15781         (main):
15782           Fix integer overflow problem with pixel-aspect-ratio calculations
15783           in videoscale and xvimagesink (#341542)
15784
15785 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * gst-libs/gst/tag/gstid3tag.c:
15788           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15789
15790 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15791
15792         * win32/MANIFEST:
15793           update win32 files listing
15794
15795 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15796
15797         patch by: Sjoerd Simons (sjoerd@luon.net)
15798
15799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15800         (group_create), (group_destroy), (add_stream),
15801         (gst_play_base_bin_get_property),
15802         (gst_play_base_bin_get_streaminfo_value_array):
15803         * gst/playback/gstplaybasebin.h:
15804           API: GstPlayBaseBin::stream-info-value-array property
15805           use a more bindings-friendly way of exposing streaminfo
15806           using a GValueArray.  Tested in ipython.
15807           Closes #341114
15808
15809 2006-05-11  Wim Taymans  <wim@fluendo.com>
15810
15811         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15812         (queue_underrun_cb), (queue_filled_cb):
15813         Also catch queue underruns but don't do anything yet.
15814         Refactor and comment queue enlarging code a bit.
15815
15816         * gst/playback/gstplaybasebin.c: (queue_overrun),
15817         (queue_threshold_reached), (queue_out_of_data),
15818         (gen_preroll_element):
15819         If a queue over/underruns check that we don't create nasty
15820         deadlocks when the min-threshold is not reached but the
15821         max-bytes is. In those cases disable max-bytes when we
15822         know that the queue is fed timed data.
15823         Add more comments.
15824
15825 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         * gst/playback/gstplaybin.c: (gen_audio_element):
15828           Make playbin automatically plug an 'audioresample'
15829           element before the audio sink as well. This solves
15830           problems with sinks that only accept a very specific
15831           sample rate, like esdsink (e.g. #340379).
15832
15833 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         * gst/playback/gstplaybasebin.c: (gen_source_element):
15836           Make http sources send special headers so that we receive
15837           icecast metadata if the http stream is an icecast stream
15838           (otherwise the server will just ignore them). This also
15839           means that from now on users will need the 'icydemux'
15840           element from gst-plugins-good installed if they want to
15841           listen to icecast radio streams. (#341432, #333657).
15842
15843 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15846         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15847           remove stupid example from docs - it should come with a simple
15848           C program instead.
15849           Clean up/fix docs
15850         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15851         (fail_if_can_read), (GST_START_TEST),
15852         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15853           add a test for changing streamheader which exposes a bug in
15854           multifdsink
15855
15856 2006-05-11  Michael Smith  <msmith@fluendo.com>
15857
15858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15859         (gst_gnome_vfs_src_received_headers_callback):
15860         * ext/gnomevfs/gstgnomevfssrc.h:
15861           Don't set icy-caps unless we have a sane interval value. Move
15862           interval to a local variable; we never use it outside this function.
15863
15864 2006-05-11  Wim Taymans  <wim@fluendo.com>
15865
15866         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15868         Register special buffer types along with the objects so
15869         that they are not registered at runtime from N different
15870         streaming threads since they are not threadsafe.
15871
15872 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15873
15874         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15875         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15876           add two more tests, one doing streamheader
15877
15878 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15879
15880         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15881           clean up the bufqueue when shutting down
15882         * tests/check/Makefile.am:
15883         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15884         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15885         (main):
15886           add a test for the leak that was just fixed
15887
15888 2006-05-10  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/adder/gstadder.c: (gst_adder_setcaps),
15891         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15892         (gst_adder_src_event), (gst_adder_sink_event),
15893         (gst_adder_class_init), (gst_adder_finalize),
15894         (gst_adder_request_new_pad), (gst_adder_collected):
15895         * gst/adder/gstadder.h:
15896         Updated some docs. Added comments and FIXMEs all over the place.
15897         Improve debugging info.
15898         Fix leak on finalize by not calling the parent.
15899         Implement duration query.
15900         Make event forwarding threadsafe.
15901         Correctly send NEWSEGMENT at start and after flush.
15902         Handle EOS correctly.
15903         Post error when not negotiated.
15904
15905         * tests/check/elements/adder.c: (GST_START_TEST):
15906         Added FIXME in the test.
15907
15908 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15911         (gst_text_overlay_halign_get_type),
15912         (gst_text_overlay_wrap_mode_get_type):
15913         * ext/theora/theoradec.c: (theora_handle_type_packet),
15914         (theora_handle_data_packet):
15915         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15916         (theora_enc_sink_setcaps), (theora_enc_chain):
15917         * gst-libs/gst/cdda/gstcddabasesrc.c:
15918         (gst_cdda_base_src_mode_get_type):
15919         * gst/audiotestsrc/gstaudiotestsrc.c:
15920         (gst_audiostestsrc_wave_get_type):
15921         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15922         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15923         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15924         (gst_sync_method_get_type), (gst_unit_type_get_type),
15925         (gst_client_status_get_type):
15926         * gst/videoscale/gstvideoscale.c:
15927         (gst_video_scale_method_get_type):
15928         * gst/videotestsrc/gstvideotestsrc.c:
15929         (gst_video_test_src_pattern_get_type):
15930         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15931         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15932         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15933         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15934         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15935         (paint_setup_RGB565), (paint_setup_xRGB1555):
15936           Const-ify GEnumValue and GFlagsValue arrays. Use
15937           GST_ROUND_UP_* macros instead of home-made ones.
15938
15939 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * configure.ac:
15942           Require core CVS for the new newsegment stuff.
15943
15944 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         Patch by: Sjoerd Simons  <sjoerd at luon net>
15947
15948         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15949           Register nick for enum value (#341160).
15950
15951 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15952
15953         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15954         (plugin_init):
15955          backout typefind patch #340375
15956          
15957         * tests/check/elements/adder.c: (message_received),
15958         (GST_START_TEST), (adder_suite):
15959           redo, signal-handling of test
15960
15961 2006-05-09  Wim Taymans  <wim@fluendo.com>
15962
15963         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15964         (gst_adder_collected):
15965         * gst/adder/gstadder.h:
15966         Remove bogus segment merging and forwarding, we don't
15967         care about timestamps anyway and we just produce a
15968         continuous stream. 
15969         Also create a nice NEWSEGMENT event when we start.
15970         Use _scale_int some more.
15971
15972 2006-05-09  Edward Hervey  <edward@fluendo.com>
15973
15974         * tests/icles/stress-xoverlay.c:
15975         Fix if core was built without parsing support.
15976
15977 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15978
15979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15980           Add SEDG (Samsung MPEG-4) fourcc.
15981
15982 2006-05-09  Edward Hervey  <edward@fluendo.com>
15983
15984         * tests/icles/stress-xoverlay.c:
15985         * tests/examples/volume/volume.c:
15986         Fix if core was built without parsing support.
15987
15988         * tests/examples/seek/seek.c:
15989         Disable the parse_launch example if core was built without parsing
15990         support.
15991
15992 2006-05-08  Edward Hervey  <edward@fluendo.com>
15993
15994         * autogen.sh: (CONFIGURE_DEF_OPT): 
15995         libtoolize on Darwin/MacOSX is called glibtoolize
15996
15997 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15998
15999         * tests/check/Makefile.am:
16000         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16001           Disable the adder test, until the build-slaves posses the kindness to 
16002           either like it or to give valid reason for not doing so 
16003
16004 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16005
16006         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16007         (adder_suite):
16008           Shuffle NULL state change around and raise timeout more
16009
16010 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16011
16012         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16013         (mp4_type_find), (plugin_init):
16014           Add typefind to distinguish between "audio/x-m4a" and new type
16015           "video/mp4". Fixes #340375
16016
16017         * tests/check/elements/adder.c: (adder_suite):
16018           Raise timeout to make buildbot happy
16019
16020 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16021
16022         * gst/adder/gstadder.c: (gst_adder_sink_event),
16023         (gst_adder_request_new_pad), (gst_adder_change_state):
16024         * gst/adder/gstadder.h:
16025         * tests/check/Makefile.am:
16026         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16027         (adder_suite), (main):
16028           Add sink-event handling to adder. It tries to merge incomming
16029           newsegment-events. Added test to check if segment_done is comming
16030           through. Fixes #340060
16031
16032 2006-05-05  Andy Wingo  <wingo@pobox.com>
16033
16034         * ext/theora/theoraparse.c (gst_theora_parse_init)
16035         (theora_parse_src_convert, theora_parse_src_query):
16036         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16037         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16038         query functions on the source pads of the theora and vorbis parse
16039         elements. Fixes position querying when doing a remux.
16040
16041 2006-05-05  Michael Smith  <msmith@fluendo.com>
16042
16043         * ext/theora/theoraparse.c: (parse_granulepos),
16044         (theora_parse_drain_queue_prematurely),
16045         (theora_parse_queue_buffer), (theora_parse_sink_event):
16046           Fix flushing.
16047           Fix invalid granulepos outputs when starting with a non-keyframe.
16048
16049 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16050
16051         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16052         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16053         Rearrange MPEG system stream detection, fixing some memleaks in the
16054         process.
16055         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16056         they clean up their data correctly.
16057         Remove unused ogganx caps and move the 'is_annodex' check to inside
16058         the 'is_ogg' if statement.
16059
16060 2006-05-05  Wim Taymans  <wim@fluendo.com>
16061
16062         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16063         Properly remove ghostpads. Fixes #340392
16064
16065 2006-05-04  David Schleef  <ds@schleef.org>
16066
16067         * gst/typefind/gsttypefindfunctions.c:
16068
16069 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16070
16071         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16072         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16073
16074         When typefinding an MP3 in push-based mode, don't penalise the
16075         probability down to 74% when we found 5 valid frames just because we
16076         can't peek the end of the file.
16077
16078         Make the probability for detecting MPEG Transport Streams based on the
16079         number of sequential headers we successfully detected.
16080
16081 2006-05-03  Wim Taymans  <wim@fluendo.com>
16082
16083         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16084         (vorbis_dec_push), (vorbis_dec_chain):
16085         Still produce an error when we receive an empty packet.
16086
16087 2006-05-03  Wim Taymans  <wim@fluendo.com>
16088
16089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16090         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16091         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16092         Mark buffers with DISCONT after seek and after activating new
16093         chains.
16094
16095         * ext/theora/gsttheoradec.h:
16096         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16097         (theora_get_query_types), (theora_dec_sink_event),
16098         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16099         (theora_dec_change_state):
16100         Fix frame counter.
16101         Detect and mark DISCONT buffers.
16102
16103         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16104         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16105         (vorbis_dec_change_state):
16106         * ext/vorbis/vorbisdec.h:
16107         Use GstSegment.
16108         Detect and mark DISCONT buffers.
16109         Don't crash on 0 sized buffers.
16110
16111 2006-05-03  Wim Taymans  <wim@fluendo.com>
16112
16113         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16114         (volume_transform_ip):
16115         Increase "volume" property to 10.0. Fixes #340369.
16116         Set the process function to NULL when capsnego fails so that
16117         we properly error out.
16118
16119 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16120
16121         * gst/playback/gstplaybin.c: (add_sink):
16122         * gst/playback/test.c: (main):
16123         * gst/playback/test5.c: (dump_element_stats):
16124         * gst/playback/test6.c: (main):
16125           free caps using gst_caps_unref, don't leak caps-strings
16126
16127 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16130         (plugin_init):
16131           Refine musepack typefinding a bit. Return MAXIMUM
16132           probability when we detect stream version 7 to make
16133           sure the mpeg audio typefinder doesn't trump us.
16134
16135 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16138           Protect against unexpected NULL strf_data buffer.
16139
16140 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * tests/check/elements/audioconvert.c: (verify_convert),
16143         (GST_START_TEST):
16144           interpret the out[] buffer in the order the bytes are actually
16145           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16146           Other tests should use BYTE_ORDER since the array is filled in
16147           with actual values
16148
16149 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16150
16151         * tests/check/elements/audioconvert.c: (verify_convert),
16152         (GST_START_TEST):
16153           when a test fails, give an indication of which it is
16154
16155 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16156
16157         * gst-libs/gst/cdda/gstcddabasesrc.c:
16158           compile fix; strtol() needs <stdlib.h>
16159
16160 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16161
16162         * ext/alsa/gstalsamixerelement.c:
16163         * ext/alsa/gstalsasrc.c:
16164         * ext/cdparanoia/gstcdparanoiasrc.c:
16165         * ext/gnomevfs/gstgnomevfssink.c:
16166         * ext/gnomevfs/gstgnomevfssrc.c:
16167         * ext/ogg/gstoggdemux.c:
16168         * ext/ogg/gstoggmux.c:
16169         * ext/ogg/gstoggparse.c:
16170         * ext/ogg/gstogmparse.c:
16171         * ext/pango/gstclockoverlay.c:
16172         * ext/pango/gsttextoverlay.c:
16173         * ext/pango/gsttextrender.c:
16174         * ext/pango/gsttimeoverlay.c:
16175         * ext/theora/theoradec.c:
16176         * ext/theora/theoraenc.c:
16177         * ext/vorbis/vorbisdec.c:
16178         * ext/vorbis/vorbisenc.c:
16179         * gst-libs/gst/audio/gstaudiofilter.c:
16180         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16181         * gst/audioconvert/gstaudioconvert.c:
16182         * gst/audiorate/gstaudiorate.c:
16183         * gst/audioresample/gstaudioresample.c:
16184         * gst/audiotestsrc/gstaudiotestsrc.c:
16185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16186         * gst/playback/gstdecodebin.c:
16187         * gst/playback/gstplaybin.c:
16188         * gst/playback/gststreamselector.c:
16189         * gst/subparse/gstsubparse.c:
16190         * gst/tcp/gstmultifdsink.c:
16191         * gst/tcp/gsttcpclientsink.c:
16192         * gst/tcp/gsttcpclientsrc.c:
16193         * gst/tcp/gsttcpserversink.c:
16194         * gst/tcp/gsttcpserversrc.c:
16195         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16196         * gst/videorate/gstvideorate.c:
16197         * gst/videoscale/gstvideoscale.c:
16198         * gst/videotestsrc/gstvideotestsrc.c:
16199         * gst/volume/gstvolume.c:
16200         * sys/v4l/gstv4ljpegsrc.c:
16201         * sys/v4l/gstv4lmjpegsink.c:
16202         * sys/v4l/gstv4lmjpegsrc.c:
16203         * sys/v4l/gstv4lsrc.c:
16204         * sys/ximage/ximagesink.c:
16205         * sys/xvimage/xvimagesink.c:
16206         * tests/check/libs/cddabasesrc.c:
16207           make GstElementDetails const
16208
16209 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16210
16211         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16212         (gst_adder_init):
16213           send events from src-pad to all sink-pads fixes #338657
16214
16215 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16216
16217         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16218         (alsasink_parse_spec):
16219           query width capabilities from alsa, fixes #338919
16220
16221 2006-04-28  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16224         (gst_multi_fd_sink_remove_client_link):
16225         * gst/tcp/gstmultifdsink.h:
16226         Fix race condition in multifdsink that can lead to spurious 
16227         duplicate clients. this patch adds a new signal that is fired when
16228         multifdsink has removed all references to the fd.
16229         Fixes #339574.
16230         Updated documentation.
16231         API: client-fd-removed signal added
16232
16233 2006-04-28  Michael Smith  <msmith@fluendo.com>
16234
16235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16236           When asking g_value_array_new to prealloc elements, we may as well
16237           ask for the right number of elements.
16238
16239 2006-04-28  Wim Taymans  <wim@fluendo.com>
16240
16241         * gst-libs/gst/audio/gstbaseaudiosink.c:
16242         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16243         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16244         patch to make timestamp checking more tollerant to rounding 
16245         errors given that real discontinuities are to be marked on
16246         buffers. Fixes some asf files and #338778.
16247         Also avoid some crashers when we receive an event in the 
16248         NULL state.
16249
16250 2006-04-28  Michael Smith  <msmith@fluendo.com>
16251
16252         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16253         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16254         (gst_gnome_vfs_src_get_property),
16255         (gst_gnome_vfs_src_send_additional_headers_callback),
16256         (gst_gnome_vfs_src_received_headers_callback),
16257         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16258         (gst_gnome_vfs_src_stop):
16259         * ext/gnomevfs/gstgnomevfssrc.h:
16260           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16261           proper shared support within icydemux.
16262
16263 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16266         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16267           fix up docs
16268           fix a leak when no caps negotiated
16269           fix counting of input frames
16270         * tests/check/elements/.cvsignore:
16271         * tests/check/elements/videorate.c: (assert_videorate_stats),
16272         (GST_START_TEST), (videorate_suite):
16273           add tests for these
16274
16275 2006-04-28  Wim Taymans  <wim@fluendo.com>
16276
16277         * gst-libs/gst/audio/gstringbuffer.c:
16278         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16279         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16280         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16281         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16282         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16283         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16284         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16285         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16286         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16287         Check arguments passed to public functions instead of
16288         crashing.
16289
16290 2006-04-28  Wim Taymans  <wim@fluendo.com>
16291
16292         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16293         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16294         GstBaseAudioSrc must be live or it does not work.
16295
16296         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16297         Don't set live to TRUE as this is the default in the parentclass.
16298
16299 2006-04-28  Wim Taymans  <wim@fluendo.com>
16300
16301         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16302         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16303         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16304         fixation cases better. Fixes #338991
16305
16306 2006-04-28  Wim Taymans  <wim@fluendo.com>
16307
16308         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16309         Handle 0/1 framerate correctly Fixes #331901.
16310
16311 2006-04-28  Wim Taymans  <wim@fluendo.com>
16312
16313         * tests/check/elements/audioconvert.c: (get_float_caps),
16314         (GST_START_TEST), (audioconvert_suite):
16315         Added check for correct clipping when doing float samples
16316         in audioconvert.
16317
16318 2006-04-28  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16321         (gst_video_rate_chain):
16322         Print more debugging info.
16323
16324 2006-04-28  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16327         (resample_set_state_from_caps):
16328         Add support for other formats audioresample can handle such as
16329         32 bits in and float and 64 bits float. Fixes #301759
16330
16331 2006-04-28  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/audioconvert/audioconvert.c: (float):
16334         correctly clip float samples > 1.0. Fixes #338718
16335
16336 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16337
16338         Patch by: Young-Ho Cha  <ganadist at chollian net>
16339
16340         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16341         (gst_text_overlay_render_text):
16342           Don't strip newlines from the text. Also, center lines
16343           within multi-line paragraphs (#339405).
16344
16345 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16346
16347         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16348           Fix wavpack typefinding to work in more cases (don't peek
16349           for chunks of multiple hundred kBs at once, but process
16350           things step-by-step in smaller units). Fixes #339786.
16351
16352 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16353
16354         * configure.ac:
16355           back to HEAD
16356
16357 === release 0.10.6 ===
16358
16359 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16360
16361         * configure.ac:
16362           releasing 0.10.6, "Chao"
16363
16364 2006-04-26  David Schleef  <ds@schleef.org>
16365
16366         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16367           Fixes #338897.
16368
16369 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16370
16371         * configure.ac:
16372         * win32/common/config.h:
16373           new prerelease
16374
16375 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16376
16377         patch by: Wim Taymans
16378
16379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16380         (gst_ogg_demux_perform_seek):
16381           make sure correct newsegments are sent, so that the decoder
16382           and the demuxer agree on timestamps.  Fixes playback of a lot
16383           of Ogg files that do not start from 0.  Fixes #339833.
16384
16385 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         Patch by: Edward Hervey  <edward@fluendo.com>
16388
16389         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16390         * tests/check/Makefile.am:
16391         * tests/check/elements/videorate.c: (assert_videorate_stats),
16392         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16393         (videorate_suite), (main):
16394           Fix an infinite loop if frames are passed in with wrongly ordered
16395           timestamps.  Fixes #339013.
16396
16397 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16398
16399         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16402           fix typefinding on some ISO files.  Fixes #339212.
16403
16404 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16405
16406         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16409           add another H264 fourcc.  Fixes #339047.
16410
16411 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         Patch by: Jan Schmidt
16414
16415         * gst/playback/gststreamselector.c:
16416         (gst_stream_selector_bufferalloc):
16417           Restore old StreamSelector behaviour.
16418           Fixes #338419.
16419
16420 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16421
16422         * configure.ac:
16423         * win32/common/config.h:
16424           prerelease
16425
16426 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16429
16430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16431         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16432           Fix some memory leaks: on finalize, free buffers left in the queue
16433           before destroying the queue; in _push(), unref rtp_buf even if
16434           the process vfunc returned a NULL buffer as output buffer (#337548);
16435           demote some recuring debug messages to LOG level.
16436
16437 2006-04-11  Wim Taymans  <wim@fluendo.com>
16438
16439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16440         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16441         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16442         (gst_ogg_demux_loop):
16443         More cleanups.
16444         Respect segment stop when emiting EOS or SEGMENT_DONE.
16445         Fixes (#337945).
16446
16447 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * gst/playback/gststreamselector.c:
16450         (gst_stream_selector_get_property):
16451           Don't leak pad name.
16452
16453 2006-04-10  Michael Smith  <msmith@fluendo.com>
16454
16455         * tests/check/Makefile.am:
16456         * tests/check/gst-plugins-base.supp:
16457           Suppress an old libtheora bug (fixed in more recent versions), so 
16458           that FC4 buildslaves can pass.
16459
16460 2006-04-10  Wim Taymans  <wim@fluendo.com>
16461
16462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16463         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16464         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16465         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16466         (gst_ogg_demux_loop):
16467         Don't leak events.
16468         Remember what error we got when finding chains, if we
16469         were shutdown, that would not be an error.
16470
16471 2006-04-10  Wim Taymans  <wim@fluendo.com>
16472
16473         * gst-libs/gst/audio/gstbaseaudiosink.c:
16474         (gst_base_audio_sink_event):
16475         Starting the ringbuffer when we did not acquire it can cause
16476         a deadlock, is pointless and causes nasty things for
16477         subclasses. 
16478         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16479
16480 2006-04-10  Wim Taymans  <wim@fluendo.com>
16481
16482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16483         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16484         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16485         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16486         (gst_ogg_demux_deactivate_current_chain),
16487         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16488         (gst_ogg_demux_bisect_forward_serialno),
16489         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16490         Add some more debugging.
16491
16492 2006-04-10  Wim Taymans  <wim@fluendo.com>
16493
16494         * ext/theora/theoradec.c: (theora_dec_src_event),
16495         (theora_handle_data_packet):
16496         Some more debug info.
16497
16498         * tests/examples/seek/seek.c: (start_seek), (main):
16499         Print element messages too.
16500
16501 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16502
16503         * gst/audioresample/debug.h:
16504           replace debug macros with variable number of parameters
16505           by a simple alias to gstreamer standard debug macros 
16506          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16507           supported by MSVC 6.0 and 7.1)
16508         * gst/audioresample/resample.h:
16509           define M_PI and rint for WIN32
16510         * win32/common/libgstaudio.def:
16511         * win32/common/libgstriff.def:
16512         * win32/common/libgsttag.def:
16513         * win32/common/libgstvideo.def:
16514           add new exported functions
16515         * win32/vs6:
16516           update project files
16517
16518 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16519
16520         * ext/alsa/gstalsamixeroptions.c:
16521         (gst_alsa_mixer_options_class_init):
16522         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16525         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16526         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16527         * gst-libs/gst/audio/gstaudiofilter.c:
16528         (gst_audio_filter_class_init):
16529         * gst-libs/gst/audio/gstaudiosink.c:
16530         (gst_audioringbuffer_class_init):
16531         * gst-libs/gst/audio/gstaudiosrc.c:
16532         (gst_audioringbuffer_class_init):
16533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16534         * gst-libs/gst/interfaces/colorbalancechannel.c:
16535         (gst_color_balance_channel_class_init):
16536         * gst-libs/gst/interfaces/mixeroptions.c:
16537         (gst_mixer_options_class_init):
16538         * gst-libs/gst/interfaces/mixertrack.c:
16539         (gst_mixer_track_class_init):
16540         * gst-libs/gst/interfaces/tunerchannel.c:
16541         (gst_tuner_channel_class_init):
16542         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16543         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16544         (gst_netbuffer_class_init):
16545         * gst-libs/gst/rtp/gstbasertppayload.c:
16546         (gst_basertppayload_class_init):
16547         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16549         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16550         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16551         * gst/playback/gststreamselector.c:
16552         (gst_stream_selector_class_init):
16553         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16554         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16555         * sys/v4l/gstv4lcolorbalance.c:
16556         (gst_v4l_color_balance_channel_class_init):
16557         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16558         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16560         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16561         (gst_v4l_tuner_norm_class_init):
16562         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16564         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16565         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16566
16567 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16568
16569         * ext/pango/gsttextrender.h:
16570         * gst-libs/gst/audio/gstaudiosink.h:
16571         * gst-libs/gst/audio/gstaudiosrc.h:
16572         * gst-libs/gst/audio/gstbaseaudiosink.h:
16573         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16574         * gst-libs/gst/audio/gstringbuffer.h:
16575         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16576         * gst-libs/gst/rtp/gstbasertppayload.h:
16577         * gst-libs/gst/video/gstvideofilter.h:
16578         * gst-libs/gst/video/gstvideosink.h:
16579         * gst/playback/gstplaybasebin.h:
16580         * gst/tcp/gstmultifdsink.h:
16581         * sys/v4l/gstv4lelement.h:
16582         Fix broken GObject macros
16583
16584 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16585
16586         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16587         More debug to trace why my USB headset is not working with gst
16588
16589 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16590
16591         * gst/playback/gstplaybasebin.c: (group_destroy):
16592         Clean up our group elements properly in the case where it never 
16593         got committed - it still got added unconditionally to the bin.
16594
16595 2006-04-07  Wim Taymans  <wim@fluendo.com>
16596
16597         * ext/theora/theoradec.c: (theora_dec_sink_event),
16598         (theora_handle_data_packet), (theora_dec_chain):
16599         Unref unhandled events.
16600         Protect against empty buffers.
16601         Perform QoS on running time.
16602
16603 2006-04-07  Michael Smith  <msmith@fluendo.com>
16604
16605         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16606         (gst_vorbis_enc_chain):
16607           Remove leaks from vorbisenc.
16608           Mostly minor changes, the only significant one is that now the
16609           buffers we set as 'streamheader' on the caps are copies of the
16610           original buffers, to avoid circular refcounting problems.
16611
16612 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16613
16614         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16615           Don't remove our mute-probe if someone else already did so.
16616           Don't set a 2nd one if there is already one pending on the pad.
16617
16618         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16619         (do_playbin_seek):
16620           When a seek fails, ensure that playbin is still set back to playing.
16621           
16622         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16623         (mpeg_ts_type_find), (plugin_init):
16624           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16625
16626 2006-04-06  Andy Wingo  <wingo@pobox.com>
16627
16628         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16629         (gst_video_rate_init): Caps-related parameters should not be reset
16630         by a flush -- move their inits to the instance init function.
16631         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16632         is not OK, just return the result.
16633
16634         * gst/audiotestsrc/gstaudiotestsrc.c
16635         (gst_audio_test_src_class_init)
16636         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16637         broken by Stefan's commit on 24 March.
16638
16639         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16640         buffers being pushed out. Fixes oggmux ! multifdsink.
16641
16642 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16645         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16646         * ext/vorbis/vorbisdec.h:
16647         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16648         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16649         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16650         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16651         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16652         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16653         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16654         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16655         (gst_vorbis_enc_buffer_from_packet),
16656         (gst_vorbis_enc_buffer_from_header_packet),
16657         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16658         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16659         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16660         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16661         (gst_vorbis_enc_change_state):
16662         * ext/vorbis/vorbisenc.h:
16663           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16664           vorbisenc adhere to the official nomenclature; use boilerplate
16665           macro.
16666
16667 2006-04-04  Andy Wingo  <wingo@pobox.com>
16668
16669         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16670         Whoops, fix bug introduced. Bad hacker!
16671         
16672         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16673         Properly handle the case where you get EOS before any buffers are
16674         received. Use gst_buffer_make_metadata_writable where appropriate.
16675
16676         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16677         is often negative -- make it signed so as not to wrap around.
16678         Fixes segfaults introduced on 9 March.
16679
16680 2006-04-03  Wim Taymans  <wim@fluendo.com>
16681
16682         * ext/theora/gsttheoradec.h:
16683         * ext/theora/theoradec.c: (theora_dec_src_event):
16684         Don't try to store a gdouble in a gboolean.
16685         Small cleanups.
16686
16687 2006-04-03  Michael Smith  <msmith@fluendo.com>
16688
16689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16690           Oggmux sucks.
16691           Make it suck slightly less by writing out the final page.
16692           Still can't encode a vorbis-in-ogg file correctly, though.
16693
16694 2006-04-03  Andy Wingo  <wingo@pobox.com>
16695
16696         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16697         a g_print.
16698
16699         * ext/theora/theora.c (plugin_init): Register theoraparse.
16700
16701         * ext/theora/gsttheoraparse.h: 
16702         * ext/theora/theoraparse.c: New files implementing a theora
16703         parser. Now we can properly remux ogg/theora+vorbis, yay.
16704
16705         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16706
16707 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16708
16709         * gst/audiotestsrc/gstaudiotestsrc.c:
16710           Fixed the sample pipeline (see #323798)
16711
16712 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * configure.ac:
16715         * win32/common/config.h:
16716         * win32/common/config.h.in:
16717           use AS_VERSION and AS_NANO
16718           more cleanups
16719
16720 2006-03-31  Andy Wingo  <wingo@pobox.com>
16721
16722         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16723         uninitialized variable return that would happen.
16724         
16725         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16726         uninitialized variable return that would never happen.
16727
16728         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16729         (vorbis_parse_sink_event): Add an event function to flush our
16730         state on a seek, and to drain buffers on a premature EOS.
16731         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16732         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16733         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16734         (vorbis_parse_drain_queue): Queue up buffers until we can set
16735         their timestamps and granulepos values.
16736
16737         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16738         and keep track of data needed for deriving granulepos and
16739         timestamps for buffers.
16740
16741 2006-03-29  Wim Taymans  <wim@fluendo.com>
16742
16743         Patch by: j^ <j at bootlab dot org>
16744
16745         * ext/alsa/gstalsamixerelement.c:
16746         (gst_alsa_mixer_element_class_init):
16747         * ext/alsa/gstalsasink.c:
16748         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16749         * ext/ogg/gstoggdemux.c:
16750         * ext/ogg/gstoggmux.c:
16751         * ext/ogg/gstoggparse.c:
16752         * ext/pango/gstclockoverlay.c:
16753         * ext/pango/gsttextoverlay.c:
16754         * ext/pango/gsttextrender.c:
16755         * ext/pango/gsttimeoverlay.c:
16756         * ext/theora/theoradec.c:
16757         * ext/theora/theoraenc.c:
16758         * ext/vorbis/vorbisdec.c:
16759         * ext/vorbis/vorbisenc.c:
16760         * gst/audioconvert/gstaudioconvert.c:
16761         * gst/subparse/gstsubparse.c:
16762         * gst/tcp/gstmultifdsink.c:
16763         * gst/tcp/gsttcpclientsink.c:
16764         * gst/tcp/gsttcpclientsrc.c:
16765         * gst/tcp/gsttcpserversink.c:
16766         * gst/tcp/gsttcpserversrc.c:
16767           better/unified long descriptions
16768           Fixes #336477
16769
16770 2006-03-29  Wim Taymans  <wim@fluendo.com>
16771
16772         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16773         (stop_seek):
16774         Don't let double and triple clicks mess up our state.
16775
16776 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16777
16778         * gst/playback/gstplaybin.c: (gen_video_element),
16779         (gen_text_element), (gen_audio_element), (gen_vis_element):
16780           Error out gracefully when we can't create any of the usual
16781           conversion elements for some reason. Also, don't try to
16782           create an audioscale (sic) element that's not used anyway.
16783
16784 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16785
16786         * gst/playback/gstplaybasebin.c: (setup_source):
16787           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16788           element for a particular protocol, that's confusing for users.
16789           Instead, post a RESOURCE_FAILED error, so that our own error
16790           message is actually shown in totem etc. (#336303).
16791
16792 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16795
16796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16797         (gst_gnome_vfs_src_get_icy_metadata):
16798           Fix some minor memory leaks (#336194).
16799
16800 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * ext/gnomevfs/gstgnomevfs.c:
16803         (gst_gnome_vfs_location_to_uri_string):
16804         * ext/gnomevfs/gstgnomevfs.h:
16805         * ext/gnomevfs/gstgnomevfssink.c:
16806         (gst_gnome_vfs_sink_set_property):
16807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16808           Make gnomevfssink accept filenames as well as URIs for the
16809           "location" property, just like gnomevfssrc does (and
16810           filesrc/filesink do) (#336190).
16811
16812 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16813
16814         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16815           set to NULL before unreffing, fixes a valgrind leak.
16816           Why was this not triggering the error that an object needs to
16817           be NULL before unreffing ?
16818         * win32/common/config.h:
16819           update
16820
16821 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * gst/subparse/gstsubparse.c: (convert_encoding),
16824         (gst_sub_parse_change_state):
16825         * gst/subparse/gstsubparse.h:
16826           Text subtitle files may or may not be UTF-8. If it's not, we
16827           don't really want to see '?' characters in place of non-ASCII
16828           characters like accented characters. So let's assume the input
16829           is UTF-8 until we come across text that is clearly not. If it's
16830           not UTF-8, we don't really know what it is, so try the following:
16831           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16832           is set; if not, check (b) if the current locale encoding is
16833           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16834           the current locale encoding is UTF-8 and the environment variable
16835           was not set to any particular encoding. Not perfect, but better
16836           than nothing (and better than before, I think) (fixes #172848).
16837
16838 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16839
16840         * configure.ac:
16841           update core requirement to 0.10.4.1 because of async_playback
16842           vmethod on GstBaseSink
16843
16844 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16845
16846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16847         * gst/adder/gstadder.c: (gst_adder_init):
16848         use DEBUG_FUNCPTR for collectpads
16849
16850 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16851
16852         * docs/plugins/Makefile.am:
16853         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16854         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16855         * ext/cdparanoia/gstcdparanoiasrc.c:
16856         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16857         (gst_gnome_vfs_sink_class_init):
16858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16860         * ext/ogg/gstoggmux.c:
16861         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16862         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16863         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16864         * ext/pango/gsttextoverlay.c:
16865         * ext/pango/gsttextrender.c:
16866         * ext/theora/theoradec.c:
16867         * ext/theora/theoraenc.c:
16868         * ext/vorbis/vorbisdec.c:
16869         * ext/vorbis/vorbisenc.c:
16870         * gst-libs/gst/audio/gstaudiofilter.c:
16871         (gst_audio_filter_base_init):
16872         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16873         (gst_audio_filter_template_base_init):
16874         * gst/adder/gstadder.c: (gst_adder_get_type):
16875         * gst/adder/gstadder.h:
16876         * gst/audioconvert/gstaudioconvert.c:
16877         * gst/audiotestsrc/gstaudiotestsrc.c:
16878         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16879         (gst_audio_test_src_create):
16880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16881         * gst/playback/gstdecodebin.c:
16882         * gst/playback/gstplaybin.c:
16883         * gst/playback/gststreamselector.c:
16884         (gst_stream_selector_base_init):
16885         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16886         * gst/volume/gstvolume.c:
16887         * sys/v4l/gstv4lmjpegsink.c:
16888         * sys/v4l/gstv4lmjpegsrc.c:
16889         * tests/check/libs/cddabasesrc.c:
16890         * tests/old/examples/gob/gst-identity2.gob:
16891           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16892           define GstElementDetails at the top
16893
16894 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16895
16896         * win32/common/libgstinterfaces.def:
16897         Add a lot of export functions for gst-python
16898         * win32/vs6/libgstinterfaces.dsp:
16899         Add a missing include folder in the project configuration
16900         
16901 2006-03-23  Wim Taymans  <wim@fluendo.com>
16902
16903         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16904         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16905         (gst_base_audio_src_change_state):
16906         Fix audio sources, forgot to make the ringbuffer
16907         startable...
16908
16909 2006-03-23  Wim Taymans  <wim@fluendo.com>
16910
16911         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16912         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16913         (gst_base_audio_src_change_state):
16914         unparent instead of unref the ringbuffer.
16915
16916 2006-03-23  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst-libs/gst/audio/gstbaseaudiosink.c:
16919         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16920         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16921         Implement new async_play vmethod to start slaving and allow
16922         playback start in case of async PLAY state changes. 
16923
16924         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16925         Enable QoS with new method in base class.
16926
16927 2006-03-23  Wim Taymans  <wim@fluendo.com>
16928
16929         Patch by: Julien MOUTTE <julien at moutte dot net>
16930
16931         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16932         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16933         Partially handle 0 framerate, only EOS after the first frame
16934         is missing.
16935
16936 2006-03-23  Wim Taymans  <wim@fluendo.com>
16937
16938         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16939
16940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16941         (gst_riff_create_video_template_caps):
16942         * gst/ffmpegcolorspace/avcodec.h:
16943         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16944         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16945         (gst_ffmpegcsp_avpicture_fill):
16946         * gst/ffmpegcolorspace/imgconvert.c:
16947         Patch for support of YVU9 AVI files (#334822)
16948
16949 2006-03-22  Edward Hervey  <edward@fluendo.com>
16950
16951         * docs/design/design-decodebin.txt:
16952         Added design document for new decodebin
16953         (Target Caps): text/x-pango-markup is also a default target caps.
16954
16955 2006-03-22  Wim Taymans  <wim@fluendo.com>
16956
16957         * gst-libs/gst/audio/gstbaseaudiosink.c:
16958         (gst_base_audio_sink_dispose):
16959         Since we _parent the ringbuffer, we also need to
16960         _unparent instead of a plain _unref.
16961
16962 2006-03-22  Wim Taymans  <wim@fluendo.com>
16963
16964         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16965         (stop_seek), (scrub_toggle_cb), (main):
16966         Add scrub checkbox.
16967
16968 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16969
16970         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16971         (gst_ogg_parse_chain):
16972           Fix very inefficient usage of linked lists (#335365).
16973
16974 2006-03-21  Edward Hervey  <edward@fluendo.com>
16975
16976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16977         * gst/playback/gstplaybin.c: (handoff):
16978         * gst/playback/gststreamselector.c:
16979         (gst_stream_selector_set_property):
16980         gcc 4.1 unreferenced pointer fixes.
16981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16983         gst_buffer_ref() now takes a GstBuffer*.
16984
16985 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16986
16987         * sys/xvimage/xvimagesink.c:
16988         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16989         by Jan Schmidt.
16990
16991 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16994         (id3v1_type_find), (apetag_type_find), (plugin_init):
16995           Can't do tag preferences via probability, as tags would then
16996           lose against types that are recognised with MAXIMUM probability
16997           (like .wav); so let all tag typefinders return MAXIMUM themselves
16998           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16999           that we can prefer APE to ID3v1 (fixes #335028).
17000           
17001 2006-03-17  Wim Taymans  <wim@fluendo.com>
17002
17003         * gst-libs/gst/audio/gstbaseaudiosink.c:
17004         (gst_base_audio_sink_change_state):
17005         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17006         (gst_ring_buffer_may_start):
17007         * gst-libs/gst/audio/gstringbuffer.h:
17008         Only start playback if we are playing.
17009         should fix #330748.
17010
17011 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17012
17013         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17014         * win32/common/config.h:
17015           Revert accidental commits to these files.
17016
17017 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17018
17019         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17020
17021         * tests/Makefile.am:
17022           Don't try to build tests in tests/icles if we
17023           don't have X (#323852)
17024
17025 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17026
17027         * gst-libs/gst/tag/gstid3tag.c:
17028           Add TXXX frame identifiers for replaygain stuff as used
17029           by some taggers (see #323721).
17030
17031 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17032
17033         * gst/playback/gststreamselector.c:
17034         (gst_stream_selector_set_property),
17035         (gst_stream_selector_bufferalloc):
17036           Preserve the existing buggy streamselector behaviour by performing
17037           a fallback buffer allocation when downstream isn't linked yet.
17038           This should really be fixed in playbin by blocking pads until it's
17039           linked them.
17040           Also, use gst_pad_alloc_buffer instead of
17041           gst_pad_alloc_buffer_and_set.
17042
17043 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * gst-libs/gst/tag/gstid3tag.c:
17046           Don't crash on unknown ID3v2 TXXX frames.
17047           
17048 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17049
17050         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17051           Chain up to the parent finalize method.
17052           Add 32-bit sample size to the template caps.
17053
17054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17055         (gst_riff_create_video_template_caps):
17056           Add the fourcc that the VMWare codec uses.
17057           
17058         * gst/playback/gststreamselector.c:
17059         (gst_stream_selector_set_property),
17060         (gst_stream_selector_bufferalloc),
17061         (gst_stream_selector_request_new_pad):
17062           For the active pad, forward buffer-alloc requests, otherwise
17063           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17064           having to memcpy every frame when used by playbin.
17065
17066         * gst/tcp/gstmultifdsink.c:
17067         (gst_multi_fd_sink_handle_client_write):
17068           Get negotiated caps from the sink pad, rather than the sink
17069           pad's peer.
17070
17071 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17074         
17075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17076           Don't forget to set src->callbacks_pushed to FALSE again when
17077           popping them, otherwise re-activation in a different mode won't
17078           work (#334620).
17079
17080 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         Patch by: Sebastien Moutte  <sebastien moutte net>
17083
17084         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17085         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17086         (gst_ffmpeg_smpfmt_to_caps):
17087           Replace __VA_ARGS__ caps creation macros with varargs functions.
17088           Makes things compile on MSVC (#320765), looks nicer, and we can
17089           tell the compiler to check for the NULL terminator.
17090
17091 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17092
17093         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17094
17095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17096           Make sure the buffer we copy into is really always big
17097           enough, this time for real (#333488).
17098           
17099 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17102           Add support for 24bpp DIB (#305279).
17103
17104 2006-03-14  Wim Taymans  <wim@fluendo.com>
17105
17106         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17107         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17109         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17110         (gst_video_scale_init), (gst_video_scale_src_event):
17111         Re-enable QoS after the release.
17112         Rework videoscale to use the base class src_event handler.
17113
17114 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         * configure.ac:
17117           back to CVS.
17118
17119 === release 0.10.5 ===
17120
17121 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17122
17123         * configure.ac:
17124           releasing 0.10.5, "Net"
17125
17126 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         * docs/plugins/Makefile.am:
17129           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17130           
17131 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17132
17133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17135         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17136           Add cdparanoiasrc to docs.
17137
17138         * gst-libs/gst/cdda/gstcddabasesrc.c:
17139           More GstCddaBaseSrc docs.
17140
17141 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         * docs/libs/gst-plugins-base-libs-sections.txt:
17144         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17145         * gst-libs/gst/tag/tag.h:
17146           API: libgsttag: new method gst_tag_from_id3_user_tag().
17147
17148 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17151           NULL-terminate array of mpeg4 video file extensions.
17152           Fixes crash on PPC (#334226).
17153
17154 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * ext/gnomevfs/gstgnomevfssrc.c:
17157         (gst_gnome_vfs_src_check_get_range):
17158           gnome_vfs_uri_is_local() alone is not a good indicator
17159           whether we can operate in pull-mode with a specific URI,
17160           as it returns FALSE for file:// URIs that point to an
17161           NFS-mounted path. Be more conservative here: whitelist
17162           local files, blacklist http URIs and use the old
17163           mechanism for anything else (fixes #334216).
17164
17165 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17166
17167         * configure.ac:
17168           back to trunk
17169
17170 === release 0.10.4 ===
17171
17172 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17173
17174         * configure.ac:
17175           releasing 0.10.4, "Power"
17176
17177 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17178
17179         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17180         Disable max-lateness by setting it to -1 for now, so that 
17181         we can bed QoS stuff in thoroughly between now and the next
17182         release.
17183
17184 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17185
17186         Patch by: Fabrizio Gennari
17187
17188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17189           Make sure we don't read beyond the palette buffer in case of
17190           broken or manipulated files (#333488)
17191
17192 2006-03-10  Edward Hervey  <edward@fluendo.com>
17193
17194         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17195         Fix for variable not initialized.
17196
17197 2006-03-09  Wim Taymans  <wim@fluendo.com>
17198
17199         * ext/libvisual/visual.c: (gst_visual_get_type),
17200         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17201         (gst_visual_chain):
17202         Small cleanups.
17203
17204         * ext/theora/gsttheoradec.h:
17205         * ext/theora/theoradec.c: (gst_theora_dec_init),
17206         (gst_theora_dec_reset), (_theora_granule_time),
17207         (theora_dec_src_convert), (theora_dec_sink_convert),
17208         (theora_dec_src_query), (theora_dec_src_event),
17209         (theora_dec_sink_event), (theora_handle_comment_packet),
17210         (theora_handle_header_packet), (theora_dec_push),
17211         (theora_handle_data_packet), (theora_dec_chain),
17212         (theora_dec_change_state):
17213         Add simple QoS.
17214
17215 2006-03-09  Wim Taymans  <wim@fluendo.com>
17216
17217         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17218         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17219         Some cleanups.
17220
17221 2006-03-09  Wim Taymans  <wim@fluendo.com>
17222
17223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17224         Don't try to activate NULL chains.
17225
17226 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17227
17228         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17229           Fix invalid memory access to region before peek'd data (#332964).
17230
17231 2006-03-09  Wim Taymans  <wim@fluendo.com>
17232
17233         Patch by: Christophe Fergeau
17234
17235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17236         * ext/pango/gsttextrender.c: (gst_text_render_init):
17237         * gst/adder/gstadder.c: (gst_adder_init):
17238         Don't leak padtemplates, closes #333510.
17239
17240 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17243           Fix invalid memory access: make sure string passed to
17244           regexec() is NUL-termianted.
17245
17246 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17247
17248         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17249         (mp3_type_find):
17250           Refactor mpeg/audio typefinding to make it more maintainable
17251           and easier to fine-tune. Make probing into middle of the file
17252           work properly (fixes #333900, also see #152688).
17253
17254 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17255
17256         * gst/typefind/gsttypefindfunctions.c:
17257         (utf8_type_find_have_valid_utf8_at_offset):
17258           Remove part from previous commit that was bogus:
17259           g_utf8_validate() does in fact not accept embedded
17260           zeroes, so we don't need to check for those (thanks
17261           to Mike for the hint).
17262
17263 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         * gst/typefind/gsttypefindfunctions.c:
17266         (utf8_type_find_count_embedded_zeroes),
17267         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17268           Make plain/text typefinder more conservative: firstly, check
17269           for embedded zeroes, which are perfectly valid UTF-8 characters,
17270           but also a fairly good sign that something is not a plain text
17271           file; secondly, probe into the middle of the file if possible.
17272           If we can't probe into the middle, limit the probability value
17273           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17274
17275 2006-03-08  Michael Smith  <msmith@fluendo.com>
17276
17277         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17278           Make typefind function name for mpeg4 video unique.
17279
17280 2006-03-08  Wim Taymans  <wim@fluendo.com>
17281
17282         * ext/libvisual/visual.c: (gst_visual_init),
17283         (gst_visual_clear_actors), (gst_visual_dispose),
17284         (gst_visual_reset), (gst_visual_src_setcaps),
17285         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17286         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17287         (gst_visual_chain), (gst_visual_change_state):
17288         Cleanups, post nice errors.
17289         Handle sink and src events.
17290         Implement simple QoS.
17291
17292         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17293         Use new basesink methods to configure max-lateness.
17294         Small doc update.
17295
17296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17297         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17298         Debug statement cleanups.
17299
17300         * gst/volume/gstvolume.c: (gst_volume_class_init):
17301         Simple cleanup.
17302
17303 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17304
17305         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17306         (gst_text_overlay_init), (gst_text_overlay_set_property),
17307         (gst_text_overlay_get_property):
17308           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17309           as string type properties, but mark them deprecated. Add
17310           'halignment' and 'valignment' properties that use enums
17311           instead of strings.
17312
17313 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17314
17315         Patch by: Fabrizio Gennari
17316
17317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17318           Allow palettes with less than 256 colours in AVI files
17319           (#333488)
17320
17321 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17322
17323         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17324         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17325         pad. We were releasing the queued text buffer when we should keep
17326         it until video pad gets EOS or discard the text buffer because it's
17327         too old. That was eating the last subtitle buffer. Add some more
17328         debug.
17329
17330 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17333         (gst_text_overlay_video_chain):
17334           Fix invalid memory access (we can't access a buffer after it's been
17335           pushed downstream without taking a reference); fix memory leak (if
17336           there's no text to render, bail out before allocating stuff).
17337
17338 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17339
17340         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17341         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17342         * ext/pango/gsttextoverlay.h:
17343           If input is plain text, escape it before passing it to
17344           pango_layout_set_markup().
17345
17346 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17347
17348         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17349           Don't ignore flow return from gst_pad_push().
17350
17351 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17352
17353         Patch by: Fabrizio Gennari
17354
17355         * ext/libvisual/visual.c: (gst_visual_getcaps),
17356         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17359         (gst_vorbisenc_convert_sink):
17360         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17361         (gst_audio_duration_from_pad_buffer):
17362         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17363         (gst_audio_filter_chain):
17364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17365         (gst_base_rtp_depayload_setcaps):
17366         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17367         (gst_video_get_size):
17368         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17369           Don't leak references returned by gst_pad_get_parent()
17370           (#333663)
17371
17372 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17373
17374         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17375           change location param details
17376         * gst/volume/gstvolume.c: (plugin_init):
17377           correct plugin description
17378
17379 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17382         (gst_gnome_vfs_src_check_get_range):
17383           Override GstBaseSrc::check_get_range() in order to avoid opening
17384           the resource just to check whether we can operate in pull-mode or
17385           not - we can predict that pretty well from the URI alone. Should
17386           fix problems with last.fm (#331690). (Requires latest core CVS).
17387
17388 2006-03-06  Wim Taymans  <wim@fluendo.com>
17389
17390         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17391         (gst_video_sink_class_init):
17392         Throw away frames that are later than 20 ms.
17393
17394 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17395
17396         Patch by: Fabrizio Gennari
17397
17398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17399           Set depth on WMA caps (#333545)
17400
17401 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17402
17403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17404         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17405           put Theora BOS pages before others.  This hardcodes
17406           the Ogg/Theora I profile, but hey.
17407
17408 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17409
17410         * ext/ogg/README:
17411           updated with some examples
17412         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17413         (granulepos_add), (theora_buffer_from_packet):
17414         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17415         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17416         (gst_vorbisenc_chain):
17417           implement strategy from ext/ogg/README
17418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17419         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17420         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17421         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17422           Fix muxer so that oggz-validate is happy with all streams;
17423           except for no eos mark, and the BOS page ordering
17424         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17425         (check_buffer_granulepos):
17426         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17427           update tests to check for OFFSET being set as requested
17428           fixed type of granulepos, it's not a ClockTime
17429
17430 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17431
17432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17433         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17434         Check that the xvimage we are creating has a correct size
17435         before returning it. (#314897)
17436
17437 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17438
17439         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17440           Give id3 and ape tag typefinders a rank slightly higher
17441           than PRIMARY to ensure they're always run before any of
17442           the other typefinders (in particular wav and mp3) (#324186).
17443
17444 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17447           Add support for '3IVD' fourcc (#333403).
17448
17449 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17450
17451         * configure.ac:
17452           Bump requirements to GStreamer CVS for the new error enum.
17453
17454         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17455           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17456           space left on the device (fixes #333352).
17457
17458 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17459
17460         * win32/vs6:
17461           add a project file for libgstvolume
17462           update the workspace
17463
17464 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17465
17466         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17467         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17468         (GST_START_TEST):
17469           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17470           Set IN_CAPS on header buffers
17471
17472 2006-03-02  Wim Taymans  <wim@fluendo.com>
17473
17474         * docs/plugins/Makefile.am:
17475         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17476         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17477         Add audioresample to docs.
17478
17479         * gst/audioconvert/gstaudioconvert.c:
17480         Add revision date.
17481
17482         * gst/audioresample/gstaudioresample.c:
17483         (gst_audioresample_base_init), (gst_audioresample_class_init),
17484         (gst_audioresample_init), (gst_audioresample_dispose),
17485         (audioresample_get_unit_size), (audioresample_transform_caps),
17486         (resample_set_state_from_caps), (audioresample_transform_size),
17487         (audioresample_set_caps), (audioresample_event),
17488         (audioresample_do_output), (audioresample_transform),
17489         (audioresample_pushthrough), (gst_audioresample_set_property),
17490         (gst_audioresample_get_property), (plugin_init):
17491         * gst/audioresample/gstaudioresample.h:
17492         Added docs.
17493         Small code cleanups.
17494
17495 2006-03-02  Wim Taymans  <wim@fluendo.com>
17496
17497         * docs/plugins/Makefile.am:
17498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17500         Added videoscale to docs.
17501
17502         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17503         (gst_video_rate_swap_prev), (gst_video_rate_event),
17504         (gst_video_rate_chain):
17505         Fix typo in docs.
17506
17507         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17508         (gst_video_scale_init), (gst_video_scale_prepare_size),
17509         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17510         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17511         * gst/videoscale/gstvideoscale.h:
17512         Added docs, examples.
17513         Some code cleanups.
17514         Post errors instead of g_warning.
17515
17516 2006-03-02  Wim Taymans  <wim@fluendo.com>
17517
17518         * docs/libs/gst-plugins-base-libs-docs.sgml:
17519         * docs/libs/gst-plugins-base-libs-sections.txt:
17520         * docs/libs/gst-plugins-base-libs.types:
17521         * docs/plugins/Makefile.am:
17522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17524         Added some more docs to libs and plugins.
17525
17526         * gst-libs/gst/audio/gstringbuffer.c:
17527         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17528         * gst-libs/gst/audio/gstringbuffer.h:
17529         Document ringbuffer some more.
17530
17531         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17532         (gst_video_rate_setcaps), (gst_video_rate_reset),
17533         (gst_video_rate_init), (gst_video_rate_flush_prev),
17534         (gst_video_rate_swap_prev), (gst_video_rate_event),
17535         (gst_video_rate_chain), (gst_video_rate_change_state):
17536         * gst/videorate/gstvideorate.h:
17537         Fix videorate to use segments.
17538         Make it work with 0/1 framerates (closes #331903)
17539         Handle EOS correctly.
17540         Added docs.
17541
17542 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17543
17544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17545         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17546         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17547           In state change function, first chain up to parent class,
17548           then handle downwards state change stuff. Remove some
17549           commented out cruft from 0.8 code.
17550
17551 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17554         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17555         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17556         (gst_ogm_parse_chain):
17557           Don't remove/re-add source pad if the new caps are the same as
17558           the old caps anyway (#333042). When removing source pad, don't
17559           unref it afterwards - we didn't ref it when adding. Sprinkle some
17560           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17561           after using gst_pad_get_parent(). Return downstream flow return
17562           value in chain function.
17563
17564 2006-03-02  Wim Taymans  <wim@fluendo.com>
17565
17566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17567         * docs/plugins/gst-plugins-base-plugins.args:
17568         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17569         * docs/plugins/gst-plugins-base-plugins.interfaces:
17570         * docs/plugins/gst-plugins-base-plugins.signals:
17571         Fix hierarchy, added some more elements to the docs.
17572
17573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17574         (gst_ffmpegcsp_get_type):
17575         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17576         Fix docs for ffmpegcolorspace.
17577
17578 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17581         (apetag_type_find), (ape_type_find), (plugin_init):
17582           Some typefinding fine-tuning:
17583           - rank ID3/APE tags in order of preference via probabilities, so that
17584             ID3v2 > APEv2 > APEv1 > ID3v1.
17585           - three or four bytes don't really justify MAXIMUM probability,
17586             change those to 'very likely' (musepack and monkeysaudio).
17587
17588 2006-03-01  Wim Taymans  <wim@fluendo.com>
17589
17590         * docs/plugins/Makefile.am:
17591         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17592         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17593         * ext/alsa/gstalsamixer.c:
17594         * ext/alsa/gstalsamixer.h:
17595         * ext/alsa/gstalsamixerelement.c:
17596         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17597         * ext/alsa/gstalsamixerelement.h:
17598         * ext/alsa/gstalsasink.c:
17599         * ext/alsa/gstalsasink.h:
17600         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17601         (gst_alsasrc_init):
17602         * ext/alsa/gstalsasrc.h:
17603         Added alsa docs.
17604         Small code cleanups.
17605
17606 2006-03-01  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/theora/Makefile.am:
17609         Dist new header too,
17610
17611 2006-03-01  Wim Taymans  <wim@fluendo.com>
17612
17613         * docs/plugins/Makefile.am:
17614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17616         * ext/gnomevfs/gstgnomevfssink.h:
17617         * ext/gnomevfs/gstgnomevfssrc.h:
17618         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17619         * ext/vorbis/vorbisdec.h:
17620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17621         * ext/vorbis/vorbisenc.h:
17622         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17623         (vorbis_parse_chain), (vorbis_parse_change_state):
17624         * ext/vorbis/vorbisparse.h:
17625         * gst/audioconvert/gstaudioconvert.h:
17626         * gst/tcp/gsttcpserversink.h:
17627         * gst/videotestsrc/gstvideotestsrc.c:
17628         * gst/videotestsrc/gstvideotestsrc.h:
17629         * gst/volume/gstvolume.c:
17630         * gst/volume/gstvolume.h:
17631         Fix some more docs.
17632         Added docs for vorbisdec and vorbisparse.
17633         Fix vorbisparse.
17634
17635 2006-03-01  Wim Taymans  <wim@fluendo.com>
17636
17637         * docs/plugins/Makefile.am:
17638         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17640         * ext/pango/gstclockoverlay.h:
17641         * ext/pango/gsttextoverlay.h:
17642         * ext/pango/gsttextrender.h:
17643         * ext/pango/gsttimeoverlay.h:
17644         * ext/theora/gsttheoradec.h:
17645         * ext/theora/gsttheoraenc.h:
17646         * ext/theora/theoradec.c:
17647         * ext/theora/theoraenc.c:
17648         * gst/audioconvert/gstaudioconvert.h:
17649         * gst/audiotestsrc/gstaudiotestsrc.h:
17650         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17651         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17652         * gst/tcp/gstmultifdsink.h:
17653         Updated/added documentation.
17654
17655         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17656         (gst_text_overlay_halign_get_type),
17657         (gst_text_overlay_wrap_mode_get_type),
17658         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17659         (gst_text_overlay_init), (gst_text_overlay_set_property),
17660         (gst_text_overlay_get_property):
17661         Fix up properties to be enums instead of string to make bindings,
17662         introspection and automatic GUI creation possible.
17663         Add getters for the properties.
17664
17665 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17666
17667         * gst/audiotestsrc/gstaudiotestsrc.c:
17668           added defines of M_PI and M_PI_2
17669         * gst/ffmpegcolorspace/avcodec.h:
17670           removed #include "stdint.h" for win32 as _stdint.h is 
17671           autogenerated to win32/common
17672         * win32/common/libgstaudio.def:
17673         * win32/common/libgsttag.def:
17674           added some exports
17675         * win32/vs6:
17676           some project files bugs corrected
17677         * win32/vs7:
17678           project files are reset to the default vs7 configuration 
17679           (they link to msvcr71.dll using default optimizations)
17680           
17681 2006-02-28  Wim Taymans  <wim@fluendo.com>
17682
17683         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17684         Fix some docs.
17685
17686 2006-02-28  Edward Hervey  <edward@fluendo.com>
17687
17688         * ext/alsa/gstalsasrc.c:
17689         Set proper class on the ElementDetails:
17690         Source/Audio instead of Src/Audio/
17691
17692 2006-02-28  Edward Hervey  <edward@fluendo.com>
17693
17694         * gst/videoscale/vs_scanline.c:
17695         (vs_scanline_resample_nearest_RGBA):
17696         Revert optimization in videoscale. It should go in liboil and have
17697         an appropriate liboil function.
17698
17699 2006-02-28  Wim Taymans  <wim@fluendo.com>
17700
17701         * gst-libs/gst/audio/gstbaseaudiosink.c:
17702         (gst_base_audio_sink_provide_clock):
17703         Don't try to provide a clock in the NULL state.
17704
17705 2006-02-28  Wim Taymans  <wim@fluendo.com>
17706
17707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17708         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17709         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17710         (gst_ogg_demux_deactivate_current_chain),
17711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17712         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17713         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17714         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17715         Use GstSegment infrastructure to remove duplicated code
17716         and handle more seek cases correctly.
17717
17718 2006-02-28  Wim Taymans  <wim@fluendo.com>
17719
17720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17721         (gst_ffmpegcsp_transform):
17722         Don't ignore return code from ffmpeg convert function.
17723
17724         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17725         Split out some long statements to ease debugging.
17726
17727 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17728
17729         * ext/libvisual/visual.c: (gst_visual_init),
17730         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17731         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17732         being able to renegotiate the size. Instead, use the negotiation
17733         algorithm from the goom plugin to pick an initial output caps. 
17734
17735         Also, allow theoretical libvisual plugins that might support non-GL 
17736         output even if they also do GL.
17737
17738 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17739
17740         * ext/libvisual/visual.c: (gst_visual_init),
17741         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17742         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17743         possible negotiation issues.
17744
17745 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17746
17747         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17748
17749 2006-02-24  Michael Smith  <msmith@fluendo.com>
17750
17751         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17752         (cmml_type_find), (plugin_init):
17753           Fix CMML type find function to not require a specific minor version
17754           of the CMML header.
17755
17756           Add an MPEG4 video elementary stream typefind function.
17757
17758 2006-02-04  Michael Smith  <msmith@fluendo.com>
17759
17760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17761         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17762         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17763         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17764         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17765         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17766           Annodex support in ogg demuxer. Doesn't do very much without the
17767           other annodex patches (to come).
17768
17769 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17770
17771         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17772
17773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17774           Pick up palette for MS video v1 (#327028)
17775
17776 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17779         (gst_ffmpegcsp_caps_remove_format_info),
17780         (gst_ffmpegcsp_get_unit_size):
17781           The 'palette_data' field from incoming RGB caps shouldn't be
17782           proxied on outgoing YUV caps; also, restrict unit size
17783           adjustment in case of paletted data only to the unit that
17784           actually has a palette. Fixes #330711.
17785
17786 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17789         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17790         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17791         (gst_ffmpegcsp_get_unit_size):
17792           Plug some memory leaks.
17793
17794 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17795
17796         * sys/ximage/Makefile.am:
17797         * sys/xvimage/Makefile.am:
17798           Add some _CFLAGS and _LIBS that seem to be missing
17799           and/or required for Cygwin (see #317048).
17800
17801 2006-02-22  Wim Taymans  <wim@fluendo.com>
17802
17803         * ext/alsa/gstalsasrc.c:
17804         Fix description as pointed out by caugier.
17805
17806 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17807
17808         Reviewed by : Edward Hervey  <edward@fluendo.com>
17809
17810         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17811         (qt_type_find):
17812         Better 3gp typefinding (#331526).
17813
17814 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17815
17816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17817           Don't send EOS event here, the base class will send one for us.
17818
17819         * gst/playback/gstplaybasebin.c: (prepare_output):
17820           Subpictures without video stream aren't allowed either.
17821         
17822         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17823           Fix debug statement copy'n'paste-o.
17824
17825 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17828           Fix issues with mixer keeping state when muting/unmuting
17829           and when changing the volume whilst muted (see #331763
17830           and #331765).
17831
17832 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17835         (parse_subrip), (gst_sub_parse_format_autodetect):
17836           Set right caps given that we send escaped text. Also,
17837           honour <i></i>, <b></b> and <u></u> markers that can be found
17838           in .srt files (fixes #310202).
17839
17840 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst-libs/gst/audio/mixerutils.c:
17843         (element_factory_rank_compare_func):
17844           Make order in which elements are tried more determinable.
17845
17846 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17847
17848         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17849         (remove_element_chain), (cleanup_decodebin),
17850         (gst_decode_bin_change_state): Make decodebin reusable by
17851         fixing remove_element_chain first and then introduce a
17852         cleaner in state change to ->NULL. (Closes #331678)
17853
17854 2006-02-19  Wim Taymans  <wim@fluendo.com>
17855
17856         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17857         use 0666 mask when creating files so umask gets applied
17858         correctly. Fixes #331295.
17859
17860 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17861
17862         * gst/subparse/Makefile.am:
17863         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17864         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17865         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17866         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17867         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17868         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17869         * gst/subparse/gstssaparse.h:
17870         * gst/subparse/gstsubparse.c: (plugin_init):
17871           Add very basic parser for SSA subtitle streams (as often
17872           found in matroska files).
17873
17874 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17875
17876         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17877           That should be text/x-pango-markup, not text/x-pango-layout.
17878
17879 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17880
17881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17882         Polishing.
17883
17884 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17885
17886         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17887         (gst_text_overlay_finalize), (gst_text_overlay_init),
17888         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17889         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17890         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17891         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17892         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17893         Fix state change deadlock.
17894
17895 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17896
17897         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17898         (gst_text_overlay_finalize), (gst_text_overlay_init),
17899         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17900         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17901         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17902         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17903         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17904         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17905         and subtitles files.
17906
17907 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17908
17909         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17910         should be considered as raw.
17911
17912 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17913
17914         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17915         (cb_probe):
17916         * gst/playback/gststreaminfo.h: Introduce language informations.
17917
17918 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17919
17920         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17921         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17922         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17923         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17924         Set shared memory segments to be deleted as soon as we have attached,
17925         that way they get cleaned up automatically if we crash.
17926
17927 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17928
17929         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17930         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17931         functions are called with lock held.
17932
17933 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17934
17935         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17936         (gst_text_overlay_finalize), (gst_text_overlay_init),
17937         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17938         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17939         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17940         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17941         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17942         (gst_text_overlay_change_state): Refactoring of textoverlay
17943         without collectpads. This now supports sparse subtitles coming
17944         from a demuxer instead of a sub file. Seeking is still broken 
17945         though. Need to discuss with wtay some more on how to handle
17946         seeking correctly.
17947         * ext/pango/gsttextoverlay.h:
17948         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17949         subtitles coming from the demuxer.
17950
17951 2006-02-17  Wim Taymans  <wim@fluendo.com>
17952
17953         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17954         (gst_vorbisenc_convert_sink):
17955         Use some more scaling functions.
17956
17957 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * ext/cdparanoia/gstcdparanoiasrc.c:
17960         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17961         (gst_cd_paranoia_paranoia_callback),
17962         (gst_cd_paranoia_src_signal_is_being_watched),
17963         (gst_cd_paranoia_src_read_sector):
17964         * ext/cdparanoia/gstcdparanoiasrc.h:
17965           Add back 'transport-error' and 'uncorrected-error' signals and
17966           make them actually be fired when bad stuff happens (#319340).
17967
17968 2006-02-17  Wim Taymans  <wim@fluendo.com>
17969
17970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17971         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17972         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17973         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17974         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17975         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17976         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17977         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17978         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17979         (gst_ring_buffer_clear):
17980         Small cleanups.
17981         Added some G_LIKELY.
17982
17983 2006-02-17  Wim Taymans  <wim@fluendo.com>
17984
17985         * gst-libs/gst/audio/TODO:
17986         Update TODO
17987
17988         * gst-libs/gst/audio/gstbaseaudiosink.c:
17989         (gst_base_audio_sink_get_offset):
17990         When trying to play samples ASAP and we don't have a
17991         previous sample, try to play at position 0 instead of
17992         an invalid position.
17993
17994 2006-02-17  Wim Taymans  <wim@fluendo.com>
17995
17996         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17997         (gst_alsasink_reset):
17998         Also release lock when we get an error in _reset();
17999         fix an error message.
18000
18001 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18004         (gst_alsasink_init), (get_channel_free_structure),
18005         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18006         (gst_alsasink_close):
18007         * ext/alsa/gstalsasink.h:
18008           Add support for more than 2 channels (#326720).
18009
18010 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18013           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18014           with 4 or 6 channels, assume a default channel layout to make things
18015           work (not sure there's anything else we can do in those cases).
18016
18017 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18018
18019         * gst-libs/gst/audio/multichannel.c:
18020           Minor docs fix.
18021
18022         * gst-libs/gst/riff/Makefile.am:
18023         * gst-libs/gst/riff/riff-ids.h:
18024         * gst-libs/gst/riff/riff-media.c:
18025         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18026           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18027           channels and a channel layout map.
18028           
18029 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18030
18031         Reviewed by Edward Hervey  <edward@fluendo.com>
18032
18033         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18034         C-level optimization of the RGBA nearest neighbour function.
18035         Eventually this might end up in liboil with vectorized versions.
18036
18037 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18038
18039         * gst-libs/gst/audio/multichannel.c:
18040         (gst_audio_get_channel_positions):
18041           When we have more than 2 channels, but no channel layout is
18042           specified in the caps, return some default channel layout
18043           to the caller and warn about about a possibly buggy element
18044           (could be buggy filtercaps as well of course) (#317038).
18045
18046 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18049           Add gst-libs/gst/cdda to list of lib search paths.
18050
18051 2006-02-15  Andy Wingo  <wingo@pobox.com>
18052
18053         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18054         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18055         to the Lord Jesus that I do not have to touch the ogg muxer ever
18056         again.
18057
18058 2006-02-15  Edward Hervey  <edward@fluendo.com>
18059
18060         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18061         quicktime movie files can also contain 'uuid' atoms.
18062
18063 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18064
18065         * gst/audioconvert/plugin.c: (plugin_init):
18066           Register the GstAudioChannelPosition enum type with the type
18067           system in the plugin_init function, so that it is known before
18068           any element actually makes use of multi-channel stuff. This is
18069           required for example if one wants to be able to deserialise/use
18070           a caps string with channel positions before any pipeline has
18071           been setup and started, like with gst-launch.
18072
18073 2006-02-14  Wim Taymans  <wim@fluendo.com>
18074
18075         * gst-libs/gst/audio/gstringbuffer.c:
18076         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18077         (gst_ring_buffer_samples_done), (wait_segment),
18078         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18079         Add some compiler G_(UN_)LIKELY help.
18080         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18081         make sure they can exit their functions. Should fix #330748
18082
18083 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18084
18085         * Makefile.am:
18086         * configure.ac:
18087         * win32/MANIFEST:
18088         * win32/common/_stdint.h:
18089           Windows does not have long long; copy the generated _stdint.h
18090         * win32/common/interfaces-enumtypes.c:
18091         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18092         (gst_mixer_track_flags_get_type),
18093         (gst_tuner_channel_flags_get_type):
18094         * win32/common/multichannel-enumtypes.c:
18095         (gst_audio_channel_position_get_type):
18096           update
18097
18098 2006-02-13  Wim Taymans  <wim@fluendo.com>
18099
18100         * gst-libs/gst/audio/gstbaseaudiosink.c:
18101         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18102         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18103         Always sync on first sample we receive when starting.
18104
18105 2006-02-13  Wim Taymans  <wim@fluendo.com>
18106
18107         * gst/playback/gstplaybin.c: (gen_vis_element):
18108         Update vis bin docs.
18109         Move queue after tee so we don't queue video buffers but
18110         audio samples instead. Fixes problems where the video queue
18111         is filled and the audio queue empty.
18112
18113 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18114
18115         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18116           No need to push an EOS event here, GstBaseSrc will do that for us
18117           when we return FLOW_UNEXPECTED.
18118           
18119 2006-02-12  Wim Taymans  <wim@fluendo.com>
18120
18121         * gst-libs/gst/audio/gstbaseaudiosink.c:
18122         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18123         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18124         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18125         Use scale functions when possible.
18126         Fix error messages.
18127         Free clockid when after waiting for EOS.
18128         Use G_(UN_)LIKLY when it makes sense.
18129         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18130
18131 2006-02-12  Edward Hervey  <edward@fluendo.com>
18132
18133         * gst/playback/gstplaybasebin.c: (prepare_output): 
18134         Remove stray semi-colon (fixes #330888).
18135
18136 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18137
18138         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18140         Fix up the XShm call testing so that we catch errors, and don't
18141         cause new ones by attempting to detach from a segment we failed
18142         to attach to. Fixes #312439.
18143
18144 2006-02-10  Edward Hervey  <edward@fluendo.com>
18145
18146         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18147         Added flv file typefind (video/x-flv).
18148
18149 2006-02-10  Edward Hervey  <edward@fluendo.com>
18150
18151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18152         (gst_riff_create_video_template_caps):
18153         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18154         Also added the caps to the default set of riff video caps.
18155
18156 2006-02-09  Andy Wingo  <wingo@pobox.com>
18157
18158         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18159         time and the end time of the last packet in the page.
18160         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18161         on the pages in our queue, set the duration as well. Reflow a
18162         debug statement.
18163         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18164         Fixes bad muxing order.
18165
18166 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18167
18168         * gst-libs/gst/rtp/gstbasertppayload.c:
18169         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18170           update seqnum before setting it on the packet; this makes sure
18171           that the timestamp and seqnum properties match after pushing
18172           a buffer
18173
18174 2006-02-09  Andy Wingo  <wingo@pobox.com>
18175
18176         * gst-libs/gst/audio/gstringbuffer.c
18177         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18178         overflow after 13.5 hours of recording. Kapow!
18179
18180         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18181         the buffer size -- we don't care about underrun/overrun reporting
18182         right now, just need to return a useful value.
18183
18184 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18185
18186         * configure.ac:
18187           Back to CVS
18188
18189 === release 0.10.3 ===
18190
18191 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18192
18193         * configure.ac:
18194           releasing 0.10.3, "Under Pressure"
18195
18196 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * configure.ac:
18199         Drat. Bump libtool version number for new API.
18200         Prelease 0.10.2.3 (of 0.10.3)
18201
18202 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * configure.ac:
18205         * win32/common/config.h:
18206         0.10.2.2 prerelease (of 0.10.3).
18207
18208 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18209
18210         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18211           Revert Andy's newsegment change pending a more correct
18212           fix.
18213
18214 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18215
18216         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18217         (qt_type_find), (plugin_init):
18218           detect more files as 3gp
18219           group and reorder the iso file formats
18220
18221 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * ext/vorbis/vorbis.c: (plugin_init):
18224           Register musicbrainz tags, so apps don't have to.
18225
18226 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18227
18228         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18229         (gst_tag_to_vorbis_tag):
18230           Make sure we called gst_tag_register_musicbrainz_tags()
18231           before possibly mapping a vorbiscomment string from/to a
18232           musicbrainz tag.
18233
18234 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18237           In case we can't find the required number of consecutive
18238           mpeg audio frames to positively identify an MPEG audio
18239           stream, check if there's at least a valid mpeg audio
18240           frame right at offset 0 and if so suggest mpeg/audio
18241           caps with a very low probability (#153004).
18242
18243 2006-02-07  Andy Wingo  <wingo@pobox.com>
18244
18245         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18246         a TIME segment if we get timestamped buffers. Requires recent
18247         fixes in core to work properly.
18248
18249 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18250
18251         * gst/playback/gstplaybasebin.c: (prepare_output):
18252           Don't print the URI as part of the error message, it
18253           makes error dialogs look rather ugly, especially if
18254           the URI is very long or has characters in it that
18255           need escaping.
18256
18257 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18258
18259         * gst/playback/gstplaybasebin.c: (prepare_output):
18260           Error out if we have only text or subtitles, but nothing
18261           else. Also error out if we have subtitles but no video
18262           stream.
18263
18264 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18265
18266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18267           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18268           Post an error message on the bus when we encounter an
18269           error, which will hopefully be more meaningful than the
18270           'Internal Flow Error' message users get to see if we
18271           just return GST_FLOW_ERROR.
18272
18273 2006-02-07  Andy Wingo  <wingo@pobox.com>
18274
18275         * configure.ac (GST_MAJORMINOR): Update core version req to
18276         0.10.2.2, for the collectpads API addition (#330244).
18277
18278 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18281           Return FALSE from plugin_init() when GnomeVFS can't
18282           be initialised for some reason (#328423).
18283
18284 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18285
18286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18287         Stick to seeking theory until i find the bug.
18288         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18289
18290 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18291
18292         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18293         (theora_enc_finalize), (theora_enc_sink_setcaps),
18294         (theora_set_header_on_caps), (theora_enc_chain),
18295         (theora_enc_change_state):
18296         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18297           Make theoraenc and the tests leak free. Like, really.
18298
18299 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18300
18301         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18302         (theora_enc_finalize), (theora_enc_sink_setcaps):
18303           Add a finalize method to ensure we clean up state even if
18304           someone omitted the state change back to NULL.
18305
18306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18307         (gst_vorbisenc_chain):
18308           Free some more leaked bits.
18309
18310         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18311         (stop_pipeline):
18312           Wait for state changes to happen if they're ASYNC.
18313
18314           This ought to teach those fancy pants buildbots a lesson.
18315
18316 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18317
18318         * gst-libs/gst/tag/gstid3tag.c:
18319           Add mapping for ID3 International Standard Recording Code
18320           tag "TSRC"
18321
18322 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18323
18324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18325           Don't leak tag names.
18326
18327 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * docs/libs/gst-plugins-base-libs-docs.sgml:
18330         * docs/libs/gst-plugins-base-libs-sections.txt:
18331         * gst-libs/gst/tag/gstid3tag.c:
18332         * gst-libs/gst/tag/gstvorbistag.c:
18333         * gst-libs/gst/tag/tags.c:
18334           Split libgsttag docs into multiple sections.
18335
18336 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * docs/libs/Makefile.am:
18339         * docs/libs/gst-plugins-base-libs-docs.sgml:
18340         * docs/libs/gst-plugins-base-libs-sections.txt:
18341         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18342         * gst-libs/gst/tag/gstvorbistag.c:
18343         * gst-libs/gst/tag/tag.h:
18344         * gst-libs/gst/tag/tags.c:
18345           Add libgsttag to the docs.
18346
18347 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18348
18349         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18350         (gst_text_overlay_init), (gst_text_overlay_src_event),
18351         (gst_text_overlay_collected): Fix clockoverlay.
18352
18353 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18354
18355         * docs/libs/compiling.sgml:
18356           Fix typo: it's pkg-config, not pkg-gconfig
18357
18358         * docs/libs/gst-plugins-base-libs-docs.sgml:
18359         * docs/libs/gst-plugins-base-libs-sections.txt:
18360         * docs/libs/tmpl/gstgconf.sgml:
18361           There is no libgstgconf in 0.10, remove it
18362           from the docs.
18363
18364 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18365
18366         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18367         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18368         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18369         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18370         (gst_sub_parse_class_init), (gst_sub_parse_init),
18371         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18372         (parse_mpsub), (parser_state_init), (handle_buffer),
18373         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18374         * gst/subparse/gstsubparse.h: Introduce seeking code.
18375
18376 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18379           Add comment about LANGUAGE tag inconsistency (we want
18380           ISO-639-1, but extract three-letter identifiers?)
18381
18382         * po/POTFILES.in:
18383           Add two translatable files.
18384
18385 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18386
18387         * gst-libs/gst/tag/Makefile.am:
18388         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18389         * gst-libs/gst/tag/tag.h:
18390         * gst-libs/gst/tag/tags.c:
18391         (gst_tag_register_musicbrainz_tags_internal),
18392         (gst_tag_register_musicbrainz_tags):
18393           Forward-port some tags stuff from the 0.8 branch. This is
18394           mostly the addition of musicbrainz tags and their mapping
18395           to vorbistags, and a vorbistag mapping of the language tag.
18396
18397 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18398
18399         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18400         refactoring.
18401
18402 2006-02-04  David Schleef  <ds@schleef.org>
18403
18404         * ext/ogg/gstoggmux.c:
18405         * gst/typefind/gsttypefindfunctions.c:
18406           Add Dirac typefinding and add dirac format to oggmux.
18407
18408 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18409
18410         * gst/playback/gstdecodebin.c: (try_to_link_1):
18411           Don't put essential function call into
18412           g_return_*() macro, otherwise it'll all be
18413           replaced by NOOPs when compiling with
18414           G_DISABLE_CHECKS defined.
18415
18416 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18417
18418         * ext/ogg/gstoggdemux.c:
18419         * ext/ogg/gstoggparse.c:
18420         * gst/tcp/gsttcpserversink.c:
18421         * sys/v4l/v4lsrc_calls.c:
18422         * sys/v4l/v4lsrc_calls.h:
18423         Just make it compile with --disable-gst-debug.
18424
18425 2006-02-03  Wim Taymans  <wim@fluendo.com>
18426
18427         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18428         (gst_alsasink_class_init), (gst_alsasink_init),
18429         (gst_alsasink_write), (gst_alsasink_reset):
18430         * ext/alsa/gstalsasink.h:
18431         Add lock to protect alsa calls.
18432         Implement reset to flush samples ASAP, does not work
18433         with dmix though.
18434
18435 2006-02-02  Wim Taymans  <wim@fluendo.com>
18436
18437         * gst-libs/gst/audio/gstbaseaudiosink.c:
18438         (gst_base_audio_sink_provide_clock):
18439         Ugh.. getting late I guess...
18440
18441 2006-02-02  Wim Taymans  <wim@fluendo.com>
18442
18443         * gst-libs/gst/audio/gstbaseaudiosink.c:
18444         (gst_base_audio_sink_provide_clock),
18445         (gst_base_audio_sink_set_property),
18446         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18447         Don't try to provide a clock when we are not negotiated since
18448         we might not be able to make it run.
18449
18450 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * gst/playback/gstdecodebin.c: (try_to_link_1):
18453           Unlinking two source pads is ... hard.
18454
18455 2006-02-02  Wim Taymans  <wim@fluendo.com>
18456
18457         * gst-libs/gst/audio/TODO:
18458         Updated.
18459
18460         * gst-libs/gst/audio/gstbaseaudiosink.c:
18461         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18462         On EOS, wait till the last sample is played before posting EOS.
18463
18464 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18465
18466         Patch by: Kai Vehmanen
18467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18468           Adds ability to enable newsegment bypass by setting queue_delay to
18469           zero. Also avoid thread being started if queue_delay is zero.
18470
18471 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18474           Make test work again by connecting fakesinks to each decoded pad,
18475           which makes the pipeline wait until each fakesink has a buffer
18476           queued before going to PAUSED state. At that point we know the
18477           decodebin pads are negotiated.
18478
18479 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18480
18481         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18482         (gst_cdda_base_src_handle_event):
18483         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18484           Pass unhandled queries to the parent class's query function.
18485
18486 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18487
18488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18489         (gst_ogg_pad_src_query):
18490         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18491         * ext/theora/theoradec.c: (theora_dec_src_query),
18492         (theora_dec_sink_query):
18493         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18494         (vorbis_dec_sink_query):
18495         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18496         (gst_vorbisenc_sink_query):
18497         * gst/adder/gstadder.c: (gst_adder_query):
18498           Pass unhandled queries upstream instead of just
18499           dropping them (#326447). Also, fix supported
18500           query types list for some elements.
18501
18502 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18503
18504         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18505         (paris_type_find), (ilbc_type_find), (plugin_init):
18506           Fix typefinding for audio/x-au, audio/x-paris and
18507           audio/iLBC-sh. We cannot use the START_WITH macros
18508           here, because there can only be one typefind factory
18509           with the same name (caps), so the second one would
18510           replace the first one and the first one would never
18511           be called when doing typefinding (see #161712).
18512           
18513
18514 2006-01-31  Wim Taymans  <wim@fluendo.com>
18515
18516         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18517         (vorbis_handle_header_packet), (vorbis_dec_push),
18518         (vorbis_handle_data_packet):
18519         Use scale_int when we can, add some more scaling.
18520         Check packettype before parsing it.
18521
18522 2006-01-31  Wim Taymans  <wim@fluendo.com>
18523
18524         * ext/theora/theoradec.c: (_theora_granule_time),
18525         (theora_dec_src_convert), (theora_dec_sink_convert):
18526         Call right _scale functions.
18527         Use parameter instead of some other random value.
18528
18529 2006-01-31  Wim Taymans  <wim@fluendo.com>
18530
18531         * ext/theora/theoradec.c: (_theora_granule_frame),
18532         (_theora_granule_time), (_inc_granulepos),
18533         (theora_dec_src_convert), (theora_dec_sink_convert),
18534         (theora_handle_type_packet), (theora_handle_data_packet),
18535         (theora_dec_chain):
18536         Use higher precision timestamps calculation.
18537         Convert some other conversions to _scale.
18538
18539 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18540
18541         * gst/audiotestsrc/gstaudiotestsrc.c:
18542         (gst_audio_test_src_create_sine_table), (plugin_init):
18543         * gst/volume/gstvolume.c: (plugin_init):
18544           initialize gst_controller before using
18545
18546 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18547
18548         * tests/check/pipelines/theoraenc.c:
18549         * tests/check/pipelines/vorbisenc.c:
18550         Define constant using G_GINT64_CONSTANT to avoid errors when
18551         passing it around - otherwise it gets truncated to 32 bits.
18552
18553         Fixes failing tests.
18554
18555 2006-01-31  Andy Wingo  <wingo@pobox.com>
18556
18557         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18558         caps being set doesn't have a framerate value. Basically a stopgap
18559         measure.
18560
18561         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18562         technically correct enough to put into core though.
18563         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18564         DURATION. Fixes theoraenc ! oggmux.
18565
18566         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18567         fraction, not double.
18568
18569 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18570
18571         * win32/vs7:
18572         add vs7 project files created by Sergey Scobich
18573
18574 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18575
18576         * win32/vs8:
18577         add vs8 project files created by Sergey Scobich
18578         
18579 2006-01-30  Andy Wingo  <wingo@pobox.com>
18580
18581         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18582         timestamp + duration, not just timestamp -- ogg pages should be
18583         ordered by stop time. Necessary fix given the change in vorbis
18584         timestamps.
18585
18586         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18587         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18588         (granulepos_add): New function, handles the messiness of adjusting
18589         granulepos values.
18590         (theora_buffer_from_packet):
18591         (theora_enc_chain):
18592         (theora_enc_sink_event): Use granulepos_add, not +.
18593
18594         * tests/check/pipelines/theoraenc.c
18595         (check_buffer_granulepos_from_starttime): Just check the frame
18596         count, not the actual granulepos -- we can't dictate to the
18597         encoder when it should be placing keyframes.
18598
18599 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18600
18601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18602           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18603           play an http:// stream from a server that's not serving
18604
18605 2006-01-30  Andy Wingo  <wingo@pobox.com>
18606
18607         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18608         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18609         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18610         available.
18611
18612         * ext/theora/gsttheoraenc.h:
18613         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18614         although theoraenc was timestamping correctly. Added handling of
18615         streams that start with nonzero timestamps.
18616
18617         * tests/check/Makefile.am:
18618         * tests/check/pipelines/theoraenc.c: New file, basically does same
18619         tests as vorbisenc.
18620
18621         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18622
18623 2006-01-30  Wim Taymans  <wim@fluendo.com>
18624
18625         * gst-libs/gst/audio/gstaudiosink.c:
18626         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18627         (gst_audioringbuffer_pause):
18628         Implement pause that does not wait for completion.
18629
18630         * gst-libs/gst/audio/gstbaseaudiosink.c:
18631         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18632         Don't drop buffers when going to PAUSED but perform preroll on
18633         remaining samples now that core base class supports this.
18634
18635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18636         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18637         (gst_ring_buffer_commit):
18638         Pause should not signal waiters.
18639         Implement return value of _commit correctly.
18640
18641 2006-01-30  Andy Wingo  <wingo@pobox.com>
18642
18643         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18644
18645         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18646         updated to timestamp from the first sample, not the last.
18647         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18648         special care of granulepos and timestamp for header packets.
18649         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18650         when the first buffer has a nonzero timestamp.
18651
18652         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18653         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18654         case when the first audio buffer we get has a nonzero timestamp.
18655         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18656         properly timestamp vorbis buffers with the time of the first
18657         sample, not the last.
18658         
18659         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18660         vorbis_granule_time_copy -- now it takes the granule/subgranule
18661         offset into account.
18662
18663         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18664         timestamps, durations, and granulepos on buffers produced by
18665         vorbisenc.
18666
18667 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18668
18669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18670         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18671           Patch from Eric Jonas to support conversions to/from UYVY 
18672           (Fixes: #324626)
18673
18674 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18675
18676         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18677         (setup_subtitle), (setup_source), (set_active_source):
18678         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18679         (gen_text_element), (gen_audio_element), (gen_vis_element),
18680         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18681
18682 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18683
18684         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18685         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18686                 use gst_guint64_to_gdouble to be compliant with vs6
18687         * gst/playback/gstdecodebin.c: (try_to_link_1)
18688         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18689                 use G_GINT64_CONSTANT for int64 constants
18690         * win32/common/libgstinterfaces.def:
18691                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18692         * win32/vs6:
18693                 update and add new project files
18694                 
18695 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18696
18697         * Makefile.am:
18698         * win32/MANIFEST:
18699         * win32/common/interfaces-enumtypes.c:
18700         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18701         (gst_mixer_track_flags_get_type),
18702         (gst_tuner_channel_flags_get_type):
18703         * win32/common/interfaces-enumtypes.h:
18704         * win32/common/multichannel-enumtypes.c:
18705         (gst_audio_channel_position_get_type):
18706         * win32/common/multichannel-enumtypes.h:
18707           add a win32-update rule like in core, and copy over enumtypes files
18708
18709 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18710
18711         * win32/MANIFEST:
18712         * win32/common/config.h:
18713         * win32/common/config.h.in:
18714           add config files just like in core
18715
18716 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18719           Make gcc-4.1 happy (part of #327357).
18720
18721 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18722
18723         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18724         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18725         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18726         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18727         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18728         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18729           Update all error messages.  All of them should either use
18730           the default translated message, or actually provide a
18731           translatable string.
18732           Make the string for channel count problems meaningful.
18733
18734 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18737           check for and throw RESOURCE_BUSY
18738
18739 2006-01-27  David Schleef  <ds@schleef.org>
18740
18741         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18742           checked in this change -- it requires liboil features not
18743           in 0.3.6.  Revert parts.
18744
18745 2006-01-27  David Schleef  <ds@schleef.org>
18746
18747         * REQUIREMENTS:
18748         * configure.ac: update liboil requirement to 0.3.6
18749         * gst/videoscale/Makefile.am:
18750         * gst/videoscale/vs_scanline.c: liboilify
18751
18752 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18753
18754         * ext/libvisual/visual.c: (get_buffer):
18755           When pad_alloc returns a GstFlowReturn other
18756           than GST_FLOW_OK, make sure it is passed upstream.
18757
18758 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18759
18760         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18761         (gst_alsasink_class_init):
18762           Free the device name string.
18763
18764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18765         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18766         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18767           Don't remove a pad from the collectpads structure until it
18768           is released - it's a request pad, and may receive data again
18769           if the element gets moved back to PLAYING state.
18770
18771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18772           Ensure we turn on double buffering on the Xv port, and
18773           set the colour key to something dark and mysterious that
18774           isn't black.
18775
18776 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18777
18778         * ext/alsa/gstalsaplugin.c: (plugin_init):
18779         * ext/cdparanoia/gstcdparanoiasrc.c:
18780         (gst_cd_paranoia_src_base_init), (plugin_init):
18781         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18783           - a library should not call setlocale. see "Libraries" node in
18784             gettext manual
18785           - make sure all plugins that use translation do bindtextdomain
18786             to point to the localedir
18787         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18788         (setup_sinks), (plugin_init):
18789           all this, and check for NULL when creating sinks
18790
18791 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18792
18793         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18794         (plugin_init): Make typefinding of subtitles work again.
18795
18796 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18797
18798         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18799         (mp3_type_frame_length_from_header), (mp3_type_find),
18800         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18801         (plugin_init):
18802           Backport a bunch of typefinding fixes from the 0.8 branch.
18803           Also, improve wavpack typefinding: if we can't peek the
18804           entire wavpack block, try to parse the bits we can get and
18805           see if we find what we're looking for in those.
18806
18807 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18808
18809         * sys/ximage/ximagesink.c:
18810         (gst_ximagesink_calculate_pixel_aspect_ratio):
18811         * sys/xvimage/xvimagesink.c:
18812         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18813         more cases of pixel aspect ratio.
18814
18815 2006-01-26  Edward Hervey  <edward@fluendo.com>
18816
18817         * gst/playback/gstdecodebin.c: (pad_probe):
18818         Also consider the flush-start and tag events as unblockers
18819         for the pad probes.
18820
18821 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18822
18823         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18824         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18825         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18826         On the fly visualisation switch, works disabling, enabling as
18827         well but it won't be able to enable vis in a playbin that was
18828         created with no visualisation.
18829
18830 2006-01-25  Wim Taymans  <wim@fluendo.com>
18831
18832         * gst-libs/gst/audio/gstbaseaudiosink.c:
18833         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18834         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18835         resume after pause.
18836
18837 2006-01-25  Wim Taymans  <wim@fluendo.com>
18838
18839         * gst-libs/gst/audio/gstbaseaudiosink.c:
18840         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18841         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18842         Improve debugging.
18843         Post error when caps cannot be parsed.
18844         Resync on discontinuity in the stream.
18845         Clip samples to segment boundaries.
18846         return WRONG_STATE sooner when we are flushing.
18847
18848         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18849         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18850         Make audiosrc operate in TIME.
18851         Set TIMESTAMP and DURATION on buffers.
18852
18853 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18854
18855         * tests/examples/seek/seek.c: (main):
18856           Output tag messages as well.
18857
18858 2006-01-23  Edward Hervey  <edward@fluendo.com>
18859
18860         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18861         (free_pad_probes), (remove_fakesink), (pad_probe),
18862         (close_pad_link), (gst_decode_bin_change_state):
18863         Replace GstPadBlockCallback with pad probes that detect
18864         first buffer AND eos before removing fakesink.
18865         Fixes hang with demuxers doing EOS while pre-rolling.
18866         Solves #328279
18867
18868 2006-01-23  Andy Wingo  <wingo@pobox.com>
18869
18870         * ext/alsa/gstalsasink.c:
18871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18872         (gst_base_rtp_depayload_setcaps),
18873         (gst_base_rtp_depayload_add_to_queue),
18874         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18875         
18876         Patch by: Jens Granseuer <jensgr at gmx dot net>
18877
18878 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18879
18880         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18881         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18882         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18883         frames. We might get a frame destroyed after changing state to
18884         NULL, adding a safety check on xcontext.
18885
18886 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18887
18888         * gst-libs/gst/interfaces/xoverlay.c:
18889           Fix prepare-xwindow-id code example in the docs - we need to
18890           ignore all messages that aren't element messages as well.
18891           
18892 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18893
18894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18895           I think one day i'll completely undestand how caps negotiation
18896           is supposed to work. This refactoring handles buffer_alloc
18897           called with caps we can't handle. We definitely don't want a
18898           set_caps with those caps, so we define and allocate a buffer
18899           we would like to receive.
18900
18901 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * gst/playback/gstplaybasebin.c: (setup_source):
18904           Free iterator when done.
18905
18906 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18907
18908         * gst-libs/gst/audio/gstbaseaudiosink.c:
18909         (gst_base_audio_sink_render):
18910           Fix playback of non-synchronised streams by assuming a rate
18911           of 1.0 instead of a random one.
18912
18913           Makes this work again:
18914
18915           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18916           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18917           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18918           audioresample ! alsasink
18919
18920 === release 0.10.2 ===
18921
18922 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18923
18924         * configure.ac:
18925           releasing 0.10.2, "Then the devil is six"
18926
18927 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18928
18929         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18930         * gst/playback/gststreamselector.c:
18931         (gst_stream_selector_set_property):
18932           Comment out broken code that connects to the state-changed signal.
18933           At this point, changing current stream selection is broken, but 
18934           stuff like gst-launch playbin current-audio=1 works and filters
18935           to the chosen stream.
18936
18937 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18938
18939         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18940           Fix #327216 (null dereference in vorbisdec)
18941
18942 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18943
18944         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18945           Post taglist actually on bus instead of just freeing it
18946           (fixes #327114 and totem bug #327080).
18947
18948         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18949           Use gst_element_found_tags_for_pad(), so that the tags
18950           are sent downstream as an event as well.
18951
18952 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18953
18954         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18955         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18956         (gst_ximagesink_buffer_alloc):
18957         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18958         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18959         (gst_xvimagesink_buffer_alloc):
18960           move all regularly occurring messages to GST_LOG level
18961           add some more object logs
18962
18963 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18964
18965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18966           fix a silly segfault
18967
18968 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18969
18970         * docs/libs/gst-plugins-base-libs-docs.sgml:
18971         * docs/libs/gst-plugins-base-libs-sections.txt:
18972         * gst-libs/gst/audio/mixerutils.c:
18973         * gst-libs/gst/audio/mixerutils.h:
18974           Add docs for mixerutils stuff.
18975
18976 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * gst/playback/gstplaybasebin.c: (setup_source):
18979           Fix playback for sources that emit raw audio or
18980           raw video streams (e.g.: cd audio sources) (#325984).
18981
18982 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18983
18984         * gst-libs/gst/audio/mixerutils.c:
18985         (gst_audio_mixer_filter_do_filter):
18986           actually save the element we create
18987
18988 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18989
18990         * gst-libs/gst/cdda/gstcddabasesrc.c:
18991         (gst_cdda_base_src_handle_track_seek):
18992           No need to post a tag message on the bus when seeking
18993           within the same track, only post it when the current
18994           track changes.
18995
18996 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18997
18998         * gst/playback/gstplaybasebin.c: (group_destroy),
18999         (probe_triggered), (new_decoded_pad), (mute_group_type),
19000         (set_active_source):
19001         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19002         * gst/playback/gststreamselector.c:
19003         (gst_stream_selector_base_init),
19004         (gst_stream_selector_set_property),
19005         (gst_stream_selector_request_new_pad):
19006           Reenable stream selection. These mechanisms need a complete overhaul
19007           in the face of 0.8->0.10 changes though.
19008
19009 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19010
19011         * ext/ogg/gstoggdemux.c:
19012           Change the pad template to src_%d to match the pads that 
19013           are created from it. decodebin needs this information in order
19014           to decide that oggdemux is capable of producing multiple pads
19015           (and hence needs queues inserted).
19016
19017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19018         (gst_ogg_mux_collected):
19019           Make debug output more useful by using GST_PTR_FORMAT.
19020
19021 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19022
19023         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19024
19025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19026           Set depth and width for alaw/mulaw (fixes #326601).
19027
19028 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19029
19030         * tests/icles/Makefile.am:
19031           don't build the tests if we don't have the libs
19032
19033 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19034
19035         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19036         (gst_cd_paranoia_paranoia_callback):
19037           Don't try to free NULL pointers.
19038
19039 2006-01-10  Edward Hervey  <edward@fluendo.com>
19040
19041         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19042         (gst_audio_rate_change_state), (plugin_init):
19043         Add debugging category.
19044         Fix type issues.
19045         Add case for incoming buffers without valid offset/offset_end.
19046
19047 2006-01-10  Michael Smith  <msmith@fluendo.com>
19048
19049         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19050           Don't leak GCond in audio sources.
19051
19052 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19053
19054         * gst/playback/gstplaybin.c: (gen_audio_element):
19055           Don't leak an autoaudiosink/alsasink when we generate
19056           a new audio element. (old code, I guess)
19057
19058 2006-01-10  Michael Smith  <msmith@fluendo.com>
19059
19060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19061           Support float audio in audiorate.
19062           Use width rather than depth for selecting sample width.
19063
19064 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19065
19066         * gst/videotestsrc/videotestsrc.h:
19067           Use GLib types here (that way we don't have to include the
19068           generated _stdint.h header, which makes life easier for win32
19069           folks that don't use autotools for the build) (#325990, patch
19070           by: Sergey Scobich).
19071
19072 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19075         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19076         (gst_ring_buffer_pause), (wait_segment):
19077         * gst-libs/gst/audio/gstringbuffer.h:
19078           Name (private) union, makes Forte compiler happy (this time
19079           for real) (#324900).
19080
19081 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19082
19083         * gst-libs/gst/audio/Makefile.am:
19084           Link against libgstinterfaces, needed for mixer
19085           and property probe stuff.
19086
19087 2006-01-09  Edward Hervey  <edward@fluendo.com>
19088
19089         * gst-libs/gst/Makefile.am:
19090
19091 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * gst-libs/gst/audio/Makefile.am:
19094         * gst-libs/gst/audio/mixerutils.c:
19095         (gst_audio_mixer_filter_do_filter),
19096         (gst_audio_mixer_filter_check_element),
19097         (gst_audio_mixer_filter_probe_feature),
19098         (element_factory_rank_compare_func),
19099         (gst_audio_default_registry_mixer_filter):
19100         * gst-libs/gst/audio/mixerutils.h:
19101           Add gst_audio_default_registry_mixer_filter() utility
19102           function.
19103
19104 2006-01-03  Michael Smith  <msmith@fluendo.com>
19105
19106         * gst/audioresample/resample.h:
19107           As before, but for o_buf
19108
19109 2006-01-03  Michael Smith  <msmith@fluendo.com>
19110
19111         * gst/audioresample/resample.h:
19112           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19113           since we do arithmetic on it.
19114
19115 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19116
19117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19118         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19119         (gst_ring_buffer_pause), (wait_segment):
19120         * gst-libs/gst/audio/gstringbuffer.h:
19121           Sun's Forte compiler doesn't seem to like anonymous structs,
19122           so use same setup as in GstBaseSrc (fixes #324900).
19123
19124 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19125
19126         * configure.ac:
19127         * gst/volume/Makefile.am:
19128         * gst/volume/demo.c:
19129           move old example to tests/examples/volume/volune.c
19130         * tests/examples/Makefile.am:
19131         * tests/examples/seek/seek.c: (main):
19132           change window-close event from "delete-event" to "destroy"
19133         * tests/examples/volume/Makefile.am:
19134         * tests/examples/volume/volume.c: (value_changed_callback),
19135         (setup_gui), (message_received), (eos_message_received), (main):
19136           fix event handling and bus usage
19137
19138 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19139
19140         * gst/audiotestsrc/gstaudiotestsrc.c:
19141         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19142         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19143         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19144         (gst_audio_test_src_create_square),
19145         (gst_audio_test_src_create_saw),
19146         (gst_audio_test_src_create_triangle),
19147         (gst_audio_test_src_create_silence),
19148         (gst_audio_test_src_create_white_noise),
19149         (gst_audio_test_src_create_pink_noise),
19150         (gst_audio_test_src_init_sine_table),
19151         (gst_audio_test_src_create_sine_table),
19152         (gst_audio_test_src_change_wave),
19153         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19154         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19155         * gst/audiotestsrc/gstaudiotestsrc.h:
19156           update to basesrc changes, implement segmented seeking and eos
19157           handling, add a 'sine-tab' waveform for performance critical playback
19158
19159 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19160
19161         * po/POTFILES.in:
19162           ... and this time the other modified file that I missed last time.
19163
19164 2005-12-29  Michael Smith  <msmith@fluendo.com>
19165
19166         * gst/playback/gstdecodebin.c: (new_pad):
19167           Fix non-C89 variable declaration not at the start of a block. Should
19168           help some compilers.
19169
19170 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * tests/check/Makefile.am:
19173           And now fix 'make distcheck' (builddir != srcdir)
19174
19175 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19176
19177         * configure.ac:
19178         * ext/cdparanoia/Makefile.am:
19179         * ext/cdparanoia/gstcdparanoia.c:
19180         * ext/cdparanoia/gstcdparanoia.h:
19181         * ext/cdparanoia/gstcdparanoiasrc.c:
19182         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19183         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19184         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19185         (gst_cd_paranoia_paranoia_callback),
19186         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19187         (gst_cd_paranoia_src_set_property),
19188         (gst_cd_paranoia_src_get_property), (plugin_init):
19189         * ext/cdparanoia/gstcdparanoiasrc.h:
19190           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19191           plugin again (there are still fixes required to playbin to make
19192           cdda:// uris work there).
19193
19194 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19195
19196         * tests/check/Makefile.am:
19197           Fix test case compilation.
19198
19199 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19200
19201         * gst-libs/gst/cdda/gstcddabasesrc.c:
19202         (gst_cdda_base_src_update_duration),
19203         (gst_cdda_base_src_calculate_cddb_id):
19204           An integer is not a string. Fix access to uninitialised variable.
19205
19206         * tests/check/Makefile.am:
19207           Add cddabasesrc unit test; also actually enable the vorbis test.
19208
19209         * tests/check/generic/states.c:
19210           Blacklist new cd audio elements as well.
19211
19212         * tests/check/libs/cddabasesrc.c:
19213           Unit test for GstCddaBaseSrc (discid calculation mostly).
19214
19215 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19216
19217         * docs/libs/Makefile.am:
19218         * docs/libs/gst-plugins-base-libs-docs.sgml:
19219         * docs/libs/gst-plugins-base-libs-sections.txt:
19220         * docs/libs/gst-plugins-base-libs.types:
19221           Add docs for libgstcdda/GstCddaBaseSrc.
19222
19223         * gst-libs/gst/interfaces/mixertrack.h:
19224           Do one struct member per line with a semicolon at the end, that way
19225           even gtk-doc might parse it without complaining.
19226
19227 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19228
19229         * configure.ac:
19230         * gst-libs/gst/Makefile.am:
19231         * gst-libs/gst/cdda/Makefile.am:
19232         * gst-libs/gst/cdda/base64.c:
19233         * gst-libs/gst/cdda/base64.h:
19234         * gst-libs/gst/cdda/gstcddabasesrc.c:
19235         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19236         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19237         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19238         (gst_cdda_base_src_get_property),
19239         (gst_cdda_base_src_get_track_from_sector),
19240         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19241         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19242         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19243         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19244         (gst_cdda_base_src_uri_get_protocols),
19245         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19246         (gst_cdda_base_src_uri_handler_init),
19247         (gst_cdda_base_src_setup_interfaces),
19248         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19249         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19250         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19251         (gst_cdda_base_src_add_tags),
19252         (gst_cdda_base_src_add_index_associations),
19253         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19254         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19255         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19256         (gst_cdda_base_src_create):
19257         * gst-libs/gst/cdda/gstcddabasesrc.h:
19258         * gst-libs/gst/cdda/sha1.c:
19259         * gst-libs/gst/cdda/sha1.h:
19260           Add new libgstcdda with GstCddaBaseSrc class.
19261
19262 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19263
19264         * ext/gnomevfs/gstgnomevfssink.h:
19265           Use GstBaseSinkClass as parent_class member for class struct, not
19266           GstBaseSink.
19267
19268 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19269
19270         Patch by: Michael Benes
19271
19272         * gst/videotestsrc/gstvideotestsrc.c:
19273         (gst_video_test_src_class_init), (gst_video_test_src_start):
19274           Add start method to reset running time and number of frames sent
19275           when starting up (fixes #324696)
19276
19277 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19278
19279         * docs/plugins/Makefile.am:
19280         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19281         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19282         * docs/plugins/gst-plugins-base-plugins.args:
19283         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19284         * docs/plugins/gst-plugins-base-plugins.signals:
19285           Add docs stuff for gnomevfssrc and gnomevfssink.
19286
19287         * ext/gnomevfs/gstgnomevfssrc.c:
19288           Fix example pipeline in gtk-doc blurb.
19289
19290 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19291
19292         * ext/gnomevfs/Makefile.am:
19293         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19294         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19295         (gst_gnome_vfs_handle_get_type), (plugin_init):
19296         * ext/gnomevfs/gstgnomevfs.h:
19297         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19298         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19299         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19300         (gst_gnome_vfs_sink_set_property),
19301         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19302         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19303         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19304         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19305         (gst_gnome_vfs_sink_uri_get_type),
19306         (gst_gnome_vfs_sink_uri_get_protocols),
19307         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19308         (gst_gnome_vfs_sink_uri_handler_init):
19309         * ext/gnomevfs/gstgnomevfssink.h:
19310           Port gnomevfssink; add gtk-doc blurb.
19311
19312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19313         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19314         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19315         (gst_gnome_vfs_src_uri_get_type),
19316         (gst_gnome_vfs_src_uri_get_protocols),
19317         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19318         (gst_gnome_vfs_src_uri_handler_init),
19319         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19320         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19321         (gst_gnome_vfs_src_send_additional_headers_callback),
19322         (gst_gnome_vfs_src_received_headers_callback),
19323         (gst_gnome_vfs_src_push_callbacks),
19324         (gst_gnome_vfs_src_pop_callbacks),
19325         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19326         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19327         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19328         * ext/gnomevfs/gstgnomevfssrc.h:
19329           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19330           file; add gtk-doc blurb with example pipelines.
19331
19332 === release 0.10.1 ===
19333
19334 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19335
19336         * configure.ac:
19337           releasing 0.10.1, "Dobro Dedek"
19338
19339 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19340
19341         * gst/typefind/gsttypefindfunctions.c:
19342         iLBC30 and iLBC20 added to typefind.
19343
19344 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * gst-libs/gst/audio/gstbaseaudiosink.c:
19347         (gst_base_audio_sink_class_init):
19348         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19349         (gst_base_audio_src_class_init):
19350           update strings, values are in microseconds
19351           change the default sink buffer time to something that is smaller
19352           (to help software volume mixing have a slightly lower delay) but
19353           still be acceptable on Wim's laptop
19354
19355 2005-12-20  Edward Hervey  <edward@fluendo.com>
19356
19357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19358         Made a quack, forgot to add DUCK to the riff video template.
19359
19360 2005-12-19  Edward Hervey  <edward@fluendo.com>
19361
19362         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19363         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19364         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19365         (gst_ogm_parse_chain):
19366         Make sure pads are initialized correctly.
19367         * gst-libs/gst/riff/riff-ids.h:
19368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19369         (gst_riff_create_video_template_caps):
19370         Add a whole bunch of FOURCC <=> MimeType.
19371         Extend the riff video pad template to support the newly added fourcc.
19372
19373 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19374
19375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19376         (gst_ogg_demux_activate_chain):
19377           Extra debug output when activating/deactivating chains.
19378
19379         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19380         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19381         (unlinked):
19382           Remove a queue from our list when it becomes unlinked.
19383           Don't add queues to elements in class 'Demux' if they
19384           can only produce one pad 
19385
19386 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19387
19388         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19389         (gst_video_sink_get_type): Add a debug category.
19390
19391 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19392
19393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19394         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19395           Handle downstream newsegment by sending our own newsegment before the
19396           next buffer to be released. (#323900)
19397
19398 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19399
19400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19401         (gst_base_rtp_depayload_set_gst_timestamp):
19402           add queue delay to new segment as well (as opposed to just the first
19403           buffer). (bug #322347)
19404
19405 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19406
19407         * ext/libvisual/visual.c: (make_valid_name):
19408           change some char* into char[]
19409         * gst/audiotestsrc/gstaudiotestsrc.c:
19410         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19411         (gst_audio_test_src_create):
19412         * gst/audiotestsrc/gstaudiotestsrc.h:
19413           prepare to handle EOS and SEGMENT_DONE
19414
19415 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19416
19417         * tests/check/generic/states.c: (GST_START_TEST):
19418           Blacklist cdparanoia element in state test.
19419
19420 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19421
19422           Patch by: Benjamin Pineau
19423
19424         * gst/tcp/gsttcp.c:
19425         * gst/tcp/gsttcpclientsink.c:
19426         * gst/tcp/gsttcpserversink.c:
19427         * gst/tcp/gsttcpserversrc.c:
19428           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19429
19430 2005-12-15  Michael Smith  <msmith@fluendo.com>
19431
19432         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19433         (gst_video_rate_chain):
19434           Fix timestamping for videorate when the first buffer it sees has a
19435           non-zero timestamp. Fix some misleading debug output.
19436
19437 2005-12-15  Michael Smith  <msmith@fluendo.com>
19438
19439         * gst/audioresample/gstaudioresample.c:
19440           Don't leak all input buffers to audioresample.
19441
19442 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19443
19444         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19445           Don't operate on empty text buffers. Strip newlines and
19446           tabs only from the end of the text, but leave them intact
19447           in the middle. Fix typo in gtk-doc description.
19448
19449 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19450
19451         * gst/playback/gstplaybasebin.c:
19452         * gst/playback/gstplaybin.c: (handoff):
19453           Make sure the video frame buffer we return to apps via the
19454           "frame" property always has caps set on it. Modify
19455           _gst_gvalue_set_object() macro to handle NULL objects
19456           gracefully too.
19457
19458 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19459
19460         * gst/audiotestsrc/gstaudiotestsrc.c:
19461         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19462         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19463         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19464         (gst_audio_test_src_create):
19465         * gst/audiotestsrc/gstaudiotestsrc.h:
19466         Adjust to some recent api changes and add wtays new cool seeking
19467         capabillities
19468
19469 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19470
19471         * ext/alsa/Makefile.am:
19472         * ext/alsa/gstalsadeviceprobe.c:
19473         * ext/alsa/gstalsadeviceprobe.h:
19474           Helper functions to add device probing via the GstPropertyProbe
19475           interface to a class.
19476
19477         * ext/alsa/gstalsamixer.h:
19478           Comment out GST_ALSA_MIXER, it returns a struct that's not
19479           used.
19480
19481         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19482           Add some debug info. 
19483
19484         * ext/alsa/gstalsamixerelement.c:
19485         (gst_alsa_mixer_element_interface_supported),
19486         (gst_implements_interface_init),
19487         (gst_alsa_mixer_element_init_interfaces),
19488         (gst_alsa_mixer_element_class_init),
19489         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19490         (gst_alsa_mixer_element_set_property),
19491         (gst_alsa_mixer_element_get_property),
19492         (gst_alsa_mixer_element_change_state):
19493         * ext/alsa/gstalsamixerelement.h:
19494           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19495           for device handling (gnome-volume-control will need that).
19496
19497 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19498
19499         * ext/Makefile.am: fix cdparanoia entry
19500         * gst-plugins-base.spec.in: add cdparanoia
19501
19502 2005-12-12  Michael Smith  <msmith@fluendo.com>
19503
19504         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19505           Use the correct function to free list of typefind factories.
19506
19507 2005-12-12  Wim Taymans  <wim@fluendo.com>
19508
19509         * gst/videotestsrc/gstvideotestsrc.c:
19510         (gst_video_test_src_class_init), (gst_video_test_src_init),
19511         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19512         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19513         (gst_video_test_src_create):
19514         * gst/videotestsrc/gstvideotestsrc.h:
19515         Implement seeking in videotestsrc.
19516         Small cleanups.
19517
19518 2005-12-12  Wim Taymans  <wim@fluendo.com>
19519
19520         * ext/cdparanoia/Makefile.am:
19521         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19522         (gst_paranoia_endian_get_type), (_do_init),
19523         (cdparanoia_class_init), (cdparanoia_init),
19524         (cdparanoia_set_property), (cdparanoia_get_property),
19525         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19526         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19527         (cdparanoia_convert), (cdparanoia_get_query_types),
19528         (cdparanoia_query), (cdparanoia_set_index),
19529         (cdparanoia_uri_set_uri):
19530         * ext/cdparanoia/gstcdparanoia.h:
19531         Partially ported cdparanoia now that basesrc can support a
19532         plugin like this..
19533
19534 2005-12-12  Wim Taymans  <wim@fluendo.com>
19535
19536         * tests/examples/seek/scrubby.c: (main):
19537         Set higher priority for bus events so they don't get reordered with
19538         gtk gui events.
19539
19540         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19541         (flush_toggle_cb), (main):
19542         Added checkbox to disable flushing seeks. 
19543         Disable scrubbing when doing non flushing seeks.
19544
19545 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19546
19547         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19548         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19549         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19550         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19551           Implement some sort of event handling that doesn't rely on
19552           g_return_if_fail; make sure we always push the last chunk of an 
19553           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19554           state change function; remove some old cruft. Seeking is still
19555           rather unlikely to work though.
19556
19557         * tools/.cvsignore:
19558           Ignore more.
19559
19560 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19561
19562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19563         Fixed a leak of the current image reference when cleaning up.
19564         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19565
19566 2005-12-09  Michael Smith  <msmith@fluendo.com>
19567
19568         * tools/Makefile.am:
19569         * tools/gst-launch-ext-m.m:
19570           Remove gst-launch-ext. It doesn't work, and is no longer
19571           particularly useful.
19572
19573 2005-12-08  Luca Ognibene  <luogni@tin.it>
19574
19575         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19576           don't pass random values to ogmparse convert function.
19577           Make seeking possible in the exile1.ogm file.
19578
19579 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19580
19581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19582         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19583           Work around refcount problem with g_value_set_object() that occur
19584           if the core has been compiled against GLib-2.6 (g_value_set_object()
19585           will only g_object_ref() the element, but the caller will
19586           gst_object_unref() it and bad things will happen due to the way
19587           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19588           totem for people on FC4 using Thomas's 0.10 RPMs.
19589           
19590 2005-12-07  Edward Hervey  <edward@fluendo.com>
19591
19592         Time to welcome ogm to 0.10 :)
19593         
19594         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19595         (gst_ogg_pad_typefind):
19596         Oggdemux can now properly typefind elements with dynamic pads.
19597         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19598         Properly set caps on src pad, and set caps on outgoing buffers.
19599
19600 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * ext/alsa/gstalsamixer.h:
19603         * ext/alsa/gstalsamixerelement.h:
19604         * ext/alsa/gstalsamixeroptions.h:
19605         * ext/alsa/gstalsamixertrack.h:
19606         * ext/alsa/gstalsasink.c:
19607         * ext/alsa/gstalsasink.h:
19608         * ext/alsa/gstalsasrc.c:
19609         * ext/alsa/gstalsasrc.h:
19610         * ext/cdparanoia/gstcdparanoia.h:
19611         * ext/gnomevfs/gstgnomevfsuri.h:
19612         * ext/ogg/gstoggdemux.c:
19613         * ext/ogg/gstoggmux.c:
19614         * ext/pango/gsttextoverlay.h:
19615         * ext/theora/theoradec.c:
19616         * ext/theora/theoraenc.c:
19617         * ext/vorbis/vorbisdec.h:
19618         * ext/vorbis/vorbisenc.c:
19619         * ext/vorbis/vorbisenc.h:
19620         * ext/vorbis/vorbisparse.h:
19621         * gst-libs/gst/audio/gstaudioclock.h:
19622         * gst-libs/gst/audio/gstaudiosink.c:
19623         * gst-libs/gst/audio/gstaudiosink.h:
19624         * gst-libs/gst/audio/gstaudiosrc.c:
19625         * gst-libs/gst/audio/gstaudiosrc.h:
19626         * gst-libs/gst/audio/gstbaseaudiosink.c:
19627         * gst-libs/gst/audio/gstbaseaudiosink.h:
19628         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19629         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19630         * gst-libs/gst/audio/gstringbuffer.h:
19631         * gst-libs/gst/audio/multichannel.h:
19632         * gst-libs/gst/floatcast/floatcast.h:
19633         * gst-libs/gst/interfaces/colorbalance.c:
19634         * gst-libs/gst/interfaces/colorbalance.h:
19635         * gst-libs/gst/interfaces/colorbalancechannel.h:
19636         * gst-libs/gst/interfaces/mixer.h:
19637         * gst-libs/gst/interfaces/mixeroptions.h:
19638         * gst-libs/gst/interfaces/mixertrack.h:
19639         * gst-libs/gst/interfaces/navigation.h:
19640         * gst-libs/gst/interfaces/propertyprobe.h:
19641         * gst-libs/gst/interfaces/tuner.h:
19642         * gst-libs/gst/interfaces/tunerchannel.h:
19643         * gst-libs/gst/interfaces/tunernorm.h:
19644         * gst-libs/gst/interfaces/xoverlay.h:
19645         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19646         * gst-libs/gst/riff/riff-ids.h:
19647         * gst-libs/gst/riff/riff-media.h:
19648         * gst-libs/gst/riff/riff-read.h:
19649         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19650         * gst-libs/gst/rtp/gstbasertppayload.c:
19651         * gst-libs/gst/rtp/gstbasertppayload.h:
19652         * gst-libs/gst/rtp/gstrtpbuffer.c:
19653         * gst-libs/gst/rtp/gstrtpbuffer.h:
19654         * gst-libs/gst/tag/gsttageditingprivate.h:
19655         * gst-libs/gst/tag/gstvorbistag.c:
19656         (gst_tag_list_from_vorbiscomment_buffer):
19657         * gst-libs/gst/tag/tag.h:
19658         * gst-libs/gst/video/video.h:
19659         * gst/adder/gstadder.c:
19660         * gst/adder/gstadder.h:
19661         * gst/audioconvert/audioconvert.c:
19662         * gst/audioconvert/audioconvert.h:
19663         * gst/audioconvert/gstaudioconvert.c:
19664         * gst/audioconvert/gstchannelmix.c:
19665         * gst/audioconvert/gstchannelmix.h:
19666         * gst/audiorate/gstaudiorate.c:
19667         * gst/audioresample/buffer.h:
19668         * gst/audioresample/functable.h:
19669         * gst/audioresample/gstaudioresample.c:
19670         * gst/audioresample/resample.h:
19671         * gst/ffmpegcolorspace/avcodec.h:
19672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19673         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19674         * gst/ffmpegcolorspace/imgconvert.c:
19675         * gst/ffmpegcolorspace/imgconvert_template.h:
19676         * gst/playback/gstdecodebin.c:
19677         * gst/playback/gstplaybasebin.h:
19678         * gst/playback/gstplaybin.c:
19679         * gst/playback/gststreaminfo.h:
19680         * gst/tcp/gstfdset.c:
19681         * gst/tcp/gstfdset.h:
19682         * gst/tcp/gstmultifdsink.c:
19683         * gst/tcp/gstmultifdsink.h:
19684         * gst/tcp/gsttcp.h:
19685         * gst/tcp/gsttcpclientsrc.c:
19686         * gst/tcp/gsttcpclientsrc.h:
19687         * gst/tcp/gsttcpplugin.h:
19688         * gst/tcp/gsttcpserversink.c:
19689         * gst/tcp/gsttcpserversrc.c:
19690         * gst/typefind/gsttypefindfunctions.c:
19691         * gst/videorate/gstvideorate.c:
19692         * gst/videotestsrc/gstvideotestsrc.h:
19693         * gst/videotestsrc/videotestsrc.h:
19694         * sys/v4l/gstv4lcolorbalance.h:
19695         * sys/v4l/gstv4ltuner.h:
19696         * sys/v4l/gstv4lxoverlay.h:
19697         * sys/v4l/v4l_calls.h:
19698         * sys/v4l/videodev_mjpeg.h:
19699         * tests/check/elements/audioconvert.c:
19700         * tests/check/elements/audioresample.c:
19701         * tests/check/elements/audiotestsrc.c:
19702         * tests/check/elements/videotestsrc.c:
19703         * tests/check/elements/volume.c:
19704         * tests/examples/seek/scrubby.c:
19705         * tests/examples/seek/seek.c:
19706           expand tabs
19707
19708 === release 0.10.0 ===
19709
19710 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19711
19712         * configure.ac:
19713           releasing 0.10.0, "Mont-d'or"
19714
19715 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19716
19717         * tests/examples/seek/Makefile.am:
19718         Build fix for when gtk is not available.
19719
19720 2005-12-05  Andy Wingo  <wingo@pobox.com>
19721
19722         * ext/libvisual/visual.c: (get_buffer):
19723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19724         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19725         * ext/theora/theoradec.c: (theora_handle_data_packet):
19726         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19727         (theora_enc_chain):
19728         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19729         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19730         Update for alloc_buffer changes.
19731
19732 2005-12-05  Andy Wingo  <wingo@pobox.com>
19733
19734         patch by: Kai Vehmanen <kv2004 eca cx>
19735         
19736         * gst-libs/gst/rtp/gstbasertpdepayload.c
19737         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19738
19739 2005-12-04  Andy Wingo  <wingo@pobox.com>
19740
19741         patch by: Sebastien Cote <sebas642 yahoo ca>
19742         
19743         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19744         Fixes #319172.
19745
19746 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19747
19748         * docs/plugins/Makefile.am:
19749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19751         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19752         * ext/pango/gstclockoverlay.c:
19753         * ext/pango/gsttextoverlay.c: 
19754         * ext/pango/gsttextrender.c:
19755         * ext/pango/gsttimeoverlay.c:
19756           Add gtk-doc blurbs to pango elements.
19757
19758 2005-12-02  Wim Taymans  <wim@fluendo.com>
19759
19760         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19761         * gst/audioresample/buffer.h:
19762         * gst/audioresample/gstaudioresample.c:
19763         * gst/audioresample/gstaudioresample.h:
19764         * gst/audioresample/resample.c: (resample_input_flush),
19765         (resample_input_pushthrough), (resample_input_eos),
19766         (resample_get_output_size_for_input),
19767         (resample_get_input_size_for_output), (resample_get_output_size),
19768         (resample_get_output_data):
19769         * gst/audioresample/resample.h:
19770         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19771         Fix audioresample, seek torture, new segments, reverse negotiation
19772         etc.. work fine.
19773
19774 2005-12-02  Wim Taymans  <wim@fluendo.com>
19775
19776         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19777         Small cleanups.
19778
19779 2005-12-02  Wim Taymans  <wim@fluendo.com>
19780
19781         * gst/audioconvert/gstaudioconvert.c:
19782         (gst_audio_convert_transform):
19783         Post errors.
19784
19785 === release 0.9.7 ===
19786
19787 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19788
19789         * configure.ac:
19790           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19791
19792 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19793
19794         * Makefile.am:
19795         * po/hu.po:
19796         * win32/MANIFEST:
19797         * win32/gst.sln:
19798           add win32 MANIFEST file
19799           do something to the hungarian translation
19800
19801 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19802
19803         * ext/Makefile.am:
19804           Add $(PANGO_DIR) to SUBDIRS
19805
19806         * ext/pango/gstclockoverlay.c:
19807         * ext/pango/gsttimeoverlay.c:
19808           Fix and improve element descriptions.
19809
19810 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19811
19812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19813         * docs/plugins/inspect/plugin-libvisual.xml:
19814         * docs/plugins/inspect/plugin-pango.xml:
19815           add pango plugin to docs
19816
19817 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19818
19819         * configure.ac:
19820         * ext/Makefile.am:
19821           moved pango to base
19822
19823 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * configure.ac:
19826         * tests/Makefile.am:
19827         * tests/icles/.cvsignore:
19828         * tests/icles/Makefile.am:
19829         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19830         (close_display), (resize_window), (move_window), (create_window),
19831         (terminate_playback), (pause_playback), (start_playback), (main):
19832           add stress test for xoverlay from Julien
19833
19834 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19835
19836         * docs/libs/tmpl/gstcolorbalance.sgml:
19837         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19838         * gst-libs/gst/rtp/gstbasertppayload.c:
19839         * gst-libs/gst/rtp/gstrtpbuffer.c:
19840         * gst-libs/gst/rtp/gstrtpbuffer.h:
19841           Do burger's rename for rtp payloaders and depayloaders
19842
19843 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19844
19845         * win32/:
19846           add Visual Studio 6 build files
19847
19848 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * docs/libs/gst-plugins-base-libs-docs.sgml:
19851         * docs/libs/gst-plugins-base-libs-sections.txt:
19852         * docs/libs/tmpl/gstaudio.sgml:
19853         * docs/libs/tmpl/gstringbuffer.sgml:
19854         * gst-libs/gst/interfaces/xoverlay.c:
19855         * gst-libs/gst/video/gstvideofilter.c:
19856         * gst-libs/gst/video/gstvideosink.c:
19857           update documentation
19858
19859 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19862         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19863         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19864         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19865         (gst_multi_fd_sink_get_stats),
19866         (gst_multi_fd_sink_remove_client_link),
19867         (gst_multi_fd_sink_handle_client_read),
19868         (gst_multi_fd_sink_client_queue_data),
19869         (gst_multi_fd_sink_client_queue_caps),
19870         (gst_multi_fd_sink_client_queue_buffer),
19871         (gst_multi_fd_sink_new_client),
19872         (gst_multi_fd_sink_handle_client_write),
19873         (gst_multi_fd_sink_recover_client),
19874         (gst_multi_fd_sink_queue_buffer),
19875         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19876         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19877         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19878         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19879         * gst/tcp/gstmultifdsink.h:
19880         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19881         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19882         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19883         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19884         (gst_tcp_client_sink_set_property),
19885         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19886         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19887         * gst/tcp/gsttcpclientsink.h:
19888         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19889         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19890         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19891         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19892         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19893         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19894         * gst/tcp/gsttcpclientsrc.h:
19895         * gst/tcp/gsttcpplugin.c: (plugin_init):
19896         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19897         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19898         (gst_tcp_server_sink_finalize),
19899         (gst_tcp_server_sink_handle_server_read),
19900         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19901         (gst_tcp_server_sink_set_property),
19902         (gst_tcp_server_sink_get_property),
19903         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19904         * gst/tcp/gsttcpserversink.h:
19905         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19906         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19907         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19908         (gst_tcp_server_src_set_property),
19909         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19910         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19911         * gst/tcp/gsttcpserversrc.h:
19912           more borgifying
19913
19914 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19915
19916         * docs/plugins/Makefile.am:
19917         * docs/plugins/gst-plugins-base-plugins.args:
19918         * docs/plugins/inspect/plugin-libvisual.xml:
19919         * gst/audioconvert/plugin.h:
19920         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19921         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19922         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19923         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19924         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19925         (plugin_init):
19926         * gst/audiotestsrc/gstaudiotestsrc.c:
19927         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19928         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19929         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19930         (gst_audio_test_src_get_query_types),
19931         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19932         (gst_audio_test_src_create_square),
19933         (gst_audio_test_src_create_saw),
19934         (gst_audio_test_src_create_triangle),
19935         (gst_audio_test_src_create_silence),
19936         (gst_audio_test_src_create_white_noise),
19937         (gst_audio_test_src_init_pink_noise),
19938         (gst_audio_test_src_generate_pink_noise_value),
19939         (gst_audio_test_src_create_pink_noise),
19940         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19941         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19942         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19943         (plugin_init):
19944         * gst/audiotestsrc/gstaudiotestsrc.h:
19945         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19946         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19947         (gst_sub_parse_init), (gst_sub_parse_formats),
19948         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19949         (convert_encoding), (get_next_line),
19950         (gst_sub_parse_data_format_autodetect),
19951         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19952         (gst_sub_parse_loop), (gst_sub_parse_chain),
19953         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19954         (plugin_init):
19955         * gst/subparse/gstsubparse.h:
19956         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19957         (gst_video_rate_base_init), (gst_video_rate_class_init),
19958         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19959         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19960         (gst_video_rate_init), (gst_video_rate_event),
19961         (gst_video_rate_chain), (gst_video_rate_set_property),
19962         (gst_video_rate_get_property), (gst_video_rate_change_state),
19963         (plugin_init):
19964         * gst/videoscale/gstvideoscale.c:
19965         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19966         (gst_video_scale_src_template_factory),
19967         (gst_video_scale_sink_template_factory),
19968         (gst_video_scale_get_type), (gst_video_scale_base_init),
19969         (gst_video_scale_class_init), (gst_video_scale_init),
19970         (gst_video_scale_set_property), (gst_video_scale_get_property),
19971         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19972         (gst_video_scale_prepare_size), (parse_caps),
19973         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19974         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19975         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19976         (plugin_init):
19977         * gst/videoscale/gstvideoscale.h:
19978         * gst/videotestsrc/gstvideotestsrc.c:
19979         (gst_video_test_src_pattern_get_type),
19980         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19981         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19982         (gst_video_test_src_set_pattern),
19983         (gst_video_test_src_set_property),
19984         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19985         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19986         (gst_video_test_src_event), (gst_video_test_src_get_times),
19987         (gst_video_test_src_create), (plugin_init):
19988         * gst/videotestsrc/gstvideotestsrc.h:
19989         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19990         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19991         (gst_video_test_src_black):
19992         * gst/videotestsrc/videotestsrc.h:
19993           borgify further
19994           clean up docs a little
19995
19996 2005-11-30  Wim Taymans  <wim@fluendo.com>
19997
19998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19999         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20000         (gst_basertppayload_event), (gst_basertppayload_push),
20001         (gst_basertppayload_change_state):
20002         * gst-libs/gst/rtp/gstbasertppayload.h:
20003         closed #320644.
20004
20005 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20006
20007         * docs/libs/gst-plugins-base-libs-docs.sgml:
20008         * docs/libs/gst-plugins-base-libs-sections.txt:
20009         * gst-libs/gst/video/gstvideofilter.c:
20010         * gst-libs/gst/video/gstvideosink.c:
20011         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20012
20013 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20014
20015         * LICENSE:
20016           move
20017         * po/af.po:
20018         * po/az.po:
20019         * po/cs.po:
20020         * po/en_GB.po:
20021         * po/hu.po:
20022         * po/it.po:
20023         * po/nb.po:
20024         * po/nl.po:
20025         * po/or.po:
20026         * po/sq.po:
20027         * po/sr.po:
20028         * po/sv.po:
20029         * po/uk.po:
20030         * po/vi.po:
20031         * Makefile.am:
20032           update
20033         * scripts/autoplugins.sh:
20034           remove
20035
20036 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20037
20038         * Makefile.am:
20039         * configure.ac:
20040         * examples/Makefile.am:
20041         * examples/capsfilter/Makefile.am:
20042         * examples/capsfilter/capsfilter1.c:
20043         * examples/gob/Makefile.am:
20044         * examples/gob/gst-identity2.gob:
20045         * examples/indexing/.cvsignore:
20046         * examples/indexing/Makefile.am:
20047         * examples/indexing/indexmpeg.c:
20048         * examples/seeking/.cvsignore:
20049         * examples/seeking/Makefile.am:
20050         * examples/seeking/cdparanoia.c:
20051         * examples/seeking/cdplayer.c:
20052         * examples/seeking/chained.c:
20053         * examples/seeking/scrubby.c:
20054         * examples/seeking/seek.c:
20055         * examples/stats/Makefile.am:
20056         * examples/stats/mp2ogg.c:
20057         * examples/switch/.cvsignore:
20058         * examples/switch/Makefile.am:
20059         * examples/switch/switcher.c:
20060         * tests/Makefile.am:
20061         * tests/check/generic/.cvsignore:
20062         * tests/check/pipelines/.cvsignore:
20063         * tests/examples/Makefile.am:
20064         * tests/examples/seek/Makefile.am:
20065           reorganize stuff under tests/
20066
20067 2005-11-30  Edward Hervey  <edward@fluendo.com>
20068
20069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20070         Go away you stupid GstStaticPadTemplate memleak.
20071
20072 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20073
20074         * gst-libs/gst/net/Makefile.am:
20075         * gst-libs/gst/net/README:
20076         * gst-libs/gst/net/gstnetbuffer.c:
20077         * gst-libs/gst/net/gstnetbuffer.h:
20078           this was moved to "netbuffer"
20079
20080 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20083         (gst_video_filter_class_init), (gst_video_filter_init):
20084         * gst-libs/gst/video/gstvideofilter.h:
20085           borgify name to bring in line with other classes
20086
20087 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20088
20089         * gst/audioscale/.cvsignore:
20090         * gst/audioscale/Makefile.am:
20091         * gst/audioscale/README:
20092         * gst/audioscale/audioscale.vcproj:
20093         * gst/audioscale/dtof.c:
20094         * gst/audioscale/dtos.c:
20095         * gst/audioscale/functable.c:
20096         * gst/audioscale/gstaudioscale.c:
20097         * gst/audioscale/gstaudioscale.h:
20098         * gst/audioscale/private.h:
20099         * gst/audioscale/resample.c:
20100         * gst/audioscale/resample.h:
20101         * gst/audioscale/test.c:
20102           remove
20103
20104 2005-11-30  Edward Hervey  <edward@fluendo.com>
20105
20106         * gst-libs/gst/netbuffer/Makefile.am:
20107         really, really tired
20108
20109 2005-11-30  Edward Hervey  <edward@fluendo.com>
20110
20111         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20112         Update for new GstTypeFindFactory _register()
20113
20114 2005-11-30  Edward Hervey  <edward@fluendo.com>
20115
20116         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20117         Let's not override libgstnet from core for no reason...
20118         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20119         Ok, maybe not so quick next time.
20120
20121 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20122
20123         * configure.ac:
20124         * gst-libs/gst/Makefile.am:
20125           moved gst-libs/gst/net to netbuffer through CVS surgery
20126           remove old directory
20127           updating build to accomodate
20128           (#322257)
20129
20130 2005-11-29  Andy Wingo  <wingo@pobox.com>
20131
20132         * pkgconfig/gstreamer-plugins-base.pc.in:
20133         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20134         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20135         (#322257).
20136
20137 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20138
20139         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20140         3rd time's the charm. Correct ref-counting for discarded buffers.
20141
20142 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20143
20144         * gst/playback/gststreamselector.c:
20145         (gst_stream_selector_class_init),
20146         (gst_stream_selector_set_property),
20147         (gst_stream_selector_get_property),
20148         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20149         Fix ref-counting
20150
20151 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20152
20153         * gst/subparse/gstsubparse.c: (feed_textbuf):
20154           Don't access already unref'ed buffer.
20155
20156 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20157
20158         * gst/playback/gststreamselector.c:
20159         (gst_stream_selector_class_init), (gst_stream_selector_init),
20160         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20161         (gst_stream_selector_get_property),
20162         (gst_stream_selector_get_linked_pad),
20163         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20164         * gst/playback/gststreamselector.h:
20165         Add the active-pad property for playbin to use shortly. Ignore buffers
20166         from any other pad, returning GST_FLOW_NOT_LINKED
20167
20168 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20169
20170         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20171         patch from bug #322704 (Alessandro Decina).
20172
20173 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * gst-libs/gst/audio/Makefile.am:
20176           folded audiofilter into the audio library
20177
20178 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * gst/videoscale/gstvideoscale.h:
20181         * gst/videoscale/gstvideoscale.c:
20182           remove unimplemented scale methods
20183
20184 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20185
20186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20187           Don't leak caps.
20188
20189 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20190
20191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20192         (gst_ximagesink_setcaps):
20193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20194         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20195         happens (only visible on ximagesink but bug is in xv too) set_caps was
20196         destroying the internal x[v]image used to memcpy non locally alloced
20197         buffers so that it got renewed on next _chain. The issue is that 
20198         _expose will try to put that image as it reffed it in _put.
20199         Using gst_buffer_unref instead of destroy fixes it !
20200
20201 2005-11-28  Edward Hervey  <edward@fluendo.com>
20202
20203         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20204         (try_to_link_1), (queue_filled_cb):
20205         Better use of the queues. Start with a small size queue and only increase
20206         the size of the queues when the other queues are empty.
20207
20208 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20209
20210         * gst-libs/gst/video/Makefile.am:
20211           compile in copied-over videofilter into the video library
20212         * gst-libs/gst/video/videosink.h:
20213           rename the header to gstvideosink.h since it's a base GstObject class
20214         * sys/ximage/ximagesink.h:
20215         * sys/xvimage/xvimagesink.h:
20216           use the new header
20217
20218 2005-11-28  Wim Taymans  <wim@fluendo.com>
20219
20220         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20221         * gst/playback/gstplaybasebin.h:
20222         Prepare to handle errors betters.
20223
20224         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20225         Set sinks to PAUSED first before adding and linking them so that
20226         we don't interrupt dataflow.
20227
20228 2005-11-28  Wim Taymans  <wim@fluendo.com>
20229
20230         * gst-libs/gst/audio/TODO:
20231         Updated TODO
20232
20233         * gst-libs/gst/audio/gstaudiosink.c:
20234         (gst_audioringbuffer_open_device),
20235         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20236         (gst_audioringbuffer_release):
20237         Small cleanups.
20238
20239         * gst-libs/gst/audio/gstbaseaudiosink.c:
20240         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20241         (gst_base_audio_sink_change_state):
20242         Slave to the master clock when going to PLAYING and unslave when
20243         going to PAUSED.
20244
20245         * gst-libs/gst/audio/gstringbuffer.c:
20246         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20247         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20248         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20249         (gst_ring_buffer_clear_all), (wait_segment),
20250         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20251         (gst_ring_buffer_advance):
20252         * gst-libs/gst/audio/gstringbuffer.h:
20253         Add some docs and cleanups.
20254
20255 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20256
20257         * sys/xvimage/xvimagesink.c:
20258         (gst_xvimagesink_navigation_send_event): Fix navigation events
20259         coordinates translation with pixel aspect ratios.
20260
20261 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20262
20263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20264         Use calculated video geometry from _setcaps instead of buffer
20265         caps to respect pixel aspect ratio. (fixes #322388)
20266
20267 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20268
20269         * docs/libs/tmpl/gstcolorbalance.sgml:
20270         * docs/libs/tmpl/gstmixer.sgml:
20271         * docs/libs/tmpl/gstxoverlay.sgml:
20272         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20273         interface.
20274
20275 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20276
20277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20278         Refuse to create an XvImage if we can't find the format.
20279
20280 2005-11-28  Edward Hervey  <edward@fluendo.com>
20281
20282         * gst-libs/gst/riff/riff-media.c:
20283         (gst_riff_create_audio_template_caps):
20284         Add ATRAC3 to the list of riff-possible audio caps.
20285         I know we still don't have a plugin for atrac3, but it's saner to output
20286         that than a cryptic mimetype.
20287
20288 2005-11-27  Edward Hervey  <edward@fluendo.com>
20289
20290         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20291         Don't try to create a zero-sized subbuffer.
20292
20293 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20294
20295         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20296         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20297         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20298         (gst_ximagesink_expose): Fixed a tricky race.
20299         * sys/ximage/ximagesink.h:
20300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20301         (gst_xvimagesink_expose): Fixed a tricky race.
20302         * sys/xvimage/xvimagesink.h:
20303
20304 2005-11-27  Edward Hervey  <edward@fluendo.com>
20305
20306         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20307         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20308         Remove unused properties, and add queues between demuxers and decoders
20309         so that a lot more files can preroll properly.
20310
20311 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20312
20313         * gst-libs/gst/net/Makefile.am:
20314         * gst-libs/gst/rtp/Makefile.am:
20315         * gst-libs/gst/tag/Makefile.am:
20316           remove silly include
20317         * gst/tags/Makefile.am:
20318         * gst/tags/gsttagediting.c:
20319         * gst/tags/gsttageditingprivate.h:
20320         * gst/tags/tagedit.vcproj:
20321           remove directory, is as good as empty
20322
20323 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20324
20325         * configure.ac:
20326           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20327         * gst-libs/Makefile.am:
20328         * gst-libs/gst/audio/Makefile.am:
20329         * gst-libs/gst/interfaces/Makefile.am:
20330         * gst-libs/gst/net/Makefile.am:
20331         * gst-libs/gst/riff/Makefile.am:
20332         * gst-libs/gst/rtp/Makefile.am:
20333         * gst-libs/gst/tag/Makefile.am:
20334         * gst-libs/gst/video/Makefile.am:
20335           and use them
20336
20337 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20338
20339         * docs/libs/tmpl/gstcolorbalance.sgml:
20340         * docs/libs/tmpl/gstmixer.sgml:
20341         * docs/libs/tmpl/gstxoverlay.sgml:
20342         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20343         * sys/ximage/ximagesink.h:
20344         * sys/xvimage/xvimagesink.h: More and more documentation.
20345
20346 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20347
20348         * docs/libs/gst-plugins-base-libs-docs.sgml:
20349         * docs/libs/gst-plugins-base-libs-sections.txt:
20350         * docs/libs/tmpl/gstcolorbalance.sgml:
20351         * docs/libs/tmpl/gstmixer.sgml:
20352         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20353         to documentation.
20354
20355 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20356
20357         * docs/plugins/Makefile.am:
20358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20360         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20361
20362 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20363
20364         * docs/plugins/Makefile.am:
20365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20367         * docs/plugins/inspect/plugin-adder.xml:
20368         * docs/plugins/inspect/plugin-alsa.xml:
20369         * docs/plugins/inspect/plugin-audioconvert.xml:
20370         * docs/plugins/inspect/plugin-audiorate.xml:
20371         * docs/plugins/inspect/plugin-audioresample.xml:
20372         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20373         * docs/plugins/inspect/plugin-decodebin.xml:
20374         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20375         * docs/plugins/inspect/plugin-gnomevfs.xml:
20376         * docs/plugins/inspect/plugin-ogg.xml:
20377         * docs/plugins/inspect/plugin-playbin.xml:
20378         * docs/plugins/inspect/plugin-subparse.xml:
20379         * docs/plugins/inspect/plugin-tcp.xml:
20380         * docs/plugins/inspect/plugin-theora.xml:
20381         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20382         * docs/plugins/inspect/plugin-video4linux.xml:
20383         * docs/plugins/inspect/plugin-videorate.xml:
20384         * docs/plugins/inspect/plugin-videoscale.xml:
20385         * docs/plugins/inspect/plugin-videotestsrc.xml:
20386         * docs/plugins/inspect/plugin-volume.xml:
20387         * docs/plugins/inspect/plugin-vorbis.xml:
20388         * docs/plugins/inspect/plugin-ximagesink.xml:
20389         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20390         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20391
20392 2005-11-26  Edward Hervey  <edward@fluendo.com>
20393
20394         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20395         Properly return GstFlowReturn from gst_pad_push in chain functions.
20396
20397 2005-11-25  Michael Smith  <msmith@fluendo.com>
20398
20399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20400         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20401         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20402         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20403           Handle various conditions better when we don't understand a stream.
20404           Removes a heap of CRITICALs on ogg streams containing unknown data.
20405
20406 2005-11-24  Andy Wingo  <wingo@pobox.com>
20407
20408         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20409         Be threadsafe.
20410
20411 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20412
20413         * configure.ac: back to HEAD
20414
20415 === release 0.9.6 ===
20416
20417 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20418
20419         * configure.ac:
20420           releasing 0.9.6, "White Eight"
20421
20422 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20423
20424         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20425         * docs/plugins/inspect/plugin-sine.xml:
20426           remove sinesrc some more
20427
20428 2005-11-23  Wim Taymans  <wim@fluendo.com>
20429
20430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20431         If we are reading too slowly, jump forward in the ringbuffer
20432         instead of blocking.
20433
20434 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20435
20436         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20437         (gst_visual_chain):
20438         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20439         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20440         (gst_videorate_chain):
20441         * gst/videotestsrc/gstvideotestsrc.c:
20442         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20443         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20444         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20445         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20447         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20448           Updates for API changes
20449
20450 2005-11-23  Wim Taymans  <wim@fluendo.com>
20451
20452         * gst-libs/gst/audio/gstbaseaudiosink.c:
20453         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20454         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20455         Fix for calibration API change.
20456
20457 2005-11-23  Michael Smith <msmith@fluendo.com>
20458
20459         * gst-libs/gst/audio/multichannel.c:
20460         (gst_audio_get_channel_positions),
20461         (gst_audio_set_channel_positions),
20462         (gst_audio_set_structure_channel_positions_list),
20463         (gst_audio_fixate_channel_positions):
20464           Use gst_value_array_*() functions on value arrays, not
20465           gst_value_list_*().
20466
20467 2005-11-23  Edward Hervey  <edward@fluendo.com>
20468
20469         * autogen.sh:
20470         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20471         Fixes autogen
20472
20473 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20474
20475         * check/Makefile.am:
20476         * check/elements/videotestsrc.c: (setup_videotestsrc),
20477         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20478         (main):
20479           add a test for videotestsrc
20480
20481 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20482
20483         * gst/sine/.cvsignore:
20484         * gst/sine/Makefile.am:
20485         * gst/sine/gstsinesrc.c:
20486         * gst/sine/gstsinesrc.h:
20487         * gst/sine/sinesrc.vcproj:
20488           and remove sinesrc from the repository.  Closes #321446
20489
20490 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20491
20492         * configure.ac:
20493         * gst-plugins-base.spec.in:
20494           remove sinesrc from the build
20495
20496 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20497
20498         * check/Makefile.am:
20499         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20500         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20501         (main):
20502           add a test for audiotestsrc, testing all waves.  Even seems
20503           leak-free at first glance, nice job Stefan
20504
20505 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20506
20507         * po/af.po:
20508         * po/az.po:
20509         * po/cs.po:
20510         * po/en_GB.po:
20511         * po/hu.po:
20512         * po/it.po:
20513         * po/nb.po:
20514         * po/nl.po:
20515         * po/or.po:
20516         * po/sq.po:
20517         * po/sr.po:
20518         * po/sv.po:
20519         * po/uk.po:
20520         * po/vi.po:
20521           Translation string updates
20522
20523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20524         (gst_v4lsrc_set_caps):
20525         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20526         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20527         * sys/v4l/v4lsrc_calls.h:
20528           Improve v4lsrc, by making it work again.
20529
20530 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20531
20532         * ext/libvisual/visual.c: (gst_visual_chain):
20533           Fix the fps calculations.
20534
20535         * gst/ffmpegcolorspace/avcodec.h:
20536           Move structure element for clarity
20537
20538         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20539         * gst-libs/gst/interfaces/tunernorm.h:
20540         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20541         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20543         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20544         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20545         (gst_v4lmjpegsrc_getcaps):
20546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20547         (gst_v4lsrc_set_caps):
20548         * sys/v4l/gstv4lsrc.h:
20549         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20550         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20551         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20552         * sys/v4l/v4lsrc_calls.h:
20553           Fractional framerates...
20554
20555 2005-11-22  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst-libs/gst/audio/gstbaseaudiosink.c:
20558         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20559         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20560         And we provide a clock by default, of course...
20561
20562 2005-11-22  Wim Taymans  <wim@fluendo.com>
20563
20564         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20565         This clock can be slaved to a master clock now.
20566
20567         * gst-libs/gst/audio/gstbaseaudiosink.c:
20568         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20569         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20570         (gst_base_audio_sink_set_clock),
20571         (gst_base_audio_sink_set_property),
20572         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20573         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20574         * gst-libs/gst/audio/gstbaseaudiosink.h:
20575         Handle slaving the internal clock to the clock selected in the
20576         pipeline.
20577         Add property to make the basesink not provide a clock.
20578
20579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20580         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20581         (gst_base_rtp_depayload_wait):
20582         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20583         We can use the clock in GstElement, no need to store it ourselves.
20584
20585 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20586
20587         * docs/libs/tmpl/gstaudio.sgml:
20588           update
20589         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20590         (gst_paranoia_endian_get_type):
20591         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20592         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20593         * gst/audiotestsrc/gstaudiotestsrc.c:
20594         (gst_audiostestsrc_wave_get_type):
20595         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20596         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20597         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20598         (gst_sync_method_get_type), (gst_unit_type_get_type),
20599         (gst_client_status_get_type), (gst_multifdsink_class_init),
20600         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20601         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20602         (gst_multifdsink_get_property):
20603         * gst/tcp/gstmultifdsink.h:
20604         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20605         * gst/videotestsrc/gstvideotestsrc.c:
20606         (gst_videotestsrc_pattern_get_type):
20607           remove deprecated properties
20608           fix up enums to correctly have short lowercase dashed nicks
20609
20610 2005-11-22  Michael Smith <msmith@fluendo.com>
20611
20612         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20613         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20614           Add underscore.
20615
20616 2005-11-22  Michael Smith <msmith@fluendo.com>
20617
20618         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20619         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20620           Use utility method for scaling clocktime for fractional framerates.
20621
20622 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20623
20624         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20625         (gst_visual_chain):
20626         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20627         * ext/theora/theoradec.c: (theora_handle_type_packet):
20628         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20629         (theora_enc_chain):
20630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20631         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20632         * gst-libs/gst/video/video.h:
20633         * gst/ffmpegcolorspace/avcodec.h:
20634         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20635         (gst_ffmpeg_caps_to_pixfmt):
20636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20637         (gst_ffmpegcsp_set_caps):
20638         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20639         (gst_videorate_setcaps), (gst_videorate_blank_data),
20640         (gst_videorate_chain):
20641         * gst/videotestsrc/gstvideotestsrc.c:
20642         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20643         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20644         (gst_videotestsrc_event), (gst_videotestsrc_create):
20645         * gst/videotestsrc/gstvideotestsrc.h:
20646         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20647         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20648         (gst_ximagesink_get_times), (gst_ximagesink_init):
20649         * sys/ximage/ximagesink.h:
20650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20651         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20652         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20653         * sys/xvimage/xvimagesink.h:
20654           Convert elements to use fractions for their framerate.
20655           V4L elements to come later tonight.
20656
20657 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20658
20659         * gst-libs/gst/audio/audio.c:
20660         * gst-libs/gst/audio/audio.h:
20661           remove some deprecated functions
20662
20663 2005-11-22  Andy Wingo  <wingo@pobox.com>
20664
20665         * Update for gst_tag_setter API changes.
20666
20667 2005-11-22  Andy Wingo  <wingo@pobox.com>
20668
20669         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20670         (gst_ogg_demux_perform_seek):
20671         * ext/theora/theoradec.c (theora_dec_sink_event):
20672         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20673         update-funcnames.
20674
20675 2005-11-22  Wim Taymans  <wim@fluendo.com>
20676
20677         * examples/seeking/seek.c: (main):
20678         Give higher priority to bus signals than the gtk events
20679         to fix a race condition in the segment looping.
20680
20681 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20682
20683         * ext/theora/Makefile.am:
20684         * ext/vorbis/Makefile.am:
20685         * gst-libs/gst/tag/Makefile.am:
20686         * gst-plugins-base.spec.in:
20687           Rename libgsttagedit to libgsttag (#322117).
20688
20689 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20690
20691         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20693           Call gst_x_overlay_prepare_xwindow_id() to give applications
20694           a final chance to set their own xwindow id before the video
20695           sink creates its own window.
20696
20697 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20698
20699         * sys/xvimage/xvimagesink.c:
20700         (gst_xvimagesink_navigation_send_event): Handle navigation
20701         events correcly with borders if applicable.
20702
20703 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20704
20705         Patch by: Luca Ognibene
20706
20707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20708         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20710         (gst_ffmpegcsp_caps_remove_format_info):
20711         * gst/ffmpegcolorspace/imgconvert.c:
20712         * gst/ffmpegcolorspace/imgconvert_template.h:
20713           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20714           #318353); use gst_structure_has_name().
20715
20716 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20717
20718         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20719         (gst_ximagesink_class_init): Add debug macros on functions.
20720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20721         (gst_xvimagesink_xwindow_draw_borders),
20722         (gst_xvimagesink_xvimage_put),
20723         (gst_xvimagesink_xwindow_update_geometry),
20724         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20725         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20726         (gst_xvimagesink_xcontext_clear),
20727         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20728         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20729         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20730         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20731         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20732         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20733         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20734         expose while being PAUSED, out of data flow navigation events, etc..
20735
20736 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20739         * gst-libs/gst/audio/audio.h:
20740           fix prototype - wondering why the test worked regardless
20741
20742 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20743
20744         * check/Makefile.am:
20745         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20746         * gst-libs/gst/audio/audio.h:
20747           add a method that returns a proper GstClockTime
20748
20749 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20750
20751         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20752         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20753         * gst-libs/gst/interfaces/xoverlay.h:
20754           Remove everything having to do with the desired size; add 
20755           gst_x_overlay_prepare_xwindow_id() function; remove the
20756           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20757           post a message on the bus instead (#321816).
20758
20759         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20761         (gst_xvimagesink_xoverlay_init):
20762           Remove desired size stuff (#321816).
20763
20764 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20765
20766         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20767         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20768         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20769           Terminate vararg functions with NULL instead of 0 to 
20770           make gcc4 happy.
20771
20772 2005-11-21  Andy Wingo  <wingo@pobox.com>
20773
20774         patch by: Sebastien Cote <sebas642@yahoo.ca>
20775         
20776         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20777         * gst-libs/gst/rtp/gstrtpbuffer.c
20778         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20779
20780 2005-11-21  Andy Wingo  <wingo@pobox.com>
20781
20782         * gst/playback/gstplaybin.c (gen_audio_element) 
20783         (gen_video_element): Use the new MISSING_PLUGIN core error
20784         category. Closes #320060.
20785
20786         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20787         * gst/videorate/gstvideorate.c (gst_videorate_event):
20788         * ext/theora/theoradec.c (theora_dec_sink_event): 
20789         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20790         stream lock.
20791
20792         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20793         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20794         stream lock changes.
20795
20796 2005-11-21  Wim Taymans  <wim@fluendo.com>
20797
20798         * gst-libs/gst/audio/gstbaseaudiosink.c:
20799         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20800         (gst_base_audio_sink_provide_clock),
20801         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20802         (gst_base_audio_sink_change_state):
20803         * gst/audioresample/gstaudioresample.c:
20804         Segment update fix.
20805
20806 2005-11-21  Andy Wingo  <wingo@pobox.com>
20807
20808         * *.h:
20809         * *.c: Ran scripts/update-macros. Oh yes.
20810
20811 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20812
20813         * sys/ximage/Makefile.am:
20814         * sys/ximage/ximage.c:
20815           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20816           remove your old libgstximage.* manually if necessary).
20817
20818 2005-11-21  Michael Smith <msmith@fluendo.com>
20819
20820         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20821           Minimal fix for bug #320200: set the min/max bitrate in the correct
20822           units. A better fix would be to upgrade to the RATEMANAGE2
20823           interface, rather than using the deprecated interface used here, but
20824           that would require an update in our libvorbis dependency (to 1.1),
20825           which is probably undesirable.
20826
20827 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20828
20829         * ext/libvisual/visual.c: (get_buffer):
20830         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20831         (gst_base_audio_src_fixate):
20832         * gst/audioconvert/gstaudioconvert.c:
20833         (gst_audio_convert_fixate_caps):
20834         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20835         * gst/audiotestsrc/gstaudiotestsrc.c:
20836         (gst_audiotestsrc_src_fixate):
20837         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20838         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20840         * gst/videotestsrc/gstvideotestsrc.c:
20841         (gst_videotestsrc_src_fixate):
20842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20844           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20845           (#322027)
20846
20847
20848 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20849
20850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20851         (gst_riff_create_iavs_caps):
20852         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20853         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20854         (gst_riff_parse_info):
20855         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20856         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20858           Fixes for GST_FOURCC_FORMAT API change.
20859
20860 2005-11-21  Andy Wingo  <wingo@pobox.com>
20861
20862         patch by: Alessandro Dessina <alessandro nnva org>
20863
20864         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20865         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20866         (gst_ogg_parse_chain):
20867         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20868         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20869         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20870         gst_value_list calls on arrays. Fixes #321962.
20871
20872 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20873
20874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20875         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20876         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20877         * gst/adder/gstadder.c: (gst_adder_init),
20878         (gst_adder_request_new_pad), (gst_adder_collected),
20879         (gst_adder_change_state):
20880           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20881           API change.
20882
20883 2005-11-21  Michael Smith <msmith@fluendo.com>
20884
20885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20886         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20887           Properly handle pad_push return values.
20888
20889 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20890
20891         * gst-libs/gst/tag/Makefile.am:
20892         * gst-libs/gst/tag/gstvorbistag.c:
20893         (gst_tag_list_to_vorbiscomment_buffer):
20894           Remove obsolete vorbistag element and debug category.
20895
20896         * gst/playback/gstplaybasebin.c: (check_queue):
20897           Don't divide by 0 when queue-threshold is 0.
20898
20899         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20900           Don't modify an existing pixel-aspect-ratio if we fail to read
20901           a new one.
20902
20903 2005-11-20  Wim Taymans  <wim@fluendo.com>
20904
20905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20906         (gst_vorbisenc_push_packet):
20907         GST_PAD_IS_USABLE is gone, use the return value of
20908         the push or pad_alloc_buffer instead.
20909
20910 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20911
20912         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20913         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20914         (gst_ximagesink_ximage_destroy),
20915         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20916         (gst_ximagesink_xwindow_new),
20917         (gst_ximagesink_xwindow_update_geometry),
20918         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20919         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20920         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20921         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20922         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20923         (gst_ximagesink_navigation_send_event),
20924         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20925         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20926         (gst_ximagesink_finalize), (gst_ximagesink_init),
20927         (gst_ximagesink_class_init):
20928         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20929         This new version brings correct software scaling, non flickering
20930         window while resizing, pixel aspect ratio handling, usage of
20931         hardware buffer pools, out of data flow event thread for 
20932         navigation and handling of expose events even when being PAUSED,
20933         a new property to keep video aspect ratio when resizing, etc...
20934
20935 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20936
20937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20938         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20939         handling of PAR.
20940
20941 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20942
20943         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20944         Unsetting IS_SINK flag from the fakesink, so decodebin
20945         never behaves as a sink.
20946
20947 2005-11-17  Wim Taymans  <wim@fluendo.com>
20948
20949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20950         (gst_base_audio_src_change_state):
20951         Fix the audiosrc base class again, we did not unflush.
20952
20953 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20954
20955         * examples/seeking/seek.c: (make_dv_pipeline),
20956         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20957         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20958         to ogg/vorbis/theora pipeline.
20959
20960 2005-11-17  Wim Taymans  <wim@fluendo.com>
20961
20962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20963         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20964         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20965         Fix EOS on multiple streams.
20966         More debugging.
20967
20968 2005-11-16  Wim Taymans  <wim@fluendo.com>
20969
20970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20971         (gst_ogg_demux_perform_seek):
20972         Segment done must include stream time.
20973
20974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20975         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20976         (gst_ogg_mux_change_state):
20977         Fix ogg muxer again.
20978
20979 2005-11-16  Wim Taymans  <wim@fluendo.com>
20980
20981         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20982         Fix compile again.
20983
20984 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20985
20986         * ext/libvisual/visual.c: (gst_visual_init):
20987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20988         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20989         (gst_ogg_parse_chain):
20990         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20991         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20992         * ext/theora/theoradec.c: (gst_theora_dec_init):
20993         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20994         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20995         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20996         * gst/adder/gstadder.c: (gst_adder_class_init),
20997         (gst_adder_dispose):
20998         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20999         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21000         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21001           Fix a whole set of pad template leaks
21002
21003 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21004
21005         * check/generic/states.c: (GST_START_TEST):
21006           fix the test so that it only checks for elements that are part of
21007           this source module
21008
21009 2005-11-16  Michael Smith <msmith@fluendo.com>
21010
21011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21012         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21013         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21014         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21015         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21016         (gst_ogg_mux_change_state):
21017           Fix leaking collectpads.
21018
21019 2005-11-16  Edward Hervey  <edward@fluendo.com>
21020
21021         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21022         (gst_videorate_event), (gst_videorate_chain):
21023         Handle segment seeks
21024
21025 2005-11-16  Wim Taymans  <wim@fluendo.com>
21026
21027         * gst-libs/gst/audio/gstbaseaudiosink.c:
21028         (gst_base_audio_sink_provide_clock),
21029         (gst_base_audio_sink_change_state):
21030         Set ringbuffer to non-flushing when going to PAUSED, set to
21031         flushing again when going to READY.
21032
21033         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21034         (gst_ring_buffer_stop):
21035         Start in flushing mode by default.
21036         Don't set flushing in the _stop method, let the app call
21037         this explicitly.
21038
21039 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21040
21041         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21042         * gst-libs/gst/video/videosink.h: Add helper function needed
21043         for video sinks.
21044
21045 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21046
21047         * gst/videoscale/gstvideoscale.c:
21048         (gst_videoscale_handle_src_event):
21049           Don't leak reference to pad parent.
21050
21051 2005-11-16  Wim Taymans  <wim@fluendo.com>
21052
21053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21054         Set ringbuffer to flushing when stopping so that we don't
21055         block on wait_segment anymore and livelock.
21056
21057 2005-11-16  Wim Taymans  <wim@fluendo.com>
21058
21059         * examples/seeking/seek.c: (send_event), (do_seek),
21060         (loop_toggle_cb), (segment_done), (main):
21061         Added looping checkbox.
21062
21063 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21064
21065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21066         (gst_ogg_demux_init):
21067         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21068         (gst_vorbis_dec_init):
21069           revert unrefs, they don't pass make check
21070
21071 2005-11-15  Johan Dahlin  <johan@gnome.org>
21072
21073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21074         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21075         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21076         (gst_vorbis_dec_init):
21077         Fix pad template leaks. 
21078
21079 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21080
21081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21082           Make state change function thread safe.
21083
21084 2005-11-15  Edward Hervey  <edward@fluendo.com>
21085
21086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21087         (gst_ogg_demux_class_init):
21088         Implement GstElement::send_event, so we can send seek events
21089         in GST_STATE_READY
21090
21091 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21092
21093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21094         Discovered how to take away flickering while resizing the
21095         window. Please don't put that in ximagesink, refactoring in
21096         progress.
21097
21098 2005-11-14  Michael Smith <msmith@fluendo.com>
21099
21100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21101         (gst_multifdsink_render):
21102           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21103
21104 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21105
21106         * gst/playback/gstplaybin.c: (gen_audio_element):
21107           Use autoaudiosink, it tends to be more widely available than
21108           autoaudiiosink.
21109           
21110 2005-11-14  Andy Wingo  <wingo@pobox.com>
21111
21112         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21113         as well if it is available. Fixes #316442.
21114
21115 2005-11-14  Michael Smith <msmith@fluendo.com>
21116
21117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21118         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21119         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21120         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21121         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21122         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21124         (gst_vorbisenc_change_state):
21125           Fix a small memory leak in vorbisenc.
21126           Fix large memory leaks in oggmux, also fix lots of state change
21127           bugs in oggmux.
21128
21129 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * gst/videotestsrc/gstvideotestsrc.c:
21132         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21133         (gst_videotestsrc_src_fixate):
21134           move fixation to a fixate function
21135           remove negotiate function, basesrc's is good enough
21136           fixes a bug for check when using the element alone
21137
21138 2005-11-13  Edward Hervey  <edward@fluendo.com>
21139
21140         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21141         (key_toggle_cb), (main):
21142         Added checkboxes for adding/removing the accurate and key_unit seek
21143         flags.
21144
21145 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21146
21147         * configure.ac: back to HEAD
21148
21149 === release 0.9.5 ===
21150
21151 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21152
21153         * configure.ac:
21154           releasing 0.9.5, "No No Kia"
21155
21156 2005-11-11  Edward Hervey  <edward@fluendo.com>
21157
21158         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21159         Added parse-launch syntax seeking mode for the seeking example.
21160         This should help stress-test even more cases.
21161         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21162
21163 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21164
21165         * sys/xvimage/xvimagesink.c:
21166         (gst_xvimagesink_navigation_send_event):
21167           Check whether peer pad exists before sending navigation events
21168           to it.
21169
21170 2005-11-11  Michael Smith <msmith@fluendo.com>
21171
21172         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21173         (gst_vorbisenc_buffer_from_packet):
21174         * ext/vorbis/vorbisenc.h:
21175           Set duration on encoded buffers. This allows oggmux's
21176           max_page_delay parameter to actually work.
21177
21178 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21179
21180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21181         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21182         (gst_ffmpegcsp_avpicture_fill):
21183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21184         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21185           Make palettes work again (see #132341). Use our own macros
21186           for rounding up.
21187
21188 2005-11-10  Andy Wingo  <wingo@pobox.com>
21189
21190         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21191         string doober.
21192
21193 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21196         (gst_ffmpegcsp_transform_caps):
21197           Prefer passthrough in transform_caps
21198
21199 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21200
21201         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21202           check for ALSA errors properly, instead of relying on ALSA's
21203           error strings to serve to the user.
21204
21205 2005-11-10  Wim Taymans  <wim@fluendo.com>
21206
21207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21208         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21209         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21210         Modernise the seek code.
21211
21212 2005-11-10  Michael Smith <msmith@fluendo.com>
21213         
21214         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21215         (setup_substreams), (set_active_source):
21216           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21217           trying to go to NULL if we failed to read a file.
21218
21219 2005-11-10  Wim Taymans  <wim@fluendo.com>
21220
21221         * gst/audiotestsrc/gstaudiotestsrc.c:
21222         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21223         (gst_audiotestsrc_create):
21224         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21225         (gst_sinesrc_get_times), (gst_sinesrc_create):
21226         * gst/videotestsrc/gstvideotestsrc.c:
21227         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21228         (gst_videotestsrc_create):
21229         The base class can now sync for us.
21230
21231 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21232
21233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21234           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21235           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21236           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21237           format=(fourcc)I420" ! xvimagesink
21238
21239 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21240
21241         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21242         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21243         (gst_sinesrc_newsegment):
21244           Send newsegment event in TIME format, set duration if
21245           num-buffers is set, fix duration querying.
21246
21247 2005-11-10  Michael Smith <msmith@fluendo.com>
21248
21249         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21250         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21251         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21252         (gst_ogg_mux_collected):
21253          Fix EOS handling, partially. Now forwarding an EOS event once we have
21254          EOS on all pads works correctly. However, we still don't properly set
21255          EOS on the actual ogg stream pages.
21256
21257 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21258
21259         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21260           Set elements to NULL state before disposing of them.
21261
21262 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21263
21264         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21265
21266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21267         (gst_base_rtp_depayload_init),
21268         (gst_base_rtp_depayload_set_gst_timestamp):
21269         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21270           We need to send a newsegment event for each instance, not
21271           just for the first instance of this class (get rid of
21272           static variable in function). (#321011).
21273           
21274 2005-11-08  Michael Smith <msmith@fluendo.com>
21275
21276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21277         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21278         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21279         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21280           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21281           This makes us mux things correctly according to the ogg muxing
21282           rules. Still not handling EOS correctly right now, though.
21283
21284 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21285
21286         * gst/audioconvert/gstaudioconvert.c:
21287           Fix typo in docs. 
21288
21289 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21290
21291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21292         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21293           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21294           creating a new chain; should fix live streaming. Also
21295           add more debug output and fix a typo.
21296
21297 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21298
21299         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21300
21301         * gst/volume/gstvolume.c: (volume_set_caps):
21302           Fix compilation on Solaris with Forte. (#320923)
21303
21304 2005-11-08  Wim Taymans  <wim@fluendo.com>
21305
21306         * gst-libs/gst/audio/gstbaseaudiosink.c:
21307         (gst_base_audio_sink_render):
21308         No need to do a typecheck.
21309
21310 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21311
21312         * ext/alsa/gstalsa.h:
21313           We register a debug category, so let's use it.
21314
21315 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21316
21317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21318         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21319         Fixed a small problem.
21320
21321 2005-11-04  Wim Taymans  <wim@fluendo.com>
21322
21323         * examples/seeking/Makefile.am:
21324         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21325         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21326         (make_playerbin_pipeline), (format_value), (update_scale),
21327         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21328         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21329         (print_usage), (main):
21330         Added app for playback speed testing.
21331
21332         * examples/seeking/seek.c: (dynamic_link),
21333         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21334         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21335         (message_received), (main):
21336         Updated seek example.
21337
21338 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21339
21340         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21341         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21342         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21343         (gst_base_rtp_depayload_set_clock):
21344         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21345         Don't sleep on the bench (system clock) when you have a nice 
21346         comfortable bed (Gstreamer clock) to sleep on.
21347
21348 2005-11-03  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21351         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21352         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21353         Handle the case where a pad_block failed.
21354
21355 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21356
21357         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21358
21359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21360         (gst_base_rtp_depayload_add_to_queue),
21361         (gst_base_rtp_depayload_push),
21362         (gst_base_rtp_depayload_set_gst_timestamp),
21363         (gst_base_rtp_depayload_queue_release):
21364           Fixes some bugs in the depayloader's queuing/de-queueing code.
21365
21366 2005-10-31  Michael Smith <msmith@fluendo.com>
21367
21368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21369         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21370         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21371           Patch from Alessandro Decina <alessandro@nnva.org>.
21372           Make oggdemux only find the final time in a chain, not per-pad,
21373           since the per-pad information can be very expensive to locate, and
21374           it isn't used anywhere. This makes reading a file containing
21375           OggSkeleton reasonably fast.
21376           Also, make chain finding work when there are logical bitstreams that
21377           can't be decoded. Fixes #319110.
21378
21379 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21380
21381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21382         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21383         (gst_base_rtp_depayload_chain),
21384         (gst_base_rtp_depayload_add_to_queue),
21385         (gst_base_rtp_depayload_push),
21386         (gst_base_rtp_depayload_set_gst_timestamp),
21387         (gst_base_rtp_depayload_queue_release),
21388         (gst_base_rtp_depayload_start_thread),
21389         (gst_base_rtp_depayload_set_property),
21390         (gst_base_rtp_depayload_get_property):
21391         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21392         Some random fixes, to fullfill the desires of thomas.
21393
21394 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21395
21396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21397         (gst_base_rtp_depayload_add_to_queue),
21398         (gst_base_rtp_depayload_push):
21399         Fixed the queueing algorithm.
21400
21401 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21402
21403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21404         (gst_base_rtp_depayload_push):
21405         A small fix
21406
21407 2005-10-31  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst-libs/gst/audio/gstringbuffer.h:
21410         Don't break ABI.
21411
21412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21413         (gst_ffmpeg_caps_to_pixfmt):
21414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21415         (gst_ffmpegcsp_set_caps):
21416         Some more comments.
21417         Handle missing required caps fields better.
21418
21419 2005-10-31  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst-libs/gst/audio/gstbaseaudiosink.c:
21422         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21423         (gst_base_audio_sink_render):
21424         * gst-libs/gst/audio/gstringbuffer.c:
21425         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21426         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21427         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21428         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21429         (gst_ring_buffer_read):
21430         * gst-libs/gst/audio/gstringbuffer.h:
21431         Add flushing mode to the ringbuffer so that it in all cases does
21432         not try to handle more audio. This makes sure it does not try to
21433         block anymore when flushing and fixes a livelock.
21434
21435 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21436
21437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21438         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21439         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21440           Explicitly check for -1 values before doing a conversion
21441           and always map them to -1. (#315545)
21442
21443 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21444
21445         * gst/playback/gstplaybin.c: (gen_video_element):
21446           first try autovideosink, then xvimagesink, then error out
21447         * po/POTFILES.in:
21448           add translatable file
21449         * po/af.po:
21450         * po/az.po:
21451         * po/cs.po:
21452         * po/en_GB.po:
21453         * po/hu.po:
21454         * po/it.po:
21455         * po/nb.po:
21456         * po/nl.po:
21457         * po/or.po:
21458         * po/sq.po:
21459         * po/sr.po:
21460         * po/sv.po:
21461         * po/uk.po:
21462         * po/vi.po:
21463           update translations
21464
21465 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21466
21467         * gst-libs/gst/rtp/gstbasedepayload.c:
21468         * gst-libs/gst/rtp/gstbasedepayload.h:
21469           Minor cleanups
21470
21471 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21472
21473         * gst/playback/.cvsignore:
21474         * gst/playback/decodetest.c:
21475         * gst/playback/test3.c:
21476           Port these two tests as well.
21477
21478 2005-10-27  Wim Taymans  <wim@fluendo.com>
21479
21480         * ext/theora/theoradec.c: (theora_dec_src_query),
21481         (theora_dec_sink_event):
21482         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21483         (theora_enc_change_state):
21484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21485         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21486         Take proper locks when handling events.
21487
21488 2005-10-27  Wim Taymans  <wim@fluendo.com>
21489
21490         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21491         (gst_adder_change_state):
21492         Fix timestamps and fix deadlock when stopping the collectpads.
21493
21494 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21495
21496         * gst-libs/gst/rtp/gstrtpbuffer.h:
21497         Declaring the payload types as strings too so that they can be used
21498         in the padtemplate inialization.
21499
21500 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21501
21502         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21503
21504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21505         (gst_base_rtp_depayload_class_init):
21506         Fixes a small but nasty bug. The derived elements no longer segfaults
21507         on finalization.
21508
21509 2005-10-26  Michael Smith <msmith@fluendo.com>
21510
21511         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21512           When clearing an audioconvert context, set tmpbufsize to zero, so
21513           we'll allocate it again later if required.
21514           This fixes audioconvert re-negotiating formats, which previously
21515           segfaulted with a NULL destination buffer.
21516
21517 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21518
21519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21520         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21521         (gst_base_rtp_depayload_set_gst_timestamp),
21522         (gst_base_rtp_depayload_queue_release):
21523         Fixed a smalll memleak.
21524
21525 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21527         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21528         (gst_base_rtp_depayload_finalize),
21529         (gst_base_rtp_depayload_setcaps),
21530         (gst_base_rtp_depayload_add_to_queue),
21531         (gst_base_rtp_depayload_push),
21532         (gst_base_rtp_depayload_set_gst_timestamp),
21533         (gst_base_rtp_depayload_queue_release),
21534         (gst_base_rtp_depayload_thread),
21535         (gst_base_rtp_depayload_change_state):
21536         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21537         Changed the C++ comments to C comments
21538
21539 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21540
21541         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21542         * gst/tcp/gsttcpclientsrc.h:
21543         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21544         * gst/tcp/gsttcpserversrc.h:
21545           Remove unused 'curoffset' structure member.
21546
21547 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21548
21549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21550         (gst_base_rtp_depayload_base_init),
21551         (gst_base_rtp_depayload_finalize):
21552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21553         * gst-libs/gst/rtp/gstbasertppayload.h:
21554           The pad-template on the sinkpad should be set by the derived classes.
21555           Also added some useful macros.
21556
21557 2005-10-24  Wim Taymans  <wim@fluendo.com>
21558
21559         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21560         Correctly flush decoder samples even if we could not
21561         copy them to an output buffer. Fixes #319618.
21562
21563 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21564
21565         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21567         the caps against our xcontext caps.
21568
21569 2005-10-24  Wim Taymans  <wim@fluendo.com>
21570
21571         * gst-libs/gst/audio/gstbaseaudiosink.c:
21572         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21573         Remove g_print
21574         Use sync property from baseclass to disable sync.
21575
21576 2005-10-24  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst-libs/gst/audio/gstbaseaudiosink.c:
21579         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21580         Buffers with no timestamps get aligned with previous buffers or
21581         on underrun, played ASAP.
21582
21583 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21584
21585         * gst-libs/gst/video/video.h:
21586         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21587         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21589         here comes my change on caps for framerate and geometry range.
21590         We are now accepting 1 to MAXINT for width and height, and from
21591         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21592         to be blended correctly in videomixer.
21593
21594 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21595
21596         * configure.ac:
21597           back to HEAD
21598
21599 === release 0.9.4 ===
21600
21601 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * NEWS:
21604         * RELEASE:
21605         * configure.ac:
21606           releasing 0.9.4, "Velociraptor"
21607
21608 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21611         * po/POTFILES.in:
21612           STOPPED -> FAILED
21613
21614 2005-10-21  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21617         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21618         (pad_blocked), (close_pad_link), (new_pad):
21619         Don't try to remove elements twice.
21620
21621 2005-10-21  Wim Taymans  <wim@fluendo.com>
21622
21623         * ext/theora/theoradec.c: (theora_dec_src_query),
21624         (theora_dec_sink_event):
21625         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21626         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21627         (vorbis_handle_data_packet):
21628         * ext/vorbis/vorbisdec.h:
21629         Fix old naming.
21630
21631         * gst-libs/gst/audio/gstbaseaudiosink.c:
21632         (gst_base_audio_sink_render):
21633         Don't try to sync on buffers without a timestamp.
21634
21635 2005-10-21  Wim Taymans  <wim@fluendo.com>
21636
21637         * ext/theora/theoradec.c: (theora_dec_src_query),
21638         (theora_dec_sink_event):
21639         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21640         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21641         (vorbis_handle_data_packet):
21642         * ext/vorbis/vorbisdec.h:
21643         Fix old naming.
21644
21645 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21646
21647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21648         (gst_vorbisenc_src_query):
21649           Implement position and duration queries.
21650
21651         * gst/playback/test3.c: (update_scale), (main):
21652           Fix for async state changes and print nicer output.
21653
21654 2005-10-20  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21657         (dump_element_stats), (main):
21658         * gst/playback/test6.c: (main):
21659         Fix tests again
21660
21661 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21662
21663         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21664         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21665           Don't use functions for position queries when handling
21666           duration queries.
21667
21668 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21669
21670         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21671         (vorbis_handle_data_packet), (vorbis_dec_chain),
21672         (vorbis_dec_change_state):
21673         * ext/vorbis/vorbisdec.h:
21674           Vorbis streams can be embedded in other container formats
21675           than ogg, container formats where the demuxer might set 
21676           timestamps on encoded vorbis buffers instead of those silly 
21677           granulepos thingies. In short: make vorbisdec handle 
21678           timestamps on incoming buffers as well.
21679
21680 2005-10-20  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst/playback/gstplaybasebin.c: (group_destroy),
21683         (gst_play_base_bin_change_state):
21684         Fix leak.
21685         Handle case where playbasebin is now ASYNC because
21686         decodebin is.
21687
21688 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21689
21690         * gst/audioconvert/Makefile.am:
21691         * gst/audioconvert/bufferframesconvert.c:
21692         * gst/audioconvert/plugin.c: (plugin_init):
21693         * gst/audioconvert/plugin.h:
21694           And bye bye buffer-frames-convert
21695
21696 2005-10-19  Wim Taymans  <wim@fluendo.com>
21697
21698         * check/elements/audioconvert.c:
21699         * docs/libs/tmpl/gstaudio.sgml:
21700         * docs/libs/tmpl/gstcolorbalance.sgml:
21701         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21702         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21703         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21704         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21705         * gst-libs/gst/audio/audio.h:
21706         * gst/audioconvert/audioconvert.h:
21707         * gst/audioconvert/gstaudioconvert.c:
21708         (gst_audio_convert_parse_caps):
21709         * gst/volume/gstvolume.c:
21710         Bye bye buffer-frames.
21711
21712 2005-10-19  Wim Taymans  <wim@fluendo.com>
21713
21714         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21715         (query_positions_elems), (query_positions_pads), (update_scale),
21716         (do_seek), (set_update_scale), (message_received), (main):
21717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21718         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21719         (gst_ogg_demux_loop):
21720         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21721         * ext/theora/theoradec.c: (theora_dec_src_query),
21722         (theora_dec_sink_event):
21723         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21724         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21725         * gst/adder/gstadder.c: (gst_adder_query):
21726         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21727         * gst/playback/test3.c: (update_scale):
21728         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21729         (dump_element_stats), (main):
21730         * gst/playback/test6.c: (main):
21731         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21732         Query API update.
21733
21734 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21735
21736         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21737         (xml_check_first_element), (xml_type_find), (smil_type_find),
21738         (plugin_init):
21739           Add typefinding for SMIL and for generic XML. Based on patch by
21740           Akos Maroy (#308663).
21741
21742 2005-10-18  Wim Taymans  <wim@fluendo.com>
21743
21744         * gst/playback/Makefile.am:
21745         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21746         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21747         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21748         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21749         (gst_decode_bin_change_state):
21750         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21751         (gst_play_bin_send_event_to_sink):
21752         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21753         (dump_element_stats), (main):
21754         * gst/playback/test6.c: (main):
21755         Make playbin async, it'll commit state to paused when all streams
21756         are detected.
21757         Remove ugly hack.
21758         Added test6.c to show async behaviour.
21759
21760 2005-10-18  Wim Taymans  <wim@fluendo.com>
21761
21762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21763         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21764         Fix for segment-start/stop API change.
21765
21766 2005-10-18  Wim Taymans  <wim@fluendo.com>
21767
21768         * check/Makefile.am:
21769         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21770         (main):
21771         Add future test for clock selection.
21772
21773 2005-10-18  Wim Taymans  <wim@fluendo.com>
21774
21775         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21776         (gst_alsasink_close):
21777         Set handle to NULL.
21778
21779         * gst-libs/gst/audio/gstringbuffer.c:
21780         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21781         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21782         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21783         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21784         (gst_ring_buffer_read):
21785         More debug info.
21786
21787 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21788
21789         * gst/audiotestsrc/Makefile.am:
21790         * gst/sine/Makefile.am:
21791         * gst/volume/Makefile.am:
21792           fix broken build of controllerized plugins
21793
21794 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21795
21796         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21797
21798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21799         (gst_riff_create_video_template_caps):
21800           Add support for Indeo-3 (IV32).
21801
21802 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21803
21804         * configure.ac:
21805           rewrite
21806
21807 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21808
21809         * gst-libs/gst/video/video.c: (gst_video_get_size):
21810         * gst/audiotestsrc/gstaudiotestsrc.c:
21811           doc updates
21812
21813 2005-10-17  Andy Wingo  <wingo@pobox.com>
21814
21815         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21816         with the collectpads change.
21817         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21818
21819         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21820
21821         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21822
21823         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21824         alloc_buffer flow return to callers.
21825         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21826         change. Fix some memleaks in theoraenc.
21827
21828         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21829         in strange circumstance.
21830
21831 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21832
21833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21834         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21835         from caps, let's use the caps...
21836
21837 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21838
21839         * configure.ac:
21840           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21841
21842 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21843
21844         * gst-libs/gst/interfaces/Makefile.am:
21845           fix silly typo
21846
21847 2005-10-16  Andy Wingo  <wingo@pobox.com>
21848
21849         * gst/playback/gstdecodebin.c
21850         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21851         function!
21852         (try_to_link_1): Increase kraziness level.
21853
21854 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21855
21856         * configure.ac:
21857           restructure like the core one
21858         * gst-libs/gst/audio/Makefile.am:
21859         * gst-libs/gst/interfaces/Makefile.am:
21860         * gst-libs/gst/net/Makefile.am:
21861         * gst-libs/gst/riff/Makefile.am:
21862         * gst-libs/gst/rtp/Makefile.am:
21863         * gst-libs/gst/tag/Makefile.am:
21864         * gst-libs/gst/video/Makefile.am:
21865           use correct linker flags, now the libs are properly versioned
21866         * check/elements/audioconvert.c: (verify_convert):
21867         * ext/alsa/gstalsaplugin.c:
21868         * ext/cdparanoia/gstcdparanoia.c:
21869         * ext/gnomevfs/gstgnomevfs.c:
21870         * ext/libvisual/visual.c:
21871         * ext/ogg/gstogg.c:
21872         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21873         * ext/theora/theora.c:
21874         * ext/vorbis/vorbis.c:
21875         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21876         * gst-libs/gst/tag/gsttagediting.c:
21877         * gst-libs/gst/video/video.c:
21878         * gst/adder/gstadder.c:
21879         * gst/audioconvert/plugin.c:
21880         * gst/audiorate/gstaudiorate.c:
21881         * gst/audioresample/gstaudioresample.c:
21882         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21883         * gst/audioscale/gstaudioscale.c:
21884         * gst/audioscale/resample.c:
21885         * gst/audiotestsrc/gstaudiotestsrc.c:
21886         * gst/ffmpegcolorspace/gstffmpeg.c:
21887         * gst/playback/gstdecodebin.c: (close_pad_link):
21888         * gst/playback/gstplaybin.c: (gen_video_element),
21889         (gen_audio_element):
21890         * gst/sine/gstsinesrc.c:
21891         * gst/subparse/gstsubparse.c:
21892         * gst/tags/gsttagediting.c:
21893         * gst/tcp/gsttcpplugin.c:
21894         * gst/typefind/gsttypefindfunctions.c:
21895         * gst/videorate/gstvideorate.c:
21896         * gst/videoscale/gstvideoscale.c:
21897         * gst/videotestsrc/gstvideotestsrc.c:
21898         * gst/volume/gstvolume.c:
21899         * sys/v4l/gstv4l.c:
21900         * sys/ximage/ximage.c:
21901         * sys/xvimage/xvimagesink.c:
21902           fix up defines
21903
21904 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21905
21906         * ext/vorbis/vorbisenc.c:
21907         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21908         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21909         (gst_tag_to_vorbis_comments):
21910           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21911
21912 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21913
21914         * examples/stats/mp2ogg.c:
21915         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21916           typo fixes
21917
21918 2005-10-13  Michael Smith <msmith@fluendo.com>
21919
21920         * ext/ogg/gstoggmux.c:
21921           Use magic glib macros to define constants as 64 bit, to ensure
21922           appropriate vararg passing.
21923
21924 2005-10-13  Michael Smith <msmith@fluendo.com>
21925
21926         * ext/ogg/gstoggmux.c:
21927         * gst/audioconvert/audioconvert.c: (float):
21928           Don't use LL suffix, as it's not portable, and neither of these
21929           uses required it anyway.
21930
21931 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21932
21933         * examples/indexing/indexmpeg.c: (main):
21934         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21935         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21936         (cdparanoia_convert), (cdparanoia_query):
21937         * ext/cdparanoia/gstcdparanoia.h:
21938         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21939         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21940         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21942         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21943         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21944         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21945         (gst_multifdsink_render), (gst_multifdsink_start),
21946         (gst_multifdsink_stop):
21947         * gst/tcp/gstmultifdsink.h:
21948         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21949         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21950         (gst_tcpclientsink_stop):
21951         * gst/tcp/gsttcpclientsink.h:
21952         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21953         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21954         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21955         * gst/tcp/gsttcpclientsrc.h:
21956         * gst/tcp/gsttcpserversink.h:
21957         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21958         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21959         (gst_tcpserversrc_stop):
21960         * gst/tcp/gsttcpserversrc.h:
21961         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21962         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21963         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21964           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21965           moved bitshift from macro to enum definition
21966
21967 2005-10-12  Wim Taymans  <wim@fluendo.com>
21968
21969         * examples/seeking/Makefile.am:
21970         Oops.
21971
21972 2005-10-12  Wim Taymans  <wim@fluendo.com>
21973
21974         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21975         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21976         Don't assert on normal stuff.
21977
21978         * gst/playback/gstplaybin.c: (do_playbin_seek):
21979         API fix.
21980
21981 2005-10-12  Wim Taymans  <wim@fluendo.com>
21982
21983         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21984         * examples/seeking/Makefile.am:
21985         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21986         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21987         (do_seek), (set_update_scale), (message_received), (main):
21988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21989         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21990         Update for _get_state() API change.
21991
21992 2005-10-11  Wim Taymans  <wim@fluendo.com>
21993
21994         * gst-libs/gst/audio/gstbaseaudiosink.c:
21995         (gst_base_audio_sink_render):
21996         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21997         (gst_base_audio_src_create):
21998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21999         (gst_ring_buffer_read):
22000         Cleanups.
22001         Commit and read from ringbuffer in samples rather than bytes.
22002
22003 2005-10-11  Wim Taymans  <wim@fluendo.com>
22004
22005         * gst-libs/gst/audio/gstbaseaudiosink.c:
22006         (gst_base_audio_sink_render):
22007         Respect segment rate and accum when scheduling samples.
22008
22009 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22010
22011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22012         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22013         EOS correctly, that needs more work.
22014
22015 2005-10-11  Wim Taymans  <wim@fluendo.com>
22016
22017         * check/generic/states.c: (GST_START_TEST):
22018         remove old property.
22019
22020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22021         (gst_ogg_demux_perform_seek):
22022         * ext/theora/theoradec.c: (theora_dec_sink_event):
22023         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22024         (vorbis_handle_data_packet):
22025         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22026         (gst_base_rtp_depayload_set_gst_timestamp):
22027         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22028         Update for newsegment API change.
22029
22030 2005-10-11  Michael Smith <msmith@fluendo.com>
22031
22032         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22033         (do_playbin_seek), (gst_play_bin_send_event):
22034           Override send_event differently, so that we can takes bits of
22035           functionality from GstPipeline (special handling for seeks,
22036           including pausing/resuming, and resetting stream time) and still get
22037           the appropriate behaviour of only forwarding event to a single sink,
22038           rather than all of them.
22039           Unfortunately requires a lot of code duplication, but the
22040           alternatives are equally ugly in the end.
22041
22042 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22043
22044         * check/elements/audioconvert.c: (setup_audioconvert),
22045         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22046         (GST_START_TEST), (audioconvert_suite):
22047           clean up tests a little, fix some leaks.
22048
22049 2005-10-10  Wim Taymans  <wim@fluendo.com>
22050
22051         * ext/alsa/gstalsasink.c:
22052         Also allow unsigned int.
22053
22054         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22055         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22056         Small cleanup
22057
22058 2005-10-10  Wim Taymans  <wim@fluendo.com>
22059
22060         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22061         Small update, use API as stated in design docs.
22062
22063         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22064         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22065         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22066         (message_received), (main):
22067         Updated seek example for GOption. Some usability improvements.
22068
22069 2005-10-10  Wim Taymans  <wim@fluendo.com>
22070
22071         * gst/audioconvert/audioconvert.h:
22072         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22073         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22074         Alloc temp storage somewhere else where we can do it more
22075         portable.
22076
22077 2005-10-10  Wim Taymans  <wim@fluendo.com>
22078
22079         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22080         (gst_tcpserversrc_start):
22081         Don't block in accept while doing the state change, move
22082         to poll and make cancellable.
22083
22084 2005-10-09  Philippe Khalaf <burger@speedy.org>
22085
22086         * gst-libs/gst/rtp/rtpbasedepayload.c:
22087         Set timestamp and add queue delay to timestamp
22088         * gst-libs/gst/rtp/rtpbuffer.h:
22089         Set correct payload type for h263
22090
22091 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22092
22093         * gst/audiotestsrc/gstaudiotestsrc.c:
22094         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22095         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22096         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22097         (gst_audiotestsrc_create_triangle),
22098         (gst_audiotestsrc_create_silence),
22099         (gst_audiotestsrc_create_white_noise),
22100         (gst_audiotestsrc_init_pink_noise),
22101         (gst_audiotestsrc_generate_pink_noise_value),
22102         (gst_audiotestsrc_create_pink_noise),
22103         (gst_audiotestsrc_change_wave):
22104         * gst/audiotestsrc/gstaudiotestsrc.h:
22105           fixed typo, added pink noise
22106
22107 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22108
22109         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22110         (plugin_init):
22111           Add wavpack and spc typefind functions from 0.8 branch.
22112
22113 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22114
22115         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22116         (ar_type_find), (msdos_type_find), (plugin_init):
22117           Add typefind functions for tar archives, ar archives,
22118           RAR archives, and msdos-executables (dlls, exe, etc.).
22119           Some of those would be wrongly identified as mpeg
22120           streams of some sort before (#315550).
22121
22122 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22123
22124         * configure.ac:
22125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22128         * gst/audiotestsrc/Makefile.am:
22129         * gst/audiotestsrc/gstaudiotestsrc.c:
22130         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22131         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22132         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22133         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22134         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22135         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22136         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22137         (gst_audiotestsrc_create_silence),
22138         (gst_audiotestsrc_create_white_noise),
22139         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22140         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22141         (gst_audiotestsrc_start), (plugin_init):
22142         * gst/audiotestsrc/gstaudiotestsrc.h:
22143           add new plugin and element
22144         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22145           use gobject_class
22146
22147 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22148
22149         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22150         (gst_adder_init), (gst_adder_request_new_pad),
22151         (gst_adder_change_state):
22152           Add query function to source pad, so adder reports the correct
22153           time/sample position when queried (#315457); fix state change
22154           function; use GST_DEBUG_FUNCPTR() for pad functions.
22155
22156 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22157
22158         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22159           Fix leaks in typefind registration
22160           Clean up the gratuitous commenting and whitespacing a little
22161
22162 2005-10-08  Wim Taymans  <wim@fluendo.com>
22163
22164         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22165         Only actually wait for the thread to be stopped if it's 
22166         running.
22167
22168 2005-10-08  Wim Taymans  <wim@fluendo.com>
22169
22170         * gst-libs/gst/audio/gstbaseaudiosink.c:
22171         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22172         If we receive EOS we can start playback of what we had.
22173
22174 2005-10-08  Wim Taymans  <wim@fluendo.com>
22175
22176         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22177         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22178         (gst_multifdsink_stop):
22179         Fix crasher when going to NULL multiple times.
22180
22181 2005-10-06  Wim Taymans  <wim@fluendo.com>
22182
22183         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22184         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22185         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22186         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22187         patch from Edgard Lima <edgard.lima@indt.org.br>
22188         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22189
22190 2005-10-06  Wim Taymans  <wim@fluendo.com>
22191
22192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22193         Report the FLOW_RETURN as string in the error message.
22194
22195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22196         Don't assert when clearing an unnegotiated buffer.
22197
22198 2005-10-04  Michael Smith <msmith@fluendo.com>
22199
22200         * gst/playback/gstplaybasebin.c: (group_destroy),
22201         (gen_preroll_element), (remove_groups), (setup_source):
22202         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22203         (setup_sinks), (gst_play_bin_send_event),
22204         (gst_play_bin_change_state):
22205           Set state to NULL before removing from bin. Fix refcounting.
22206
22207 2005-10-04  Michael Smith <msmith@fluendo.com>
22208
22209         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22210           Correct refcounting in send_event() function. Previously was wrong
22211           if the first sink was unable to handle the event.
22212
22213 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22214
22215         * configure.ac:
22216           back to development
22217
22218 === release 0.9.3 ===
22219
22220 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22221
22222         * configure.ac:
22223           Releasing 0.9.3, "De Facto"
22224
22225 2005-10-03  Andy Wingo  <wingo@pobox.com>
22226
22227         * gst/playback/gstdecodebin.c (try_to_link_1)
22228         (remove_element_chain): set element to NULL before removing it.
22229
22230 2005-10-02  Johan Dahlin  <johan@gnome.org>
22231
22232         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22233         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22234         MT safe.
22235
22236 2005-10-02  Andy Wingo  <wingo@pobox.com>
22237
22238         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22239         (gst_ring_buffer_prepare_read): 
22240         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22241         Demote to LOG.
22242
22243 2005-09-29  Wim Taymans  <wim@fluendo.com>
22244
22245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22246         * ext/theora/theoradec.c: (theora_handle_data_packet):
22247         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22248         Propagate error codes from alloc_buffer too.
22249
22250 2005-09-29  Wim Taymans  <wim@fluendo.com>
22251
22252         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22253         We use fixed caps.
22254
22255         * gst/playback/Makefile.am:
22256         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22257         (dump_element_stats), (main):
22258         Added example stream introspection code.
22259
22260 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22261
22262         * gst/adder/gstadder.c: (gst_adder_collected):
22263           fix adder for float elements
22264
22265 2005-09-28  Wim Taymans  <wim@fluendo.com>
22266
22267         * gst-libs/gst/audio/gstbaseaudiosink.c:
22268         (gst_base_audio_sink_class_init),
22269         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22271         (gst_base_audio_src_class_init),
22272         (gst_base_audio_src_provide_clock):
22273         get_clock -> provide_clock
22274
22275 2005-09-28  Andy Wingo  <wingo@pobox.com>
22276
22277         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22278         and unlocking.
22279
22280         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22281         unlocking.
22282
22283         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22284         Actually add the pad template.
22285         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22286
22287         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22288         I'm at it...
22289
22290         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22291         from fdsrc. Get caps in create() instead of start() so it can be
22292         interrupted. Interruption somewhat untested.
22293
22294         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22295         Proper EOS handling.
22296
22297 2005-09-27  Andy Wingo  <wingo@pobox.com>
22298
22299         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22300
22301         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22302
22303         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22304
22305         * gst/tcp/gsttcp.h: 
22306         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22307         out of tcpclientsrc.c. Cancellable.
22308         (gst_tcp_socket_read): Made private, cancellable, with better
22309         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22310         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22311         whole buffer, and better diagnostics.
22312         (gst_tcp_gdp_read_caps): Same.
22313
22314         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22315
22316 2005-09-26  Andy Wingo  <wingo@pobox.com>
22317
22318         * gst/sine/gstsinesrc.h:
22319         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22320         change the 'sync' property to 'is-live' and implement it halfway,
22321         update for controller api change.
22322
22323         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22324         controller api change.
22325
22326 2005-09-24  Wim Taymans  <wim@fluendo.com>
22327
22328         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22329         * gst-libs/gst/audio/gstaudiosink.c:
22330         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22331         (gst_audioringbuffer_stop):
22332         * gst-libs/gst/audio/gstbaseaudiosink.c:
22333         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22334         (gst_base_audio_sink_change_state):
22335         * gst-libs/gst/audio/gstbaseaudiosink.h:
22336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22337         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22338         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22339         * gst-libs/gst/audio/gstringbuffer.h:
22340         Fix sync again. Moved sample alignment to basesink.
22341
22342 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22343
22344         * docs/plugins/Makefile.am:
22345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22347         * gst/volume/gstvolume.c:
22348           add/fix docs
22349         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22350         * gst-libs/gst/audio/audio.h:
22351           add conversion macros for frames <-> clocktime
22352
22353 2005-09-23  David Schleef  <ds@schleef.org>
22354
22355         * gst/audioresample/Makefile.am:
22356         * gst/audioresample/debug.h:
22357         * gst/audioresample/gstaudioresample.c:
22358         * gst/audioresample/resample.c: Convert to using gst debugging
22359
22360 2005-09-22  Wim Taymans  <wim@fluendo.com>
22361
22362         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22363         (gst_play_bin_send_event):
22364         Only seek on one sink, the first one that succeeds.
22365
22366 2005-09-22  Michael Smith <msmith@fluendo.com>
22367
22368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22369         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22370         Don't flush encoder state unless we have an initialised encoder.
22371         Clear out encoder state on PAUSED_TO_READY.
22372
22373 2005-09-22  Wim Taymans  <wim@fluendo.com>
22374
22375         * gst-libs/gst/rtp/gstbasertppayload.c:
22376         (gst_basertppayload_class_init), (gst_basertppayload_init),
22377         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22378         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22379         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22380         (gst_basertppayload_set_property),
22381         (gst_basertppayload_get_property),
22382         (gst_basertppayload_change_state):
22383         * gst-libs/gst/rtp/gstbasertppayload.h:
22384         Added max-ptime to control amount of data in the rtp packets.
22385
22386 2005-09-21  Andy Wingo  <wingo@pobox.com>
22387
22388         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22389         thingies.
22390
22391         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22392         can be called multiple times, dogs.
22393
22394 2005-09-21  Wim Taymans  <wim@fluendo.com>
22395
22396         * gst-libs/gst/rtp/gstbasertppayload.c:
22397         (gst_basertppayload_class_init), (gst_basertppayload_init),
22398         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22399         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22400         (gst_basertppayload_push), (gst_basertppayload_get_property),
22401         (gst_basertppayload_change_state):
22402         Allow 0 ssrc too.
22403
22404 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22405
22406         * docs/libs/compiling.sgml:
22407           fixing typos
22408
22409 2005-09-20  Wim Taymans  <wim@fluendo.com>
22410
22411         * gst-libs/gst/rtp/gstbasertppayload.c:
22412         (gst_basertppayload_class_init), (gst_basertppayload_init),
22413         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22414         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22415         (gst_basertppayload_push), (gst_basertppayload_set_property),
22416         (gst_basertppayload_get_property),
22417         (gst_basertppayload_change_state):
22418         * gst-libs/gst/rtp/gstbasertppayload.h:
22419         Added property to configure sequence number offsets.
22420
22421 2005-09-20  Wim Taymans  <wim@fluendo.com>
22422
22423         * gst-libs/gst/rtp/gstbasertppayload.c:
22424         (gst_basertppayload_class_init), (gst_basertppayload_init),
22425         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22426         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22427         (gst_basertppayload_push), (gst_basertppayload_set_property),
22428         (gst_basertppayload_get_property),
22429         (gst_basertppayload_change_state):
22430         * gst-libs/gst/rtp/gstbasertppayload.h:
22431         Make timestamp offset configurable.
22432
22433 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22434
22435         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22436           fix wrong pop/unref
22437
22438 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22439
22440         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22441
22442         * gst-libs/gst/interfaces/propertyprobe.c:
22443         (gst_property_probe_probe_property_name),
22444         (gst_property_probe_needs_probe_name),
22445         (gst_property_probe_get_values_name),
22446         (gst_property_probe_probe_and_get_values_name):
22447           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22448           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22449
22450 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22451
22452         * check/Makefile.am:
22453           have some tests be disabled for valgrinding
22454         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22455         (GST_START_TEST):
22456         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22457           Fix A Leak.  Chain To Parent Finalize.
22458
22459 2005-09-19  Wim Taymans  <wim@fluendo.com>
22460
22461         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22462         Fixed wav pipeline.
22463
22464 2005-09-19  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst-libs/gst/rtp/gstbasertppayload.c:
22467         (gst_basertppayload_class_init), (gst_basertppayload_init),
22468         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22469         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22470         (gst_basertppayload_push), (gst_basertppayload_get_property),
22471         (gst_basertppayload_change_state):
22472         Posting ERROR and WARNING messages is good.
22473
22474 2005-09-19  Wim Taymans  <wim@fluendo.com>
22475
22476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22477         (gst_base_rtp_depayload_add_to_queue),
22478         (gst_base_rtp_depayload_push),
22479         (gst_base_rtp_depayload_set_gst_timestamp),
22480         (gst_base_rtp_depayload_queue_release):
22481         This one was not supposed to go in.
22482
22483 2005-09-19  Wim Taymans  <wim@fluendo.com>
22484
22485         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22486         Fix for bus API.
22487
22488         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22489         (gst_base_rtp_depayload_chain),
22490         (gst_base_rtp_depayload_add_to_queue),
22491         (gst_base_rtp_depayload_push),
22492         (gst_base_rtp_depayload_set_gst_timestamp),
22493         (gst_base_rtp_depayload_queue_release):
22494         Some cleanups.
22495
22496         * gst-libs/gst/rtp/gstbasertppayload.c:
22497         (gst_basertppayload_class_init), (gst_basertppayload_init),
22498         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22499         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22500         (gst_basertppayload_get_property),
22501         (gst_basertppayload_change_state):
22502         Added debugging category.
22503
22504 2005-09-18  David Schleef  <ds@schleef.org>
22505
22506         * gst/playback/gstdecodebin.c: free plugin list correctly
22507         * gst/playback/gstplaybin.c: emit warning if autovideosink
22508           and autoaudiosink can't be found (instead of segfaulting)
22509
22510 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22511
22512         * check/elements/audioconvert.c: (GST_START_TEST):
22513           try out 24 bit conversion
22514
22515 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22516
22517         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22518         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22519         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22520         * ext/vorbis/vorbisenc.h:
22521           Fix EOS handling.  Still needs a fix in the ogg muxer to
22522           mark the last page as eos.
22523
22524 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22525
22526         * common/gtk-doc-plugins.mak:
22527         * docs/plugins/Makefile.am:
22528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22529         * gst/ffmpegcolorspace/Makefile.am:
22530         * gst/ffmpegcolorspace/avcodec.h:
22531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22532         * gst/tcp/gstmultifdsink.c:
22533           fix up ffmpegcolorspace docs; extract header
22534
22535 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * common/gtk-doc-plugins.mak:
22538         * docs/plugins/Makefile.am:
22539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22540         * ext/theora/Makefile.am:
22541         * ext/theora/gsttheoraenc.h:
22542         * ext/theora/theoraenc.c:
22543         * ext/vorbis/vorbisenc.c:
22544           pick up signals and args for vorbis; add some docs for vorbis
22545
22546 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22547
22548         * common/gstdoc-scangobj:
22549         * common/gtk-doc-plugins.mak:
22550         * docs/libs/Makefile.am:
22551         * docs/plugins/gst-plugins-base-plugins.args:
22552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22553         * docs/plugins/gst-plugins-base-plugins.interfaces:
22554         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22555         * docs/plugins/gst-plugins-base-plugins.signals:
22556           only scanobj stuff from our source module.  Not sure yet
22557           if that's correct, given the hierarchy stuff :)
22558
22559 2005-09-15  Wim Taymans  <wim@fluendo.com>
22560
22561         * gst/audioconvert/gstaudioconvert.c:
22562         And enable 24 bits mode as well..
22563
22564 2005-09-15  Wim Taymans  <wim@fluendo.com>
22565
22566         * gst-libs/gst/rtp/Makefile.am:
22567         * gst-libs/gst/rtp/gstbasertppayload.c:
22568         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22569         (gst_basertppayload_class_init), (gst_basertppayload_init),
22570         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22571         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22572         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22573         (gst_basertppayload_set_property),
22574         (gst_basertppayload_get_property),
22575         (gst_basertppayload_change_state):
22576         * gst-libs/gst/rtp/gstbasertppayload.h:
22577         Added rtp payloader base class.
22578
22579 2005-09-15  Andy Wingo  <wingo@pobox.com>
22580
22581         * configure.ac (plugindir): Remove the EOL matcher from the
22582         regexp, as it causes me problems. Libtool? Make? Who knows?
22583
22584 2005-09-14  David Schleef  <ds@schleef.org>
22585
22586         * check/generic/states.c: 
22587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22588         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22589           Fixes for changes in registry API.
22590
22591         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22592           to GST_PLUGIN_LDFLAGS.
22593         * ext/libvisual/visual.c: Make the library shut up.
22594         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22595         * gst-libs/gst/audio/gstaudiofilter.c: same
22596
22597 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * docs/plugins/Makefile.am:
22600         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22601         * docs/plugins/inspect/plugin-libvisual.xml:
22602         * docs/plugins/tmpl/element-tcpserversink.sgml:
22603         * ext/theora/theoraenc.c:
22604           add libvisual plugin and theoraenc element to docs
22605
22606 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22610         * ext/theora/theoraenc.c:
22611           add theoraenc
22612
22613 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22614
22615         * gst/audioconvert/Makefile.am:
22616           Audioconvert derives from GstBaseTransform and should
22617           link to the library with our base elements to avoid
22618           unresolved symbols. Makes things work with MinGW (#316160)
22619
22620         * gst/playback/test4.c: (main):
22621           Fix MinGW build problem and use g_usleep() instead of 
22622           sleep() (#316162)
22623
22624 2005-09-12  Wim Taymans  <wim@fluendo.com>
22625
22626         * gst/audioconvert/audioconvert.c: (float),
22627         (audio_convert_prepare_context), (audio_convert_convert):
22628         * gst/audioconvert/audioconvert.h:
22629         Cleanups, speedups, simplifications, added back support
22630         for 24 bits.
22631
22632 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22633
22634         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22635         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22636         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22637         * docs/plugins/tmpl/element-tcpserversink.sgml:
22638         * gst/ffmpegcolorspace/gstffmpeg.c:
22639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22640         * gst/videotestsrc/gstvideotestsrc.c:
22641         * gst/volume/gstvolume.c:
22642           add more elements to the docs
22643
22644 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22645
22646         * check/Makefile.am:
22647         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22648         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22649           Add extra tests for basetransform based components. 
22650           Comment out the test_element_negotiation test until we decide
22651           if it's testing correct behaviour.
22652         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22653         (gst_visual_chain), (gst_visual_change_state):
22654           Slightly more correct but still bogus timestamping.
22655           Fix state change function.
22656         * gst/audioconvert/gstaudioconvert.c:
22657         (gst_audio_convert_class_init):
22658         * gst/audioresample/gstaudioresample.c:
22659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22660         (gst_ffmpegcsp_class_init):
22661         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22662         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22663         (gst_videoscale_prepare_image):
22664         * gst/volume/gstvolume.c: (gst_volume_class_init),
22665         (volume_transform_ip):
22666           Basetransform updates. Enable passthrough modes.
22667         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22668         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22669         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22670           Negotiation fix that allows the window to return to the original
22671           size and renegotiate passthrough upstream. Extra debug output.
22672
22673 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * gst/sine/gstsinesrc.c:
22676         * gst/volume/gstvolume.c:
22677           fix up header include
22678
22679 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22680
22681         * gst-libs/gst/audio/gstbaseaudiosink.c:
22682         (gst_base_audio_sink_render):
22683         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22684         * gst/volume/gstvolume.c: (gst_volume_class_init),
22685         (volume_transform):
22686           fixing lost sync, some more debugging
22687
22688 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22689
22690         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22691         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22692         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22693         (gst_xvimagesink_check_xshm_calls):
22694           Fix compilation when XShm is not available.
22695
22696 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22697
22698         * ext/libvisual/visual.c: (gst_visual_dispose),
22699         (gst_visual_getcaps), (gst_visual_src_setcaps),
22700         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22701         (gst_visual_change_state):
22702           Finish fixing up libvisual plugin so that it runs. 
22703
22704 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22705
22706         * ext/vorbis/vorbisenc.c:
22707         * gst-libs/gst/tag/gstvorbistag.c:
22708           gsttaginterface.h -> gsttagsetter.h
22709
22710 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22711
22712         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22713           added another test that failes for me (test is not active by default)
22714
22715 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22716
22717         * configure.ac:
22718           v4l2 is no longer in gst-plugins-base
22719
22720 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22721
22722         * configure.ac:
22723           In the output at the end, don't show the first plugin on the same
22724           line as "Core plug-ins, always built:".
22725           Indent the output as for other plugin categories
22726         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22727           #define that can be used to not use peer buffer_alloc functions for
22728           test purposes.
22729         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22730         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22731         (gst_ximagesink_show_frame):
22732         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22733         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22734         (gst_xvimagesink_show_frame):
22735           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22736           fails gracefully instead of XError aborting or deadlocking.
22737
22738 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22739
22740         * ext/libvisual/Makefile.am:
22741           link against gst-base-libs
22742
22743 2005-09-06  David Schleef  <ds@schleef.org>
22744
22745         * configure.ac: Enable libvisual plugin.
22746         * ext/libvisual/Makefile.am:
22747         * ext/libvisual/visual.c: Fixes to make it compile.
22748
22749 === release 0.9.2 ===
22750
22751 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22752
22753         * NEWS:
22754         * RELEASE:
22755         * configure.ac:
22756         * docs/random/ChangeLog-0.8:
22757           releasing 0.9.2, "Spoon"
22758
22759 2005-09-05  Michael Smith <msmith@fluendo.com>
22760
22761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22762           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22763           that in the vorbisenc element.
22764
22765 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22766
22767         * common/gtk-doc-plugins.mak:
22768         * docs/plugins/Makefile.am:
22769           fix distcheck
22770         * gst/audioresample/resample.c:
22771           fix wrong docstring
22772
22773 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22774
22775         * common/gst-xmlinspect.py:
22776         * common/gtk-doc-plugins.mak:
22777           only inspect plugins for this given package
22778           require gst-python 0.9
22779
22780 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22781
22782         * Makefile.am:
22783         * autogen.sh:
22784         * common/gst-xmlinspect.py:
22785         * configure.ac:
22786         * docs/Makefile.am:
22787         * docs/plugins/inspect/plugin-alsa.xml:
22788         * docs/plugins/inspect/plugin-audioresample.xml:
22789         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22790         * docs/plugins/inspect/plugin-ogg.xml:
22791         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22792         * docs/plugins/tmpl/element-multifdsink.sgml:
22793         * docs/plugins/tmpl/element-tcpserversink.sgml:
22794         * docs/plugins/tmpl/element-vorbisenc.sgml:
22795         * gst-plugins-base.spec.in:
22796           various doc-related updates
22797
22798 2005-08-31  Wim Taymans  <wim@fluendo.com>
22799
22800         * gst-libs/gst/audio/gstbaseaudiosink.c:
22801         (gst_base_audio_sink_render):
22802         Resync if the buffer timestamps drift more than a 10th 
22803         of a second.
22804
22805 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22806
22807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22808         (gst_v4lsrc_get_property):
22809           The 'timestamp-offset' property is registered as an int64, so
22810           let's use g_value_{set|get}_int64() in our setter and getter
22811           functions (makes it work and fixes warnings with gst-inspect).
22812
22813 2005-08-30  Wim Taymans  <wim@fluendo.com>
22814
22815         * check/elements/audioconvert.c: (setup_audioconvert):
22816         * check/elements/audioresample.c: (setup_audioresample):
22817         * check/elements/volume.c: (setup_volume):
22818         Fix checks.
22819
22820 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * common/gtk-doc-plugins.mak:
22823         * common/plugins.xsl:
22824         * docs/plugins/Makefile.am:
22825           make module a param
22826
22827 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22828
22829         * examples/seeking/seek.c: (make_mp3_pipeline),
22830         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22831         (play_cb), (pause_cb), (stop_cb):
22832           update the example
22833
22834 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22835
22836         * gst/volume/gstvolume.c: (gst_volume_class_init),
22837         (volume_transform):
22838           do not update controlled params, if buffer has no timestamp
22839
22840 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22841
22842         * configure.ac:
22843         * gst/sine/Makefile.am:
22844         * gst/volume/Makefile.am:
22845           controllerized elements also need to link against controller-libs ;)
22846
22847 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22848
22849         * docs/libs/tmpl/gstcolorbalance.sgml:
22850         * docs/libs/tmpl/gstgconf.sgml:
22851         * docs/libs/tmpl/gstmixer.sgml:
22852         * docs/libs/tmpl/gstringbuffer.sgml:
22853         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22854         (gst_sinesrc_create):
22855         * gst/volume/gstvolume.c: (gst_volume_class_init),
22856         (volume_transform):
22857           controllerized two audio plugins
22858
22859 2005-08-29  Andy Wingo  <wingo@pobox.com>
22860
22861         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22862         (vorbis_handle_data_packet): Fix some int overflow errors.
22863
22864         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22865         -1.
22866         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22867         valid.
22868         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22869         if it's valid. Fixed streaming-mode playback.
22870
22871         * check/elements/volume.c (cleanup_volume): Fix for running
22872         CK_FORK=no.
22873
22874         * check/elements/audioconvert.c: Convert from native endian, not
22875         little endian.
22876
22877 2005-08-29  Michael Smith <msmith@fluendo.com>
22878
22879         * ext/ogg/Makefile.am:
22880         * ext/ogg/gstogg.c: (plugin_init):
22881         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22882         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22883         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22884         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22885         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22886         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22887         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22888         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22889         Add an ogg parser element.
22890
22891 2005-08-28  Andy Wingo  <wingo@pobox.com>
22892
22893         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22894
22895 2005-08-26  Wim Taymans  <wim@fluendo.com>
22896
22897         * gst/audioconvert/audioconvert.c: (if), (float),
22898         (audio_convert_get_func_index), (check_default),
22899         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22900         (audio_convert_clean_context), (audio_convert_get_sizes),
22901         (audio_convert_convert):
22902         Cleanups.
22903
22904 2005-08-26  Wim Taymans  <wim@fluendo.com>
22905
22906         * gst/audioconvert/audioconvert.c: (if), (float),
22907         (audio_convert_get_func_index), (check_default),
22908         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22909         (audio_convert_clean_context), (audio_convert_get_sizes),
22910         (audio_convert_convert):
22911         More elegant and working temp buffer selection algo.
22912
22913 2005-08-26  Wim Taymans  <wim@fluendo.com>
22914
22915         * gst/audioconvert/audioconvert.c: (if), (float),
22916         (audio_convert_get_func_index), (check_default),
22917         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22918         (audio_convert_clean_context), (audio_convert_get_sizes),
22919         (get_temp_buffer), (audio_convert_convert):
22920         Use realloc else we lose our original data.
22921
22922 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22923
22924         * gst/audioresample/gstaudioresample.c:
22925           use base class' newsegment to properly timestamp
22926
22927 2005-08-26  Wim Taymans  <wim@fluendo.com>
22928
22929         * gst/audioconvert/audioconvert.c: (if), (float),
22930         (audio_convert_get_func_index), (check_default),
22931         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22932         (audio_convert_clean_context), (audio_convert_get_sizes),
22933         (get_temp_buffer), (audio_convert_convert):
22934         * gst/audioconvert/gstaudioconvert.c:
22935         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22936         (gst_audio_convert_transform_caps),
22937         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22938         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22939         Oops, allocate enough space to perform the channel mix.
22940
22941 2005-08-26  Wim Taymans  <wim@fluendo.com>
22942
22943         * gst/audioconvert/Makefile.am:
22944         * gst/audioconvert/audioconvert.c: (if), (float),
22945         (audio_convert_get_func_index), (check_default),
22946         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22947         (audio_convert_clean_context), (audio_convert_get_sizes),
22948         (get_temp_buffer), (audio_convert_convert):
22949         * gst/audioconvert/audioconvert.h:
22950         * gst/audioconvert/gstaudioconvert.c:
22951         (gst_audio_convert_class_init), (gst_audio_convert_init),
22952         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22953         (gst_audio_convert_get_unit_size),
22954         (gst_audio_convert_transform_caps),
22955         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22956         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22957         * gst/audioconvert/gstaudioconvert.h:
22958         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22959         (gst_channel_mix_fill_identical),
22960         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22961         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22962         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22963         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22964         (gst_channel_mix_mix):
22965         * gst/audioconvert/gstchannelmix.h:
22966         Cleanups, librarify a bit, optimize, better negotiation and more.
22967
22968 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22969
22970         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22971         Another from MikeS:
22972         During typefinding, don't support negative offsets
22973         (offsets from the end of the stream) in our typefind->peek() function
22974         - nothing embedded in ogg ever needs them. However, we need to recognise
22975         those requests and reject them, otherwise we return invalid pointers.
22976
22977 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22978
22979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22980         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22981         (vorbisdec_finalize), (vorbis_handle_type_packet):
22982           Big shout-out to MikeS for fixing this giant memory leak.
22983           Huzzah!
22984
22985 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22986
22987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22988         (audio_convert_get_unit_size):
22989           plug some leaks
22990
22991 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22992
22993         * check/Makefile.am:
22994         * check/elements/audioconvert.c: (setup_audioconvert),
22995         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22996         (GST_START_TEST), (audioconvert_suite), (main):
22997           add a test for audioconvert
22998         * gst/audioresample/gstaudioresample.c:
22999         * gst/audioresample/gstaudioresample.h:
23000           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23001           note that for buffers of 1/3 sec this means DURATION(c) is 
23002           one nanosecond more than for a and b
23003
23004 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23005
23006         * check/Makefile.am:
23007         * check/elements/audioresample.c: (setup_audioresample),
23008         (cleanup_audioresample), (fail_unless_perfect_stream),
23009         (test_perfect_stream_instance), (GST_START_TEST),
23010           add a check for audioresample
23011         (audioresample_suite), (main):
23012         * check/elements/volume.c: (GST_START_TEST):
23013           remove unused method
23014         * gst/audioresample/gstaudioresample.c:
23015           set correct buffer parameters since we're changing them
23016         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23017           add some debug
23018
23019 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23020
23021         * gst/audioresample/debug.c:
23022         * gst/audioresample/gstaudioresample.c:
23023           add room for extra overlap samples when asked to transform size
23024           protect against possible mem corruption and check for discrepancies
23025           between written size and outbuffer's size so we can warn for
23026           potential problems
23027         * gst/audioresample/resample.c: (resample_init),
23028         (resample_get_output_size_for_input), (resample_get_output_size),
23029         (resample_set_n_channels), (resample_set_format):
23030           set debug level based on RESAMPLE_DEBUG env var
23031           make sure that get_output_size* returns a whole number of
23032           sample_size
23033           set sample_size each time either channel or format is set
23034         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23035         * gst/audioresample/resample_functable.c:
23036         (resample_scale_functable):
23037         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23038           remove r->sample_size, it's done in resample.c now
23039           add some debugging to the ref implementation
23040           make sure we only give back bytes that are wholes of the sample
23041           size
23042
23043 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23044         * gst/playback/gstplaybasebin.c: (fill_buffer):
23045         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23046
23047 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23048
23049         * gst/volume/gstvolume.c:
23050           made set_caps function static
23051
23052 2005-08-24  Wim Taymans  <wim@fluendo.com>
23053
23054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23055         (gst_vorbisenc_change_state):
23056         Stop leaking taglists.
23057
23058 2005-08-24  Wim Taymans  <wim@fluendo.com>
23059
23060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23061         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23062         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23063         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23064         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23065         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23066         Parse seeking events better.
23067         Unref static caps.
23068         Generate correct newsegment events, fixes seeking in live oggs.
23069
23070         * ext/theora/theoradec.c: (theora_dec_src_query),
23071         (theora_dec_src_event), (theora_dec_src_getcaps),
23072         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23073         Use newsegment values to report correct play time.
23074
23075         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23076         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23077         * ext/vorbis/vorbisdec.h:
23078         Parse and use newsegment values to report correct play time.
23079
23080         * gst-libs/gst/audio/gstbaseaudiosink.c:
23081         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23082         Clear ringbuffer on flush.
23083         Use newsegment values to calculate playback time.
23084
23085         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23087         Basesink does newsegment calculations for us now.
23088
23089 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23090
23091         * check/Makefile.am:
23092         * configure.ac:
23093           add core's plugins to the mix so that playbin works
23094         * check/generic/states.c: (GST_START_TEST):
23095           set a 0 timeout on pipelines, so they don't force the next
23096           state change
23097         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23098         (gst_play_base_bin_change_state):
23099           remove the crappy error handling and do GST error handling
23100
23101 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23102
23103         * check/Makefile.am:
23104         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23105           add same test as to core, it bitches out on playbin atm.
23106
23107 2005-08-24  Wim Taymans  <wim@fluendo.com>
23108
23109         * configure.ac:
23110         Remove audioscale.
23111
23112 2005-08-24  Wim Taymans  <wim@fluendo.com>
23113
23114         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23115         (gst_videoscale_prepare_size), (parse_caps),
23116         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23117         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23118         (gst_videoscale_transform):
23119         * gst/videoscale/gstvideoscale.h:
23120         Refactor, make use of BaseTranform really well.
23121
23122 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23123
23124         * configure.ac:
23125           compile audioresample
23126         * gst/audioresample/Makefile.am:
23127         * gst/audioresample/buffer.c:
23128         * gst/audioresample/functable.c:
23129         * gst/audioresample/gstaudioresample.c:
23130         * gst/audioresample/gstaudioresample.h:
23131         * gst/audioresample/resample.c:
23132         (resample_get_output_size_for_input):
23133         * gst/audioresample/resample.h:
23134         * gst/audioresample/resample_chunk.c:
23135         * gst/audioresample/resample_functable.c:
23136         * gst/audioresample/resample_ref.c:
23137           port to use basetransform; doesn't work in all cases yet
23138
23139 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23140
23141         * gst/audioconvert/gstaudioconvert.c:
23142         (gst_audio_convert_class_init), (gst_audio_convert_init),
23143         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23144         (audio_convert_fixate_caps), (audio_convert_set_caps),
23145         (audio_convert_transform),
23146         (gst_audio_convert_buffer_to_default_format),
23147         (gst_audio_convert_buffer_from_default_format),
23148         (gst_audio_convert_channels):
23149         * gst/audioconvert/gstchannelmix.c:
23150         * gst/audioconvert/gstchannelmix.h:
23151           port to basetransform
23152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23153         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23154         (gst_ffmpegcsp_get_unit_size):
23155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23156         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23157           fix for basetransform changes
23158
23159 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23160
23161         * check/Makefile.am:
23162           Add CHECK_CFLAGS and LDFLAGS
23163
23164         * gst/playback/gstplaybasebin.c: (fill_buffer):
23165           GST_MESSAGE_SRC became a GObject
23166
23167 2005-08-24  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23170         (gst_ring_buffer_clear_all):
23171         * gst-libs/gst/audio/gstringbuffer.h:
23172         Added function to clear the ringbuffer.
23173
23174 2005-08-24  Andy Wingo  <wingo@pobox.com>
23175
23176         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23177         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23178         of _open and _close.
23179
23180         * sys/v4l/gstv4lxoverlay.h:
23181         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23182         an Xv connection here, instead of all the time. Make Xv only be
23183         loaded if you axe for it. Kindof a workaround for buggy behaviour
23184         of Xv when using remote xservers (XvQueryExtension would block).
23185         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23186         replace the _open and _close public API. Only start the xv
23187         connection if necessary.
23188         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23189
23190 2005-08-23  David Schleef  <ds@schleef.org>
23191
23192         * gst/audioresample/Makefile.am: Leet audioresampling code
23193         * gst/audioresample/buffer.c:
23194         * gst/audioresample/buffer.h:
23195         * gst/audioresample/debug.c:
23196         * gst/audioresample/debug.h:
23197         * gst/audioresample/functable.c:
23198         * gst/audioresample/functable.h:
23199         * gst/audioresample/gstaudioresample.c:
23200         * gst/audioresample/gstaudioresample.h:
23201         * gst/audioresample/resample.c:
23202         * gst/audioresample/resample.h:
23203         * gst/audioresample/resample_chunk.c:
23204         * gst/audioresample/resample_functable.c:
23205         * gst/audioresample/resample_ref.c:
23206
23207 2005-08-23  Wim Taymans  <wim@fluendo.com>
23208
23209         * examples/seeking/seek.c: (make_vorbis_pipeline),
23210         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23211         Small seek updates.
23212
23213 2005-08-23  Andy Wingo  <wingo@pobox.com>
23214
23215         * gst-libs/gst/audio/gstbaseaudiosrc.c
23216         (gst_base_audio_src_fixate): Only fixate endianness if it is
23217         present in the caps.
23218
23219 2005-08-22  Andy Wingo  <wingo@pobox.com>
23220
23221         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23222         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23223         device-name property.
23224
23225         * gst-libs/gst/audio/gstaudiosrc.h:
23226         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23227         close_device in the ring buffer, like gstaudiosink.
23228
23229         * ext/alsa/gstalsamixer.h:
23230         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23231         macro to implement the interface without much code. Cleanups. 
23232
23233         * ext/alsa/gstalsasrc.h:
23234         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23235         READY.
23236
23237         * ext/alsa/Makefile.am: Add new files.
23238         * ext/alsa/gstalsamixerelement.c: 
23239         * ext/alsa/gstalsamixerelement.c: Split element code out from
23240         mixer code so that alsasrc can be a mixer too.
23241
23242 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23243
23244         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23245         (GST_START_TEST):
23246         * check/elements/vorbisdec.c: (setup_vorbisdec),
23247         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23248         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23249         (vorbis_handle_identification_packet),
23250         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23251         (vorbis_handle_header_packet), (vorbis_dec_push),
23252         (vorbis_dec_chain):
23253           use the setup/teardown methods to save code.  save code is good.
23254
23255 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23256
23257         * check/Makefile.am:
23258           add ext dir for plugins
23259           add vorbisdec test conditionally
23260         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23261         (GST_START_TEST), (volume_suite):
23262           add a test with wrong caps
23263         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23264         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23265           add a vorbisdec test
23266         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23267         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23268           clean up debug output
23269         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23270           yay, fix a segfault/security issue in vorbisdec
23271           gst-launch fakesrc ! vorbisdec wasn't happy
23272         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23273         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23274         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23275         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23276         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23277         (gst_vorbisenc_set_metadata), (get_constraints_string),
23278         (update_start_message), (gst_vorbisenc_setup),
23279         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23280         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23281         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23282         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23283         * ext/vorbis/vorbisenc.h:
23284           march in line
23285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23286         (gst_ffmpegcsp_transform):
23287           have the kow come home
23288         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23289           debug my func ptr
23290         * gst/volume/gstvolume.c: (volume_set_caps):
23291           add a debug
23292
23293 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23294
23295         * Makefile.am:
23296         * check/.cvsignore:
23297         * check/Makefile.am:
23298         * check/elements/.cvsignore:
23299         * check/elements/volume.c: (chain_func), (event_func),
23300         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23301         (main):
23302         * configure.ac:
23303           add unit test structure for gst-plugins-base
23304           add a test for volume
23305         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23306         (gst_volume_set_volume), (gst_volume_get_volume),
23307         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23308         (volume_funcfind), (volume_process_float), (volume_process_int16),
23309         (volume_set_caps), (volume_transform), (volume_update_mute),
23310         (volume_update_volume), (volume_set_property),
23311         (volume_get_property):
23312           document a little; use basetransform vmethod _set_caps
23313
23314 2005-08-19  Andy Wingo  <wingo@pobox.com>
23315
23316         * ext/alsa/gstalsamixertrack.h:
23317         * ext/alsa/gstalsamixertrack.c:
23318         * ext/alsa/gstalsamixeroptions.h:
23319         * ext/alsa/gstalsamixeroptions.c:
23320         * ext/alsa/gstalsamixer.h:
23321         * ext/alsa/gstalsamixer.c: Port to 0.9.
23322
23323         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23324         Remove gstalsa.c and alsaclock. No more cruft here.
23325         
23326 2005-08-18  Wim Taymans  <wim@fluendo.com>
23327
23328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23329         (gst_base_rtp_depayload_chain),
23330         (gst_base_rtp_depayload_add_to_queue),
23331         (gst_base_rtp_depayload_push),
23332         (gst_base_rtp_depayload_queue_release):
23333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23334         Fix for RTPBuffer changes.
23335
23336         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23337         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23338         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23339         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23340         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23341         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23342         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23343         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23344         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23345         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23346         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23347         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23348         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23349         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23350         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23351         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23352         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23353         (gst_rtpbuffer_get_payload):
23354         * gst-libs/gst/rtp/gstrtpbuffer.h:
23355         Don't subclass GstBuffer but add methods and helper functions
23356         to construct and manipulate RTP packets in regular GstBuffers.
23357
23358 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23359
23360         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23361           moved statement below switch
23362         * gst/volume/gstvolume.c: (gst_volume_class_init):
23363           added debug ptr
23364
23365 2005-08-16  Wim Taymans  <wim@fluendo.com>
23366
23367         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23368         (gst_base_audio_src_change_state):
23369         Open and close device in READY<->NULL state change.
23370
23371 2005-08-16  Andy Wingo  <wingo@pobox.com>
23372
23373         * examples/seeking/Makefile.am: Don't compile non-compiling
23374         compiled objects with the compiler.
23375
23376         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23377         elements.
23378
23379 2005-08-12  Philippe Khalaf <burger@speedy.org>
23380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23382           Made a thread to release the queue.
23383           Removed timestamp conversion for now.
23384
23385 2005-08-10  Philippe Khalaf <burger@speedy.org>
23386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23387         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23388           Added rtp timestamp -> gst timestamp conversion.
23389           Fixed several problems with queue.
23390
23391 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23392
23393         * gst-libs/gst/audio/gstaudioclock.h:
23394         * gst-libs/gst/audio/gstaudiofilter.h:
23395         * gst-libs/gst/audio/gstaudiosink.h:
23396         * gst-libs/gst/audio/gstaudiosrc.h:
23397         * gst-libs/gst/audio/gstbaseaudiosink.h:
23398         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23399         * gst-libs/gst/audio/gstringbuffer.h:
23400         * gst-libs/gst/net/gstnetbuffer.h:
23401         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23402         * gst-libs/gst/rtp/gstrtpbuffer.h:
23403           Add padding (you will need to rebuild gst-plugins-base,
23404           gst-plugins and all applications afterwards!)
23405
23406 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23407
23408         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23409         (gst_riff_parse_chunk):
23410           Fix bug in debug message and add some more debug messages.
23411
23412 2005-08-08  Edward Hervey  <edward@fluendo.com>
23413
23414         * gst-libs/gst/riff/riff-media.c:
23415         backported updates since branch
23416
23417 2005-08-08  Andy Wingo  <wingo@pobox.com>
23418
23419         * gst-libs/gst/audio/gstbaseaudiosink.c
23420         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23421         like good elements should. Close on READY->NULL too.
23422
23423         * gst-libs/gst/audio/gstaudiosink.c
23424         (gst_audioringbuffer_open_device,
23425         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23426         (gst_audioringbuffer_release): Updates for new ring buffer API,
23427         hook into the new audio sink api.
23428
23429         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23430         (GstAudioSinkClass.close): Just open and close the device -- no
23431         resource allocation or configuration.
23432         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23433         vmethods, handle device setup and resource allocation.
23434
23435         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23436         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23437         base class API.
23438
23439         * gst-libs/gst/audio/gstringbuffer.h
23440         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23441         New vmethods.
23442
23443         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23444         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23445         New API functions. The device should be opened before acquiring
23446         and closed after releasing.
23447
23448 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23449
23450         * gst-libs/gst/interfaces/mixer.h:
23451           Reset padding to GST_PADDING.
23452
23453 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23454
23455         * gst/playback/gstplaybin.c: (remove_sinks):
23456           Remove visualization from parent explicitely; works around some
23457           apparent refcount issue that I haven't tracked down yet.
23458
23459 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * ext/alsa/gstalsasink.c: (set_hwparams):
23462           Assign debug category, add negotiation debug msgs.
23463
23464 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23465
23466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23467           Fix error code for file-not-found to NOT_FOUND.
23468
23469 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23470
23471         * common/gtk-doc-plugins.mak:
23472         * docs/plugins/Makefile.am:
23473         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23474         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23475           renamed to actual element names, so much nicer to look at
23476         * docs/plugins/tmpl/gstmultifdsink.sgml:
23477           remove
23478         * docs/plugins/tmpl/multifdsink.sgml:
23479         * docs/plugins/tmpl/tcpserversink.sgml:
23480           add
23481         * ext/alsa/gstalsa.c:
23482         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23483         * ext/ogg/gstoggmux.c:
23484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23485         * gst/playback/gstdecodebin.c:
23486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23487         * gst/tcp/gsttcpserversink.c:
23488           various fixes and documentation additions
23489
23490 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23491
23492         * common/Makefile.am:
23493         * common/gstdoc-scangobj:
23494         * common/gtk-doc-plugins.mak:
23495         * common/gtk-doc.mak:
23496           add a custom scangobj that uses the registry
23497           add a custom gtk-doc-plugins.mak that uses it
23498           some doc build fixes
23499         * configure.ac:
23500         * docs/Makefile.am:
23501         * docs/plugins/Makefile.am:
23502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23504         * docs/plugins/gst-plugins-base-plugins.types:
23505         * docs/plugins/tmpl/gstmultifdsink.sgml:
23506           add docs for one element, multifdsink
23507         * gst/adder/gstadder.h:
23508         * gst/volume/gstvolume.h:
23509           don't privatize enum
23510         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23511         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23512         (gst_sync_method_get_type), (gst_client_status_get_type),
23513         (gst_multifdsink_class_init),
23514         (gst_multifdsink_client_queue_buffer),
23515         (gst_multifdsink_handle_client_write):
23516         * gst/tcp/gstmultifdsink.h:
23517         * gst/tcp/gsttcp.h:
23518         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23519         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23520         (gst_tcpclientsink_render):
23521         * gst/tcp/gsttcpclientsink.h:
23522         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23523         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23524         (gst_tcpclientsrc_start):
23525         * gst/tcp/gsttcpclientsrc.h:
23526         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23527         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23528         * gst/tcp/gsttcpserversrc.h:
23529         * gst/typefind/gsttypefindfunctions.c:
23530           remove superfluous Type stuff
23531
23532 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23533
23534         * gst/playback/gstplaybin.c: (gen_video_element):
23535           Enable videoscale.
23536
23537 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23538
23539         * gst-libs/gst/gconf/gconf.c:
23540         * gst-libs/gst/gconf/gconf.h:
23541           Fix some Andy Problem [tm].
23542
23543 2005-08-04  Andy Wingo  <wingo@pobox.com>
23544
23545         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23547         (gst_ffmpegcsp_get_size): Adapt to API changes.
23548
23549         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23550         Implement an in-place do-nothing transform.
23551
23552 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23553
23554         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23555         (gst_ximagesink_renegotiate_size):
23556           Do not set new window sizes yet if we prepare a new buffer size
23557           for upstream renegotiation (software scaling) at some point in the
23558           future, because this new size waqs not actually accepted yet. Once
23559           accepted, renegotiation later on will set the new sizes just fine.
23560           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23561           embedding testcase.
23562
23563 2005-08-03  Andy Wingo  <wingo@pobox.com>
23564
23565         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23566         (gst_ximagesink_buffer_alloc): 
23567         Protect the height, width, and desired_caps with the pool_lock.
23568         Fixes videotestsrc ! queue ! ximagesink.
23569
23570 2005-08-02  Edward Hervey  <edward@fluendo.com>
23571
23572         * gst/volume/gstvolume.c:
23573         include left from controller cleanup
23574
23575 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23577           Stop collectpads before calling the parent state
23578           change function on PAUSED->READY.
23579
23580 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23581         * configure.ac:
23582           When testing for X libs, use the X CFlags 
23583         * gst/adder/gstadder.c: (gst_adder_change_state):
23584           Stop the collectpads before calling parent state change function
23585           on PAUSED->READY, otherwise we deadlock deactivating pads.
23586
23587 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23588
23589         * configure.ac:
23590         * docs/libs/tmpl/gstcolorbalance.sgml:
23591         * docs/libs/tmpl/gstmixer.sgml:
23592         * examples/Makefile.am:
23593         * gst/sine/Makefile.am:
23594         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23595         (gst_sinesrc_set_property), (plugin_init):
23596         * gst/sine/gstsinesrc.h:
23597         * gst/volume/Makefile.am:
23598         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23599         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23600         (volume_process_float), (volume_process_int16),
23601         (volume_set_property), (plugin_init):
23602         * gst/volume/gstvolume.h:
23603           deactivate and remove dparams (libgstcontrol)
23604
23605 2005-07-29  Wim Taymans  <wim@fluendo.com>
23606
23607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23608         Convert me to BaseTransform!! help..
23609
23610 2005-07-29  Andy Wingo  <wingo@pobox.com>
23611
23612         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23613         sinks.
23614
23615         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23616         support of both endiannesses.
23617
23618 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23619
23620         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23621           Fix confusing debug message (s/event/query/)
23622
23623 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23624
23625         * gst/videotestsrc/videotestsrc.h:
23626           Use "_stdint.h" instead of <stdint.h>
23627
23628 2005-07-27  Wim Taymans  <wim@fluendo.com>
23629
23630         * ext/vorbis/Makefile.am:
23631         Revert wrong commit.
23632
23633 2005-07-27  Wim Taymans  <wim@fluendo.com>
23634
23635         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23636         More compilation fixen.
23637
23638 2005-07-27  Wim Taymans  <wim@fluendo.com>
23639
23640         * gst-libs/gst/audio/gstbaseaudiosink.c:
23641         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23642         (gst_base_audio_sink_create_ringbuffer),
23643         (gst_base_audio_sink_change_state):
23644         Fix compilation.
23645
23646 2005-07-27  Wim Taymans  <wim@fluendo.com>
23647
23648         * examples/seeking/seek.c: (setup_dynamic_link),
23649         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23650         (query_positions_elems), (query_positions_pads), (do_seek):
23651         Update seek example.
23652
23653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23654         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23655         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23656         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23657         (gst_ogg_demux_handle_event),
23658         (gst_ogg_demux_deactivate_current_chain),
23659         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23660         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23661         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23662         (gst_ogg_demux_loop):
23663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23664         * ext/theora/theoradec.c: (theora_dec_src_event),
23665         (theora_dec_src_getcaps), (theora_dec_sink_event),
23666         (theora_dec_push), (theora_dec_chain):
23667         * ext/vorbis/Makefile.am:
23668         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23669         (vorbis_dec_sink_event), (vorbis_dec_push),
23670         (vorbis_handle_data_packet):
23671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23672         (gst_vorbisenc_chain):
23673         * gst/playback/gststreaminfo.c: (cb_probe):
23674         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23675         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23676         * gst/videoscale/gstvideoscale.c:
23677         (gst_videoscale_handle_src_event):
23678         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23679         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23680         (gst_ximagesink_navigation_send_event):
23681         * sys/xvimage/xvimagesink.c:
23682         (gst_xvimagesink_navigation_send_event):
23683         Various event updates and cleanups
23684
23685 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23686
23687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23688           Fix segfault for I420/YV12.
23689
23690 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23691
23692         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23693           Report bitrate.
23694
23695 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23696
23697         * gst/playback/gstplaybin.c: (gen_video_element),
23698         (gen_audio_element):
23699           Switch to auto*sink elements as default sinks; add volume element
23700           so that volume control in totem works.
23701
23702 2005-07-21  Wim Taymans  <wim@fluendo.com>
23703
23704         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23705         * gst/playback/gstplaybin.c: (setup_sinks),
23706         (gst_play_bin_change_state):
23707         Refcount fix and more comments.
23708
23709 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23710
23711         * sys/ximage/Makefile.am:
23712         * sys/ximage/ximage.c: (plugin_init):
23713         * sys/ximage/ximagesink.c:
23714         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23715         
23716
23717 2005-07-21  Wim Taymans  <wim@fluendo.com>
23718
23719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23720         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23721         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23722         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23723         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23724         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23725         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23726         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23727         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23728         Generate correct disconts for live chained oggs.
23729
23730         * gst-libs/gst/audio/gstbaseaudiosink.c:
23731         (gst_base_audio_sink_render),
23732         (gst_base_audio_sink_create_ringbuffer),
23733         (gst_base_audio_sink_change_state):
23734         Handle discont math correctly.
23735
23736         * gst/playback/gstplaybin.c: (add_sink):
23737         Some small debug cleanup.
23738
23739 2005-07-21  Wim Taymans  <wim@fluendo.com>
23740
23741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23742         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23743         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23744         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23745         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23746         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23747         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23748         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23749         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23750         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23751         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23752         (gst_ogg_demux_change_state), (gst_ogg_print):
23753         Reorganize code to send the right disconts when in streaming
23754         mode.
23755
23756 2005-07-20  Andy Wingo  <wingo@pobox.com>
23757
23758         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23759         fix (?), fixes a seggie mcfalterson (#310894).
23760
23761 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23762
23763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23764         (gst_ogg_mux_set_header_on_caps):
23765         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23767         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23768         * gst-libs/gst/audio/multichannel.c:
23769         (gst_audio_set_channel_positions),
23770         (gst_audio_set_structure_channel_positions_list):
23771         * gst/playback/gstdecodebin.c: (dynamic_create):
23772         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23773         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23774           Fixes for API changes in core.
23775
23776 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23777
23778         * gst/playback/gstplaybasebin.c: (fill_buffer):
23779           Use _new_custom() so we can set custom message types for buffering
23780           messages.
23781
23782 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23783
23784         * configure.ac:
23785         * gst-libs/gst/Makefile.am:
23786         * gst-libs/gst/gconf/.cvsignore:
23787         * gst-libs/gst/gconf/Makefile.am:
23788         * gst-libs/gst/gconf/test-gconf.c:
23789         * pkgconfig/Makefile.am:
23790         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23791         * pkgconfig/gstreamer-gconf.pc.in:
23792           Remove gconf stuff, use gconf elements instead from now on.
23793
23794 2005-07-20  Wim Taymans  <wim@fluendo.com>
23795
23796         * gst-libs/gst/audio/TODO:
23797         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23798         (gst_audio_clock_get_internal_time):
23799         * gst-libs/gst/audio/gstaudioclock.h:
23800         * gst-libs/gst/audio/gstbaseaudiosink.c:
23801         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23802         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23803         (gst_base_audio_sink_render),
23804         (gst_base_audio_sink_create_ringbuffer),
23805         (gst_base_audio_sink_change_state):
23806         Make sure the audio clock always returns an increasing value.
23807
23808 2005-07-19  Andy Wingo  <wingo@pobox.com>
23809
23810         * gst/videotestsrc/: Cleanups.
23811
23812 2005-07-19  Wim Taymans  <wim@fluendo.com>
23813
23814         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23815         Better debugging.
23816
23817 2005-07-19  Wim Taymans  <wim@fluendo.com>
23818
23819         * examples/seeking/seek.c: (make_dv_pipeline),
23820         (make_vorbis_theora_pipeline), (query_rates),
23821         (query_positions_elems), (query_positions_pads), (do_seek):
23822         Make correct DV pipeline.
23823
23824 2005-07-18  Andy Wingo  <wingo@pobox.com>
23825
23826         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23827         default. Also because it's the only thing that really works. (This
23828         is used in the GConf elements).
23829         Use AS_LIBTOOL_TAGS.
23830
23831 2005-07-18  Wim Taymans  <wim@fluendo.com>
23832
23833         * gst/playback/gstdecodebin.c: (remove_element_chain):
23834         * gst/playback/gstplaybin.c: (add_sink):
23835         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23836         (gst_stream_info_set_mute):
23837         * gst/playback/gststreamselector.c:
23838         (gst_stream_selector_get_linked_pad),
23839         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23840         More leak and compile fixes.
23841
23842 2005-07-18  Wim Taymans  <wim@fluendo.com>
23843
23844         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23845         (query_rates), (query_positions_elems), (query_positions_pads),
23846         (do_seek), (seek_cb), (stop_seek):
23847         Updated seek example. 
23848
23849         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23850         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23851         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23852         * gst/playback/gstplaybin.c: (add_sink):
23853         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23854         (gst_stream_info_set_mute):
23855         Some refcount leak fixes.
23856
23857 2005-07-16  Wim Taymans  <wim@fluendo.com>
23858
23859         * gst-libs/gst/audio/gstbaseaudiosink.c:
23860         (gst_base_audio_sink_render):
23861         Align samples even if we have roundoff errors in the 
23862         timestamp conversion.
23863
23864 2005-07-16  Wim Taymans  <wim@fluendo.com>
23865
23866         * docs/libs/tmpl/gstringbuffer.sgml:
23867         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23868         (query_rates), (query_positions_elems), (query_positions_pads),
23869         (update_scale), (do_seek):
23870         Updated seek example.
23871
23872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23873         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23874         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23875         (gst_ogg_demux_loop):
23876         Push out correct discont values.
23877
23878         * ext/theora/theoradec.c: (theora_dec_src_convert),
23879         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23880         (theora_dec_sink_event), (theora_handle_type_packet),
23881         (theora_handle_header_packet), (theora_dec_push),
23882         (theora_handle_data_packet), (theora_dec_chain),
23883         (theora_dec_change_state):
23884         Better timestamping.
23885
23886         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23887         (vorbis_dec_sink_event), (vorbis_dec_push),
23888         (vorbis_handle_data_packet), (vorbis_dec_chain):
23889         * ext/vorbis/vorbisdec.h:
23890         Better timestamping.
23891
23892         * gst-libs/gst/audio/gstbaseaudiosink.c:
23893         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23894         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23895         Handle syncing on timestamps instead of sample offsets. Make
23896         use of DISCONT values as described in design docs.
23897
23898         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23899         (gst_base_audio_src_get_time):
23900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23901         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23902         (gst_ring_buffer_read):
23903         * gst-libs/gst/audio/gstringbuffer.h:
23904         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23905         (gst_ximagesink_show_frame):
23906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23907         Correcly convert buffer timestamp to stream time.
23908
23909 2005-07-16  Wim Taymans  <wim@fluendo.com>
23910
23911         * gst/audioconvert/gstaudioconvert.c:
23912         (gst_audio_convert_get_buffer):
23913         Timestamp buffers correctly.
23914
23915         * gst/playback/gstplaybin.c: (gen_video_element):
23916         Make internal fakesink silent.
23917
23918 2005-07-15  Wim Taymans  <wim@fluendo.com>
23919
23920         * gst/ffmpegcolorspace/Makefile.am:
23921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23922         (gst_ffmpegcsp_caps_remove_format_info),
23923         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23924         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23925         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23926         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23927         Ported ffmpegcolorspace to basetransform.
23928
23929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23930         * gst/volume/gstvolume.c: (volume_transform):
23931         Ported to new API.
23932
23933 2005-07-14  Wim Taymans  <wim@fluendo.com>
23934
23935         * gst/videotestsrc/Makefile.am:
23936         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23937         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23938         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23939         (gst_videotestsrc_init), (gst_videotestsrc_event),
23940         (gst_videotestsrc_create), (gst_videotestsrc_start),
23941         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23942         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23943         (gst_videotestsrc_get_property):
23944         * gst/videotestsrc/gstvideotestsrc.h:
23945         Make videotestsrc a pushsrc.
23946
23947 2005-07-14  Wim Taymans  <wim@fluendo.com>
23948
23949         * gst/tcp/gstfdset.c: (gst_fdset_free):
23950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23951         (gst_multifdsink_add), (gst_multifdsink_remove),
23952         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23953         (gst_multifdsink_remove_client_link),
23954         (gst_multifdsink_client_queue_data),
23955         (gst_multifdsink_client_queue_caps),
23956         (gst_multifdsink_client_queue_buffer),
23957         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23958         (gst_multifdsink_stop):
23959         * gst/tcp/gstmultifdsink.h:
23960         0.8 backporting.
23961
23962         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23963         Also draw image when not from a pool.
23964
23965 2005-07-14  Wim Taymans  <wim@fluendo.com>
23966
23967         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23968         (mute_stream), (silence_stream):
23969         Small debug additions.
23970
23971 2005-07-14  Wim Taymans  <wim@fluendo.com>
23972
23973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23974         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23975         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23976         Better error recovery, ignore unconnected pads and
23977         non-fatal errors.
23978
23979 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23980
23981         * docs/libs/tmpl/gstaudio.sgml:
23982         * docs/libs/tmpl/gstcolorbalance.sgml:
23983         * docs/libs/tmpl/gstgconf.sgml:
23984         * docs/libs/tmpl/gstmixer.sgml:
23985         * docs/libs/tmpl/gstringbuffer.sgml:
23986         * docs/libs/tmpl/gsttuner.sgml:
23987         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23988         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23989         (gst_tcpclientsrc_class_init):
23990         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23991         (gst_tcpserversrc_class_init):
23992         * sys/v4l/gstv4lelement.c:
23993           more autistic cleanliness in functions/names/defines
23994
23995 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23996
23997         * configure.ac:
23998           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23999           added manually to each Makefile.am so we are sure it goes
24000           *last* and doesn't add -L flags before linking in libs of our
24001           own, like, say, internal .la libs, that then accidentally pick
24002           up the installed copy.
24003         * docs/libs/Makefile.am:
24004         * ext/alsa/Makefile.am:
24005         * ext/cdparanoia/Makefile.am:
24006         * ext/gnomevfs/Makefile.am:
24007         * ext/libvisual/Makefile.am:
24008         * ext/ogg/Makefile.am:
24009         * ext/theora/Makefile.am:
24010         * ext/vorbis/Makefile.am:
24011         * gst-libs/gst/video/Makefile.am:
24012         * gst/adder/Makefile.am:
24013         * gst/audioconvert/Makefile.am:
24014         * gst/audiorate/Makefile.am:
24015         * gst/audioscale/Makefile.am:
24016         * gst/ffmpegcolorspace/Makefile.am:
24017         * gst/playback/Makefile.am:
24018         * gst/sine/Makefile.am:
24019         * gst/subparse/Makefile.am:
24020         * gst/tags/Makefile.am:
24021         * gst/tcp/Makefile.am:
24022         * gst/typefind/Makefile.am:
24023         * gst/videorate/Makefile.am:
24024         * gst/videoscale/Makefile.am:
24025         * gst/videotestsrc/Makefile.am:
24026         * gst/volume/Makefile.am:
24027         * sys/v4l/Makefile.am:
24028         * sys/ximage/Makefile.am:
24029         * sys/xvimage/Makefile.am:
24030           adapt properly to this change. This should make sure that
24031           plugins and libs properly link to the as-yet-uninstalled
24032           copies of stuff like libgstinterfaces and libgstvideo
24033
24034 2005-07-13  Andy Wingo  <wingo@pobox.com>
24035
24036         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24037         (gst_v4lsrc_fixate): Fixate on format as well.
24038
24039         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24040         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24041         buffer points to it.
24042         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24043         rather just doing X calls ourselves. Also fixes a memleak.
24044
24045 2005-07-12  Andy Wingo  <wingo@pobox.com>
24046
24047         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24048         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24049         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24050         TRUE to avoid deadlocks if an element holds on to our buffers.
24051
24052 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24053
24054         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24055         (gst_sinesrc_init), (gst_sinesrc_create),
24056         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24057         (gst_sinesrc_start):
24058         * gst/sine/gstsinesrc.h:
24059           removing num-buffers property before moving it
24060
24061 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24062
24063         * configure.ac:
24064           use overridable ERROR_CFLAGS
24065         * docs/libs/gst-plugins-base-libs.types:
24066         * docs/libs/tmpl/gstringbuffer.sgml:
24067         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24068         (gst_alsasink_class_init):
24069         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24070         (gst_alsasrc_class_init):
24071         * gst-libs/gst/audio/audio.h:
24072         * gst-libs/gst/audio/gstaudioclock.h:
24073         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24074         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24075         (gst_audio_filter_link), (gst_audio_filter_init),
24076         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24077         (gst_audio_filter_get_property),
24078         (gst_audio_filter_class_add_pad_templates):
24079         * gst-libs/gst/audio/gstaudiofilter.h:
24080         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24081         (gst_audio_filter_template_get_type),
24082         (gst_audio_filter_template_base_init),
24083         (gst_audio_filter_template_class_init),
24084         (gst_audio_filter_template_init),
24085         (gst_audio_filter_template_set_property),
24086         (gst_audio_filter_template_get_property), (plugin_init),
24087         (gst_audio_filter_template_setup),
24088         (gst_audio_filter_template_filter),
24089         (gst_audio_filter_template_filter_inplace):
24090         * gst-libs/gst/audio/gstaudiosink.c:
24091         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24092         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24093         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24094         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24095         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24096         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24097         * gst-libs/gst/audio/gstaudiosink.h:
24098         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24099         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24100         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24101         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24102         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24103         (gst_audio_src_class_init), (gst_audio_src_init),
24104         (gst_audio_src_create_ringbuffer):
24105         * gst-libs/gst/audio/gstaudiosrc.h:
24106         * gst-libs/gst/audio/gstbaseaudiosink.c:
24107         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24108         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24109         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24110         (gst_base_audio_sink_set_property),
24111         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24112         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24113         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24114         (gst_base_audio_sink_create_ringbuffer),
24115         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24116         * gst-libs/gst/audio/gstbaseaudiosink.h:
24117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24118         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24119         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24120         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24121         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24122         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24123         (gst_base_audio_src_event), (gst_base_audio_src_create),
24124         (gst_base_audio_src_create_ringbuffer),
24125         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24126         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24128         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24129         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24130         (gst_ring_buffer_debug_spec_caps),
24131         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24132         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24133         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24134         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24135         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24136         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24137         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24138         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24139         (gst_ring_buffer_clear):
24140         * gst-libs/gst/audio/gstringbuffer.h:
24141         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24142         (gst_video_sink_class_init), (gst_video_sink_get_type):
24143         * gst-libs/gst/video/videosink.h:
24144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24145         (gst_multifdsink_class_init),
24146         (gst_multifdsink_handle_client_write),
24147         (gst_multifdsink_change_state):
24148         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24149         (gst_tcpclientsink_setcaps):
24150         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24151         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24152         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24153         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24154         (gst_ximagesink_send_pending_navigation),
24155         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24156         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24158         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24159         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24160         (gst_xvimagesink_send_pending_navigation),
24161         (gst_xvimagesink_navigation_send_event),
24162         (gst_xvimagesink_set_xwindow_id),
24163         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24164         (gst_xvimagesink_get_type):
24165         more macro splitting
24166
24167 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24168
24169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24170           plug a memleak, allows me to import 1479 albums in one go
24171           in jamboree
24172         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24173         (vorbis_handle_type_packet), (vorbis_dec_chain),
24174         (vorbis_dec_change_state):
24175           fix some format strings
24176
24177 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24178
24179         * docs/libs/tmpl/gstcolorbalance.sgml:
24180         * docs/libs/tmpl/gstmixer.sgml:
24181         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24182         (gst_alsasink_set_property), (gst_alsasink_get_property):
24183         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24184         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24185           add device property
24186
24187 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24188
24189         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24190         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24191         (audiocast_register_listener), (audiocast_thread_run),
24192         (gst_gnomevfssrc_send_additional_headers_callback),
24193         (gst_gnomevfssrc_received_headers_callback),
24194         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24195         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24196         (gst_gnomevfssrc_get_size):
24197           add/clean up debugging
24198         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24199           cleanups
24200
24201 2005-07-07  Andy Wingo  <wingo@pobox.com>
24202
24203         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24204         framerate. Need to get a handle on when exactly this function is
24205         called, tho.
24206
24207         * sys/v4l/v4lsrc_calls.h:
24208         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24209         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24210         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24211
24212         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24213         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24214         v4lelements are sources.
24215
24216         * sys/v4l/gstv4lxoverlay.h:
24217         * sys/v4l/gstv4lxoverlay.c:
24218         * sys/v4l/gstv4ltuner.h:
24219         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24220         
24221         * sys/v4l/gstv4lsrc.h:
24222         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24223         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24224         or something should handle that. Made a live source.
24225
24226         * sys/v4l/gstv4lelement.h:
24227         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24228         signals. Some cleanups.
24229
24230         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24231
24232         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24233         stuff.
24234
24235         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24236         stuff.
24237
24238         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24239
24240 2005-07-07  Wim Taymans  <wim@fluendo.com>
24241
24242         * ext/theora/theoradec.c: (theora_get_query_types),
24243         (theora_dec_src_getcaps), (theora_dec_push):
24244         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24246         Remove deprecated/unused query types.
24247
24248 2005-07-06  Wim Taymans  <wim@fluendo.com>
24249
24250         * ext/alsa/Makefile.am:
24251         * ext/alsa/gstalsaplugin.c: (plugin_init):
24252         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24253         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24254         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24255         (gst_alsasrc_class_init), (gst_alsasrc_init),
24256         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24257         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24258         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24259         (gst_alsasrc_reset):
24260         * ext/alsa/gstalsasrc.h:
24261         * gst-libs/gst/audio/Makefile.am:
24262         * gst-libs/gst/audio/gstaudiosink.c:
24263         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24264         (gst_audioringbuffer_start):
24265         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24266         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24267         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24268         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24269         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24270         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24271         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24272         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24273         * gst-libs/gst/audio/gstaudiosrc.h:
24274         * gst-libs/gst/audio/gstbaseaudiosink.c:
24275         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24276         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24277         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24278         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24279         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24280         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24281         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24282         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24283         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24284         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24285         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24286         (gst_baseaudiosrc_change_state):
24287         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24288         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24289         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24290         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24291         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24292         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24293         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24294         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24295         * gst-libs/gst/audio/gstringbuffer.h:
24296         Added audiosource base classes.
24297         Ported alsasrc, still very basic.
24298
24299 2005-07-06  Wim Taymans  <wim@fluendo.com>
24300
24301         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24302         (theora_dec_push), (theora_handle_data_packet):
24303         Prepare for better timestamp fix later.
24304
24305         * gst/audioconvert/gstaudioconvert.c:
24306         List most accurate caps first
24307
24308         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24309         Use proper pad task function.
24310
24311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24312         (gst_xvimagesink_show_frame):
24313         Fix deadlock when alloc failed.
24314
24315 2005-07-05  Andy Wingo  <wingo@pobox.com>
24316
24317         * ext/gnomevfs/gstgnomevfssrc.c:
24318         * gst/sine/gstsinesrc.c:
24319         * gst/tcp/gsttcpserversrc.c:
24320         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24321
24322         * sys/v4l/: Port from 0.8.
24323
24324         * Many files: Null if we got it....
24325
24326 2005-07-05  Andy Wingo  <wingo@pobox.com>
24327
24328         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24329         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24330         Signedness fixes.
24331
24332 2005-07-05  Wim Taymans  <wim@fluendo.com>
24333
24334         * configure.ac:
24335         * gst/tcp/Makefile.am:
24336         * gst/tcp/README:
24337         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24338         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24339         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24340         (is_sync_frame), (gst_multifdsink_handle_client_write),
24341         (gst_multifdsink_render), (gst_multifdsink_start),
24342         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24343         * gst/tcp/gstmultifdsink.h:
24344         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24345         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24346         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24347         * gst/tcp/gsttcp.h:
24348         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24349         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24350         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24351         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24352         * gst/tcp/gsttcpclientsink.h:
24353         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24354         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24355         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24356         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24357         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24358         * gst/tcp/gsttcpclientsrc.h:
24359         * gst/tcp/gsttcpplugin.c: (plugin_init):
24360         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24361         * gst/tcp/gsttcpserversink.h:
24362         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24363         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24364         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24365         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24366         (gst_tcpserversrc_stop):
24367         * gst/tcp/gsttcpserversrc.h:
24368         * gst/tcp/gsttcpsink.c:
24369         * gst/tcp/gsttcpsink.h:
24370         * gst/tcp/gsttcpsrc.c:
24371         * gst/tcp/gsttcpsrc.h:
24372         Ported tcp plugins to 0.9. 
24373         
24374
24375 2005-07-05  Andy Wingo  <wingo@pobox.com>
24376
24377         * gst/playback/gstplaybasebin.c (fill_buffer):
24378         message_new_application fixen.
24379
24380         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24381         Style fix.
24382
24383 2005-07-04  Wim Taymans  <wim@fluendo.com>
24384
24385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24386         Set caps on output buffer.
24387
24388 2005-07-04  Andy Wingo  <wingo@pobox.com>
24389
24390         * ext/gnomevfs/gstgnomevfssrc.c
24391         (gst_gnomevfssrc_received_headers_callback) 
24392         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24393         hopefully.
24394
24395         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24396         No refcount leakage.
24397
24398         * configure.ac: Enable -Werror.
24399         
24400         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24401         * gst/audioconvert/bufferframesconvert.c
24402         (buffer_frames_convert_fixate):
24403         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24404         (gst_audio_convert_fixate):
24405         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24406         (gst_sinesrc_create): Fixate func changes.
24407         
24408         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24409         (gst_ximagesink_buffer_alloc): Unused var.
24410
24411 2005-07-01  Andy Wingo  <wingo@pobox.com>
24412
24413         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24414         getcaps to do explicit caps. Needs to be done in all decoders,
24415         possibly via a base class.
24416
24417         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24418
24419         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24420         caps on the sink pad, just rely on the pad template. Also, setting
24421         ANY caps on a pad is not valid because the caps are not fixed.
24422
24423         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24424         caps on the buffer, and get the width from the desired_caps if
24425         they're set.
24426         (gst_ximagesink_renegotiate_size): Implement via setting the
24427         desired_caps on the ximagesink.
24428         (gst_ximagesink_setcaps): Only reset the width of the player if it
24429         wasn't already set. Not sure if this is right.
24430         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24431
24432         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24433         that the user wants. NULL unless the window has been resized.
24434
24435         * gst/volume/gstvolume.c (volume_transform): Adapt to
24436         basetransform refcount changes.
24437         
24438 2005-07-01  Andy Wingo  <wingo@pobox.com>
24439
24440         * gst/videoscale/gstvideoscale.c:
24441         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24442         from BaseTransform, implements a transform_caps. Removed dead code
24443         including some PAR stuff that was never reached -- should probably
24444         be added back somehow.
24445
24446 2005-07-01  Andy Wingo  <wingo@pobox.com>
24447
24448         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24449         come later.
24450
24451 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24452
24453         * configure.ac:
24454         * docs/libs/Makefile.am:
24455         * docs/libs/gst-plugins-libs.types:
24456         * ext/alsa/Makefile.am:
24457         * ext/alsa/gstalsamixer.h:
24458         * ext/alsa/gstalsamixeroptions.h:
24459         * ext/alsa/gstalsamixertrack.h:
24460         * gst-libs/gst/Makefile.am:
24461         * gst-libs/gst/colorbalance/.cvsignore:
24462         * gst-libs/gst/colorbalance/Makefile.am:
24463         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24464         * gst-libs/gst/colorbalance/colorbalance.c:
24465         * gst-libs/gst/colorbalance/colorbalance.h:
24466         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24467         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24468         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24469         * gst-libs/gst/interfaces/Makefile.am:
24470         * gst-libs/gst/interfaces/colorbalance.c:
24471         (gst_color_balance_class_init):
24472         * gst-libs/gst/interfaces/colorbalance.h:
24473         * gst-libs/gst/interfaces/interfaces-marshal.list:
24474         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24475         * gst-libs/gst/interfaces/mixer.h:
24476         * gst-libs/gst/interfaces/mixeroptions.h:
24477         * gst-libs/gst/interfaces/navigation.c:
24478         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24479         * gst-libs/gst/interfaces/tuner.h:
24480         * gst/volume/Makefile.am:
24481         * gst/volume/gstvolume.c:
24482         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24483         * sys/ximage/Makefile.am:
24484         * sys/ximage/ximagesink.c:
24485         * sys/xvimage/Makefile.am:
24486         * sys/xvimage/xvimagesink.c:
24487           fold in all interfaces into an interfaces dir, preserving CVS
24488           history
24489
24490 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24491
24492         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24493           Fix build after riff changes.
24494
24495 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24496
24497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24498         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24499         (gst_riff_create_video_template_caps),
24500         (gst_riff_create_audio_template_caps),
24501         (gst_riff_create_iavs_template_caps):
24502         * gst-libs/gst/riff/riff-media.h:
24503         * gst-libs/gst/riff/riff-read.h:
24504         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24505           Add gst_riff_init() to initialize the debug category, instead
24506           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24507
24508 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24509
24510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24511           Oops, I shouldn't apply hacks.
24512
24513 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24514
24515         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24516           Remove pad_loop function which doesn't work.
24517
24518 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24519
24520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24521           Send EOS when deactivating.
24522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24523         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24524         (gen_preroll_element), (probe_triggered), (mute_stream),
24525         (silence_stream), (new_decoded_pad), (setup_substreams),
24526         (set_active_source):
24527         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24528         (remove_sinks), (add_sink):
24529         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24530           Change for new probe API.
24531
24532 2005-06-29  Wim Taymans  <wim@fluendo.com>
24533
24534         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24535         * gst-libs/gst/audio/gstbaseaudiosink.c:
24536         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24537         (gst_baseaudiosink_change_state):
24538         * gst-libs/gst/audio/gstbaseaudiosink.h:
24539         * gst-libs/gst/audio/gstringbuffer.c:
24540         (gst_ringbuffer_set_callback):
24541         Fix compilation error.
24542         Ringbuffer starts out as not running.
24543         Free our clock in dispose.
24544         When releasing the ringbuffer we need to renegotiate so
24545         clear the pad caps.
24546
24547 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24548
24549         * autogen.sh:
24550         * configure.ac:
24551         * docs/Makefile.am:
24552         * docs/libs/Makefile.am:
24553         * docs/libs/gst-plugins-libs-docs.sgml:
24554         * docs/libs/gst-plugins-libs-sections.txt:
24555         * docs/libs/gst-plugins-libs.types:
24556         * docs/libs/tmpl/gstaudio.sgml:
24557         * docs/libs/tmpl/gstcolorbalance.sgml:
24558         * docs/libs/tmpl/gstringbuffer.sgml:
24559         * gst-libs/gst/audio/gstringbuffer.c:
24560         (gst_ringbuffer_set_callback):
24561           reinstate gtk-doc docs for plugin libs
24562
24563 2005-06-28  Wim Taymans  <wim@fluendo.com>
24564
24565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24566         (gst_ogg_demux_init):
24567         Removed pad loop function.
24568
24569 2005-06-28  Wim Taymans  <wim@fluendo.com>
24570
24571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24572         If we're building a chain we are not in an error case
24573         when we queue a buffer.
24574
24575 2005-06-28  Andy Wingo  <wingo@pobox.com>
24576
24577         * *.c: Don't cast to GstObject before reffing/unreffing.
24578
24579 2005-06-27  Andy Wingo  <wingo@pobox.com>
24580
24581         * gst/videotestsrc/gstvideotestsrc.c
24582         (gst_videotestsrc_activate_push): Activation API changes.
24583
24584         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24585         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24586         they have refs on the decodebin.
24587
24588         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24589         parent class.
24590         (gst_ogg_pad_typefind): Don't leak a pad ref.
24591         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24592         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24593         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24594
24595 2005-06-27  Edward Hervey  <edward@fluendo.com>
24596
24597         * ext/theora/theoradec.c: (theora_dec_change_state): 
24598         re-arranged call to parent's state change in order to avoid locks (or
24599         worse).
24600
24601 2005-06-26  Edward Hervey  <edward@fluendo.com>
24602
24603         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24604         2nd argument of 'unknow-type' signal is a GstCaps and not a
24605         GstMiniObject
24606
24607 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24608         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24609           Set the worker thread's running flag to TRUE before starting the
24610           thread.
24611         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24612           Catch a failure to add typefind to the bin.
24613
24614 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24615
24616         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24617         (gst_sinesrc_init), (gst_sinesrc_create),
24618         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24619         (gst_sinesrc_start):
24620         * gst/sine/gstsinesrc.h:
24621           add num-buffers and timestamp-offset properties
24622         * gst/videotestsrc/gstvideotestsrc.c:
24623         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24624         (gst_videotestsrc_get_property):
24625           add timestamp-offset property
24626
24627 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24628
24629         * configure.ac: add videorate
24630         * gst-plugins-base.spec.in: add videorate
24631
24632 2005-06-23  Wim Taymans  <wim@fluendo.com>
24633
24634         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24635         (gst_videorate_getcaps), (gst_videorate_setcaps),
24636         (gst_videorate_event), (gst_videorate_chain):
24637         Fixed videorate, fixating an already fixated caps is not
24638         an error.
24639
24640 2005-06-23  Wim Taymans  <wim@fluendo.com>
24641
24642         * ext/ogg/README:
24643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24644         Buffer on caps is not boxed anymore.
24645
24646 2005-06-22  Wim Taymans  <wim@fluendo.com>
24647
24648         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24650         Set buffers on caps as miniobjects and not as boxed.
24651
24652 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24653
24654         * configure.ac:
24655           back to HEAD
24656
24657 === release 0.9.1 ===
24658
24659 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24660
24661         * .cvsignore:
24662         * NEWS:
24663         * README:
24664         * RELEASE:
24665         * configure.ac:
24666         * po/af.po:
24667         * po/az.po:
24668         * po/cs.po:
24669         * po/en_GB.po:
24670         * po/hu.po:
24671         * po/it.po:
24672         * po/nb.po:
24673         * po/nl.po:
24674         * po/or.po:
24675         * po/sq.po:
24676         * po/sr.po:
24677         * po/sv.po:
24678         * po/uk.po:
24679         * po/vi.po:
24680           updates for release
24681
24682 2005-06-09  Andy Wingo  <wingo@pobox.com>
24683
24684         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24685         
24686 2005-06-09  Andy Wingo  <wingo@pobox.com>
24687
24688         * configure.ac:
24689         * gst-libs/gst/Makefile.am:
24690         * gst-libs/gst/net/Makefile.am:
24691         Add gstnet to build.
24692
24693 2005-06-09  Andy Wingo  <wingo@pobox.com>
24694
24695         * gst-libs/gst/gconf/gconf.c:
24696         * gst/playback/test.c:
24697         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24698         fixes.
24699
24700         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24701
24702         * ext/theora/theoraenc.c (theora_enc_chain): 
24703         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24704
24705         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24706         RealPad.
24707
24708 2005-06-02  Wim Taymans  <wim@fluendo.com>
24709
24710         * gst-libs/gst/net/Makefile.am:
24711         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24712         * pkgconfig/gstreamer-libs.pc.in:
24713         Added net stuff, version net lib.
24714
24715 2005-06-02  Wim Taymans  <wim@fluendo.com>
24716
24717         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24718         (query_rates), (query_positions_elems), (query_positions_pads),
24719         (do_seek):
24720         Updated seek example.
24721
24722 2005-06-02  Andy Wingo  <wingo@pobox.com>
24723
24724         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24725         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24726         list.
24727
24728         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24729         remove the typefind, the bin dispose will do it for us. When it's
24730         removed and unreffed, the signal handler will be disconnected,
24731         too.
24732         (unlinked): It's too difficult to disconnect from unlinked
24733         handlers, as they are on pads not elements. Just punt if the pads
24734         aren't grandkids of the bin.
24735
24736 2005-06-02  Wim Taymans  <wim@fluendo.com>
24737
24738         * ext/ogg/README:
24739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24740         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24742         * ext/theora/theoradec.c: (theora_dec_src_query),
24743         (theora_handle_data_packet):
24744         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24745         (theora_enc_chain):
24746         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24747         (vorbis_handle_data_packet):
24748         * gst/audioconvert/bufferframesconvert.c:
24749         (buffer_frames_convert_chain):
24750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24751         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24752         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24753         (gst_ffmpegcsp_chain):
24754         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24755         (gst_videorate_getcaps), (gst_videorate_setcaps),
24756         (gst_videorate_event), (gst_videorate_chain):
24757         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24758         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24759         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24760         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24761         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24762         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24763         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24764         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24765         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24766         Cleanups and buffer alloc.
24767
24768 2005-05-31  Wim Taymans  <wim@fluendo.com>
24769
24770         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24771         Don't try to call the delay method when the device is not
24772         opened.
24773
24774 2005-05-31  Wim Taymans  <wim@fluendo.com>
24775
24776         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24777         Get actual segment size and buffer size after opening
24778         the device.
24779
24780 2005-05-30  Wim Taymans  <wim@fluendo.com>
24781
24782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24783         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24784         Also FLUSH upstream, makes the loop function exit faster.
24785         
24786         * ext/theora/theoradec.c: (theora_dec_src_query):
24787         Some more debug info in the query.
24788         
24789         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24790         (gst_ximagesink_setcaps):
24791         Release lock on par error, better error reporting.
24792
24793 2005-05-26  Wim Taymans  <wim@fluendo.com>
24794
24795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24796         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24797         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24798         Clear chains in READY
24799         Queue packets until the chain is activated.
24800
24801 2005-05-25  Wim Taymans  <wim@fluendo.com>
24802
24803         * gst-libs/gst/audio/gstaudiosink.c:
24804         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24805         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24806         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24807         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24808         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24809         (gst_audiosink_create_ringbuffer):
24810         * gst-libs/gst/audio/gstbaseaudiosink.c:
24811         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24812         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24813         (gst_baseaudiosink_set_property), (build_linear_format),
24814         (debug_spec_caps), (debug_spec_buffer),
24815         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24816         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24817         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24818         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24820         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24821         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24822         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24823         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24824         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24825         (wait_segment), (gst_ringbuffer_commit),
24826         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24827         (gst_ringbuffer_clear):
24828         Various small cleanups.
24829
24830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24831         (gst_audio_convert_change_state):
24832         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24833         No need to take the locks anymore.
24834
24835 2005-05-25  Wim Taymans  <wim@fluendo.com>
24836
24837         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24838         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24839         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24840         (type_found):
24841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24842         (group_destroy), (group_commit), (queue_overrun),
24843         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24844         (mute_stream), (new_decoded_pad), (setup_substreams),
24845         (setup_source), (mute_group_type), (set_active_source),
24846         (gst_play_base_bin_change_state):
24847         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24848         (gen_video_element), (gen_text_element), (gen_audio_element),
24849         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24850         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24851         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24852         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24853         Some playbin cleanups mostly refcounting sloppyness.
24854
24855 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24856
24857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24858           Work with streaming input.
24859
24860 2005-05-25  Wim Taymans  <wim@fluendo.com>
24861
24862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24863         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24864         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24865         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24866         No need to take the STREAM lock anymore.
24867
24868 2005-05-25  Wim Taymans  <wim@fluendo.com>
24869
24870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24871         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24872         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24873         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24874         (gst_ogg_demux_sink_activate):
24875         * ext/theora/theoradec.c: (theora_dec_src_event),
24876         (theora_handle_comment_packet), (theora_dec_chain),
24877         (theora_dec_change_state):
24878         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24879         (vorbis_handle_data_packet), (vorbis_dec_chain),
24880         (vorbis_dec_change_state):
24881         Remove STREAM locks as they are taken in core now.
24882         Never set bogus granulepos on vorbis/theora.
24883         Fix leaks in theoradec tag parsing.
24884
24885 2005-05-25  Wim Taymans  <wim@fluendo.com>
24886
24887         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24888         Fix memleaks, GST_BUFFER_DATA() is not freed.
24889
24890 2005-05-25  Wim Taymans  <wim@fluendo.com>
24891
24892         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24893         Open non-blocking, set to blocking mode afterwards to avoid
24894         lockups when audio device is busy.
24895
24896 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24897
24898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24899           This can't be good.
24900
24901 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24902
24903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24904         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24905         (gst_audio_convert_setcaps):
24906           Implement instant setup switching.
24907
24908 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24909
24910         * gst/playback/gstplaybasebin.c: (probe_triggered):
24911           Fix missing unlock.
24912         * gst/playback/gstplaybin.c: (add_sink):
24913           First add, then link (otherwise pad link fails).
24914
24915 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24916
24917         * examples/Makefile.am:
24918         fix buildbot (make distcheck)
24919
24920 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24921
24922         * gst/playback/gstplaybin.c: (gen_vis_element):
24923           Remove some wrong code. Doesn't work yet.
24924
24925 2005-05-19  Wim Taymans  <wim@fluendo.com>
24926
24927         * gst-libs/gst/net/Makefile.am:
24928         * gst-libs/gst/net/README:
24929         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24930         (gst_netbuffer_class_init), (gst_netbuffer_init),
24931         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24932         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24933         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24934         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24935         * gst-libs/gst/net/gstnetbuffer.h:
24936         Added buffer subclass to store extra to/from addresses for
24937         network sources/sinks.
24938
24939 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24940
24941         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24942           Don't lock an unassigned variable.
24943
24944 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24947           Increase buffer for video, decrease buffer for other media types.
24948         * gst/playback/gstplaybin.c: (gen_video_element),
24949         (gen_audio_element):
24950           Change names for debugging purposes.
24951
24952 2005-05-18  Wim Taymans  <wim@fluendo.com>
24953
24954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24955         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24956         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24957         (gst_ffmpegcsp_chain):
24958         Enable buffer alloc passthrough if the source and dest
24959         formats are the same.
24960
24961 2005-05-17  Wim Taymans  <wim@fluendo.com>
24962
24963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24964         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24965         (gst_ogg_demux_chain_unlocked):
24966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24967         (gst_audio_convert_caps_remove_format_info),
24968         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24969         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24973         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24974         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24975         (gst_ffmpegcsp_get_property):
24976         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24977         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24978         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24979         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24980         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24981         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24982         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24983         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24984         Leak fixes in oggdemux.
24985         Some cleanups in audioconvert.
24986         Make passthrough work along with buffer_alloc etc.
24987         Make buffer_alloc and buffer recycling actually work in
24988         xvimagesink.
24989
24990 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24991
24992         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24993           make the compiler happy
24994
24995 2005-05-17  Wim Taymans  <wim@fluendo.com>
24996
24997         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24998         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24999         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25000         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25001         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25002         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25003         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25004         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25005         (gst_xvimagesink_set_xwindow_id):
25006         * sys/xvimage/xvimagesink.h:
25007         Port xvimagesink to new MiniObject.
25008
25009 2005-05-17  Wim Taymans  <wim@fluendo.com>
25010
25011         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25012         (gst_audiofilter_chain):
25013         * gst-libs/gst/audio/gstaudiosink.c:
25014         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25015         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25016         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25017         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25018         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25019         (gst_audiosink_create_ringbuffer):
25020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25021         (gst_audio_convert_caps_remove_format_info),
25022         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25023         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25025         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25026         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25027         Fix passthrough in ffmpegcolorspace.
25028         Fix memset in audiosink on wrong memory.
25029
25030 2005-05-16  David Schleef  <ds@schleef.org>
25031
25032         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25033         to GstMiniObject.
25034
25035 2005-05-16  David Schleef  <ds@schleef.org>
25036
25037         Port from GstData to GstMiniObject.
25038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25040         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25041         (gst_ogg_mux_collected):
25042         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25043         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25044         (theora_handle_data_packet):
25045         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25046         (theora_set_header_on_caps), (theora_enc_chain):
25047         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25048         (vorbis_handle_comment_packet):
25049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25050         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25051         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25052         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25053         * gst/audioconvert/gstaudioconvert.c:
25054         (gst_audio_convert_get_buffer):
25055         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25056         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25057         (mute_stream), (silence_stream):
25058         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25059         * gst/volume/gstvolume.c: (volume_transform):
25060         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25061         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25062         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25063         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25064         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25065         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25066         (gst_ximagesink_buffer_alloc):
25067         * sys/ximage/ximagesink.h:
25068
25069 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25070
25071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25072         (fill_buffer), (check_queue), (queue_threshold_reached),
25073         (queue_out_of_data):
25074         * gst/playback/gstplaybasebin.h:
25075           Post buffer-fullness on the bus.
25076
25077 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25078
25079         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25080         (try_to_link_1):
25081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25082         (group_commit), (probe_triggered), (setup_source),
25083         (gst_play_base_bin_change_state):
25084         * gst/playback/gstplaybasebin.h:
25085         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25086         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25087         (gst_play_bin_change_state):
25088           Move setup_output_pads into a virtual function, remove
25089           group-switch (no longer needed) and redirect (handled by bus
25090           now) signals.
25091
25092 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25093
25094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25095         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25096         (get_active_group), (get_building_group), (group_destroy),
25097         (group_commit), (check_queue), (queue_overrun),
25098         (queue_threshold_reached), (queue_out_of_data),
25099         (gen_preroll_element), (remove_groups), (unknown_type),
25100         (add_element_stream), (no_more_pads), (probe_triggered),
25101         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25102         (setup_substreams), (setup_source), (finish_source),
25103         (prepare_output), (muted_group_change_state),
25104         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25105         (gst_play_base_bin_change_state):
25106         * gst/playback/gstplaybasebin.h:
25107         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25108         (gst_play_bin_init), (gst_play_bin_set_property),
25109         (gen_video_element), (gen_text_element), (gen_audio_element),
25110         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25111         (gst_play_bin_change_state):
25112         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25113         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25114         (stream_info_change_state), (gst_stream_info_set_mute),
25115         (gst_stream_info_get_property):
25116         * gst/playback/gststreaminfo.h:
25117         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25118         (gst_stream_selector_get_linked_pad),
25119         (gst_stream_selector_getcaps),
25120         (gst_stream_selector_get_linked_pads),
25121         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25122         * gst/playback/gststreamselector.h:
25123           Rough port of playbin. Needs some more work, but is mostly done,
25124           and uses a few locks in important places, which should make stuff
25125           like chain-switches clean. Still uses GST_STATE() in a few places,
25126           which isn't all that good an idea, subtitles/elements disabled
25127           because no elements to test with and thus probably broken, query
25128           and event handling moved to GstBin, internal thread removed
25129           alltogether because the pipeline does that for us now. Can play
25130           Ogg/Vorbis files. Haven't tested anything else yet.
25131
25132 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25133
25134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25135           Do no-more-pads (needed for autoplugging).
25136
25137 2005-05-10  Andy Wingo  <wingo@pobox.com>
25138
25139         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25140         message to the bus with the tags. Still not sent downstream tho.
25141
25142         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25143         get_parent.
25144         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25145         avoid refcounting hassles.
25146
25147 2005-05-09  Andy Wingo  <wingo@pobox.com>
25148
25149         * gst/volume/Makefile.am:
25150         * gst/volume/demo.c
25151         * gst/volume/gstvolume.h
25152         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25153         basetransform. Probably need an audio filter base class.
25154
25155 2005-05-09  Wim Taymans  <wim@fluendo.com>
25156
25157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25158         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25159         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25160         (gst_vorbisenc_chain):
25161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25162         (gst_audio_convert_caps_remove_format_info),
25163         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25164         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25165         Make caps writable before writing to it.
25166         Fix negotiation in audioconvert some more.
25167
25168 2005-05-09  Wim Taymans  <wim@fluendo.com>
25169
25170         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25171         (gst_videorate_getcaps), (gst_videorate_setcaps),
25172         (gst_videorate_event), (gst_videorate_chain):
25173         Better negotiation.
25174
25175 2005-05-09  Wim Taymans  <wim@fluendo.com>
25176
25177         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25178         (gst_videorate_getcaps), (gst_videorate_setcaps),
25179         (gst_videorate_blank_data), (gst_videorate_init),
25180         (gst_videorate_event), (gst_videorate_chain),
25181         (gst_videorate_change_state):
25182         Port videorate, do a better job at negotiation while we're at
25183         it.
25184
25185 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25186
25187         * configure.ac:
25188           Disable libvisual
25189
25190         * examples/Makefile.am:
25191         * gst-libs/gst/audio/Makefile.am:
25192         * gst-libs/gst/riff/Makefile.am:
25193         * gst-libs/gst/tag/Makefile.am:
25194         * gst-libs/gst/video/Makefile.am:
25195           Fixups for missing variables.
25196
25197 2005-05-09  Wim Taymans  <wim@fluendo.com>
25198
25199         * examples/seeking/seek.c: (make_theora_pipeline),
25200         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25201         (query_rates), (query_positions_elems), (query_positions_pads),
25202         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25204         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25205         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25206         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25207         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25209         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25210         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25211         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25212         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25213         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25214         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25215         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25216         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25217         (theora_dec_src_convert), (theora_dec_sink_convert),
25218         (theora_dec_src_query), (theora_dec_sink_query),
25219         (theora_dec_src_event), (theora_dec_sink_event),
25220         (theora_handle_comment_packet), (theora_handle_type_packet),
25221         (theora_handle_header_packet), (theora_handle_data_packet),
25222         (theora_dec_chain):
25223         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25224         (vorbis_dec_convert), (vorbis_dec_src_query),
25225         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25226         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25227         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25228         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25230         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25231         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25232         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25233         (gst_play_bin_query):
25234         * gst/playback/test3.c: (update_scale):
25235         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25236         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25237         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25238         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25239         (gst_videotestsrc_src_query):
25240         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25241         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25242         (paint_hline_YUV9):
25243         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25244         Port to new query API.
25245         Updated seek.
25246         Cleanups in x[v]imagesink
25247
25248 2005-05-09  Andy Wingo  <wingo@pobox.com>
25249
25250         * ext/alsa/gstalsasink.h:
25251         * ext/gnomevfs/gstgnomevfssrc.c:
25252         (gst_gnomevfssrc_get_icy_metadata):
25253         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25254         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25255         * ext/theora/theoradec.c (theora_dec_src_query)
25256         (theora_dec_src_event, theora_dec_sink_event)
25257         (theora_handle_comment_packet, theora_handle_data_packet):
25258         * ext/theora/theoraenc.c (theora_enc_chain):
25259         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25260         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25261         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25262         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25263         (qt_type_find):
25264         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25265         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25266         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25267         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25268         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25269         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25270         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25271         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25272         (paint_setup_RGB565, paint_setup_xRGB1555):
25273         * gst/videotestsrc/videotestsrc.h:
25274         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25275         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25276         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25277         GCC4 fixes.
25278         
25279         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25280         gst_pad_query_position. Fixes oggdemux.
25281
25282 2005-05-08  David Schleef  <ds@schleef.org>
25283
25284         * configure.ac: Require liboil.
25285         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25286         a few more.
25287         * gst/videotestsrc/videotestsrc.c:
25288         * gst/videotestsrc/videotestsrc.h:
25289
25290 2005-05-06  Wim Taymans  <wim@fluendo.com>
25291
25292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25293         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25294         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25295         Well, unreffing a buffer right before pushing it is asking
25296         for trouble..
25297
25298 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25299
25300         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25301
25302 2005-05-06  Wim Taymans  <wim@fluendo.com>
25303
25304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25305         (gst_audio_convert_caps_remove_format_info),
25306         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25307         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25309         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25310         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25311         * gst/sine/Makefile.am:
25312         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25313         (gst_sinesrc_class_init), (gst_sinesrc_init),
25314         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25315         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25316         (gst_sinesrc_update_freq):
25317         * gst/sine/gstsinesrc.h:
25318         * gst/tcp/gstmultifdsink.c:
25319         * sys/xvimage/xvimagesink.c:
25320         Fixed negotiation wrt _peer_get_caps()
25321         Some cleanups.
25322
25323
25324 2005-05-06  Wim Taymans  <wim@fluendo.com>
25325
25326         * gst-libs/gst/audio/gstaudiosink.c:
25327         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25328         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25329         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25330         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25331         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25332         (gst_audiosink_create_ringbuffer):
25333         * gst-libs/gst/audio/gstbaseaudiosink.c:
25334         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25335         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25336         (gst_baseaudiosink_set_property), (build_linear_format),
25337         (debug_spec_caps), (debug_spec_buffer),
25338         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25339         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25340         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25341         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25342         * gst-libs/gst/audio/gstbaseaudiosink.h:
25343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25344         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25345         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25346         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25347         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25348         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25349         (wait_segment), (gst_ringbuffer_commit),
25350         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25351         (gst_ringbuffer_clear):
25352         * gst-libs/gst/audio/gstringbuffer.h:
25353         Make the base audiosink return an error when there is no
25354         audiobuffer negotiated.
25355
25356 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25357
25358         * ext/Makefile.am:
25359         Disable cdparanoia until someone ports it!
25360
25361 2005-05-06  Wim Taymans  <wim@fluendo.com>
25362
25363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25364         (gst_ogg_demux_sink_activate):
25365         And revert after wingo's revert.. sigh..
25366
25367 2005-05-05  Andy Wingo  <wingo@pobox.com>
25368
25369         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25370         GObject.
25371         * configure.ac: Return audiorate and subparse from the ghetto.
25372         Re-enable -Wall -Werror.
25373         * gst/subparse/gstsubparse.c:
25374         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25375         or chain-based. Cleaned up a bit. Not tested.
25376         
25377 2005-05-05  Christian Schaller <christian@fluendo.com> 
25378
25379         * Makefile.am: remove stuff that is not building
25380         * configure.ac: remove stuff that is not building
25381         * examples/Makefile.am: remove stuff that is not building
25382         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25383         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25384         * sys/Makefile.am: remove stuff that is not building
25385         * testsuite/Makefile.am: remove stuff that is not building
25386
25387 2005-05-05  Andy Wingo  <wingo@pobox.com>
25388
25389         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25390         * gst-libs/gst/tag/gstvorbistag.c:
25391         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25392         * gst/adder/gstadder.h:
25393         * gst/audioconvert/gstchannelmix.c:
25394         (gst_audio_convert_fill_one_other):
25395         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25396         (gst_audiorate_init), (gst_audiorate_chain):
25397         * gst/playback/gstplaybasebin.c: (setup_source):
25398         * gst/playback/test3.c: (update_scale):
25399         Some GCC4 fixes
25400         
25401         * po/af.po:
25402         * po/az.po:
25403         * po/cs.po:
25404         * po/en_GB.po:
25405         * po/hu.po:
25406         * po/it.po:
25407         * po/nb.po:
25408         * po/nl.po:
25409         * po/or.po:
25410         * po/sq.po:
25411         * po/sr.po:
25412         * po/sv.po:
25413         * po/uk.po:
25414         * po/vi.po: Foo
25415
25416 2005-05-05  Wim Taymans  <wim@fluendo.com>
25417
25418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25419         (gst_audio_convert_caps_remove_format_info),
25420         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25421         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25422         * gst/videotestsrc/gstvideotestsrc.c:
25423         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25424         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25425         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25426         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25427         Don't ignore _push() return values.
25428         Make sure no processing is done when shutting down.
25429         Videotestsrc pad activation fix.
25430
25431 2005-05-05  Wim Taymans  <wim@fluendo.com>
25432
25433         * gst/adder/Makefile.am:
25434         * gst/adder/gstadder.c: (gst_adder_setcaps),
25435         (gst_adder_class_init), (gst_adder_init),
25436         (gst_adder_request_new_pad), (gst_adder_collected),
25437         (gst_adder_change_state):
25438         * gst/adder/gstadder.h:
25439         Ported adder as an example of a mixer element using
25440         collect pads. Needs more negotiation work.
25441
25442 2005-05-05  Wim Taymans  <wim@fluendo.com>
25443
25444         * ext/theora/theoradec.c: (_inc_granulepos),
25445         (theora_dec_src_event), (theora_dec_sink_event),
25446         (theora_handle_comment_packet), (theora_handle_type_packet),
25447         (theora_handle_header_packet), (theora_handle_data_packet),
25448         (theora_dec_chain):
25449         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25450         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25451         (theora_push_buffer), (theora_push_packet),
25452         (theora_enc_sink_event), (theora_enc_chain),
25453         (theora_enc_change_state), (theora_enc_set_property),
25454         (theora_enc_get_property):
25455         Added stream lock to decoder so that we can serialize
25456         the discont event.
25457         More theoraenc porting, recover from errors, do clean
25458         shutdown.
25459
25460 2005-05-05  Wim Taymans  <wim@fluendo.com>
25461
25462         * ext/ogg/Makefile.am:
25463         * ext/ogg/README:
25464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25465         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25466         (gst_ogg_print):
25467         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25468         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25469         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25470         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25471         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25472         (gst_ogg_mux_change_state):
25473         Ported ogg muxer.
25474
25475 2005-05-05  Wim Taymans  <wim@fluendo.com>
25476
25477         * docs/design-audiosinks.txt:
25478         * gst-libs/gst/audio/TODO:
25479         * gst-libs/gst/audio/gstaudiosink.c:
25480         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25481         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25482         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25483         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25484         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25485         (gst_audiosink_create_ringbuffer):
25486         * gst-libs/gst/audio/gstbaseaudiosink.c:
25487         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25488         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25489         (gst_baseaudiosink_set_property), (build_linear_format),
25490         (debug_spec_caps), (debug_spec_buffer),
25491         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25492         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25493         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25494         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25496         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25497         (gst_ringbuffer_release), (gst_ringbuffer_play),
25498         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25499         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25500         (gst_ringbuffer_set_sample), (wait_segment),
25501         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25502         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25503         More work on the audiosink, mostly debugging and a race in
25504         shutdown.
25505
25506 2005-04-28  Wim Taymans  <wim@fluendo.com>
25507
25508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25509         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25510         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25511         (vorbis_dec_src_query), (vorbis_dec_src_event),
25512         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25513         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25514         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25515         Don't crap out when seeking back to position 0.
25516
25517 2005-04-28  Wim Taymans  <wim@fluendo.com>
25518
25519         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25520         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25521         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25522         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25523         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25524         Make audio sink configurable, use alsasink as default.
25525
25526 2005-04-28  Wim Taymans  <wim@fluendo.com>
25527
25528         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25529         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25530         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25531         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25532         (vorbis_dec_change_state):
25533         * ext/vorbis/vorbisdec.h:
25534         Refactor, use STREAM_LOCK.
25535
25536 2005-04-28  Wim Taymans  <wim@fluendo.com>
25537
25538         * ext/theora/theoradec.c: (_inc_granulepos),
25539         (theora_dec_sink_event), (theora_handle_comment_packet),
25540         (theora_handle_type_packet), (theora_handle_header_packet),
25541         (theora_handle_data_packet), (theora_dec_chain),
25542         (theora_dec_change_state):
25543         Refactor a bit, use STREAM_LOCK.
25544
25545 2005-04-28  Wim Taymans  <wim@fluendo.com>
25546
25547         * ext/alsa/Makefile.am:
25548         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25549         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25550         (gst_alsa_link), (gst_alsa_close_audio):
25551         * ext/alsa/gstalsaplugin.c: (plugin_init):
25552         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25553         (gst_alsasink_dispose), (gst_alsasink_base_init),
25554         (gst_alsasink_class_init), (gst_alsasink_init),
25555         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25556         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25557         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25558         (gst_alsasink_reset):
25559         * ext/alsa/gstalsasink.h:
25560         Implement alsasink with simple open/write/close API. 
25561         Make alsa dir build by disabling compilation of code.
25562
25563 2005-04-28  Wim Taymans  <wim@fluendo.com>
25564
25565         * gst-libs/gst/audio/Makefile.am:
25566         * gst-libs/gst/audio/audio.h:
25567         * gst-libs/gst/audio/audioclock.c:
25568         * gst-libs/gst/audio/audioclock.h:
25569         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25570         (gst_audio_clock_class_init), (gst_audio_clock_init),
25571         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25572         * gst-libs/gst/audio/gstaudioclock.h:
25573         * gst-libs/gst/audio/gstaudiosink.c:
25574         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25575         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25576         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25577         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25578         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25579         (gst_audiosink_create_ringbuffer):
25580         * gst-libs/gst/audio/gstbaseaudiosink.c:
25581         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25582         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25583         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25584         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25585         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25586         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25587         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25588         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25589         * gst-libs/gst/audio/gstbaseaudiosink.h:
25590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25591         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25592         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25593         (gst_ringbuffer_release), (gst_ringbuffer_play),
25594         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25595         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25596         (gst_ringbuffer_set_sample), (wait_segment),
25597         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25598         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25599         * gst-libs/gst/audio/gstringbuffer.h:
25600         Make ringbuffer faster and more simple by removing the locks
25601         in the playback thread.
25602         Add sample accurate playback based on buffer sample offsets.
25603         Make the baseaudiosink provide a clock.
25604         Parse caps in the base class.
25605         Correctly handle seeking, flushing and state changes.
25606
25607 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25608
25609         * configure.ac:
25610         * gst/audioconvert/Makefile.am:
25611         * gst/audioscale/Makefile.am:
25612           Fix part of the build.  Come on guys, autogen didn't even work :)
25613
25614 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25615
25616         * configure.ac:
25617         * gst-libs/gst/Makefile.am:
25618         * gst-libs/gst/media-info/.cvsignore:
25619         * gst-libs/gst/media-info/Makefile.am:
25620         * gst-libs/gst/media-info/README:
25621         * gst-libs/gst/media-info/media-info-priv.c:
25622         * gst-libs/gst/media-info/media-info-priv.h:
25623         * gst-libs/gst/media-info/media-info-test.c:
25624         * gst-libs/gst/media-info/media-info.c:
25625         * gst-libs/gst/media-info/media-info.h:
25626         * gst-libs/gst/media-info/media-info.vcproj:
25627         * pkgconfig/Makefile.am:
25628         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25629         * pkgconfig/gstreamer-media-info.pc.in:
25630           Remove media-info, which is also successed by playbin (see Totem
25631           implementation).
25632
25633 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * configure.ac:
25636         * examples/Makefile.am:
25637         * examples/gstplay/.cvsignore:
25638         * examples/gstplay/Makefile.am:
25639         * examples/gstplay/player.c:
25640         * gst-libs/gst/Makefile.am:
25641         * gst-libs/gst/play/.cvsignore:
25642         * gst-libs/gst/play/Makefile.am:
25643         * gst-libs/gst/play/play.c:
25644         * gst-libs/gst/play/play.h:
25645         * gst-libs/gst/play/play.vcproj:
25646         * pkgconfig/Makefile.am:
25647         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25648         * pkgconfig/gstreamer-play.pc.in:
25649           Remove libgstplay, playbin is now the official successor.
25650
25651 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25652
25653         * configure.ac:
25654         * gst-libs/gst/Makefile.am:
25655         * gst-libs/gst/xwindowlistener/Makefile.am:
25656         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25657         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25658           Remove deprecated xwindowlistener (I've moved xwindowlistening
25659           in the v4l/v4l2 plugins over to serverside).
25660
25661 2005-04-25  David Schleef  <ds@schleef.org>
25662
25663         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25664         to examples/dynparams.  Examples do not belong interspersed with
25665         source code.
25666         * examples/dynparams/demo-dparams.c:
25667         * gst/sine/Makefile.am:
25668         * gst/sine/demo-dparams.c:
25669
25670 2005-04-25  David Schleef  <ds@schleef.org>
25671
25672         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25673         * gst-libs/gst/audio/Makefile.am:
25674         * gst-libs/gst/riff/Makefile.am:
25675         * gst-libs/gst/tag/Makefile.am:
25676         * gst-libs/gst/video/Makefile.am:
25677         * gst-libs/gst/xwindowlistener/Makefile.am:
25678
25679         Convert to 0.9 API, seems to work:
25680         * sys/ximage/Makefile.am:
25681         * sys/ximage/ximagesink.c:
25682
25683 2005-04-24  David Schleef  <ds@schleef.org>
25684
25685         Link plugins against libraries:
25686         * ext/alsa/Makefile.am:
25687         * gst/tcp/Makefile.am:
25688
25689         Remove asm code that should be in liboil
25690         * gst/videoscale/Makefile.am:
25691         * gst/videoscale/videoscale_x86_asm.s:
25692
25693         gettext wants these checked in:
25694         * po/af.po:
25695         * po/az.po:
25696         * po/cs.po:
25697         * po/en_GB.po:
25698         * po/hu.po:
25699         * po/it.po:
25700         * po/nb.po:
25701         * po/nl.po:
25702         * po/or.po:
25703         * po/sq.po:
25704         * po/sr.po:
25705         * po/sv.po:
25706         * po/uk.po:
25707         * po/vi.po:
25708
25709 2005-04-24  David Schleef  <ds@schleef.org>
25710
25711         Convert gst_main() to g_main_loop_run()
25712         * gst/playback/decodetest.c: (main):
25713         * gst/playback/test2.c: (main):
25714         * gst/playback/test3.c: (main):
25715         * gst/playback/test4.c: (main):
25716
25717         Link plugins against libraries:
25718         * ext/libvisual/Makefile.am:
25719         * sys/xvimage/Makefile.am:
25720
25721 2005-04-24  David Schleef  <ds@schleef.org>
25722
25723         * configure.ac: Remove idct and resample libs
25724         * gst-libs/gst/Makefile.am: same
25725
25726         Remove usage of gst_library_load():
25727         * ext/alsa/gstalsaplugin.c: (plugin_init):
25728         * ext/libvisual/visual.c: (plugin_init):
25729         * ext/ogg/gstogg.c: (plugin_init):
25730         * ext/theora/theora.c: (plugin_init):
25731         * ext/vorbis/vorbis.c: (plugin_init):
25732         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25733         * gst/audioscale/gstaudioscale.c:
25734         * gst/adder/gstadder.c: (plugin_init):
25735         * gst/audioconvert/plugin.c: (plugin_init):
25736         * sys/ximage/ximagesink.c: (plugin_init):
25737         * sys/xvimage/xvimagesink.c: (plugin_init):
25738         * gst/tcp/gsttcpplugin.c: (plugin_init):
25739
25740         Link plugins against libraries:
25741         * ext/ogg/Makefile.am:
25742         * ext/theora/Makefile.am:
25743         * ext/vorbis/Makefile.am:
25744         * gst/audioconvert/Makefile.am:
25745
25746         Create proper libraries:
25747         * gst-libs/gst/riff/Makefile.am:
25748         * gst-libs/gst/audio/Makefile.am:
25749         * gst-libs/gst/video/Makefile.am:
25750
25751         Move resample library to audioscale plugin directory:
25752         * gst-libs/gst/resample/Makefile.am:
25753         * gst-libs/gst/resample/README:
25754         * gst-libs/gst/resample/dtof.c:
25755         * gst-libs/gst/resample/dtos.c:
25756         * gst-libs/gst/resample/functable.c:
25757         * gst-libs/gst/resample/private.h:
25758         * gst-libs/gst/resample/resample.c:
25759         * gst-libs/gst/resample/resample.h:
25760         * gst-libs/gst/resample/resample.vcproj:
25761         * gst-libs/gst/resample/test.c:
25762         * gst/audioscale/Makefile.am:
25763         * gst/audioscale/README:
25764         * gst/audioscale/dtof.c:
25765         * gst/audioscale/dtos.c:
25766         * gst/audioscale/functable.c:
25767         * gst/audioscale/private.h:
25768         * gst/audioscale/resample.c:
25769         * gst/audioscale/resample.h:
25770         * gst/audioscale/test.c:
25771
25772         Move tagedit library to gst-libs:
25773         * gst-libs/gst/tag/Makefile.am:
25774         * gst-libs/gst/tag/gstid3tag.c:
25775         * gst-libs/gst/tag/gsttagediting.c:
25776         * gst-libs/gst/tag/gsttageditingprivate.h:
25777         * gst-libs/gst/tag/gstvorbistag.c:
25778         * gst/tags/Makefile.am:
25779         * gst/tags/gstid3tag.c:
25780         * gst/tags/gstvorbistag.c:
25781
25782         Fix for core changes:
25783         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25784         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25785         (gst_sinesrc_getrange):
25786
25787 2005-04-23  David Schleef  <ds@schleef.org>
25788
25789         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25790         in gst-plugins in a long time, and properly belongs in liboil.
25791         * gst-libs/gst/idct/Makefile.am:
25792         * gst-libs/gst/idct/README:
25793         * gst-libs/gst/idct/dct.h:
25794         * gst-libs/gst/idct/doieee:
25795         * gst-libs/gst/idct/fastintidct.c:
25796         * gst-libs/gst/idct/floatidct.c:
25797         * gst-libs/gst/idct/idct.c:
25798         * gst-libs/gst/idct/idct.h:
25799         * gst-libs/gst/idct/idtc.vcproj:
25800         * gst-libs/gst/idct/ieeetest.c:
25801         * gst-libs/gst/idct/intidct.c:
25802
25803 2005-04-20  Wim Taymans  <wim@fluendo.com>
25804
25805         * docs/design-audiosinks.txt:
25806         * gst-libs/gst/audio/Makefile.am:
25807         * gst-libs/gst/audio/TODO:
25808         * gst-libs/gst/audio/gstaudiosink.c:
25809         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25810         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25811         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25812         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25813         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25814         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25815         (gst_audiosink_class_init), (gst_audiosink_init),
25816         (gst_audiosink_create_ringbuffer):
25817         * gst-libs/gst/audio/gstaudiosink.h:
25818         * gst-libs/gst/audio/gstbaseaudiosink.c:
25819         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25820         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25821         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25822         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25823         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25824         (gst_baseaudiosink_create_ringbuffer),
25825         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25826         * gst-libs/gst/audio/gstbaseaudiosink.h:
25827         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25828         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25829         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25830         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25831         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25832         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25833         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25834         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25835         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25836         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25837         * gst-libs/gst/audio/gstringbuffer.h:
25838         An attempt at a set of audio base classes together with some
25839         design docs.
25840
25841 2005-04-20  Wim Taymans  <wim@fluendo.com>
25842
25843         * gst/audioconvert/Makefile.am:
25844         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25845         (gst_audio_convert_caps_remove_format_info),
25846         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25847         (gst_audio_convert_channels):
25848         Link against audio libs.
25849         Fix audio convert plugin.
25850
25851 2005-04-20  Wim Taymans  <wim@fluendo.com>
25852
25853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25854         (gst_ogg_demux_sink_activate):
25855         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25856         (theora_set_header_on_caps), (theora_enc_sink_event),
25857         (theora_enc_chain):
25858         Fix theora encoder.
25859
25860 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25861
25862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25863         * gst/playback/gstdecodebin.c: (find_compatibles):
25864           Work with staticpadtemplates in elementfactories.
25865
25866 2005-04-12  Wim Taymans  <wim@fluendo.com>
25867
25868         * gst/playback/README:
25869         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25870         (compare_ranks), (print_feature), (gst_decode_bin_init),
25871         (dynamic_create), (dynamic_free), (find_compatibles),
25872         (mimetype_is_raw), (close_pad_link), (got_redirect),
25873         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25874         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25875         (gst_decode_bin_change_state):
25876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25877         (gst_play_base_bin_init), (group_destroy), (group_commit),
25878         (check_queue), (queue_overrun), (queue_threshold_reached),
25879         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25880         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25881         (got_redirect), (setup_source), (play_base_eos),
25882         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25883         (gst_play_base_bin_remove_element):
25884         * gst/playback/gstplaybasebin.h:
25885         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25886         (gst_play_bin_init), (gst_play_bin_dispose),
25887         (gst_play_bin_set_property), (gen_video_element),
25888         (gen_text_element), (gen_audio_element), (remove_sinks),
25889         (gst_play_bin_send_event):
25890         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25891         (stream_info_change_state), (gst_stream_info_set_mute):
25892         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25893         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25894         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25895         (gst_stream_selector_chain):
25896         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25897         (main):
25898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25899         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25900         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25901         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25902         Raw and crude port of decodebin. 
25903         Make playbin compile.
25904
25905 2005-04-06  Wim Taymans  <wim@fluendo.com>
25906
25907         * ext/gnomevfs/Makefile.am:
25908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25909         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25910         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25911         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25912         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25913         (gst_gnomevfssrc_stop):
25914         * ext/ogg/Makefile.am:
25915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25916         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25917         * ext/theora/Makefile.am:
25918         * ext/theora/theoradec.c: (_inc_granulepos),
25919         (theora_dec_sink_event), (theora_dec_chain):
25920         * ext/vorbis/Makefile.am:
25921         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25922         (vorbis_dec_sink_event), (vorbis_dec_chain):
25923         * gst-libs/gst/audio/Makefile.am:
25924         * sys/xvimage/Makefile.am:
25925         Make gnomevfssrc extend the source base class.
25926         Fix linking against libs in various plugins.
25927
25928 2005-04-06  Andy Wingo  <wingo@pobox.com>
25929
25930         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25931         GST_BASE_LIBS.
25932
25933         * configure.ac: Add check and AC_SUBST for libgstbase.
25934
25935 2005-03-31  Wim Taymans  <wim@fluendo.com>
25936
25937         * examples/seeking/Makefile.am:
25938         * examples/seeking/cdparanoia.c: (main):
25939         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25940         (play_cb), (pause_cb), (stop_cb), (main):
25941         * examples/seeking/playbin.c:
25942         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25943         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25944         (make_sid_pipeline), (make_vorbis_pipeline),
25945         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25946         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25947         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25948         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25949         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25950         (stop_cb), (main):
25951         * examples/seeking/spider_seek.c:
25952         * examples/seeking/vorbisfile.c:
25953         * ext/gnomevfs/Makefile.am:
25954         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25956         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25957         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25958         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25959         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25960         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25961         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25962         * ext/ogg/README:
25963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25964         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25965         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25966         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25967         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25968         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25969         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25970         (gst_ogg_demux_factory_filter), (compare_ranks),
25971         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25972         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25973         (gst_ogg_chain_new), (gst_ogg_chain_free),
25974         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25975         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25976         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25977         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25978         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25979         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25980         (gst_ogg_demux_get_prev_page),
25981         (gst_ogg_demux_deactivate_current_chain),
25982         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25983         (gst_ogg_demux_bisect_forward_serialno),
25984         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25985         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25986         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25987         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25988         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25989         (gst_ogg_demux_change_state), (gst_ogg_print):
25990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25991         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25992         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25993         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25994         (gst_ogg_mux_loop):
25995         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25996         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25997         (theora_dec_src_convert), (theora_dec_sink_convert),
25998         (theora_dec_src_query), (theora_dec_src_event),
25999         (theora_dec_sink_event), (theora_dec_chain),
26000         (theora_dec_change_state):
26001         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26002         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26003         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26004         (theora_enc_change_state):
26005         * ext/vorbis/Makefile.am:
26006         * ext/vorbis/oggvorbisenc.c:
26007         * ext/vorbis/oggvorbisenc.h:
26008         * ext/vorbis/vorbis.c: (plugin_init):
26009         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26010         (vorbis_dec_src_query), (vorbis_dec_src_event),
26011         (vorbis_dec_sink_event), (vorbis_dec_chain),
26012         (vorbis_dec_change_state):
26013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26014         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26015         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26016         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26017         (gst_vorbisenc_change_state):
26018         * ext/vorbis/vorbisenc.h:
26019         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26020         * gst-libs/gst/audio/audioclock.c:
26021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26022         (gst_audiofilter_init), (gst_audiofilter_chain):
26023         * gst-libs/gst/audio/testchannels.c: (main):
26024         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26025         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26026         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26027         (gmip_find_track_streaminfo), (gmip_find_track_format):
26028         * gst-libs/gst/media-info/media-info.c:
26029         (gst_media_info_read_idler):
26030         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26031         (gst_play_get_all_by_interface):
26032         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26033         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26034         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26035         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26036         (gst_riff_parse_info):
26037         * gst-libs/gst/riff/riff-read.h:
26038         * gst-libs/gst/riff/riff.c: (plugin_init):
26039         * gst-libs/gst/video/Makefile.am:
26040         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26041         (gst_videosink_class_init), (gst_videosink_get_type):
26042         * gst-libs/gst/video/videosink.h:
26043         * gst/audioconvert/bufferframesconvert.c:
26044         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26045         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26046         * gst/audioconvert/channelmixtest.c: (main):
26047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26048         (gst_audio_convert_chain),
26049         (gst_audio_convert_caps_remove_format_info),
26050         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26051         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26052         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26053         (gst_audio_convert_buffer_to_default_format),
26054         (gst_audio_convert_buffer_from_default_format),
26055         (gst_audio_convert_channels):
26056         * gst/audioconvert/gstchannelmix.h:
26057         * gst/ffmpegcolorspace/avcodec.h:
26058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26059         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26060         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26061         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26062         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26063         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26064         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26065         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26066         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26067         (dv_type_find):
26068         * gst/videotestsrc/gstvideotestsrc.c:
26069         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26070         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26071         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26072         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26073         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26074         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26075         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26077         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26078         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26079         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26080         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26081         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26082         (gst_xvimagesink_navigation_send_event),
26083         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26084         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26085         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26086         * sys/xvimage/xvimagesink.h:
26087         Plugin port to 0.9, ogg/theora playback should work in the seek
26088         example now.
26089         Removed old examples.
26090         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26091         explained in 0.9 TODO doc.
26092
26093
26094 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26095
26096         * autogen.sh:
26097         * configure.ac:
26098         * ext/Makefile.am:
26099         * gst/Makefile.am:
26100         * po/POTFILES.in:
26101         * po/af.po:
26102         * po/az.po:
26103         * po/cs.po:
26104         * po/en_GB.po:
26105         * po/hu.po:
26106         * po/it.po:
26107         * po/nb.po:
26108         * po/nl.po:
26109         * po/or.po:
26110         * po/sq.po:
26111         * po/sr.po:
26112         * po/sv.po:
26113         * po/uk.po:
26114         * po/vi.po:
26115         * sys/Makefile.am:
26116         * testsuite/Makefile.am:
26117           remove a whole bunch of plugins.  This module now contains a set
26118           of free reference plugins/elements as agreed.
26119
26120 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26121
26122         * configure.ac:
26123           hunting season on 0.9 is now OPEN
26124
26125 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26126
26127         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26128           Kick the hell out of gcc for not warning me about a symbol conflict.
26129
26130 2005-02-22  Luca Ognibene  <luogni@tin.it>
26131
26132         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26133
26134         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26135           Don't leak caps string (fixes #168134)
26136
26137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26138         (gst_jpegenc_init), (gst_jpegenc_finalize),
26139         (gst_jpegenc_change_state):
26140           Don't leak line buffers and context struct (fixes #168133).
26141
26142 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26143
26144         * configure.ac:
26145         * ext/dirac/gstdiracdec.cc:
26146         (gst_diracdec_chain):
26147           Since dirac 0.5.0 the framerate in dirac is expressed as a
26148           rational number. Fix build and up requirement to 0.5.0, and
26149           also pass parameters to gst_diracdec_link in the right order
26150           (fixes #167959).
26151
26152 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26153
26154         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26155         * ext/faad/gstfaad.h:
26156         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26157         certain invalid muxed streams, where some packets will contain 
26158         junk after decoder data. Partially fixes #149158.
26159
26160 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26161         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26162           Make sure we only write to writable buffers
26163
26164 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26165
26166         * gst-libs/gst/riff/riff-media.c:
26167         (gst_riff_create_audio_caps_with_data):
26168           Do actually fix invalid RIFF fmt header values for alaw
26169           and mulaw audio instead of just saying so.
26170
26171         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26172           Give gst_riff_create_audio_caps_with_data() a chance to
26173           fix up broken format header fields before extracting any
26174           parameters from the header. (fixes #167633)
26175
26176 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26177
26178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26179
26180         * gst/audioconvert/bufferframesconvert.c:
26181         (buffer_frames_convert_link):
26182           Don't leak othercaps. (fixes #167878)
26183
26184 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26185
26186         * configure.ac:
26187         * ext/libvisual/visual.c: (gst_visual_srclink),
26188         (gst_visual_change_state):
26189           Support libvisual 0.2.0.
26190
26191 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26192
26193         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26194         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26195           Use same rowstrides for I420 as used everywhere else.
26196
26197 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26198
26199         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26200           Declare variables at beginning of block and make gcc-2.95 happy
26201           (fixes # 167482, patch by Gergely Nagy).
26202           
26203         * gst/tcp/gsttcpclientsrc.c:
26204         * gst/tcp/gsttcpclientsrc.h:
26205           Move some includes into the header, so that struct sockaddr_in is
26206           defined when it should be defined on FreeBSD as well (fixes
26207           #167483).
26208           
26209         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26210           Don't pass uninitialised values to setsockopt() here either.
26211
26212 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26213
26214         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26215
26216         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26217           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26218
26219 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * gst/playback/gstplaybin.c: (add_sink):
26222           Invert bin_add/link order to workaround deadlock in opt.
26223
26224 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26225
26226         * gst/modplug/gstmodplug.cc:
26227           Add missing break causing position queries to fail.
26228
26229 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26230
26231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26232           Granpos can apparently be -1, which screws up calculations...
26233
26234 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26235
26236         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26237         (gst_ximagesink_send_pending_navigation),
26238         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26239         (gst_ximagesink_init):
26240         * sys/ximage/ximagesink.h:
26241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26242         (gst_xvimagesink_send_pending_navigation),
26243         (gst_xvimagesink_navigation_send_event),
26244         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26245         * sys/xvimage/xvimagesink.h:
26246           Use a mutex protected list to marshal navigation
26247           events into the stream thread from whichever thread
26248           sends them.
26249
26250 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26251
26252         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26253           Display current position and track length; misc. clean-ups.
26254           
26255         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26256         (speed_init), (speed_chain):
26257           Add query function, so that the stream length and current position
26258           get adjusted when queried (note that current position queries may
26259           still be wrong if the audio sink returns values based on buffer
26260           timestamps instead of passing on the query).
26261
26262 2005-02-13  Benjamin Otte  <otte@gnome.org>
26263
26264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26265         (gst_audio_convert_channels):
26266           create channel conversion matrix when linking
26267         * gst/audioconvert/.cvsignore:
26268         * gst/audioconvert/Makefile.am:
26269         * gst/audioconvert/channelmixtest.c: (main):
26270           add (ugly) test that ensures stereo <=> mono conversion works
26271           correctly
26272
26273 2005-02-13  Benjamin Otte  <otte@gnome.org>
26274
26275         * gst/audioconvert/gstchannelmix.h:
26276           include missing header file
26277         * gst/audioconvert/gstchannelmix.c:
26278         (gst_audio_convert_fill_compatible):
26279           use same sign for both channels when converting to/from compatible
26280           channel. Previously used different signs made the signals cancel
26281           each other out and appear like silence. (fixes #167269)
26282
26283 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26284
26285         * gst/ffmpegcolorspace/avcodec.h:
26286         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26287         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26288         (gst_ffmpegcsp_avpicture_fill):
26289         * gst/ffmpegcolorspace/imgconvert.c:
26290           Convert to and from YV12 (fixes #156379).
26291
26292 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26293
26294         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26295         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26296         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26297         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26298         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26299         methods from chain and negotiation and vice versa (Fixes #166142).
26300         * sys/ximage/ximagesink.h: Add stream_lock.
26301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26302         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26303         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26304         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26305
26306 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26307
26308         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26309           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26310           error message when we can't open the DVD device (when dvdnav_open()
26311           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26312           the above). Send something more useful instead (fixes #167117).
26313
26314 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26315
26316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26317         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26318         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26319         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26320         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26321         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26322         methods from chain and negotiation and vice versa (Fixes #166142).
26323         Fix a possible bug of images in the buffer pool being discarded because
26324         we are looking at the wrong geometry.
26325         * sys/xvimage/xvimagesink.h: Add stream_lock.
26326
26327 2005-02-11  David Schleef  <ds@schleef.org>
26328
26329         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26330         unsigned int. (fixes #167128)
26331
26332 2005-02-11  David Schleef  <ds@schleef.org>
26333
26334         * gst/librfb/Makefile.am: Testing stuff before committing is
26335           for wimps... and people with fast machines.  Fix stupid
26336           mistake.
26337
26338 2005-02-11  David Schleef  <ds@schleef.org>
26339
26340         * configure.ac: Pull in librfb from my CVS tree, because it is
26341           too small and annoying to be separate.  Move rfbsrc plugin
26342           to gst/.
26343         * ext/Makefile.am:
26344         * ext/librfb/Makefile.am:
26345         * ext/librfb/gstrfbsrc.c:
26346         * gst/librfb/Makefile.am:
26347         * gst/librfb/gstrfbsrc.c:
26348         * gst/librfb/rfb.c:
26349         * gst/librfb/rfb.h:
26350         * gst/librfb/rfbbuffer.c:
26351         * gst/librfb/rfbbuffer.h:
26352         * gst/librfb/rfbbytestream.c:
26353         * gst/librfb/rfbbytestream.h:
26354         * gst/librfb/rfbcontext.h:
26355         * gst/librfb/rfbdecoder.c:
26356         * gst/librfb/rfbdecoder.h:
26357         * gst/librfb/rfbutil.h:
26358
26359 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26360
26361         * gst/speed/Makefile.am:
26362         * gst/speed/demo-mp3.c: (main):
26363         * gst/speed/filter.func:
26364         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26365         (speed_class_init), (speed_init), (speed_chain_int16),
26366         (speed_chain_float32), (speed_chain), (speed_set_property),
26367         (speed_get_property), (speed_change_state):
26368         * gst/speed/gstspeed.h:
26369           Fix speed element and make it chain-based (fixes #156467),
26370           and make it handle more than one channel.
26371
26372 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26373
26374         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26375         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26376         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26377         * ext/dts/gstdtsdec.h:
26378           Don't clobber the stack constructing the channels array.
26379           Make the element chain-based. DTS tracks can now be played.
26380           
26381 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26382
26383         * gst-libs/gst/audio/multichannel.h:
26384         * gst-libs/gst/gconf/gconf.h:
26385         * gst-libs/gst/idct/idct.h:
26386         * gst-libs/gst/media-info/media-info-priv.h:
26387         * gst-libs/gst/play/play.h:
26388         * gst-libs/gst/resample/private.h:
26389         * gst-libs/gst/resample/resample.h:
26390         * gst-libs/gst/riff/riff-ids.h:
26391         * gst-libs/gst/video/video.h:
26392         * gst-libs/gst/video/videosink.h:
26393           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26394           missing, so that they work when included from C++ code.
26395
26396 2005-02-09  David Schleef  <ds@schleef.org>
26397
26398         * testsuite/gst-lint: Check for non-statically scoped
26399           parent_class variables.  This won't be a problem once
26400           plugins are loaded with RTLD_LOCAL.
26401
26402 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * ext/mplex/gstmplexibitstream.cc:
26405           gcc madness.
26406
26407 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * ext/ogg/gstogmparse.c:
26410         * gst/debug/gstnavigationtest.c:
26411           Die, thou faulty symbol pollutors (non-static parent_class).
26412
26413 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * ext/mplex/gstmplexibitstream.cc:
26416           Fix event handling (#165525).
26417
26418 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * ext/mikmod/gstmikmod.c:
26421         * gst/modplug/gstmodplug.cc:
26422           Add missing endianness to template (fixes #165509).
26423
26424 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26425
26426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26427           Fix wrong order of reading of optional bytes (#165290).
26428
26429 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26432           Implement FILLER event awareness.
26433
26434 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26435
26436         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26437           Fix track calculations (#166208).
26438
26439 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26440
26441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26444         * ext/libpng/gstpngenc.c:
26445           Fix byte-order, use proper fixed caps. Fixes #164197.
26446
26447 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26448
26449         * configure.ac:
26450           Add dvdlpcmdec 
26451
26452         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26453         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26454           Don't push buffers if the src pad isn't negotiated yet.
26455           
26456         * gst/audioconvert/gstaudioconvert.c:
26457         (gst_audio_convert_buffer_to_default_format),
26458         (gst_audio_convert_buffer_from_default_format):
26459           Add support for 24-bit width.
26460
26461         * gst/dvdlpcmdec/.cvsignore:
26462         * gst/dvdlpcmdec/Makefile.am:
26463         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26464         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26465         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26466         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26467         (plugin_init):
26468         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26469           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26470           format. Needs support for the channels maps if someone can find 
26471           a DVD LPCM track with > 2 channels.
26472
26473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26474         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26475         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26476         * gst/mpegstream/gstdvddemux.h:
26477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26478         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26479         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26480         * gst/mpegstream/gstmpegdemux.h:
26481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26482         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26483         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26484         (gst_mpeg_parse_handle_src_query),
26485         (gst_mpeg_parse_handle_src_event):
26486           Use audio/x-dvd-lpcm for LPCM output.
26487           Add DTS output.
26488
26489 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26490
26491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26492
26493         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26494         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26495           Add BGRA handling (#165736).
26496
26497 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26498
26499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * gst/law/alaw-decode.c: (alawdec_link):
26502         * gst/law/alaw-encode.c: (alawenc_link):
26503         * gst/law/mulaw-decode.c: (mulawdec_link):
26504         * gst/law/mulaw-encode.c: (mulawenc_link):
26505           Fix caps memleaks (#166600).
26506
26507 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26508
26509         * ext/tarkin/mem.h:
26510         * ext/tarkin/wavelet.h:
26511         * ext/tarkin/yuv.h:
26512         * gst/ffmpegcolorspace/avcodec.h:
26513           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26514           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26515
26516 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26520         (gst_xvimagesink_change_state):
26521           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26522           Xv video (and thereby regenerate Xv colourkey) in clear() so
26523           that PLAY -> READY -> PLAY works (fixes #162504).
26524
26525 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26528           Switch to list instead of range, since MJPEG-devices really just
26529           support decimations, not any size.
26530
26531 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26532         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26533         (gst_mpeg2dec_reset), (free_all_buffers),
26534         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26535         * ext/mpeg2dec/gstmpeg2dec.h:
26536           The libmpeg2 user-allocated buffer management is awkward, 
26537           to say the least. Hopefully this fixes things.
26538
26539 2005-02-04  Andy Wingo  <wingo@pobox.com>
26540
26541         * gst/audioconvert/bufferframesconvert.c
26542         (buffer_frames_convert_fixate): New function, fixates to 256
26543         frames per buffer by default. (Much better than 1.)
26544         (buffer_frames_convert_init): Set the fixate function for both src
26545         and sink pad.
26546         (buffer_frames_convert_link): After success setting nonfixed caps,
26547         get the negotiated caps so we can know how many buffer-frames it
26548         will be. No idea how this worked at all before.
26549
26550 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26551
26552         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26553         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26554         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26555         (handle_sequence), (handle_picture):
26556         * ext/mpeg2dec/gstmpeg2dec.h:
26557           Rearrange buffer tracking and refcounting and refactor
26558           a little for readability. 
26559
26560 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26561         * sys/v4l/gstv4l.c: (plugin_init):
26562         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26563         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26564         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26565         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26566         * sys/v4l/gstv4ljpegsrc.h:
26567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26568         * sys/v4l/v4l_calls.h:
26569         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26570         (gst_v4lsrc_get_fps):
26571         * sys/v4l/v4lsrc_calls.h:
26572           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26573           you jpeg inside rgb frames" driver.
26574           Don't error in the v4lsrc link function, just return 
26575           REFUSED.
26576
26577 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26578
26579         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26580         (gst_qcamsrc_open):
26581           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26582
26583 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26586           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26587
26588 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26591           Reset negotiated state on PAUSED->READY.
26592
26593 2005-02-02  David Schleef  <ds@schleef.org>
26594
26595         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26596         whereever possible.  (Fixes #165997)
26597         * examples/capsfilter/capsfilter1.c: (main):
26598         * examples/dynparams/filter.c: (create_ui):
26599         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26600         * examples/seeking/chained.c: (main):
26601         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26602         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26603         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26604         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26605         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26606         * examples/switch/switcher.c: (main):
26607         * ext/dv/demo-play.c: (main):
26608         * ext/faad/gstfaad.c: (gst_faad_change_state):
26609         * ext/mad/gstmad.c: (gst_mad_chain):
26610         * ext/smoothwave/demo-osssrc.c: (main):
26611         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26612         (gst_gconf_render_bin_from_description),
26613         (gst_gconf_get_default_audio_sink),
26614         (gst_gconf_get_default_video_sink),
26615         (gst_gconf_get_default_audio_src),
26616         (gst_gconf_get_default_video_src),
26617         (gst_gconf_get_default_visualization_element):
26618         * gst/level/demo.c: (main):
26619         * gst/level/plot.c: (main):
26620         * gst/playback/gstplaybin.c: (gen_video_element),
26621         (gen_audio_element):
26622         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26623         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26624         * gst/sine/demo-dparams.c: (main):
26625         * gst/spectrum/demo-osssrc.c: (main):
26626         * gst/speed/demo-mp3.c: (main):
26627         * gst/volume/demo.c: (main):
26628         * testsuite/embed/embed.c: (main):
26629
26630 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26631
26632         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26633         (gst_tcpclientsink_finalize):
26634         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26635         (gst_tcpclientsrc_finalize):
26636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26637         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26638         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26639         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26640           Don't leak the hostname when shutting down.
26641           In tcpserversrc, take a copy of the default hostname.
26642
26643 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26646           Set caps to systemstream=TRUE.
26647
26648 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * testsuite/Makefile.am:
26651           Fix more OSX buildbots.
26652
26653 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26654
26655         * ext/mpeg2dec/gstmpeg2dec.c:
26656           Don't send things to NULL PAD_PEERs
26657
26658         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26659           Copy-on-write the incoming buffer.
26660
26661         * gst/mpegstream/gstdvddemux.h:
26662         * gst/mpegstream/gstmpegclock.h:
26663         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26664         (normal_seek), (gst_mpeg_demux_handle_src_event):
26665         * gst/mpegstream/gstmpegdemux.h:
26666         * gst/mpegstream/gstmpegpacketize.h:
26667         * gst/mpegstream/gstmpegparse.c:
26668         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26669         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26670         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26671         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26672         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26673         * gst/mpegstream/gstmpegparse.h:
26674         * gst/mpegstream/gstrfc2250enc.h:
26675           Various changes to the way time is computed that make seeking and
26676           total time estimation much better here.
26677           Use G_BEGIN/END_DECLS instead of __cplusplus
26678
26679         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26680           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26681
26682 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26683
26684         * gst/subparse/gstsubparse.c:
26685           Fix OSX buildbot.
26686
26687 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26688
26689         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26690         (theora_enc_chain), (theora_enc_change_state):
26691         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26692         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26693         (gst_vorbisenc_change_state):
26694         * ext/vorbis/vorbisenc.h:
26695           Set granulepos and timestamp correctly for streams not
26696           starting at 0, taking into account the initial delay.
26697
26698 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26699
26700         * gst/mpegstream/gstdvddemux.c:
26701           Add audio/x-dts to audio pad template caps
26702
26703 2005-01-30  David Schleef  <ds@schleef.org>
26704
26705         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26706         (create_context), (gst_polypsink_link): Fix silly endianness
26707         bug.  Add some debugging.  Remove float from caps; it doesn't
26708         work.  Attempt to get remote audio working.
26709
26710 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26711
26712         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26713           Add 3IV2 fourcc.
26714
26715 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26718         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26719         (gst_avi_demux_stream_data):
26720         * gst/avi/gstavidemux.h:
26721           Invert DIB images. Fixes #132341.
26722
26723 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26724
26725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26726         (gst_ffmpegcsp_chain):
26727           D'oh, reference the palette data, not the palette structure.
26728           Fixes color distortion in #132341.
26729
26730 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26733           PAR can be non-fixed when not provided as argument (#162626).
26734
26735 2005-01-29  David Moore  <dcm@acm.org>
26736
26737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26740         (gst_qtdemux_loop_header):
26741           Re-apply patch from #142272 that allows non-seekable sources,
26742           re-proposed by Daniel Drake <dsd@gentoo.org>.
26743
26744 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26745
26746         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26747           Use the src template for creating the src pad (#162330).
26748
26749 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26750
26751         * configure.ac:
26752         * ext/musepack/Makefile.am:
26753         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26754         (gst_musepackdec_init), (gst_musepackdec_dispose),
26755         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26756         (gst_musepack_stream_init), (gst_musepackdec_loop),
26757         (gst_musepackdec_change_state):
26758         * ext/musepack/gstmusepackdec.cpp:
26759         * ext/musepack/gstmusepackdec.h:
26760         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26761         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26762         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26763         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26764         * ext/musepack/gstmusepackreader.cpp:
26765         * ext/musepack/gstmusepackreader.h:
26766           Update to 1.1 API (#165446).
26767
26768 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26769
26770         * ext/Makefile.am:
26771           Unbreak buildbot.
26772
26773 2005-01-28  Andy Wingo  <wingo@pobox.com>
26774
26775         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26776         to reflect a different dubious internet source. Add a reference
26777         and some commentary.
26778
26779 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26780
26781         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26782         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26783         * gst/playback/gststreamselector.h:
26784           Be more selective when we're redoing caps negotiation from
26785           within the chain function on a stream change.
26786
26787 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * configure.ac:
26790         * ext/Makefile.am:
26791         * ext/amrnb/Makefile.am:
26792         * ext/amrnb/amrnb.c: (plugin_init):
26793         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26794         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26795         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26796         (gst_amrnbdec_state_change):
26797         * ext/amrnb/amrnbdec.h:
26798         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26799         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26800         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26801         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26802         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26803         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26804         * ext/amrnb/amrnbparse.h:
26805           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26806         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26807           Add AMR-NB/-WB raw formats.
26808         * ext/alsa/gstalsa.c: (gst_alsa_link):
26809           Keep valid time when changing format.
26810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26811         (qtdemux_parse_trak):
26812           Add some more format-specific options (#140141, #143555, #155163).
26813
26814 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * gst/matroska/matroska-demux.c:
26817         (gst_matroska_demux_parse_blockgroup):
26818           Fix logic error in timing of subtitle stream synchronization.
26819         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26820           Add skip-chunk, which is found in kodak-camera streams.
26821
26822 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26823
26824         * po/LINGUAS:
26825         * po/vi.po:
26826           Adding Vietnamese translation (submitted by Clytie Siddall)
26827
26828 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/playback/gstdecodebin.c: (try_to_link_1):
26831           Use realpad for signal.
26832
26833 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26836           Fix category so decodebin picks it up.
26837
26838 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * ext/mad/Makefile.am:
26841         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26842         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26843         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26844         (found_type), (gst_id3demux_bin_change_state):
26845         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26846         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26847         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26848         (gst_id3_tag_change_state), (plugin_init):
26849         * ext/mad/gstmad.h:
26850           Add id3demuxbin (which is a simple bin consisting of id3demux
26851           and typefind), take over rank from id3demux, remove typefind
26852           code from id3demux. Makes all broken mp3s that I know of work,
26853           and thereby fixes #152688.
26854
26855 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26856
26857         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * ext/mad/gstmad.c: (gst_mad_src_event):
26860         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26861           Allow seeks on audio pad, make mad forward those (#164826).
26862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26863           Set duration (#165335).
26864
26865 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26866
26867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26868         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26869         (gst_asf_demux_process_ext_content_desc),
26870         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26871         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26872         * gst/asfdemux/gstasfdemux.h:
26873           Improve metadata display, e.g. if the metadata comes before the
26874           streams are loaded (which is perfectly valid).
26875
26876 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * tools/gst-launch-ext-m.m:
26879           Fix AVI/ASF pipelines (#165340).
26880
26881 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26882         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26883         build failure on amd64
26884
26885 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26886
26887         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26888         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26889           Check environment variables GST_ID3V2_TAG_ENCODING,
26890           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26891           list of character encodings to force interpretation of non-unicode
26892           strings stored in an ID3v2 tag to a particular encoding. If none
26893           is specified, try to use current locale's encoding, then fall back
26894           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26895         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26896         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26897           Check environment variables GST_ID3V1_TAG_ENCODING,
26898           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26899           list of character encodings to use in case a string encountered
26900           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26901           specified, try to use the current locale's encoding, then fall
26902           back to ISO-8859-1 (which will always succeed).
26903
26904 2005-01-25  Benjamin Otte  <otte@gnome.org>
26905
26906         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26907           - on half framerate, compute the rate in advance so the comparisons
26908             don't compare wrong values
26909           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26910             behaviour
26911           - don't use mad_header_decode anymore, mad_frame_decode does that
26912             automatically
26913           - when getting rid of consumed bytes, reset the stream's skiplen
26914           (fixes #163867)
26915
26916 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26917
26918         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26919           Use 1/2 a second for default max_discont, as PES streams from DVB
26920           seem to have larger spacings in the SCR. 
26921           Fix a typo.
26922
26923 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * gst/playback/gstplaybasebin.c: (group_commit):
26926           Notify delayed stream-info availability.
26927
26928 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26929         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26930         (gst_a52dec_handle_event), (gst_a52dec_chain):
26931         Add some debug output. Check that a discont has a valid
26932         time associated.
26933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26934         (gst_alsa_sink_loop):
26935         Ignore TAG events. A little extra debug for broken timestamps.
26936         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26937         (dvdnavsrc_change_state):
26938         Ensure we send a discont to engage the link before we send any
26939         other events.
26940         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26941         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26942         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26943         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26944         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26945         dvd://title works in totem because typefinding sends a seek that ends
26946         up going back to chapter 1 regardless.
26947         * ext/mpeg2dec/gstmpeg2dec.c:
26948         * ext/mpeg2dec/gstmpeg2dec.h:
26949         Output correct timestamps and handle disconts.
26950         * ext/ogg/gstoggdemux.c: (get_relative):
26951         Small guard against a null dereference.
26952         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26953         (gst_textoverlay_set_property):
26954         Free memory when done. Don't call gst_event_filler_get_duration on
26955         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26956         g_warning.
26957         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26958         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26959         (gst_sw_srclink), (gst_smoothwave_chain):
26960         Draw solid lines, prettier colours.
26961         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26962         Add a default palette that'll work for some movies.
26963         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26964         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26965         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26966         * gst/mpegstream/gstdvddemux.h:
26967         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26968         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26970         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26971         * gst/mpegstream/gstmpegparse.h:
26972         Use PTM/NAV events when for timestamp adjustment when connected to 
26973         dvdnavsrc. Don't use many discont events where one suffices.
26974         * gst/playback/gstplaybasebin.c: (group_destroy),
26975         (gen_preroll_element), (gst_play_base_bin_add_element):
26976         * gst/playback/gstplaybasebin.h:
26977         Make sure we remove subtitles from the same bin we put them in.
26978         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26979         (gst_subparse_buffer_format_autodetect),
26980         (gst_subparse_change_state):
26981         Fix some memleaks and invalid accesses.
26982         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26983         (oggskel_type_find), (cmml_type_find), (plugin_init):
26984         Some typefind functions for Annodex v3.0 files
26985         * gst/wavparse/gstwavparse.h:
26986         GstRiffReadClass is the correct parent class.
26987
26988 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * gst-libs/gst/riff/riff-media.c:
26991         (gst_riff_create_video_caps_with_data):
26992           Add extradata to huffyuv (fixes #165013).
26993         * gst-libs/gst/riff/riff-read.c:
26994         (gst_riff_read_strf_vids_with_data):
26995           Fix extradata extraction if it is in the chunk size.
26996
26997 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26998
26999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27000
27001         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27002         (gst_quarktv_change_state), (gst_quarktv_dispose):
27003           Memory free'ing location fix (#164708).
27004
27005 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/playback/gstplaybasebin.c: (group_commit),
27008         (gen_preroll_element), (probe_triggered), (gen_source_element),
27009         (setup_source), (gst_play_base_bin_change_state),
27010         (gst_play_base_bin_add_element):
27011           Don't block for streams.
27012         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27013         (gst_stream_info_set_mute):
27014           Use gst_pad_set_active_recursive.
27015
27016 2005-01-25  Andy Wingo  <wingo@pobox.com>
27017
27018         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27019         for #ifndef HAVE_XVIDEO.
27020
27021 2005-01-24  Jeffrey C. Ollie
27022
27023         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27024
27025         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27026         * ext/gsm/gstgsmdec.h:
27027         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27028         * ext/gsm/gstgsmenc.h:
27029         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27030         was given by property. Add proper buffer timestamps and offsets.
27031
27032 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * gst-libs/gst/riff/riff-media.c:
27035         (gst_riff_create_audio_caps_with_data):
27036           Audio can be <8000Hz.
27037
27038 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27039
27040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27041           Explicit state change to workaround refcount bugs.
27042
27043 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27044
27045         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27046         (gst_avimux_riff_get_avi_header):
27047           Fix...
27048
27049 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27050
27051         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27052         (gst_riff_read_element_data):
27053         * gst-libs/gst/riff/riff-read.h:
27054           Add _peek version (req'ed in CDXA).
27055         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27056         (gst_cdxaparse_loop):
27057           Fix parsing in playbin.
27058         * gst/playback/gstdecodebin.c: (close_pad_link):
27059           Ignore current_ pads, they cause major annoyance.
27060
27061 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27064           Safety guard.
27065
27066 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27069           Fix padding...
27070
27071 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27072
27073         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27074           Allow for 0-sized buffers. Fixes length query problems in
27075           starwars.mkv from the testsuite.
27076
27077 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27078
27079         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27080         (gst_video_box_i420), (gst_video_box_chain):
27081           Fix row strides for I420 (fixes #163159)
27082           
27083 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27084
27085         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27086           MPEG2 has a useful rate property, so we can actually use that.
27087           For MPEG-1, continue using the bytes/time properties.
27088
27089 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * gst-libs/gst/riff/riff-media.c:
27092         (gst_riff_create_video_caps_with_data),
27093         (gst_riff_create_video_template_caps):
27094           Add intel-h263.
27095
27096 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27099           Fail if caps negotiation fails. Should fix #162184, and should
27100           definately be in there regardless of it fixing the actual bug.
27101         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27102         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27103         (gst_avimux_riff_get_avix_header),
27104         (gst_avimux_riff_get_video_header),
27105         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27106         (gst_avimux_start_file), (gst_avimux_handle_event),
27107         (gst_avimux_change_state):
27108         * gst/avi/gstavimux.h:
27109           Refactor structure writing to use GST_WRITE_UINT macros, add
27110           metadata writing support.
27111
27112 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27115           Elements may already be destroyed when this function is called.
27116
27117 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27118
27119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27120         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27121           More memory leak fixes (#149162).
27122
27123 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27124
27125         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27126         (gst_qtdemux_add_stream):
27127           Fix two memleaks.
27128
27129 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27132           Argh...
27133
27134 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27135
27136         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27137           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27138           when fixating to six channels in Totem.
27139
27140 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27141
27142         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27143           Fix compile warnings on Solaris 10 buildbot
27144
27145 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27146
27147         * ext/dvdread/dvdreadsrc.c: (_read):
27148           Don't read beyond the last cell in a chapter (fixes 
27149           invalid memory access)
27150
27151 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27152
27153         * ext/dvdread/stream_labels.c:
27154         (dvdreadsrc_get_audio_stream_labels):
27155           Use NULL for an empty GList instead of g_list_alloc(); fix 
27156           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27157           of GString (easier to bulk free later)
27158
27159 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27160
27161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27164         (gst_ffmpeg_pixfmt_to_caps):
27165           Fix BGRA32 caps (#164209).
27166
27167 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27168
27169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27172         (gst_ffmpeg_caps_to_pixfmt):
27173           alpha_mask can be RGBA/ABGR. Fixes #164265.
27174
27175 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27176
27177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27180         (gst_mpeg2dec_alloc_buffer):
27181         * ext/mpeg2dec/gstmpeg2dec.h:
27182           Crop if decoding size is not the actual image size (#163676).
27183
27184 2005-01-17  Steve Baker  <steve@stevebaker.org>
27185
27186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27189         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27190           Add libsndfile typefind functions (#163309).
27191
27192 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * tools/gst-launch-ext-m.m:
27195           Add .aac, fix .m1v/.m2v (#163891).
27196
27197 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27200           Sanity check, don't wait endlessly since the clock might not
27201           actually run at this point (which is a deadlock). Fixes #164069.
27202
27203 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27204
27205         * gst/playback/gstplaybasebin.c: (probe_triggered):
27206           Of course, only pause if group is done...
27207
27208 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * gst/playback/gstplaybasebin.c: (probe_triggered):
27211           Thread safety.
27212
27213 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27214
27215         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27216           Don't return state change success when the parent
27217           failed.
27218
27219 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27220
27221         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27222           Free events (fix memleak in #162905).
27223
27224 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27225
27226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27227
27228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27229         (gst_ffmpeg_caps_to_pixfmt):
27230           Fix for depth = 15. Fixes #161675.
27231
27232 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27235           Set FPS correctly, even for webcams and the like.
27236         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27237           Don error on setting while capturing.
27238
27239 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27240
27241         * ext/dv/gstdvdec.c:
27242         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27243         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27244           I'm a bad boy. using /1001. to force C to do float division
27245           and not integer division (as it did in my last commit)
27246           Thanks to David I. Lehn for pointing this mistake.
27247
27248 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27251           Revert Johan's 1.35->1.36 since it breaks compat.
27252
27253 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27254
27255         * ext/dv/gstdvdec.c:
27256         * ext/libfame/gstlibfame.c:
27257         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27258         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27259           replace framerate aproximations by their real value
27260           (24000/1001, 30000/1001, 60000/1001)
27261           Finish fixing bug #164049
27262
27263 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27264
27265         * ext/ogg/gstoggmux.c:
27266           eos/bos debugging
27267         * gst/tcp/gstmultifdsink.c:
27268         * gst/tcp/gstmultifdsink.h:
27269         * gst/tcp/gsttcp.c:
27270         * gst/tcp/gsttcp.h:
27271         * gst/tcp/gsttcpclientsink.c:
27272         * gst/tcp/gsttcpclientsrc.c:
27273         * gst/tcp/gsttcpserversink.c:
27274         * gst/tcp/gsttcpserversrc.c:
27275           improve reusability of elements after state changes and errors
27276           make multifdsink throw away streamheaders when receiving new ones
27277
27278 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27279
27280         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27281           Fix for if items are already in list...
27282
27283 2005-01-12  Benjamin Otte  <otte@gnome.org>
27284
27285         * gst/adder/gstadder.c: (gst_adder_loop):
27286           fix adder a bit so it doesn't screw up with events as much anymore
27287
27288 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27289
27290         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27291         (pixbufscale_scale), (gst_pixbufscale_chain):
27292         * ext/gdk_pixbuf/pixbufscale.h:
27293           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27294           to ensure rowstrides are calculated the same way as 
27295           ffmpegcolorspace
27296           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27297           that we pick up duration and offset also.
27298
27299 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27300
27301         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27302         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27303           Reusability fixes.
27304
27305 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27308         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27309         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27310         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27311           Update flags when requested.
27312
27313 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27314
27315         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27316           Fix dmix.
27317
27318 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27321         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27322         (probe_triggered), (new_decoded_pad), (gen_source_element),
27323         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27324         * gst/playback/gstplaybasebin.h:
27325         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27326         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27327         (gst_play_bin_change_state):
27328           Implement group-switch signal for use in apps to clear metadata
27329           cache, clean up subtitle, add suburi property instead of # hack,
27330           some error-out fixes.
27331
27332 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27335           Debug.
27336         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27337           If we got a state change in the _get handler, don't return success.
27338
27339 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27340
27341         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27342         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27343           Make jpegdec quiet on MJPEG decoding
27344         * gst/asfdemux/README:
27345           Fix mimetypes for MJPEG and H263
27346
27347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27348
27349         * ext/theora/theoradec.c: (theora_dec_chain):
27350           Fix broken code generation by gcc by swapping arguments.
27351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27352           Fix \n in debug.
27353
27354 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27355
27356         * TODO:
27357           delete this file, it is by far outdated
27358         * ext/alsa/gstalsa.1: remove
27359         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27360         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27361         (gst_alsa_get_caps):
27362           Add HW probing for supported sample rates. Fixes #161704
27363
27364 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27367           Don't crash, biatch! :).
27368
27369 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27370
27371         * ext/musepack/gstmusepackreader.cpp:
27372         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27373           Some work on tags - still doesn't work in playbin...
27374         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27375           Handle events...
27376
27377 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27380           Also shove tags on kid pads.
27381
27382 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27385           Don't bail on unknown events.
27386         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27387           Don't crash on events before negotiation.
27388         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27389           Send tags on pads, too.
27390         * gst/playback/gststreamselector.c:
27391         (gst_stream_selector_request_new_pad):
27392           Forward events on first pad if no input was selected yet.
27393
27394 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * gst/playback/gstplaybasebin.c: (setup_substreams):
27397           Don't disable streamtype if the stream doesn't exist, since
27398           then playing a video after audio will disable both and nothing
27399           will happen. Fixes the testsuite.
27400
27401 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27404         (gst_v4l_xoverlay_set_xwindow_id):
27405         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27406         (gst_v4l2_xoverlay_set_xwindow_id):
27407           Add debug categories, fix overlay disabling.
27408
27409 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27410
27411         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27412         * ext/alsa/gstalsa.h:
27413           Add HW probing for period_count/size and buffer_size MIX/MAX
27414           Adjust default/user defined value if out of bounds
27415           Should fix bug #162024
27416
27417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27420           Fix warning (#161191).
27421
27422 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27423
27424         * ext/dvdread/stream_labels.c:
27425         (dvdreadsrc_get_audio_stream_labels):
27426           Fix warning (init the good variable in switch default)
27427
27428 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27429
27430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27433           Fix gcc-2.95 compile (#163485).
27434
27435 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * configure.ac:
27438         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27439         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27440         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27441         (gst_flacenc_change_state):
27442         * ext/flac/gstflacenc.h:
27443           Update for API change in flac-1.1.1. Update requirement in
27444           configure.ac. Fixes #162974.
27445
27446 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27447
27448         * gst/playback/gstplaybasebin.c: (group_destroy):
27449           Remove hack to get rid of assert and get rid of unlinked
27450           signals properly.
27451
27452 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27453
27454         * gst/playback/gstplaybasebin.c: (setup_source):
27455           Set source to NULL so that resources are free'ed. Fixes issues
27456           with playback of CDDA and similar device-accessing things.
27457
27458 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * testsuite/embed/Makefile.am:
27461           test->noinst, fix make test in buildbot.
27462
27463 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27464
27465         * ext/dvdread/stream_labels.c: new file
27466         * ext/dvdread/stream_labels.h: new file
27467         * ext/dvdread/Makefile.am:
27468         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27469           Extract audio stream label from DVD IFO files.
27470           It only dump them on the console for now, still have to
27471           make playbin aware of them.
27472
27473 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst/playback/gstplaybasebin.c: (setup_source):
27476           Fix hanging subs.
27477
27478 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27481         (gen_preroll_element), (remove_groups), (setup_subtitle),
27482         (gen_source_element), (setup_source):
27483         * gst/playback/gstplaybasebin.h:
27484           Multiple .sub files is just a stupid idea... Fix some threading
27485           mistakes. Interestingly, external .sub files cause playbin to
27486           hang, I don't know why... Parsing fixes contributed by Fran??ois
27487           Kooman <fkooman@tuxed.net>.
27488
27489 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * testsuite/embed/Makefile.am:
27492           Fix buildbot.
27493
27494 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27495
27496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27497
27498         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27499         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27500         (gst_pngenc_set_property):
27501         * ext/libpng/gstpngenc.h:
27502           Add compression level property (#163323).
27503
27504 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * configure.ac:
27507         * examples/capsfilter/capsfilter1.c: (main):
27508         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27509         * ext/dvdread/Makefile.am:
27510         * ext/dvdread/demo-play:
27511         * ext/dvdread/demo-play.c:
27512         * gconf/gstreamer.schemas.in:
27513         * gst-libs/gst/gconf/gconf.c:
27514         * sys/v4l/TODO:
27515         * testsuite/Makefile.am:
27516         * testsuite/embed/Makefile.am:
27517         * testsuite/embed/embed.c: (cb_expose), (main):
27518           Remove all references to xvideosink, fix examples (#140845).
27519         * gst/playback/gstplaybasebin.c: (group_destroy):
27520           Apparently, disposal does not unlink - so do explicitely.
27521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27522           Add debug.
27523
27524 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27525
27526         * README: fix PKG_CONFIG_PATH instructions, what was there
27527         previously was breaking default search path, not nice. 
27528         Fixes #163358
27529
27530 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27531
27532         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27533         (gst_audioscale_chain):
27534           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27535           when resampling - how the ^@$^!@^! is this possible?!?
27536
27537 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27540           Reset variables on READY.
27541         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27542         (gst_matroska_mux_loop):
27543           Require data before writing header.
27544
27545 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27546
27547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * ext/mad/gstmad.c: (gst_mad_chain):
27550           Don't call mad_stream_sync() directly after recovering sync.
27551           Fixes #151661.
27552
27553 2005-01-09  Martin Eikermann  <meiker@upb.de>
27554
27555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27558         (snapshot_handler), (gst_snapshot_sinkconnect),
27559         (gst_snapshot_chain):
27560           Allocate resources when required, fix recursive signal emission
27561           and fix caps. Fixes #161667.
27562
27563 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27564
27565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27566
27567         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27568         (gst_pngdec_chain):
27569           Handle only 8-bppc (bits-per-pixel-component) images, better
27570           error handling and correct strides. Fixes #163177.
27571         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27572         (gst_pngenc_chain):
27573           Better error handling. Fixes #163348.
27574
27575 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27578         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27579         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27580         (dvdnavsrc_uri_handler_init):
27581           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27582         * gst/playback/gstplaybasebin.c: (gen_source_element):
27583           Add MMS to streaming URIs.
27584
27585 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27586
27587         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27588         * sys/xvimage/xvimagesink.c:
27589         (gst_xvimagesink_navigation_send_event):
27590           Check for pad availability before sending event.
27591
27592 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst-plugins.spec.in:
27595           Add subparse.
27596
27597 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * configure.ac:
27600           Since we use functions from CVS, up requirement.
27601
27602 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27603
27604         * gst/playback/Makefile.am:
27605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27606         (group_destroy), (group_commit), (group_is_muted),
27607         (gen_preroll_element), (add_stream), (unknown_type),
27608         (probe_triggered), (preroll_unlinked), (mute_stream),
27609         (silence_stream), (new_decoded_pad), (setup_substreams),
27610         (setup_source), (get_active_source), (mute_group_type),
27611         (muted_group_change_state), (set_active_source),
27612         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27613         (play_base_eos), (gst_play_base_bin_change_state):
27614         * gst/playback/gstplaybasebin.h:
27615         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27616         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27617         (gst_stream_info_dispose), (stream_info_mute_pad),
27618         (stream_info_change_state), (gst_stream_info_set_mute):
27619         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27620         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27621         (gst_stream_selector_init), (gst_stream_selector_dispose),
27622         (gst_stream_selector_get_linked_pad),
27623         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27624         (gst_stream_selector_get_linked_pads),
27625         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27626         * gst/playback/gststreamselector.h:
27627           Adding stream selection support plus required properties for
27628           applications to use this. Fully fixes #100931.
27629
27630 2005-01-08  Benjamin Otte  <otte@gnome.org>
27631
27632         * gst/games/gstpuzzle.c: (nav_event_handler):
27633           - handle nav events differently: forward every event no matter if it
27634             was handled or not.
27635           - translate events
27636           You can now cheat by using navigationtest ! puzzle and moving the
27637           mouse close to the edge of a tile. ;)
27638
27639 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27640
27641         * configure.ac:
27642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27643         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27644         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27645         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27646         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27647         (gst_ogm_parse_plugin_init):
27648         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27649         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27650         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27651         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27652         * ext/pango/gsttextoverlay.h:
27653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27654         (gst_matroska_demux_handle_seek_event),
27655         (gst_matroska_demux_sync_streams),
27656         (gst_matroska_demux_parse_blockgroup),
27657         (gst_matroska_demux_subtitle_caps),
27658         (gst_matroska_demux_plugin_init):
27659         * gst/matroska/matroska-ids.h:
27660         * gst/playback/gstdecodebin.c: (close_pad_link):
27661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27662         (gen_preroll_element), (remove_groups), (add_stream),
27663         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27664         (setup_source):
27665         * gst/playback/gstplaybasebin.h:
27666         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27667         * gst/subparse/Makefile.am:
27668         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27669         (gst_subparse_base_init), (gst_subparse_class_init),
27670         (gst_subparse_init), (gst_subparse_formats),
27671         (gst_subparse_eventmask), (gst_subparse_event),
27672         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27673         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27674         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27675         (parse_mpsub_deinit), (parse_mpsub_init),
27676         (gst_subparse_buffer_format_autodetect),
27677         (gst_subparse_format_autodetect), (gst_subparse_loop),
27678         (gst_subparse_change_state), (gst_subparse_type_find),
27679         (plugin_init):
27680         * gst/subparse/gstsubparse.h:
27681         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27682         (plugin_init):
27683           Add subtitle support, .sub parser (supports SRT and MPsub),
27684           OGM text support, Matroska UTF-8 text support, deadlock fixes
27685           all over the place, subtitle awareness in decodebin/playbin
27686           and some fixes to textoverlay to handle subtitles in a stream
27687           correctly. Fixes #100931.
27688
27689 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27692           Check for pad availability before doing a query on it.
27693
27694 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27695
27696         * ext/dv/gstdvdec.c:
27697           really fix bpp24/32 dvdec caps (classic rgba indeed)
27698         * gst/asfdemux/gstasfdemux.c:
27699         (gst_asf_demux_process_ext_content_desc):
27700           don't send text tags if they are empty (bis repetita)
27701
27702 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27703
27704         * ext/dv/gstdvdec.c:
27705          remove unneeded comment from dvdec
27706           (related to DV 4CC codes in AVI files)
27707           moved them in gstreamer/docs/random/mimetypes
27708         * gst/asfdemux/gstasfdemux.c:
27709         (gst_asf_demux_process_ext_content_desc):
27710          don't send text tags if they are empty
27711          fix mem leak on error path
27712         * gst/ffmpegcolorspace/avcodec.h:
27713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27714         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27715         (gst_ffmpegcsp_avpicture_fill):
27716         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27717         * gst/ffmpegcolorspace/imgconvert_template.h:
27718          adds BGR32 and BGRA32 to ffmpegcolorspace
27719           (still bad colors, fixing it on next commit)
27720           helps with dvdec outputing BGR32
27721
27722 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27723
27724         * ext/dv/gstdvdec.c:
27725          Fix audio caps i just broke (missing ',')
27726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27727         (gst_matroska_mux_reset):
27728          Fix typo + add FIXME about old "x-gst-metadata" crap
27729
27730 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27731
27732         * ext/dv/demo-play.c: (main):
27733          xvideosink -> xvimagesink
27734         * ext/dv/gstdvdec.c:
27735          change rgb 32/32 caps to 24/32 (no alpha)
27736          change nb of channels to be a list (2 or 4, not 2)
27737          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27738         * gst/asfdemux/gstasfdemux.c:
27739         (gst_asf_demux_process_ext_content_desc):
27740          Add 'date/year' to extracted metadata list
27741
27742 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27743
27744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27745           The return value of fixate_to does not imply that the requested
27746           value was set, so don't assume.
27747
27748 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27749
27750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27751
27752         * ext/libpng/gstpngdec.c:
27753         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27754         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27755         * ext/libpng/gstpngenc.h:
27756           Alpha support (encoder; #163161), mime fixage.
27757
27758 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27759
27760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27763         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27764         (gst_faac_set_property), (gst_faac_get_property):
27765         * ext/faac/gstfaac.h:
27766           Allow for ADTS output (#153434).
27767
27768 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27771           Fix against template (#150576).
27772
27773 2005-01-06  Benjamin Otte  <otte@gnome.org>
27774
27775         * gst/games/gstpuzzle.c: (draw_puzzle):
27776           don't draw a puzzle if either width or height of tiles would be 0.
27777
27778 2005-01-06  Benjamin Otte  <otte@gnome.org>
27779
27780         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27781         (gst_puzzle_class_init), (gst_puzzle_finalize):
27782           no memleaks, please
27783         (gst_puzzle_create), (gst_puzzle_init),
27784         (gst_puzzle_set_property), (gst_puzzle_setup):
27785           change initialization code around so we don't reshuffle on resize
27786         (draw_puzzle):
27787           fix another stupid typo
27788
27789 2005-01-06  Benjamin Otte  <otte@gnome.org>
27790
27791         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27792           fix stupid typo that borked copying on YUY2
27793
27794 2005-01-06  Benjamin Otte  <otte@gnome.org>
27795
27796         * gst/games/gstpuzzle.c: (draw_puzzle):
27797           fix edges when image sizes aren't multiples of tile sizes
27798
27799 2005-01-06  Benjamin Otte  <otte@gnome.org>
27800
27801         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27802           make RGB endianness work correctly
27803         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27804           refactor and fix race with initial shuffling
27805         (nav_event_handler):
27806           allow using the mouse to puzzle
27807         (draw_puzzle):
27808           insist on tiles having width and height as multiples of 4 to get
27809           clean YUV image handling
27810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27811         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27812           s/DEBUG/LOG/ for common messages
27813         (gst_xvimagesink_navigation_send_event):
27814           fix mouse event translation to not include screen PAR
27815         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27816           fix mouse event translation to actually work
27817
27818 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27819
27820         * gst/asfdemux/gstasfdemux.c:
27821         (gst_asf_demux_process_ext_content_desc):
27822          Extract TrackNumber metadata + clean up code
27823         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27824          Hope this is the good fix (var used unitialised)
27825
27826 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27827
27828         * ext/faad/gstfaad.c: (gst_faad_chain):
27829           Only increment timestamp if it's valid. Fixes raw AAC streams.
27830
27831 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27832
27833         * configure.ac:
27834         * gst/games/Makefile.am:
27835         * gst/games/gstpuzzle.c:
27836           add a puzzle game with...
27837         * gst/games/gstvideoimage.c:
27838         * gst/games/gstvideoimage.h:
27839           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27840           from videotestsrc and made into something that would be a nice
27841           library for a lot of other plugins.
27842
27843 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27844
27845         * configure.ac:
27846          don't compile faad plugin if a RC of 2.0 is found
27847          Fixes #155346 (and FC1 buildbot)
27848         * gst/asfdemux/gstasfdemux.c:
27849         (gst_asf_demux_process_ext_content_desc):
27850          try to make Solaris compiler happier
27851
27852 2005-01-06  Paul Jack  <pjack@sfaf.org>
27853
27854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27857           Fix segfault (#161667).
27858
27859 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27860
27861         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27862           Fix framerate reporting.
27863
27864 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27865
27866         * gst-libs/gst/riff/riff-ids.h:
27867         * gst/wavenc/riff.h:
27868          Add AMR (VBR and CBR) ids to riff.h audio codec list
27869         * gst/asfdemux/gstasfdemux.c:
27870         (gst_asf_demux_process_ext_content_desc),
27871         (gst_asf_demux_process_object):
27872           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27873
27874 2005-01-05  Martin Eikermann  <meiker@upb.de>
27875
27876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27877
27878         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27879         (gst_dvd_demux_handle_discont):
27880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27881         (gst_mpeg_demux_handle_discont):
27882           Recreate pads on new-media (#160730).
27883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27884           Send discont even if manager changes timestamps (#161929).
27885
27886 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27887
27888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27891           Fix invalid memory access (#159211).
27892
27893 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * examples/gstplay/player.c: (main):
27896           Don't iterate.
27897         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27898           Add visualizations.
27899         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27900         (gst_a52dec_handle_frame):
27901           Set duration.
27902         * ext/dvdnav/gst-dvd:
27903           Add audioconvert. Fixes #161325.
27904         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27905           Explicitely case to gint64. Possible valgrind error.
27906         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27907         (gst_play_tick_callback), (gst_play_change_state),
27908         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27909         (gst_play_set_location), (gst_play_get_location),
27910         (gst_play_seek_to_time), (gst_play_set_data_src),
27911         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27912         (gst_play_set_visualization), (gst_play_connect_visualization),
27913         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27914         (gst_play_new):
27915           Use playbin. Fixes #139749 and #147744.
27916         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27917           Add genre tag.
27918         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27919         (audioscale_get_type), (gst_audioscale_base_init),
27920         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27921         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27922         (gst_audioscale_link), (gst_audioscale_get_buffer),
27923         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27924         (gst_audioscale_init), (gst_audioscale_dispose),
27925         (gst_audioscale_chain), (gst_audioscale_set_property),
27926         (gst_audioscale_get_property), (plugin_init):
27927           Indent properly.
27928         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27929           Fix LPCM.
27930         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27931         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27932         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27933           Add more metadata (fixes #162656).
27934
27935 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27936
27937         * configure.ac:
27938           back to cvs
27939
27940 === release 0.8.7 ===
27941
27942 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27943
27944         * NEWS:
27945         * RELEASE:
27946         * configure.ac:
27947           releasing 0.8.7, "Hyperspace"
27948
27949 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27950
27951         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27952
27953         * gst/playback/gstplaybasebin.c:
27954          Fix for #162924 - free caps after use, not before
27955
27956 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27959
27960         * gst/playback/gstplaybasebin.c:
27961         * gst/wavparse/gstwavparse.c:
27962           Fix for #154773 - fixes playback of small .wav files
27963
27964 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27965
27966         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27967
27968         * gst/audioscale/gstaudioscale.c:
27969           Fix for #162819 - make audioscale reusable
27970           Fixes playback of more than one file with playbin/totem
27971
27972 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27973
27974         * gst/ffmpegcolorspace/avcodec.h:
27975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27976         * gst/ffmpegcolorspace/imgconvert.c:
27977           clean up the mess that made me cry and avoid needless duplication
27978
27979 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27980
27981         * gst/ffmpegcolorspace/imgconvert.c:
27982           give some indication of why we're segfaulting
27983
27984 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * configure.ac:
27987           Fix indentation, fix v4l2 plugin detection.
27988         * ext/Makefile.am:
27989           Fix libmms location (Maciej, use diff -u!).
27990         * ext/alsa/gstalsa.c: (gst_alsa_init):
27991           Initialize caps cache to NULL.
27992         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27993           Only change state on audiosink if it exists.
27994
27995 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27996
27997         * gst/matroska/matroska-demux.c:
27998         * gst/matroska/matroska-ids.h:
27999         * gst/matroska/matroska-demux.h:
28000         Fix Vorbis streams failing to decode in some files, where cluster_time
28001         isn't 0, because then it doesn't send codec_priv before actual data.
28002         Remove time-based test and replace it with marker set on beginning of
28003         new stream
28004
28005 2004-12-28  David Schleef  <ds@schleef.org>
28006
28007         Merge patch from Ronald fixing problems with streaming
28008         text.
28009         * ext/cairo/gstcairo.c: (plugin_init):
28010         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28011         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28012         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28013         (gst_textoverlay_font_init), (gst_textoverlay_init),
28014         (gst_textoverlay_set_property):
28015         * ext/cairo/gsttextoverlay.h:
28016
28017 2004-12-27  David Schleef  <ds@schleef.org>
28018
28019         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28020         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28021         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28022         (gst_textoverlay_font_init), (gst_textoverlay_init),
28023         (gst_textoverlay_set_property): Improvements to actually
28024         render text as white on black outline on video, including
28025         font selection and horizontal/vertical alignment.  (Ronald's
28026         christmas present)
28027         * ext/cairo/gsttextoverlay.h:
28028
28029 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28030
28031         * ext/ogg/gstogg.c:
28032         * ext/ogg/gstogmparse.c:
28033           fix ogm[audio/video]parse plugin registration
28034           (riff won't load if bytestream is already loaded)
28035
28036 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28037
28038         * gst/audioconvert/gstchannelmix.c:
28039           fix for GLIB < 2.4
28040
28041 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28042
28043         * Makefile.am:
28044         * configure.ac:
28045           disable docs again until it actually passes make distcheck.
28046
28047 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28050         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28051         (plugin_init):
28052           Add 3GP (variables name Q3GP because they can't start with a
28053           number). Add samr audio fourcc (used in .3gp files), decoder
28054           is work in progress. Also do a GST_WARNING instead of ERROR
28055           in case of unknown nodes, to decrease output.
28056
28057 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28058
28059         * Makefile.am:
28060           really fix dist
28061
28062 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28063
28064         * configure.ac:
28065         * ext/speex/gstspeexdec.h:
28066         * ext/speex/gstspeexenc.h:
28067           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28068           Fix detection code in configure.ac
28069
28070 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28071
28072         * gst/matroska/matroska-demux.c:
28073         (gst_matroska_demux_parse_blockgroup):
28074           Save position, so that queries give proper return values. Don't
28075           know how this could ever have worked before...
28076
28077 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28078
28079         * configure.ac:
28080           Put additional LAME check inside the conditional.  Fixes #152339
28081
28082 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28083
28084         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28085         (gst_avi_demux_stream_scan):
28086           Add some more debug. Fix logic error when setting movi offset
28087           while reading index.
28088
28089 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28090
28091         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28092         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28093         (gst_avi_demux_process_next_entry):
28094           Add some debugging. Better detection of broken indexes and the
28095           accompanying index recovery. No infinite loops on state changes
28096           when we're still in our loopfunction.
28097
28098 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28099
28100         * configure.ac:
28101           Fix up.
28102
28103 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28104
28105         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28106
28107         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28108           Normalizing the value before setting
28109         (gst_sunaudiomixer_get_volume):
28110           Normalizing the value after getting. Fixes bug# 161980
28111
28112 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28113
28114         * Makefile.am: Make sure docs gets disted
28115         * docs/Makefile.am: Make sure all needed files get disted
28116         * gst-plugins.spec.in: latest updates
28117
28118 2004-12-22  Wim Taymans  <wim@fluendo.com>
28119
28120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28121         Revert patch 1.38 as clock distribution over schedulers does
28122         not work correcly in the core yet.
28123
28124 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28125
28126         * sys/oss/README: remove this file, which predates my birth
28127           (and which content is by far outdated)
28128
28129 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28130
28131         * Makefile.am:
28132         * configure.ac:
28133         * docs/Makefile.am:
28134         * docs/libs/Makefile.am:
28135         * docs/libs/gst-plugins-libs-docs.sgml:
28136         * docs/libs/gst-plugins-libs-sections.txt:
28137         * docs/libs/tmpl/gstgconf.sgml:
28138         * docs/upload.mak:
28139         * docs/version.entities.in:
28140           Added boilerplate gtk-doc files for plugin-libs documentation.
28141
28142 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28143
28144         * gst/auparse/gstauparse.c: fix int and float audio caps
28145
28146 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28149         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28150           g_assert() can be a macro, don't use #ifdef inside it.
28151
28152 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28153
28154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28155
28156         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28157         (gst_videorate_init), (gst_videorate_chain),
28158         (gst_videorate_change_state):
28159           Event handling (fixes #159986).
28160
28161 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * gst-libs/gst/riff/riff-media.c:
28164         (gst_riff_create_video_caps_with_data):
28165           Add BLZ0 (Blizzard's version of DivX) fourcc.
28166
28167 2004-12-18  David Schleef  <ds@schleef.org>
28168
28169         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28170         portability fix.
28171
28172 2004-12-18  David Schleef  <ds@schleef.org>
28173
28174         * gst/tta/ttadec.h: Disable some header code that isn't used
28175         and clearly isn't portable.
28176
28177 2004-12-18  David Schleef  <ds@schleef.org>
28178
28179         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28180         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28181         (avcodec_get_pix_fmt), (avpicture_layout),
28182         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28183         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28184         Fix code to not use GCC extensions (and c99 extensions that
28185         Forte does not like.)
28186
28187 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28188
28189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28192         (gst_deinterlace_chain):
28193           Rowstride fixes. Fixes #161039.
28194         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28195         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28196         (gst_video_crop_getcaps), (gst_video_crop_link),
28197         (gst_video_crop_i420), (gst_video_crop_chain),
28198         (gst_video_crop_change_state):
28199           Rework of negotiation. Actually works now. Fixes #158650.
28200
28201 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28204           That was very stupid.
28205
28206 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28207
28208         * gst/matroska/matroska-demux.c:
28209         (gst_matroska_demux_parse_blockgroup):
28210           Fix possible crasher.
28211
28212 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28213
28214         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28215         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28216           Lace sizes can be zero.
28217
28218 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28219
28220         * ext/musepack/gstmusepackdec.cpp:
28221           Fetch error return values. Fixes #161624.
28222         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28223           Really EOS.
28224
28225 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28226
28227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28228           Work for truncated (unfinished download etc.) files. Fixes #160514.
28229
28230 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28231
28232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28233           Fix for integer overflow. Makes #156001 not crash. Probably masks
28234           the real bug.
28235
28236 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28237
28238         * gst/ac3parse/gstac3parse.c: (plugin_init):
28239           Parsers never have ranks. Fixes #159651.
28240
28241 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28242
28243         * gst/playback/gstdecodebin.c: (compare_ranks):
28244           make sure the facotries are ordered the same every time even if they
28245           have the same rank by using the name
28246         * gst/playback/gstdecodebin.c: (find_compatibles):
28247           make sure we don't add factories to the list twice
28248
28249 2004-12-16  David Schleef  <ds@schleef.org>
28250
28251         * configure.ac: look for musepack headers as musepack/*.h
28252         (fixes #159847)
28253         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28254         * ext/musepack/gstmusepackreader.h: same
28255
28256 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28257
28258         * gst-libs/gst/riff/riff-read.c:
28259         (gst_riff_read_strf_auds_with_data):
28260           Read extradata correctly (fixes #155879).
28261
28262 2004-12-16  David Schleef  <ds@schleef.org>
28263
28264         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28265         audio.  does _not_ attempt or allow conversion unless channels
28266         is 1 or 2.
28267
28268 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28269
28270         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28271
28272 2004-12-16  David Schleef  <ds@schleef.org>
28273
28274         * gst/audioscale/gstaudioscale.c: the resample library only
28275         handles 1 or 2 channels.  Change caps to compensate.
28276
28277 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28280         (gst_matroska_demux_audio_caps):
28281           Some MPEG-AAC hacks, because else it doesn't work...
28282
28283 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * gst-libs/gst/riff/riff-media.c:
28286         (gst_riff_create_video_caps_with_data),
28287         (gst_riff_create_video_template_caps):
28288           Add h264.
28289
28290 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst-libs/gst/audio/Makefile.am:
28293           Try to fix buildbot.
28294
28295 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28296
28297         * gst/tcp/gstmultifdsink.c:
28298           Clean up and uniformize debugging.
28299
28300 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28301
28302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28305         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28306         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28307         (gst_mpeg_demux_change_state):
28308           Reset on ready. Fixes 160276.
28309
28310 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28311
28312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28315         (gst_ffmpegcsp_pad_link):
28316           Fix memleak (#154815).
28317
28318 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28319
28320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28323         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28324         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28325         * ext/musicbrainz/gsttrm.h:
28326           Add support for using a proxy server when getting a trm id from
28327           the MusicBrainz database (#149613).
28328
28329 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28330
28331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28332
28333         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28334         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28335           Fix memleaks (#157233).
28336
28337 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28338
28339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28340
28341         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28342         * gst-libs/gst/resample/resample.h:
28343         * gst/audioscale/gstaudioscale.c:
28344           Fix memleak (#159215).
28345
28346 2004-12-16  Toni Willberg  <toniw@iki.fi>
28347
28348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28351         * sys/oss/oss_probe.c: (main):
28352           Check for mono/stereo support (similar to samplerate probing),
28353           fixes #159433. Also add missing copyright header to oss_probe.c.
28354
28355 2004-12-15  David Schleef  <ds@schleef.org>
28356
28357         * configure.ac: add audioresample and cairo plugins.  Remove
28358         HAVE_MMX stuff, because it's not used.
28359         * ext/Makefile.am: same
28360         * ext/audioresample/Makefile.am: You are not ready for an
28361         audio resampling element based on audioresample.
28362         * ext/audioresample/gstaudioresample.c:
28363         * ext/audioresample/gstaudioresample.h:
28364         * ext/cairo/Makefile.am: You are not ready for overlay elements
28365         based on cairo.  Don't look too closely, these elements kinda
28366         suck right now.
28367         * ext/cairo/gstcairo.c: new
28368         * ext/cairo/gsttextoverlay.c: new
28369         * ext/cairo/gsttextoverlay.h: new
28370         * ext/cairo/gsttimeoverlay.c: new
28371         * ext/cairo/gsttimeoverlay.h: new
28372         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28373         problem with compilers that don't support variadic macros.
28374
28375 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28376
28377         Reviewed by:  David Schleef  <ds@schleef.org>
28378
28379         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28380         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28381         bit.  Also ran indent-gst.
28382         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28383         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28384         (gst_sunaudiosrc_setparams):
28385
28386 2004-12-14  David Schleef  <ds@schleef.org>
28387
28388         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28389         output rate to 16000.  Should fix #160235.
28390
28391 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28392
28393         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28394         Add typefinding for mpeg2 pes streams
28395
28396 2004-12-13  David Schleef  <ds@schleef.org>
28397
28398         * configure.ac:  Applied patch from bug #143659, making default
28399         sources and sinks OS-dependent (for Solaris), and added code
28400         for OS/X.
28401         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28402
28403 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28404
28405         * gst-libs/gst/riff/riff-media.c:
28406           forgot to add h2.64 to avidemux template caps
28407
28408 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28409
28410         * gst/wavenc/riff.h:
28411         * gst-libs/gst/riff/riff-media.c:
28412         * gst-libs/gst/riff/riff-ids.h:
28413         * gst/avi/gstavimux.c
28414         add 4CC code for VideoSoft h264 in AVI (VSSH)
28415           fixes bug #160655
28416         remove s323 from riff, it's quicktime specific :(
28417
28418 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28419
28420         * gst/asfdemux/README
28421         * gst/wavenc/riff.h
28422         * gst-libs/gst/riff/riff-ids.h
28423         * gst-libs/gst/riff/riff-media.c
28424         * gst/qtdemux/qtdemux.c:
28425           add new 4CC codes for h263 related codecs
28426           fixes partially bug #155163
28427
28428 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28429
28430         * configure.ac: Update polyaudio requirement to 0.7
28431         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28432
28433 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28434
28435         * gst/interleave/deinterleave.c:
28436         fix my name's spelling! :)
28437
28438 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28439
28440         * AUTHORS ChangeLog
28441         * gst/auparse/gstauparse.c
28442         * gst/interleave/deinterleave.c
28443         * gst/law/:
28444                 alaw-decode.c alaw-encode.c
28445                 mulaw-decode.c mulaw-encode.c
28446         * gst/oneton/gstoneton.c
28447         * sys/osxaudio/:
28448                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28449         * sys/osxvideo/:
28450                 cocoawindow.h cocoawindow.m
28451                 osxvideosink.h osxvideosink.m
28452
28453         put the same mail address for Zaheer Abbas Merali everywhere
28454
28455 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28458           Align by packetsize, and assert that we a packet available before
28459           playing. The first makes webstreams work (they often include
28460           trailing padding data in a packet), the second allows pausing a
28461           ASF stream in totem without getting demux errors afterwards.
28462
28463 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28464
28465         * ext/ogg/gstoggdemux.c: (get_relative):
28466           Check for non-NULL before accessing member (end-of-chain).
28467
28468 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28471         (cdparanoia_set_property), (cdparanoia_get_property):
28472         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28473         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28474         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28475         (dvdreadsrc_init), (dvdreadsrc_set_property),
28476         (dvdreadsrc_get_property):
28477         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28478         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28479           Synchronize property names where not yet the case. Devices are
28480           now device=X, other versions are deprecated (but still exist).
28481           Also use g_free() unconditionally.
28482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28483         (setup_source), (gst_play_base_bin_get_property):
28484           Expose source.
28485
28486 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28487
28488         * configure.ac: move GCONF macro outside conditional for the am
28489           conditional. Fixes #160439
28490
28491 2004-12-08  David Schleef  <ds@schleef.org>
28492
28493         * tools/gst-visualise-m.m: Switch to elements that currently
28494         exist.
28495
28496 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28497
28498         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28499           We love wrong commas.
28500
28501 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28502
28503         * gst/matroska/matroska-demux.c:
28504         (gst_matroska_demux_handle_src_query):
28505           Don't set DEFAULT, unsupported - makes length display incorrectly
28506           in some cases.
28507
28508 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28509
28510         * gst/monoscope/README: remove blurb about files being GPL
28511         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28512         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28513           monoscope is now effectively LGPL licensed
28514
28515 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28516
28517         * gst/monoscope/README: Update information to be more correct
28518         * gst/monoscope/convolve.c: Relicense to LGPL
28519         * gst/monoscope/convolve.h: Relicense to LGPL
28520
28521 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28522
28523         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28524           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28526           set default_duration for mpeg1 audio
28527
28528 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28529
28530         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28531         * ext/alsa/gstalsa.h:
28532           refactor big chunks of the core caps negotiation code to make it
28533           a lot faster, because people claim it's really slow
28534           (actually, just cache the getcaps when the device is opened)
28535
28536 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28539         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28540         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28541         (gst_a52dec_change_state), (plugin_init):
28542         * ext/a52dec/gsta52dec.h:
28543           Do something useful with timestamps. Make chain-based (since
28544           there's really no reason to be loopbased).
28545         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28546           Update current_byte/frame correctly.
28547
28548 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28549
28550         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28551         (gst_ape_demux_stream_init):
28552           Forward tags, too.
28553
28554 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28557           Let's make sure we're done typefinding when detecting tags.
28558
28559 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28562         (gst_ebml_read_init), (gst_ebml_read_use_event),
28563         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28564         (gst_ebml_read_seek), (gst_ebml_read_skip),
28565         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28566         (gst_ebml_read_master):
28567         * gst/matroska/ebml-read.h:
28568         * gst/matroska/matroska-demux.c:
28569         (gst_matroska_demux_parse_contents),
28570         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28571           Disgustingly evil hack for working around INTERRUPT events and
28572           their extremely annoying habit of being a pain in the ass. We
28573           simply peek a cluster before reading any of it.
28574
28575 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * ext/musepack/gstmusepackdec.cpp:
28578           There's also floating point libmusepacks.
28579
28580 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28581
28582         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28583         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28584           Set DURATION even if source buffer didn't. Also use increasing
28585           timestamps.
28586         * gst-libs/gst/riff/riff-media.c:
28587         (gst_riff_create_audio_caps_with_data):
28588           Block_align can have larger values than 8192.
28589
28590 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28591
28592         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28593         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28594         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28595         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28596           Fix caps.
28597
28598 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28599
28600         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28601           Fix logic bug.
28602
28603 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28604
28605         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28606           Yay, another one.
28607
28608 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28609
28610         * ext/esd/esdsink.c: (gst_esdsink_chain):
28611           Make error actually say something useful (fixes #156798).
28612         * gst-libs/gst/riff/riff-media.c:
28613         (gst_riff_create_video_caps_with_data),
28614         (gst_riff_create_video_template_caps):
28615           Add Intel Video 5.0 fourcc (IV50).
28616
28617 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28618
28619         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28620         detection on mono and stereo mp3 files.
28621
28622 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28623
28624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28625           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28626           the contained stream).
28627
28628 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28629
28630         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28631           Oops, remove debug.
28632
28633 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28634
28635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28636
28637         * gst/law/alaw-decode.c: (alawdec_getcaps):
28638         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28639           Prevent warnings when negotiating caps (fixes #159338).
28640
28641 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28642
28643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28644         (gst_ffmpegcsp_chain):
28645           Remove old leftover that shouldn't be there...
28646
28647 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28648
28649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28650
28651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28652           Don't forward DISCONT events (fixes #159684).
28653
28654 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28655
28656         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28657           Unlink manually since sometimes bin disposal (and therefore
28658           pad unlinking) is delayed, which will cause a new media file
28659           to not be able to start playing instantly.
28660
28661 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28664           On mute of an unlinked stream, check for pad availability so
28665           we don't crash on unlinked pad.
28666
28667 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28668
28669         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28670         (gst_avi_demux_massage_index):
28671           Fix quite humiliating bug in omitting 0-sized index chunks but
28672           forgetting to count them for timestamps.
28673
28674 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28675
28676         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28677           Actually leave the loop if we failed to sync. Don't crash.
28678
28679 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28682         (gst_dvd_demux_process_private):
28683         * gst/mpegstream/gstdvddemux.h:
28684           Fix crash (#159759). Doesn't work, though. :-(.
28685
28686 2004-11-28  Benjamin Otte  <otte@gnome.org>
28687
28688         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28689           more overwriting protection due to modifying channels one by one
28690           instead of all at once
28691
28692 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28693
28694         * gst/audioconvert/gstchannelmix.c:
28695         (gst_audio_convert_fill_normalize):
28696           Normalize using absolute values.
28697
28698 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28699
28700         * configure.ac:
28701         * ext/Makefile.am:
28702         * ext/directfb/Makefile.am:
28703         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28704         (gst_directfbvideosink_get_pixel_format),
28705         (gst_directfbvideosink_get_format_from_fourcc),
28706         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28707         (gst_directfbvideosink_sink_link),
28708         (gst_directfbvideosink_change_state),
28709         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28710         (gst_directfbvideosink_buffer_alloc),
28711         (gst_directfbvideosink_interface_supported),
28712         (gst_directfbvideosink_interface_init),
28713         (gst_directfbvideosink_navigation_send_event),
28714         (gst_directfbvideosink_navigation_init),
28715         (gst_directfbvideosink_set_property),
28716         (gst_directfbvideosink_get_property),
28717         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28718         (gst_directfbvideosink_base_init),
28719         (gst_directfbvideosink_class_init),
28720         (gst_directfbvideosink_get_type), (plugin_init):
28721         * ext/directfb/directfbvideosink.h: Adding a first version of
28722         directfbvideosink.
28723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28724         more.
28725
28726 2004-11-28  Benjamin Otte  <otte@gnome.org>
28727
28728         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28729           walk the samples backwards if out_channels > in_channels so we don't
28730           overwrite data
28731
28732 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28733
28734         * gst/audioconvert/Makefile.am:
28735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28736         (gst_audio_convert_link), (gst_audio_convert_change_state),
28737         (gst_audio_convert_channels):
28738         * gst/audioconvert/gstchannelmix.c:
28739         (gst_audio_convert_unset_matrix),
28740         (gst_audio_convert_fill_identical),
28741         (gst_audio_convert_fill_compatible),
28742         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28743         (gst_audio_convert_fill_others),
28744         (gst_audio_convert_fill_normalize),
28745         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28746         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28747         * gst/audioconvert/gstchannelmix.h:
28748           Implement a channel mixer.
28749
28750 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28751
28752         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28753         * ext/alsa/gstalsa.h:
28754         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28755         Make alsasink actually honor gst_element_set_clock and use that
28756         clock instead of its internal one.
28757
28758 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28759
28760         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28761         (gst_play_base_bin_change_state): nullify source and decoder when
28762         going from READY to NULL so that we don't try to do weird stuff with
28763         them when going from NULL to READY
28764         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28765         instead of g_object_unref
28766         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28767         it should be correct
28768         (gst_play_bin_change_state): don't call remove_sinks if we are
28769         currently disposing the object
28770
28771 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28774           Don't forget bass if it's there. Else left channel is silent...
28775
28776 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28777
28778         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28779         (gst_a52dec_change_state):
28780           Don't do sample adjusting anymore, we use float audio now.
28781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28782           Don't fixate to non-existing properties.
28783
28784 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28785
28786         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28787         (gst_a52dec_change_state):
28788           Advertise that we can do surround sound.
28789
28790 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28791
28792         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28793           Add buffer-frames=0.
28794         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28795         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28796         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28797         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28798         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28799         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28800         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28801         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28802         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28803         * ext/dvdread/dvdreadsrc.h:
28804           Add seeking, querying for bytes, sectors, title, angle and
28805           chapter. Handle multiple chapters. Relicense to LGPL because
28806           Billy agreed on that (thanks Billy!).
28807
28808 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28809
28810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28811         call parent dispose method
28812
28813 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28814
28815         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28816         (gst_audio_clock_get_internal_time):
28817         Fix active <-> inactive transitions: ensure time value always
28818         grows and avoid abrupt value changes.
28819
28820 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28821
28822         * configure.ac:
28823         * gst/tta/Makefile.am:
28824         * gst/tta/crc32.h:
28825         * gst/tta/filters.h:
28826         * gst/tta/gsttta.c:
28827         * gst/tta/gstttadec.c:
28828         * gst/tta/gstttadec.h:
28829         * gst/tta/gstttaparse.c:
28830         * gst/tta/gstttaparse.h:
28831         * gst/tta/ttadec.h:
28832           added TTA parser and decoder
28833
28834 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28835
28836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28837         (probe_triggered), (check_queue), (buffer_underrun),
28838         (buffer_running), (buffer_overrun), (gen_source_element),
28839         (setup_source):
28840         * gst/playback/gstplaybasebin.h:
28841           Implement buffering. Needs some more work.
28842
28843 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28844
28845         * ext/theora/theoradec.c: (theora_dec_chain):
28846           Fix ilog mask range overflow.
28847
28848 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28849
28850         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28851           Don't omit the last (which in case of dmix is the only :) )
28852           channel count. Don't set channels if <= 2.
28853
28854 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28855
28856         * gst/playback/gstplaybin.c: (gen_video_element),
28857         (gen_audio_element): Removed 2 obsolete comments
28858
28859 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28860
28861         * ext/vorbis/oggvorbisenc.c
28862         * ext/vorbis/vorbisenc.c :
28863           change description fields of those plugins to differentiate them
28864           (pitivi show Encoders by description, they had the same one)
28865
28866 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28867
28868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28871         (gst_play_bin_set_property), (gen_video_element),
28872         (gen_audio_element):
28873           Refcounting fixes for provided audio-/videosinks.
28874
28875 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28876
28877         * gst/playback/gstplaybin.c: (gen_video_element),
28878         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28879           Don't reference all sinks, but only the video- and audiosinks.
28880           The vis. element should be disposed when we're done with it.
28881           We don't have any reason to keep it around. This fixes warnings
28882           when reusing playbin for playing multiple audio files with
28883           vis. enabled. Also release audio device on pause - idea stolen
28884           from Rhythmbox.
28885
28886 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28887
28888         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28889         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28890         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28891         * ext/alsa/gstalsaplugin.c: (plugin_init):
28892         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28893         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28894         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28895         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28896         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28897         (gst_faad_change_state), (plugin_init):
28898         * ext/faad/gstfaad.h:
28899         * ext/vorbis/vorbis.c: (plugin_init):
28900         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28901         * gst-libs/gst/audio/Makefile.am:
28902         * gst-libs/gst/audio/audio.c: (plugin_init):
28903         * gst-libs/gst/audio/multichannel.c:
28904         (gst_audio_check_channel_positions),
28905         (gst_audio_get_channel_positions),
28906         (gst_audio_set_channel_positions),
28907         (gst_audio_set_structure_channel_positions_list),
28908         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28909         (gst_audio_fixate_channel_positions):
28910         * gst-libs/gst/audio/multichannel.h:
28911         * gst-libs/gst/audio/testchannels.c: (main):
28912         * gst/audioconvert/gstaudioconvert.c:
28913         (gst_audio_convert_class_init), (gst_audio_convert_init),
28914         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28915         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28916         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28917         * gst/audioconvert/plugin.c: (plugin_init):
28918           Surround sound support.
28919
28920 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28921
28922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28923           Fix position for discont if we're close as well. Nitpicking, but
28924           saves a few milliseconds of extra waiting or skipping.
28925
28926 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28927
28928         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28929           We sometimes need parsers for playback, so add those too.
28930
28931 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28932
28933         * configure.ac:
28934         * gst/apetag/Makefile.am:
28935         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28936         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28937         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28938         (gst_ape_demux_get_src_query_types),
28939         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28940         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28941         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28942         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28943         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28944         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28945         (gst_ape_demux_change_state):
28946         * gst/apetag/apedemux.h:
28947         * gst/apetag/apetag.c: (plugin_init):
28948         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28949         (plugin_init):
28950           APE v1/2 tag reader plus typefind function.
28951
28952 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28953
28954         * configure.ac:
28955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28956         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28957           Remove hacks for older core. Require newer core version
28958           accordingly.
28959
28960 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * gst/cdxaparse/Makefile.am:
28963         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28964         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28965         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28966         * gst/cdxaparse/gstcdxaparse.h:
28967         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28968         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28969         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28970         (gst_cdxastrip_get_src_query_types),
28971         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28972         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28973         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28974         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28975         * gst/cdxaparse/gstcdxastrip.h:
28976           SVCD/VCD header stripping separated from CDXA image parsing.
28977         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28978         (plugin_init):
28979           Add VCD/SVCD header typefinding for VCD/SVCD.
28980         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28981         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28982         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28983         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28984         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28985         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28986         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28987         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28988         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28989         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28990         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28991         * sys/vcd/vcdsrc.h:
28992           Fix up, add seeking, querying, URI interface. Works in totem now.
28993
28994 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28995
28996         * configure.ac:
28997           back to CVS
28998
28999 === release 0.8.6 ===
29000
29001 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29002
29003         * NEWS:
29004         * RELEASE:
29005         * configure.ac:
29006         * po/af.po:
29007         * po/az.po:
29008         * po/cs.po:
29009         * po/en_GB.po:
29010         * po/hu.po:
29011         * po/it.po:
29012         * po/nb.po:
29013         * po/nl.po:
29014         * po/or.po:
29015         * po/sq.po:
29016         * po/sr.po:
29017         * po/sv.po:
29018         * po/uk.po:
29019           releasing 0.8.6, "IOU Love"
29020
29021 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29022
29023         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29024
29025         * gst/playback/gstplaybasebin.c:
29026           Fix unplayable files error handling.  Fixes #158365
29027
29028 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29029
29030         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29031
29032         * gst/typefind/gsttypefindfunctions.c:
29033           Fix broken mp3 typefinding.  Fixes #158375
29034
29035 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29036
29037         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29038
29039         * ext/ogg/gstoggdemux.c:
29040           Fix sync on broken files.  Fixes #158976
29041
29042 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29043
29044         patch by: Edward Hervey <bilboed@bilboed.com>
29045
29046         * ext/libpng/gstpngenc.c:
29047           Copy over buffer properties.  Fixes #158832
29048
29049 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29050
29051         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29052
29053         * ext/dvdread/dvdreadsrc.c:
29054           Fixes invalid reads (#158462)
29055
29056 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29057
29058         * sys/v4l/gstv4lsrc.c:
29059         * sys/v4l/gstv4lsrc.h:
29060         * sys/v4l/v4lsrc_calls.c:
29061           Probe less and cache it.  Fixes #159187.
29062
29063 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29064
29065         * gst/videorate/gstvideorate.c:
29066           Handle all video formats. Fixes #159186.
29067
29068 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29069         * gst/synaesthesia/gstsynaesthesia.c:
29070         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29071         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29072         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29073         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29074         (gst_synaesthesia_change_state), (plugin_init):
29075         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29076         Force 320x200 output, as that's the only thing the underlying
29077         synaesthesia implementation supports. Still needs to be made
29078         re-entrant.
29079
29080 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29081
29082         * configure.ac:
29083           Fix mpeg2enc configure check (similar to mplex check below).
29084
29085 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29086
29087         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29088
29089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29090           Fix for gcc-2.95 (fixes #158221).
29091
29092 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29093
29094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29095           Re-add clock distribution hack (until new core is released).
29096           Fixes #158125.
29097
29098 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29099         * configure.ac:
29100           fix mplex configure check segfaulting on some systems (bug #140994)
29101
29102 2004-11-13  Benjamin Otte  <otte@gnome.org>
29103
29104         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29105           add debugging
29106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29107           do a wait when we enter the loop func with no data available to
29108           write instead of getting into an 100% CPU loop by just returning and
29109           being called again by the scheduler
29110
29111 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29112
29113         * configure.ac:
29114         * ext/libvisual/visual.c: (gst_visual_get_type),
29115         (libvisual_log_handler), (gst_visual_getcaps),
29116         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29117         (plugin_init):
29118           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29119         * ext/smoothwave/Makefile.am:
29120         * ext/smoothwave/demo-osssrc.c: (main):
29121         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29122         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29123         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29124         (plugin_init):
29125         * ext/smoothwave/gstsmoothwave.h:
29126           Make gstsmoothwave a working element in the 20th century.
29127
29128         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29129           Fix incorrect link function
29130
29131 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29132
29133         * gst/volume/gstvolume.c:
29134           Allow buffer-frames=0.
29135
29136 2004-11-12 Iain <iaingnome@gmail.com>
29137
29138         * configure.ac: Check for polypaudio
29139
29140         * ext/Makefile.am: Build the polyp dir
29141
29142         * ext/polyp: The polypsink sources.
29143
29144 2004-10-30 Iain <iaingnome@gmail.com>
29145
29146         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29147         caps to reflect the new number of channels.
29148
29149 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29150
29151         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29152           Fix for negotiation order problem. This would show when the
29153           ALSA loopfuction was called before any other function. ALSA
29154           wouldn't do anything because we're not negotiated yet, leading
29155           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29156
29157 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29158
29159         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29160
29161         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29162           No warnings (#157986).
29163
29164 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29165
29166         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29167           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29168
29169 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29172           Signal no-more-pads (so it works in playbin).
29173
29174 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/musepack/gstmusepackreader.cpp:
29177           Workaround for older core.
29178
29179 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29180
29181         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29182           Actually test for odd width/height rather than testing whether
29183           a temporary variable that was 0 before we subtracted 1 is now
29184           not equal to zero (which it always is).
29185
29186 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29187
29188         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29189         Fix compilation if HAVE_XVIDEO is not defined
29190
29191 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29192
29193         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29194         Fix compilation if HAVE_XVIDEO is not defined
29195
29196 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29197
29198         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29199         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29200         (gst_goom_change_state), (plugin_init):
29201         Use the bytestream adapter so goom doesn't depend on the input
29202         buffer size.
29203         Add a debug category
29204
29205 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29206
29207         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29208           Only set hardware parameters *after* negotiation. Before
29209           negotiation, it will set ANY and that seems to cause crashes
29210           (see e.g. #151288, #153227).
29211
29212 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29213
29214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29215           This seems to be antique leftover. It needs to pass error
29216           checking.
29217         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29218         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29219         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29220         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29221           Fix GstXOverlay implementation (#151059).
29222
29223 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29224
29225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29226           Don't assert (#157853).
29227
29228 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29229
29230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29231           Fix bytes/samples confustion.
29232         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29233           Fix for underrun (#144389).
29234
29235 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29236
29237         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29238           Disable halfway-seek for pending release (since it needs a new
29239           core release).
29240
29241 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29242
29243         * sys/v4l/gstv4lsrc.c:
29244         * sys/v4l/gstv4lsrc.h:
29245         * sys/v4l/v4lsrc_calls.c:
29246           add autoprobe-fps property so we can separate autoprobing parts
29247
29248 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29249
29250         * sys/v4l/gstv4lsrc.c:
29251         * sys/v4l/v4lsrc_calls.c:
29252         initialise fourcc to catch unset fourcc's, and debug
29253
29254 2004-11-09  Wim Taymans  <wim@fluendo.com>
29255
29256         * gst/playback/README:
29257         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29258         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29259         (gst_play_bin_dispose), (gst_play_bin_set_property),
29260         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29261         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29262         (gst_play_bin_get_formats), (gst_play_bin_convert),
29263         (gst_play_bin_get_query_types), (gst_play_bin_query):
29264         Cleanups and some more documentation.
29265
29266 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29267
29268         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29269         (gst_cacasink_init), (gst_cacasink_chain):
29270         * ext/libcaca/gstcacasink.h:
29271         Cacasink inherits from VideoSink, so let that store the clock.
29272
29273 2004-11-09  Wim Taymans  <wim@fluendo.com>
29274
29275         * gst/playback/README:
29276         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29277         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29278         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29279         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29280         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29281         (setup_sinks):
29282         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29283         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29284         * gst/playback/gststreaminfo.h:
29285         Updated README.
29286         Only switch groups if all streams have muted (EOSed).
29287         Send Tags in sync with the stream playback instead of in
29288         the playback/preroll phase.
29289         Some cleanups, free the fakesrc elements.
29290
29291 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29292
29293         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29294           buffer-frames property was missing
29295         * ext/arts/gst_arts.c:
29296           rate missing from sinkcaps
29297         * ext/audiofile/gstafparse.c:
29298         * ext/audiofile/gstafsink.c:
29299         * ext/audiofile/gstafsrc.c:
29300         * ext/swfdec/gstswfdec.c:
29301           int audio doesn't know buffer-frames
29302         * ext/cdparanoia/gstcdparanoia.c:
29303           int audio doesn't know chunksize either
29304         * ext/nas/nassink.c:
29305           it's endianness, not endianess
29306         * gst-libs/gst/audio/audio.h:
29307           make float standard pad template caps really describe float
29308         * gst/law/mulaw.c: (linear_factory):
29309           signed only, please
29310         * gst/mpegstream/gstdvddemux.c:
29311           widths of 20 are not valid
29312
29313 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29314
29315         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29316
29317         * po/LINGUAS:
29318         * po/it.po:
29319           Add Italian
29320
29321 2004-11-08  Wim Taymans  <wim@fluendo.com>
29322
29323         * gst/playback/README:
29324         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29325         * gst/playback/gstplaybasebin.c: (probe_triggered),
29326         (gst_play_base_bin_change_state):
29327         Updated README, added more comments for fixmes etc..
29328
29329 2004-11-08  Wim Taymans  <wim@fluendo.com>
29330
29331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29332         We can remove this hack now.
29333
29334 2004-11-08  Wim Taymans  <wim@fluendo.com>
29335
29336         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29337         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29338         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29339         Only mix AYUV for maximum quality.
29340
29341 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29342
29343         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29344         (gst_ogg_demux_push), (gst_ogg_pad_push):
29345           Let's act as if we're synchronized now! :).
29346         * ext/theora/theoradec.c: (theora_dec_chain):
29347           Add some debug.
29348
29349 2004-11-08  Wim Taymans  <wim@fluendo.com>
29350
29351         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29352         (gst_alpha_set_property), (gst_alpha_sink_link),
29353         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29354         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29355         (gst_alpha_init_params), (gst_alpha_chain):
29356         Implement alpha functions for AYUV too, this increases
29357         accuracy quite a bit.
29358
29359 2004-11-08  Wim Taymans  <wim@fluendo.com>
29360
29361         * gst/ffmpegcolorspace/avcodec.h:
29362         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29363         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29364         (gst_ffmpegcsp_avpicture_fill):
29365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29366         (gst_ffmpegcsp_caps_remove_format_info):
29367         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29368         (shrink12), (img_get_alpha_info), (deinterlace_line),
29369         (deinterlace_line_inplace):
29370         * gst/ffmpegcolorspace/imgconvert_template.h:
29371         Added AYUV colorspace and handle RGBA a bit more respectful.
29372
29373 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29374
29375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29376           Actually always send a discont (cornercase when resending the
29377           same serial-tagged chain twice).
29378
29379 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29380
29381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29382         (gst_ximagesink_finalize):
29383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29384         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29385
29386 2004-11-08  Wim Taymans  <wim@fluendo.com>
29387
29388         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29389         Don't segfault on NULL data.
29390
29391 2004-11-08  Wim Taymans  <wim@fluendo.com>
29392
29393         * gst/playback/gstdecodebin.c: (unlinked):
29394         * gst/playback/gstplay-marshal.list:
29395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29396         (gst_play_base_bin_init), (group_create), (get_active_group),
29397         (get_building_group), (group_destroy), (group_commit),
29398         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29399         (add_element_stream), (no_more_pads), (probe_triggered),
29400         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29401         (state_change), (setup_source), (gst_play_base_bin_get_property),
29402         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29403         (gst_play_base_bin_link_stream),
29404         (gst_play_base_bin_get_streaminfo):
29405         * gst/playback/gstplaybasebin.h:
29406         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29407         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29408         Add support for chained ogg files. Prepare for playlist
29409         support. This patch introduces the concept of pad groups, which
29410         together compose one playable media file.
29411
29412 2004-11-07  David Schleef  <ds@schleef.org>
29413
29414         * testsuite/gst-lint: Check for pad templates that aren't statically
29415         scoped.
29416
29417 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29418
29419         * configure.ac:
29420         * ext/Makefile.am:
29421         * ext/musepack/Makefile.am:
29422         * ext/musepack/gstmusepackdec.cpp:
29423         * ext/musepack/gstmusepackdec.h:
29424         * ext/musepack/gstmusepackreader.cpp:
29425         * ext/musepack/gstmusepackreader.h:
29426           Add musepack decoder.
29427         * ext/faad/gstfaad.c: (gst_faad_base_init):
29428           Make pad templates static.
29429         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29430         (plugin_init):
29431           Add musepack typefinder, make mp3 typefinding work halfway stream,
29432           which doesn't actually work yet because id3demux doesn't implement
29433           _get_length().
29434
29435 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29436
29437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29438         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29439           Fix interrupt event handling (#144436).
29440
29441 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29442
29443         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29444           Hide unused glory.
29445
29446 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29447
29448         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29451           Fix weird caps (#157548).
29452
29453 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29454
29455         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29456
29457         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29458           Add missing NULL terminator (#157543).
29459
29460 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29461
29462         * gst/tcp/gsttcp.h:
29463         * gst/tcp/gsttcpclientsink.c:
29464         * gst/tcp/gsttcpclientsrc.c:
29465         * gst/tcp/gsttcpserversink.c:
29466         * gst/tcp/gsttcpserversrc.c:
29467           ports can go up to 65535.  Move common defines to gsttcp.h
29468
29469 2004-11-05  Wim Taymans  <wim@fluendo.com>
29470
29471         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29472         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29473         Added two more colorspaces.
29474
29475 2004-11-05  Wim Taymans  <wim@fluendo.com>
29476
29477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29478         (gst_ffmpegcsp_avpicture_fill):
29479         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29480         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29481         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29482         More stride fixes.
29483
29484 2004-11-05  Wim Taymans  <wim@fluendo.com>
29485
29486         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29487         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29488         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29489         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29490         (gst_videomixer_loop):
29491         More stride fixes.
29492
29493 2004-11-05  Benjamin Otte  <otte@gnome.org>
29494
29495         * ext/mad/gstmad.c: (gst_mad_chain):
29496           don't overflow data buffer. Flush not needed sync data when syncing
29497           failed.
29498
29499 2004-11-04  Wim Taymans  <wim@fluendo.com>
29500
29501         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29502         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29503         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29504         (gst_alpha_init_params), (gst_alpha_chain),
29505         (gst_alpha_change_state):
29506         Updated the chroma keying algorithm with something more
29507         sophisticated.
29508
29509 2004-11-03  Wim Taymans  <wim@fluendo.com>
29510
29511         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29512         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29513         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29514         Fix stride issues. Does not completely work for odd
29515         heights.
29516
29517 2004-11-03  Wim Taymans  <wim@fluendo.com>
29518
29519         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29520         (gst_alpha_chroma_key), (gst_alpha_chain):
29521         Fix stride issues. Does not completely work for odd
29522         heights.
29523
29524 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29525
29526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29527         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29528         leak fixes
29529
29530 2004-11-03  Wim Taymans  <wim@fluendo.com>
29531
29532         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29533         (gst_ffmpegcsp_avpicture_fill):
29534         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29535         (avpicture_alloc):
29536         * gst/ffmpegcolorspace/imgconvert_template.h:
29537         Use correct _fill function to get correct strides.
29538
29539 2004-11-02  David Schleef  <ds@schleef.org>
29540
29541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29542         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29543         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29544         Change all g_print()s to debugging.  Add a bunch of consistency
29545         checks.
29546
29547 2004-11-02  Wim Taymans  <wim@fluendo.com>
29548
29549         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29550         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29551         (unlinked), (no_more_pads), (close_link):
29552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29553         (unknown_type), (add_element_stream), (new_decoded_pad),
29554         (removed_decoded_pad), (setup_source):
29555         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29556         (gst_stream_info_class_init), (gst_stream_info_init),
29557         (gst_stream_info_new), (gst_stream_info_dispose),
29558         (stream_info_mute_pad), (gst_stream_info_set_property),
29559         (gst_stream_info_get_property):
29560         * gst/playback/gststreaminfo.h:
29561         Fix playback of multiple files.
29562         a slightly different approach to handling dynamic pad removals.
29563         This one only looks at pads that we have linked.
29564
29565 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29566
29567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29568         free" warning from libc.
29569
29570 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29571
29572         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29573         (get_unconnected_element), (remove_starting_from), (pad_removed),
29574         (close_link):
29575           Implement support for dynamic pad changing. We listen to "live"
29576           pad removals (i.e. while playing) and re-setup autoplugging
29577           after that. Playbasebin/playbin need some more work for this
29578           to finally work, but decodebin supports (and replugs) chained
29579           ogg now.
29580
29581 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29582
29583         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29584         (gst_alsa_finalize):
29585         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29586         (gst_cdaudio_finalize):
29587         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29588         (cdparanoia_finalize):
29589         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29590         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29591         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29592         (dvdreadsrc_finalize):
29593         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29594         (gst_flacdec_finalize):
29595         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29596         (gst_flacenc_finalize):
29597         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29598         (gst_gnomevfssink_finalize):
29599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29600         (gst_gnomevfssrc_finalize):
29601         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29602         (gst_fameenc_finalize):
29603         * ext/nas/nassink.c: (gst_nassink_class_init),
29604         (gst_nassink_finalize):
29605         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29606         (gst_sdlvideosink_class_init):
29607         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29608         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29609         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29610         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29611         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29612         (gst_x_window_listener_dispose):
29613         * gst/audioscale/gstaudioscale.c:
29614         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29615         (play_on_demand_finalize):
29616         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29617         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29618         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29619         (cdplayer_finalize):
29620         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29621         (gst_glimagesink_class_init):
29622         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29623         (gst_osselement_finalize):
29624         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29625         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29626         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29627           Fixes a bunch of problems with finalize and dispose functions,
29628           either assumptions that dispose is only called once, or not calling
29629           the parent class dispose/finalize function
29630
29631 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29632
29633         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29634           added two api precondition guards
29635           use g_strdup with getenv to fix crash when using ENVVAR
29636
29637 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29638         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29639         (gst_esdsink_finalize):
29640         Use a finalize function, not dispose, and more importantly,
29641         call the parent class finalize function too
29642
29643 2004-11-01  Johan Dahlin  <johan@gnome.org>
29644
29645         * ext/ogg/gstoggdemux.c:
29646         * gst/tags/gstvorbistag.c:
29647         Plug leaks.
29648
29649 2004-10-31  Benjamin Otte  <otte@gnome.org>
29650
29651         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29652           lotsa memleaks today. But they're all small...
29653
29654 2004-10-31  Benjamin Otte  <otte@gnome.org>
29655
29656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29657           another memleak crushed
29658
29659 2004-10-31  Benjamin Otte  <otte@gnome.org>
29660
29661         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29662           fix memleak
29663
29664 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29665
29666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29667           Hack to prevent crash when going to READY inside signal handler
29668           while this function is active.
29669
29670 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29671
29672         * gst/ffmpegcolorspace/Makefile.am:
29673         * gst/ffmpegcolorspace/avcodec.h:
29674         * gst/ffmpegcolorspace/common.h:
29675         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29676         * gst/ffmpegcolorspace/dsputil.h:
29677         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29678         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29679         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29680         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29681         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29682         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29683         (gst_ffmpegcsp_avpicture_fill):
29684         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29686         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29687         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29688         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29689         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29690         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29691         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29692         * gst/ffmpegcolorspace/imgconvert.c:
29693         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29694         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29695         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29696         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29697         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29698         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29699         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29700         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29701         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29702         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29703         (grow21), (grow22), (grow41), (grow44), (conv411),
29704         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29705         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29706         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29707         (avpicture_free), (is_yuv_planar), (img_convert),
29708         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29709         (deinterlace_line_inplace), (deinterlace_bottom_field),
29710         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29711         * gst/ffmpegcolorspace/imgconvert_template.h:
29712         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29713         * gst/ffmpegcolorspace/mmx.h:
29714         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29715         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29716         (av_freep), (avcodec_get_context_defaults),
29717         (avcodec_alloc_context), (avcodec_init):
29718           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29719           handling plus update from ffmpeg CVS. Large clean-up.
29720
29721 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29722
29723         * gst/playback/Makefile.am:
29724           We need the marshallers for decodebin, too.
29725
29726 2004-10-30  David Schleef  <ds@schleef.org>
29727
29728         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29729           quicktime typefinding work with 64-bit offsets.
29730
29731 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29732
29733         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29734           Set EOS on the element when processing an EOS event.
29735         * ext/speex/gstspeexdec.h:
29736         * ext/speex/gstspeexenc.h:
29737           Only keep a const ptr to the mode
29738         * gst-libs/gst/riff/riff-media.c:
29739         (gst_riff_create_audio_caps_with_data),
29740         (gst_riff_create_audio_template_caps):
29741           Allow WMAV3, with up to 6 channels.
29742         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29743           Don't call gst_pad_set_event_function on a sink pad.
29744         * gst/mpegstream/gstdvddemux.c:
29745         (gst_dvd_demux_get_subpicture_stream),
29746         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29747           Copy the explicit caps that were set across to the cur_* pads,
29748           instead of trying to use a possibly non-existent negotiated caps.
29749           Reset the type of subpicture pads to UNKNOWN after calling
29750           init_stream, so that the caps get set.
29751
29752 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29753
29754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29757           Don't touch buffer if it is of size 0 (fixes #151064).
29758
29759 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29760
29761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29762           Synchronized discont handling.
29763
29764 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29767         (gst_ogg_demux_push):
29768           Make seeking sort-of exact again (fixes #156387).
29769
29770 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29771
29772         * gst/playback/gstplaybasebin.c: (unknown_type),
29773         (add_element_stream), (new_decoded_pad),
29774         (gst_play_base_bin_change_state):
29775         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29776         (gst_stream_info_init), (gst_stream_info_new),
29777         (gst_stream_info_dispose), (gst_stream_info_get_property):
29778         * gst/playback/gststreaminfo.h:
29779           Make caps explicitely available. Makes testing for unsupported
29780           types possible. Improves error reporting.
29781
29782 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * gst/audioconvert/gstaudioconvert.c:
29785         (gst_audio_convert_buffer_to_default_format):
29786           Really don't touch read-only buffers (#156563).
29787
29788 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29789
29790         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29791
29792         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29793           Fix memleak (#155223).
29794
29795 2004-10-29  Wim Taymans  <wim@fluendo.com>
29796
29797         * gst/tcp/.cvsignore:
29798         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29799         (gst_multifdsink_class_init), (gst_multifdsink_init),
29800         (gst_multifdsink_add), (gst_multifdsink_remove),
29801         (gst_multifdsink_remove_client_link), (is_sync_frame),
29802         (gst_multifdsink_new_client),
29803         (gst_multifdsink_handle_client_write),
29804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29805         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29806         (gst_multifdsink_get_property):
29807         * gst/tcp/gstmultifdsink.h:
29808         Added burst on connect sync_method, deprecated sync_clients,
29809         streamlined the sync code some more.
29810
29811 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29814         (gst_play_base_bin_change_state):
29815           Improve error reporting.
29816
29817 2004-10-28  Wim Taymans  <wim@fluendo.com>
29818
29819         * gst/tcp/Makefile.am:
29820         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29821         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29822         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29823         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29824         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29825         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29826         (gst_fdset_wait):
29827         Added more locks around fdset structures. Fixed/reworked
29828         the poll array resizing code.
29829         Added stress test for fdset.
29830
29831 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29832
29833         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29834         fix build
29835
29836 2004-10-28  Benjamin Otte  <otte@gnome.org>
29837
29838         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29839           fix link function to always query channels and query width for
29840           floats
29841         * configure.ac:
29842           add equalizer dir
29843         * gst/equalizer/Makefile.am:
29844         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29845         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29846         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29847         (arg_to_scale), (setup_filter),
29848         (gst_iir_equalizer_compute_frequencies),
29849         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29850         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29851         (plugin_init):
29852           add an equalizer
29853
29854 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29855
29856         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29857
29858         * po/LINGUAS:
29859         * po/nb.po:
29860           Added Norwegian Bokmaal translation
29861
29862 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29865           Don't break on options (fixes #156488).
29866
29867 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29868
29869         * configure.ac:
29870         * ext/cdaudio/Makefile.am:
29871         * sys/Makefile.am:
29872           fix build on older automake
29873
29874 2004-10-26  Wim Taymans  <wim@fluendo.com>
29875
29876         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29877         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29878         Allow a little margin when negotiating the framerate.
29879
29880 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29881
29882         * gst/level/gstlevel.c:
29883           synchonised naming of pads and pad-templates
29884
29885 2004-10-26  Wim Taymans  <wim@fluendo.com>
29886
29887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29888         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29889         (_find_streams_check), (gst_ogg_demux_push):
29890         Fix EOS again. Needs to be done in a better way. We should not
29891         remove the pad if there is no new chained stream.
29892
29893 2004-10-26 Iain <iaingnome@gmail.com>
29894
29895         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29896         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29897         of the caps.
29898         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29899         pad.
29900         (interleave_release_pad): Remove the pad.
29901         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29902         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29903         the set device.
29904         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29905         attrs
29906         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29907         (gst_xvimagesink_finalize): Free the par.
29908
29909 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29910
29911         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29912         (gst_avimux_stop_file):
29913           First calculate the rate, and only then use it. Hdr.rate is a
29914           multiple and not a derivative of hdr.scale. Scale is not the
29915           same as blockalign but is solely related to rate.
29916
29917 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29918
29919         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29920         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29921           Implement seeking.
29922
29923 2004-10-25  James Henstridge  <james@jamesh.id.au>
29924
29925         Reviewed by:  David Schleef  <ds@schleef.org>
29926
29927         * examples/gstplay/player.c: (got_stream_length), (main):
29928         * examples/seeking/cdplayer.c: (update_scale):
29929         * examples/seeking/seek.c: (format_value), (update_scale):
29930         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29931         (stop_seek):
29932         Build fixes on AMD64.
29933
29934 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29935
29936         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29937
29938         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29939         Fix for some v4l cards which hang in v4lsrc
29940
29941 2004-10-25  Wim Taymans  <wim@fluendo.com>
29942
29943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29944         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29945         Make sure to remove the pad when a new chain is
29946         encountered. Set some vars to NULL so we don't try
29947         to reference freed memory.
29948
29949 2004-10-25  Wim Taymans  <wim@fluendo.com>
29950
29951         * examples/seeking/Makefile.am:
29952         * examples/seeking/cdplayer.c: (update_scale):
29953         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29954         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29955         (format_value), (update_scale), (iterate), (start_seek),
29956         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29957         (print_usage), (main):
29958         Added some more examples, update others.
29959
29960 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29961
29962         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29963         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29964         * ext/theora/theoradec.c: (theora_dec_chain):
29965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29966           Add codec-name metadata.
29967
29968 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29969
29970         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29973         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29974         * ext/alsa/gstalsamixertrack.h:
29975         * po/POTFILES.in:
29976           ALSA mixer track label internationalization (#154054).
29977
29978 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29979
29980         * ext/theora/theoradec.c: (theora_dec_chain):
29981           Export bitrate as metadata.
29982
29983 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29984
29985         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29986         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29987         * ext/alsa/gstalsamixertrack.h:
29988           Fix names, fix loop.
29989
29990 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29991
29992         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29993         (speex_dec_convert):
29994           sinkconvert function so oggdemux can get the file length (totem).
29995
29996 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29997
29998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29999
30000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30001           Don't push incomplete packets.
30002         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30003           Fix MPEG-4 audio typefinding.
30004
30005 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * sys/v4l/Makefile.am:
30008         * sys/v4l/gstv4l.c: (plugin_init):
30009         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30010         (gst_v4lelement_init), (gst_v4lelement_dispose),
30011         (gst_v4lelement_change_state):
30012         * sys/v4l/gstv4lelement.h:
30013         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30014         (gst_v4l_xoverlay_close), (idle_refresh),
30015         (gst_v4l_xoverlay_set_xwindow_id):
30016         * sys/v4l/gstv4lxoverlay.h:
30017         * sys/v4l/v4l-overlay_calls.c:
30018         * sys/v4l/v4l_calls.h:
30019         * sys/v4l2/Makefile.am:
30020         * sys/v4l2/gstv4l2.c: (plugin_init):
30021         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30022         (gst_v4l2element_init), (gst_v4l2element_dispose),
30023         (gst_v4l2element_change_state):
30024         * sys/v4l2/gstv4l2element.h:
30025         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30026         (gst_v4l2_xoverlay_close), (idle_refresh),
30027         (gst_v4l2_xoverlay_set_xwindow_id):
30028         * sys/v4l2/gstv4l2xoverlay.h:
30029         * sys/v4l2/v4l2-overlay_calls.c:
30030         * sys/v4l2/v4l2_calls.h:
30031           Remove client-side overlay handling, use the X-server v4l plugin
30032           for that. Nicer overlay, less code. Also make the plugin
30033           compileable without X (but then without overlay, obviously).
30034           Makes xwindowlistener obsolete, should we remove that?
30035
30036 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30037
30038         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30039         (gst_osssrc_src_query):
30040         * sys/oss/gstosssrc.h:
30041           OK, so people want offset in DEFAULT. This time, actually fix all
30042           cases.
30043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30044           Add FPS properly.
30045
30046 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30047
30048         * gst/asfdemux/gstasfmux.c:
30049         * gst/avi/gstavimux.c:
30050           Framerate.
30051
30052 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30053
30054         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30055           Fix properties (channel, norm, frequency).
30056
30057 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30060           Flag typo.
30061         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30062           No warnings.
30063
30064 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30065
30066         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30067           Fix hang.
30068
30069 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30070
30071         * sys/v4l2/gstv4l2element.h:
30072           Yet Another Hack (tm) for kernel header borkedness.
30073         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30074         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30075         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30076         (gst_v4l2src_change_state):
30077         * sys/v4l2/gstv4l2src.h:
30078         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30079         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30080           Fix caps, keep track of state, work.
30081
30082 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30085           Quiet.
30086
30087 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30088
30089         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30090           Don't mix bytes and samples.
30091
30092 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * ext/ogg/gstoggmux.c:
30095           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30096           and theora. Any is incorrect.
30097         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30098           Fix caps.
30099         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30100         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30101         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30102         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30103         * sys/v4l/gstv4lmjpegsrc.h:
30104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30105         (gst_v4lsrc_change_state):
30106         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30107         (gst_v4lmjpegsrc_capture_stop):
30108           Fix caps. Keep track of internal state. Work.
30109
30110 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30111
30112         * ext/Makefile.am:
30113           Fix the build fixes.
30114
30115 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30118         (gst_ogg_demux_src_event), (_find_chain_seek),
30119         (gst_ogg_pad_push):
30120           Check for pad availability before using it.
30121         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30122           Fix parsing of chained ogg. Needs more work on the decoder side.
30123
30124 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30125
30126         * gst/spectrum/Makefile.am:
30127         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30128         (idle_func):
30129           Fix demo and reenable it. Yes, I'm currently playing with audio
30130           analysis tools
30131
30132 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30133
30134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30135           We love it if files that start at zero work too...
30136
30137 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30140           Handle files with missing EOS headers.
30141
30142 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30143
30144         * gst/tcp/gsttcpserversink.c:
30145         (gst_tcpserversink_handle_server_read),
30146         (gst_tcpserversink_init_send):
30147         Zero some variables first (need for accept not to return EINVAL)
30148
30149 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30150
30151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30152         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30153         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30154         (theora_dec_chain):
30155         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30156         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30157           Seeking and querying finetune.
30158
30159 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30160
30161         * configure.ac:
30162         * ext/Makefile.am:
30163         * ext/raw1394/Makefile.am:
30164           fix the build
30165
30166 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30169           Wrong return.
30170         * gst/playback/Makefile.am:
30171         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30172         * gst/playback/gstplay-marshal.list:
30173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30174           Fix marshallers.
30175
30176 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30177
30178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30179           Silence.
30180
30181 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30182
30183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30184         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30185         (gst_ogg_pad_push):
30186           Yay for non-lineair granulepos in theora.
30187
30188 2004-10-18  Wim Taymans  <wim@fluendo.com>
30189
30190         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30191         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30192         * ext/dv/gstdvdec.h:
30193         Make sure we renegotiate aspect ratio when the camera switches.
30194
30195 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30196
30197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30198         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30199           Start at zero.
30200         * ext/theora/theoradec.c: (theora_dec_chain):
30201           Skip headers. Bad idea for chained ogg, but fixes seeking.
30202
30203 2004-10-18  Wim Taymans  <wim@fluendo.com>
30204
30205         * configure.ac:
30206         I swear, this is the last time I touch this.
30207
30208 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30209
30210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30211         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30212         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30213           Faster seeking.
30214         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30215           Time-to-default conversion.
30216         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30217           Don't error on unknown packets, just skip. We should probably
30218           read them if we want to support chained ogg.
30219
30220 2004-10-18  Wim Taymans  <wim@fluendo.com>
30221
30222         * configure.ac:
30223         Added cdaudio to wrong list.
30224
30225 2004-10-18  Wim Taymans  <wim@fluendo.com>
30226
30227         * configure.ac:
30228         Revive cdaudio.
30229
30230 2004-10-18  Wim Taymans  <wim@fluendo.com>
30231
30232         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30233         (gst_dvdec_video_link), (gst_dvdec_push):
30234         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30235         (gst_smokeenc_resync), (gst_smokeenc_chain):
30236         Fix mimetype on smoke encoder.
30237         Add aspect ratio to dvdec. Not sure if these
30238         values are correct though....
30239
30240 2004-10-18  Wim Taymans  <wim@fluendo.com>
30241
30242         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30243         Fix vorbis property descriptions and ranges.
30244
30245 2004-10-18  Wim Taymans  <wim@fluendo.com>
30246
30247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30248         Really do nothing when no data is available.
30249         Go to the playing state when the stream is not seekable
30250         instead of failing.
30251
30252 2004-10-18  Wim Taymans  <wim@fluendo.com>
30253
30254         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30255         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30256         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30257         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30258         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30259         Added uri handler for cd://
30260         Port to new API.
30261
30262 2004-10-18  Wim Taymans  <wim@fluendo.com>
30263
30264         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30265         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30266         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30267         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30268         (remove_prerolls), (unknown_type), (add_element_stream),
30269         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30270         (gst_play_base_bin_remove_element),
30271         (gst_play_base_bin_link_stream):
30272         * gst/playback/gstplaybin.c: (gen_video_element),
30273         (gen_vis_element), (remove_sinks), (setup_sinks):
30274         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30275         (gst_stream_info_get_type), (gst_stream_info_class_init),
30276         (gst_stream_info_init), (gst_stream_info_new),
30277         (gst_stream_info_dispose), (stream_info_mute_pad),
30278         (gst_stream_info_set_property), (gst_stream_info_get_property):
30279         * gst/playback/gststreaminfo.h:
30280         Add sink padtemplate to decodebin.
30281         Added some more comments.
30282         Make queue size configurable in playbasebin.
30283         Added possibility to use elements as sinks (ex cdaudio).
30284
30285 2004-10-15  Wim Taymans  <wim@fluendo.com>
30286
30287         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30288         (gst_speexenc_chain):
30289         Fix speex timestamps so that it gets muxed properly.
30290
30291 2004-10-15  Wim Taymans  <wim@fluendo.com>
30292
30293         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30294         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30295         (gst_dv1394src_init), (gst_dv1394src_dispose),
30296         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30297         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30298         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30299         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30300         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30301         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30302         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30303         * ext/raw1394/gstdv1394src.h:
30304         Added conversion/query functions.
30305         Update buffer timestamps,
30306         Added signals.
30307         Added uri dv:// so it might play from the firewire in playbin.
30308         Fix a possible leak.
30309         Added debugging.
30310
30311 2004-10-15  Wim Taymans  <wim@fluendo.com>
30312
30313         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30314         (gst_dv1394src_init), (gst_dv1394src_set_property),
30315         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30316         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30317         * ext/raw1394/gstdv1394src.h:
30318         Added AV/C VTR control support needed for some cameras.
30319         Added automatic port detection.
30320         Added properties for selecting the channel.
30321         The configure.ac script is not yet updated to reflect the
30322         new libavc1394 and librom1394 dependencies.
30323
30324 2004-10-15  Wim Taymans  <wim@fluendo.com>
30325
30326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30327         (qtdemux_parse), (gst_qtdemux_handle_esds):
30328         An esds box is not a container.
30329         Fix parsing of mp4v boxes.
30330         Do not try to renegotiate fps for each frame. Need to
30331         find a better method. This should fix mp4 playback.
30332
30333 2004-10-14  David Schleef  <ds@schleef.org>
30334
30335         * configure.ac: update for swfdec-0.3 and liboil-0.2
30336         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30337         * ext/swfdec/gstswfdec.h: same
30338         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30339         * gst/videotestsrc/videotestsrc.c: same
30340
30341 2004-10-14  Wim Taymans  <wim@fluendo.com>
30342
30343         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30344         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30345         (is_sync_frame), (gst_multifdsink_new_client),
30346         (gst_multifdsink_handle_client_write),
30347         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30348         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30349         Turn warnings into info.
30350         Don't allow a state change in the streaming thread.
30351
30352 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30353
30354         * ext/vorbis/oggvorbisenc.c:
30355         * ext/vorbis/vorbisdec.c:
30356           fix template sample rate
30357
30358 2004-10-13  Wim Taymans  <wim@fluendo.com>
30359
30360         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30361         Decoding the header first fixes some problems in resyncing
30362         in more mp3s.
30363
30364 2004-10-12  Wim Taymans  <wim@fluendo.com>
30365
30366         * gst/playback/gstplaybin.c: (gen_video_element),
30367         (gen_vis_element), (remove_sinks), (setup_sinks):
30368         Added vis plugin support, need to configure the vis
30369         element to activate it.
30370
30371 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30372
30373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30374         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30375           Some debug.
30376         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30377         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30378         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30379         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30380         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30381         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30382         * gst/avi/gstavidemux.h:
30383           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30384           recovery (where, if part of the index is broken, we will still read
30385           the rest of the index and recover the broken part by stream
30386           scanning). More broken media support. EOS workarounds. General AVI
30387           braindamage headache recovery. Aspirin included.
30388
30389 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30390
30391         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30392         (cdparanoia_event), (cdparanoia_query):
30393           Get rid of hideous lead-in.
30394
30395 2004-10-11  Wim Taymans  <wim@fluendo.com>
30396
30397         * gst/playback/gstplaybasebin.c: (setup_source):
30398         Wrong var used to get g_list_next.
30399
30400 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30401
30402         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30403         (cdparanoia_get), (cdparanoia_open):
30404           Report discid as metadata, add duration.
30405
30406 2004-10-11  Wim Taymans  <wim@fluendo.com>
30407
30408         * gst/playback/gstplaybasebin.c: (setup_source):
30409         Cleanup the previous pipeline a little earlier for the
30410         case that a source element provides raw data.
30411
30412 2004-10-11  Benjamin Otte  <otte@gnome.org>
30413
30414         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30415           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30416           consuming the last 128 bytes, even though it was valid mp3 data.
30417
30418 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30419
30420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30421         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30422         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30423         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30424
30425 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30426
30427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30428         Fix for webcams that support only specific width or height
30429
30430 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30431
30432         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30433
30434         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30435           Fix wrong discont event setup (fixes #154967).
30436
30437 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30438
30439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30442           Error out on invalid data (fixes #154807).
30443
30444 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30445
30446         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30447
30448         * ext/dvdread/dvdreadsrc.c: (_read):
30449           Make titles > 0 work again (fixes #154834).
30450
30451 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * gst-libs/gst/riff/riff-media.c:
30454         (gst_riff_create_video_template_caps):
30455           WMV3 missing in template caps.
30456
30457 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30458
30459         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30460           OK, so the original code was too strict. It makes random AVI files
30461           hang for seconds upon opening, which is unacceptable and is far
30462           beyond the original goal of getting multiple chunks for one-chunk
30463           sounc stream files. So now do just that.
30464
30465 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * gst/playback/gstplaybasebin.c: (setup_source),
30468         (gst_play_base_bin_change_state):
30469           Actually clean up streaminfo if output fails. This would trigger
30470           if, for example, there was no CD in the drive. No preroll, so
30471           a streaminfo structure is created, but the subsequent state change
30472           of the thread fails.
30473         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30474           Don't change state if parent failed.
30475
30476 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30477
30478         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30479         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30480         (gen_video_element), (remove_sinks):
30481           Add small bits of code for screenshot handling.
30482
30483 2004-10-08  Wim Taymans  <wim@fluendo.com>
30484
30485         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30486         (gen_video_element), (gen_audio_element), (setup_sinks):
30487         Don't assume the user provided sinks are named "sink"...
30488
30489 2004-10-08  Wim Taymans  <wim@fluendo.com>
30490
30491         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30492         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30493         (gst_play_base_bin_link_stream):
30494         Do not try to autoplug sources that generate raw streams like
30495         cdparanoia.
30496         disconnect the preroll overrun signal when we don't need it anymore.
30497
30498 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30499
30500         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30501         Added reworked patch from #154903 from milosz derezynski (deadchip).
30502
30503 2004-10-08  Wim Taymans  <wim@fluendo.com>
30504
30505         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30506         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30507         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30508         (cdparanoia_convert), (cdparanoia_uri_get_type),
30509         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30510         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30511         * ext/cdparanoia/gstcdparanoia.h:
30512         This adds the cdda://<tracknum> uri.
30513
30514 2004-10-08  Wim Taymans  <wim@fluendo.com>
30515
30516         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30517         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30518         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30520         (unknown_type), (gst_play_base_bin_remove_element),
30521         (gst_play_base_bin_link_stream):
30522         * gst/playback/gstplaybasebin.h:
30523         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30524         (gst_play_bin_set_property), (gen_video_element),
30525         (gen_audio_element), (setup_sinks):
30526         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30527         (gst_stream_info_get_type), (gst_stream_info_class_init),
30528         (gst_stream_info_init), (gst_stream_info_new),
30529         (gst_stream_info_dispose), (stream_info_mute_pad),
30530         (gst_stream_info_set_property), (gst_stream_info_get_property):
30531         * gst/playback/gststreaminfo.h:
30532         Reuse the audio and video bins.
30533         Some internal cleanups in the stream selection code.
30534
30535 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30536
30537         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30538         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30539         * sys/ximage/ximagesink.h:
30540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30541         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30542         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30543         not coming from those elements. Moreover these elements should not keep
30544         the xid they have been given when in NULL state.
30545
30546 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30549         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30550         * sys/ximage/ximagesink.h:
30551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30552         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30553         * sys/xvimage/xvimagesink.h:
30554           Actually only create a new toplevel window if we're not gonna
30555           embed it right after.
30556
30557 2004-10-07  Wim Taymans  <wim@fluendo.com>
30558
30559         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30560         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30561         * gst/playback/gstplaybin.c: (setup_sinks):
30562         Implement muting/unmuting of streams, mute streams that are not
30563         used.
30564
30565 2004-10-07  Wim Taymans  <wim@fluendo.com>
30566
30567         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30568         (plugin_init):
30569         Added lame audio/x-ac3 typefind function.
30570
30571 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30572
30573         * configure.ac:
30574           bump nano to cvs
30575
30576 === release 0.8.5 ===
30577
30578 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30579
30580         * NEWS:
30581         * RELEASE:
30582         * configure.ac:
30583           releasing 0.8.5, "Take You On"
30584
30585 2004-10-06  Wim Taymans  <wim@fluendo.com>
30586
30587         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30588         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30589         (no_more_pads), (close_link), (type_found):
30590         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30591         * gst/playback/gstplaybin.c: (gen_video_element):
30592         Do not signal the no_more_pads after the first pad when
30593         we are plugging a non dynamic element with multiple
30594         output pads (like swfdec, dvdec, ...).
30595
30596 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30597
30598         * configure.ac:
30599           bump for prerelease
30600
30601 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30602
30603         * gst/wavparse/gstwavparse.c:
30604           add ATRAC3 to STATIC CAPS to fix a warning
30605
30606         * gst/matroska/ebml-read.c:
30607         * gst-libs/gst/riff/riff-read.c:
30608           fix typos
30609
30610 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30611
30612         * gst-libs/gst/riff/riff-media.c:
30613           generate caps for ATRAC3 audio streams
30614
30615         * gst/realmedia/rmdemux.c:
30616           generate caps for ATRAC3 audio streams
30617
30618 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30619
30620         * gst/wavparse/Makefile.am
30621         * gst/wavparse/riff.h
30622         * gst/wavparse/wavparse.vcproj
30623           riff.h removal (unused and duplication with riff-ids.h)
30624
30625 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30626
30627         * gst/wavparse/gstwavparse.h
30628           remove duplicated defines for audio codec codes
30629
30630         * gst-libs/gst/riff/riff-ids.h
30631         * gst/wavenc/riff.h:
30632           add "4CC" code for ATRAC3 audio streams
30633           add "4CC" code for ITU_G721_ADPCM (unused for now)
30634
30635 2004-10-06  Wim Taymans  <wim@fluendo.com>
30636
30637         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30638         Actually _do_ negotiation. Pass gdouble as arg instead
30639         of guint64 for the framerate.
30640
30641 2004-10-06  Wim Taymans  <wim@fluendo.com>
30642
30643         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30644         (find_compatibles), (close_pad_link), (try_to_link_1),
30645         (no_more_pads), (close_link), (type_found):
30646         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30647         * gst/playback/gstplaybin.c: (gen_video_element),
30648         (gen_audio_element):
30649         Set state on newly added element to READY so that negotiation
30650         can happen ASAP.
30651         Addes some more debug info.
30652         Do not try to plug pads with multiple caps structures or ANY
30653         because it is too dangerous since we do not do dynamic
30654         replugging.
30655
30656 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30657
30658         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30659
30660         * po/LINGUAS:
30661         * po/or.po:
30662           add Oriya translation
30663
30664 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30667           Prevent overwrite of size member. Makes audio sound crappy.
30668
30669 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30670
30671         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30672         Add rmvb to the list of known RealMedia extensions
30673
30674 2004-10-05  Wim Taymans  <wim@fluendo.com>
30675
30676         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30677         (mngdec_openstream), (mngdec_closestream),
30678         (mngdec_handle_sink_event), (mngdec_readdata),
30679         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30680         (mngdec_getcanvasline), (mngdec_refresh),
30681         (gst_mngdec_change_state):
30682         Set the framerate correctly.
30683
30684 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30687           There was something wrong with the index massaging.
30688
30689 2004-10-04  Wim Taymans  <wim@fluendo.com>
30690
30691         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30692         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30693         (gst_smokedec_chain):
30694         * ext/jpeg/gstsmokedec.h:
30695         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30696         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30697         * ext/jpeg/gstsmokeenc.h:
30698         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30699         (smokecodec_decode_new), (smokecodec_info_free),
30700         (smokecodec_set_quality), (smokecodec_get_quality),
30701         (smokecodec_set_threshold), (smokecodec_get_threshold),
30702         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30703         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30704         (smokecodec_encode), (smokecodec_parse_id),
30705         (smokecodec_parse_header), (smokecodec_decode):
30706         * ext/jpeg/smokecodec.h:
30707         * ext/jpeg/smokeformat.h:
30708         Updated smoke, new bitstream, allows embedding in ogg.
30709
30710 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30711
30712         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30713           Fix seeking in some files. All this code is no longer needed (and
30714           actually breaks stuff) because we now synchronize the full index
30715           right when reading the header.
30716
30717 2004-10-04  Wim Taymans  <wim@fluendo.com>
30718
30719         * configure.ac:
30720         configure update for libmng.
30721
30722 2004-10-04  Wim Taymans  <wim@fluendo.com>
30723
30724         * ext/libmng/Makefile.am:
30725         * ext/libmng/gstmng.c: (plugin_init):
30726         * ext/libmng/gstmng.h:
30727         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30728         (gst_mngdec_base_init), (gst_mngdec_class_init),
30729         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30730         (gst_mngdec_loop), (gst_mngdec_get_property),
30731         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30732         (mngdec_closestream), (mngdec_handle_sink_event),
30733         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30734         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30735         (gst_mngdec_change_state):
30736         * ext/libmng/gstmngdec.h:
30737         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30738         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30739         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30740         (gst_mngenc_chain), (gst_mngenc_get_property),
30741         (gst_mngenc_set_property):
30742         * ext/libmng/gstmngenc.h:
30743         Added basic MNG decoder. Needs more work. The encoder does
30744         not work yet.
30745
30746 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30749         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30750         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30751           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30752           no-more-pads.
30753
30754 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30755
30756         * configure.ac:
30757           you need at least 1.0.4 of speex
30758
30759 2004-10-04 Iain <iaingnome@gmail.com>
30760
30761         * ext/speex/gstspeexdec.h: Revert the includes changes.
30762
30763         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30764
30765 2004-09-30 Iain <iaingnome@gmail.com>
30766
30767         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30768         found during init or set as a property instead of hardcoding /dev/audio
30769
30770 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30771
30772         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30773         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30774         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30775         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30776         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30777         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30778         (gst_rmdemux_dump_data):
30779           Use debug category, fix EOS handling. filesrc ! rmdemux now
30780           works.
30781
30782 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30783
30784         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30785         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30786         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30787           Improve allocation, cutting and sorting of the index. How takes a
30788           few seconds instead of minutes.
30789
30790 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30791
30792         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30793           fixed compilation
30794
30795 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * gst-libs/gst/riff/riff-media.c:
30798         (gst_riff_create_video_caps_with_data),
30799         (gst_riff_create_video_template_caps):
30800           Add wing commander format mimetype/fourccs.
30801         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30802           Don't crash if some value is 0.
30803
30804 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30805
30806         * gst-libs/gst/riff/riff-media.c:
30807         (gst_riff_create_video_caps_with_data),
30808         (gst_riff_create_video_template_caps):
30809           Add DIB fourcc (raw, palettized 8-bit RGB).
30810         * gst-libs/gst/riff/riff-read.c:
30811         (gst_riff_read_strf_vids_with_data):
30812           Oops, fix strf_data reading bug.
30813         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30814           Use a non-NULL tag.
30815         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30816           Time for hacks. Sorry Dave. At least one quicktime movie (a
30817           trailer) that I've encountered contains multiple video tracks.
30818           One of those is the actual video track, the other are one-frame
30819           tracks (images). Unfortunately, the number of frames according
30820           to the trak header is 1 for each, so that doesn't help. So
30821           instead, I look at the duration and discard tracks with a
30822           duration shorter than 20% of the length of the stream. Better
30823           than nothing.
30824
30825 2004-10-01  Christian Schaller <christian@fluendo.com>
30826
30827         * ext/ivorbis/vorbis.c:
30828           Patch from Phil Blundell (Bug 152341)
30829
30830 2004-10-01  Wim Taymans  <wim@fluendo.com>
30831
30832         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30833         (speex_dec_get_formats), (speex_dec_convert),
30834         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30835         (speex_dec_chain), (gst_speexdec_get_property),
30836         (gst_speexdec_set_property):
30837         Small cleanups.
30838
30839 2004-10-01  Wim Taymans  <wim@fluendo.com>
30840
30841         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30842         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30843         (gst_wavparse_other), (gst_wavparse_loop),
30844         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30845         (gst_wavparse_srcpad_event):
30846         * gst/wavparse/gstwavparse.h:
30847         Added some more debugging info.
30848         Fix the case where the length of the file is 0.
30849         Make sure we seek to sample borders.
30850
30851 2004-10-01  Wim Taymans  <wim@fluendo.com>
30852
30853         * gst/playback/README:
30854         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30855         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30856         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30857         Add some debug info to decodebin, update README
30858
30859 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30860
30861         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30862           Don't use g_print(); use GST_DEBUG().
30863
30864 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30865
30866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30867         (gst_ogg_mux_queue_pads):
30868           Handle EOS properly.
30869
30870 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30871
30872         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30873
30874         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30875         (gst_faad_chain), (gst_faad_change_state):
30876         * ext/faad/gstfaad.h:
30877           Allow playback of raw (unframed) MPEG AAC files (#148993).
30878
30879 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30880
30881         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30882
30883         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30884           Throw error if we didn't recognize the stream. Fixes #152289.
30885
30886 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30889           Fix negotiation.
30890
30891 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30892
30893         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30894
30895         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30896           Fix memleak.
30897
30898 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30899
30900         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30901
30902         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30903           Solve #152805.
30904         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30905           Solve 152806.
30906
30907 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30908
30909         * gst-libs/gst/riff/riff-media.c:
30910         (gst_riff_create_video_caps_with_data),
30911         (gst_riff_create_audio_caps_with_data):
30912           Add codec_data handling (like asfdemux used to do).
30913         * gst/asfdemux/gstasf.c: (plugin_init):
30914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30915         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30916           Use riff-media for caps creation instead of our own (mostly
30917           broken) copy of its functions.
30918
30919 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30920
30921         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30922           Don't actually error out if we get another return value than
30923           -EINVAL. Opposite to what I first thought, drivers have random
30924           return values for this, although -EINVAL is the expected return
30925           value. Since this is not fatal, we shouldn't use
30926           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30927
30928 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30929
30930         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30931         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30932         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30933         (dvdreadsrc_get), (dvdreadsrc_open_file),
30934         (dvdreadsrc_change_state):
30935           Fix. Don't do one big huge loop around the whole DVD, that will
30936           cache all data and thus eat sizeof(dvd) (several GB) before we
30937           see something.
30938         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30939           Actually NULL'ify event after using it.
30940         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30941         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30942         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30943         (gst_ebml_read_seek), (gst_ebml_read_skip):
30944           Handle events.
30945         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30946         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30947         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30948           Fix timing (this will probably break if I seek using menus, but
30949           I didn't get there yet). VOBs and normal DVDs should now work.
30950           Add a mpeg2-only pad with high rank so this get autoplugged for
30951           MPEG-2 movies.
30952         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30953         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30954         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30955         (gst_mpeg_demux_get_audio_stream),
30956         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30957         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30958           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30959           MPEG-1 but use dvddemux for MPEG-2.
30960         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30961         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30962         (gst_mpeg_parse_parse_packhead):
30963           Timing. Only add pad template if it exists. Add sink template from
30964           class and not from ourselves. This means we will always use the
30965           correct sink template even if it is not the one defined in this
30966           file.
30967
30968 2004-09-29  Wim Taymans  <wim@fluendo.com>
30969
30970         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30971         (gst_mpeg_demux_parse_pes):
30972         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30973         Fix playback of mpeg again, timestamps where screwed up by
30974         patch 1.61.
30975
30976 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30977
30978         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30979           Only return true if we actually filled something in. Prevents
30980           player applications from showing a random length for flac files.
30981         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30982         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30983         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30984         (gst_riff_read_strf_vids_with_data),
30985         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30986           OK, ok, so I implemented event handling. Apparently it's normal
30987           that we receive random events at random points without asking
30988           for it.
30989         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30990         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30991         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30992         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30993         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30994         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30995         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30996         * gst/avi/gstavidemux.h:
30997           Implement non-lineair chunk handling and subchunk processing.
30998           The first solves playback of AVI files where the audio and video
30999           data of individual buffers that we read are not synchronized.
31000           This should not happen according to the wonderful AVI specs, but
31001           of course it does happen in reality. It is also a prerequisite for
31002           the second. Subchunk processing allows us to cut chunks in small
31003           pieces and process each of these pieces separately. This is
31004           required because I've seen several AVI files with incredibly large
31005           audio chunks, even some files with only one audio chunk for the
31006           whole file. This allows for proper playback including seeking.
31007           This patch is supposed to fix all AVI A/V sync issues.
31008         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31009         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31010           Work.
31011         * gst/modplug/gstmodplug.cc:
31012           Proper return value setting for the query() function.
31013         * gst/playback/gstplaybasebin.c: (setup_source):
31014           Being in non-playing state (after, e.g., EOS) is not necessarily
31015           a bad thing. Allow for that. This fixes playback of short files.
31016           They don't actually playback fully now, because the clock already
31017           runs. This means that small files (<500kB) with a small length
31018           (<2sec) will still not or barely play. Other files, such as mod
31019           or flx, will work correctly, however.
31020
31021 2004-09-28  Wim Taymans  <wim@fluendo.com>
31022
31023         * ext/speex/gstspeex.c: (plugin_init):
31024         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31025         (gst_speex_dec_class_init), (speex_dec_get_formats),
31026         (speex_get_event_masks), (speex_get_query_types),
31027         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31028         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31029         (gst_speexdec_get_property), (gst_speexdec_set_property),
31030         (speex_dec_change_state):
31031         * ext/speex/gstspeexdec.h:
31032         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31033         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31034         (gst_speexenc_base_init), (gst_speexenc_class_init),
31035         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31036         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31037         (gst_speexenc_src_query), (gst_speexenc_init),
31038         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31039         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31040         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31041         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31042         (gst_speexenc_chain), (gst_speexenc_get_property),
31043         (gst_speexenc_set_property), (gst_speexenc_change_state):
31044         * ext/speex/gstspeexenc.h:
31045         Rewrote speex encoder, make sure it can be embedded in ogg.
31046         Implemented speex decoder.
31047
31048 2004-09-28  Christian Schaller <christian@fluendo.com>
31049
31050         * configure.ac:
31051         Remove kioslave plugin. Markey is brewing a new working one
31052         * ext/Makefile.am: Remove kioslave plugin
31053         * ext/kio: remove
31054         * gst-plugins.spec.in: remove kio plugin from spec
31055
31056 2004-09-27  Wim Taymans  <wim@fluendo.com>
31057
31058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31059         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31060         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31061         (gst_multifdsink_new_client),
31062         (gst_multifdsink_handle_client_write),
31063         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31064         (gst_multifdsink_handle_clients):
31065         * gst/tcp/gstmultifdsink.h:
31066         Make syncing to keyframes actually work for new clients and lagging
31067         clients.
31068
31069 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31070
31071         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31072         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31073         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31074         * gst/debug/gstnavigationtest.h:
31075           make navigationtest display button-press and button-release events
31076
31077 2004-09-26 Iain <iaingnome@gmail.com>
31078
31079         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31080         the channels have received a new media event.
31081         (interleave_buffered_loop): Compresses a new media event on all
31082         channels into one.
31083
31084 2004-09-26 Iain <iaingnome@gmail.com>
31085
31086         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31087         call the sinkpad's default event handler and not the srcpads. He also
31088         says this is confusing :)
31089         (gst_wavenc_stop_file): Company says that seek events only go upstream
31090         we should send a discontinuous downstream instead.
31091
31092 2004-09-25  Christian Schaller <christian@fluendo.com>
31093
31094         * Update SPEC file to be usable in conjunction with Fedora Core,
31095           Fedora.us and freshrpms packages
31096         * Fix typo in multifilesrc test Makefile
31097
31098 2004-09-24  Wim Taymans  <wim@fluendo.com>
31099
31100         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31101         Only signal the no_more_pads signal when we have
31102         added the stream to our list.
31103
31104 2004-09-24  Wim Taymans  <wim@fluendo.com>
31105
31106         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31107         (new_decoded_pad):
31108         * gst/playback/gstplaybasebin.h:
31109         * gst/playback/gstplaybin.c: (setup_sinks):
31110         Don't try to preroll or decode more than one audio/video
31111         track.
31112
31113 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31114
31115         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31116           Throw error if we failed to find a suitable output. This should
31117           throw an error if we successfully set up a pipeline (e.g. because
31118           we recognized a media file) but found no decodable streams in it
31119           (e.g. because it contains only media stream types for which we
31120           have no decoders, or because it's not a media type).
31121
31122 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31123
31124         * ext/dirac/Makefile.am:
31125         * ext/dirac/gstdirac.cc:
31126         * ext/dirac/gstdiracdec.cc:
31127         * ext/dirac/gstdiracdec.h:
31128           Do something. Don't actually know if this works because I don't
31129           have a demuxer yet.
31130         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31131           Add channels=1 to caps returned from _getcaps().
31132         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31133         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31134         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31135         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31136         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31137         (gst_ogm_parse_change_state):
31138           Separate between audio/video so ogmaudioparse actually uses the
31139           audio pad templates. Both audio and video work now, including
31140           autoplugging. Also use sometimes-srcpad hack.
31141         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31142           Handle events better. Don't hang on infinite loops.
31143         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31144         (gst_avi_demux_init), (gst_avi_demux_reset),
31145         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31146         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31147         (gst_avi_demux_change_state):
31148         * gst/avi/gstavidemux.h:
31149           Improve A/V sync. Still not perfect.
31150         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31151         (gst_ebml_read_skip):
31152           Handle events better.
31153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31154         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31155         (qtdemux_audio_caps):
31156           Add IMA4. Improve event handling. Save offset after a seek when
31157           the headers are at the end of the file so that we don't end up in
31158           an infinite loop.
31159         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31160           Add low-priority typefind support for files with no length.
31161
31162 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31163
31164         * testsuite/multifilesink/Makefile.am:
31165         fix typo
31166
31167 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31168
31169         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31171         mistakes from thaytan's patches.
31172
31173 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31174
31175         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31176           For completeness, XSync in the destroy function as xvimage does.
31177
31178 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31179
31180         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31181            Correct caps negotiation
31182         * gst/volume/gstvolume.c: (volume_chain_float),
31183         (volume_chain_int16):
31184            Modify debug output to be little more informative
31185         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31187         (gst_xvimagesink_xvimage_destroy):
31188           Add XSync calls after detaching from the shared memory segment to
31189           avoid a crash.
31190
31191 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31192
31193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31194         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31195         * ext/vorbis/vorbis.c: (plugin_init):
31196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31197         (gst_vorbisenc_chain):
31198         * ext/vorbis/vorbisenc.h:
31199         remove explicit newmedia support from oggmux and vorbisenc
31200         add debug category to vorbisenc
31201         * gst/multifilesink/gstmultifilesink.c:
31202         (gst_multifilesink_class_init), (gst_multifilesink_init),
31203         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31204         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31205         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31206         (plugin_init):
31207         * gst/multifilesink/gstmultifilesink.h:
31208         add support for streamheader in multifilesink
31209
31210 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31211
31212         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31213         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31214         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31215           Prevent infinite loops. More correct error reporting.
31216         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31217           Error out if negotiation fails.
31218         * gst/playback/gstplaybasebin.c: (setup_source),
31219         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31220         (gst_play_base_bin_found_tag):
31221           Error/tag forwarding. Pre-roll fixes for source errors on state
31222           changes (e.g. "file does not exist") to prevent hangs.
31223
31224 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31225
31226         * testsuite/multifilesink/Makefile.am:
31227         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31228         (gst_newmedia_class_init), (gst_newmedia_init),
31229         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31230         (newfile_signal), (test_signal), (main):
31231         * testsuite/multifilesink/multifilesrc_test.c: (main):
31232         * testsuite/multifilesink/oggtheora_test.c:
31233         (gst_newmedia_base_init), (gst_newmedia_class_init),
31234         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31235         (test_format), (newfile_signal), (test_signal), (main):
31236         * testsuite/multifilesink/oggvorbis_test.c:
31237         (gst_newmedia_base_init), (gst_newmedia_class_init),
31238         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31239         (test_format), (newfile_signal), (test_signal), (main):
31240         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31241         (gst_newmedia_class_init), (gst_newmedia_init),
31242         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31243         (newfile_signal), (test_signal), (main):
31244         New media tests
31245
31246 2004-09-20  Christian Schaller <christian@fluendo.com>
31247
31248         * Fix mikmod license to LGPL as they have relicensed
31249         * Move Dirac and Effectv into LGPL section of README_license
31250
31251 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31252
31253         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31254         (gst_mad_change_state):
31255           Allow for mp3 rate/channels changes. However, only very
31256           conservatively. Reason that we *have* to enable this is smiply
31257           because the mad find_sync() function is not good enough, it will
31258           regularly sync on random data as valid frames and therefore make
31259           us provide random caps as *final* caps of the stream. The best fix
31260           I could think of is to simply require several of the same stream
31261           changes in a row before we change caps.
31262           The actual testcase that works now is #
31263         * ext/ogg/Makefile.am:
31264         * ext/ogg/gstogg.c: (plugin_init):
31265         * ext/ogg/gstogmparse.c:
31266           OGM support (video only for now; I need an audio sample file).
31267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31268         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31269         (gst_asf_demux_add_video_stream):
31270           WMV extradata.
31271         * gst/playback/gstplaybasebin.c: (unknown_type):
31272           Don't error out on single unknown-types after all. It's wrong.
31273           If we found type of video and audio but not of a subtitle stream,
31274           it will still error out (which is unwanted). Will find a better fix
31275           later on.
31276         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31277         (ogmaudio_type_find), (plugin_init):
31278           OGM support.
31279
31280 2004-09-20  Johan Dahlin  <johan@gnome.org>
31281
31282         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31283         after setting caps.
31284
31285 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31286
31287         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31288         * gst/wavenc/gstwavenc.h:
31289         Added newmedia support to wavenc
31290
31291 2004-09-17  Wim Taymans  <wim@fluendo.com>
31292
31293         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31294         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31295         (gst_fdset_fd_can_write), (gst_fdset_wait):
31296         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31297         (gst_multifdsink_init), (gst_multifdsink_add),
31298         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31299         (gst_multifdsink_remove_client_link),
31300         (gst_multifdsink_client_queue_buffer),
31301         (gst_multifdsink_handle_client_write),
31302         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31303         (gst_multifdsink_close), (gst_multifdsink_change_state):
31304         * gst/tcp/gstmultifdsink.h:
31305         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31306         (gst_tcpserversink_removed):
31307         Small cleanups in fdset.c
31308         Use a hastable to map fd to the client structure for faster
31309         lookup in _remove and get_stats.
31310         Added virtual function to close the fds.
31311         Handle clients even when the select/poll call was unblocked because
31312         of a command.
31313         Implement syncing to keyframe in the recovery procedure.
31314
31315 2004-09-16 Iain <iaingnome@gmail.com>
31316
31317         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31318         try caps.
31319
31320 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31321
31322         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31323           Caps are only set if the type of the stream is unknown, but this
31324           is initialized in ->init_stream(), so set to UNKNOWN after calling
31325           ->init_stream() so that capsnego starts.
31326
31327 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31328
31329         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31330         (gst_avi_demux_stream_data):
31331           Just hardcode for raw audio then. AVI audio sucks.
31332
31333 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31334
31335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31336         * gst/matroska/matroska-mux.c: (audiosink_templ),
31337         (gst_matroska_mux_audio_pad_link):
31338         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31339         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31340
31341 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31342
31343         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31344         (gst_avi_demux_stream_data):
31345           Try to fix a/v sync issues.
31346
31347 2004-09-15  David Schleef  <ds@schleef.org>
31348
31349         * configure.ac: remove NASM check, since we don't use it.  Update
31350         dirac check to 0.4
31351         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31353         Initialized variables.
31354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31355         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31356         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31357         SVQ3 format
31358
31359 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31360
31361         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31362         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31363         * gst/avi/gstavidemux.h:
31364           Fix for compressed audio (mp3) timestamp generation. How did this
31365           ever work?
31366
31367 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31368
31369         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31370           Volume is a double not a float.
31371
31372 2004-09-15  Wim Taymans  <wim@fluendo.com>
31373
31374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31375         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31376         Don't close the fd in multifdsink as we didn't open it in the
31377         first place. Some cleanups.
31378
31379 2004-09-15  Wim Taymans  <wim@fluendo.com>
31380
31381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31383         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31384         Fix the case where the muxer would mark pages as delta
31385         frames when they are not (vorbis only ogg).
31386
31387 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31388
31389         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31390         (gst_play_base_bin_change_state):
31391           Handle the case where we failed to setup a clear pipeline. This
31392           will throw an error (or EOS, another nice case) and if you don't
31393           catch that, the app will wait for the signal forever (and thus
31394           hang).
31395
31396 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31397
31398         * ext/gnomevfs/gstgnomevfssink.c:
31399         (gst_gnomevfssink_uri_get_protocols):
31400         * ext/gnomevfs/gstgnomevfssrc.c:
31401         (gst_gnomevfssrc_uri_get_protocols):
31402         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31403         * ext/gnomevfs/gstgnomevfsuri.h:
31404           Use _uri_new() instead of _open(), so it doesn't take as long and
31405           Christophe's computer won't hang.
31406         * gst/playback/gstplaybasebin.c: (unknown_type):
31407           Throw error on unknown media type, so apps actually display it.
31408
31409 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31410
31411         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31412           this script to work on Solaris since bash shell handles echo
31413           differenly than bash.
31414
31415 2004-09-17  Wim Taymans  <wim@fluendo.com>
31416
31417         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31418         (setup_source), (gst_play_base_bin_set_property),
31419         (gst_play_base_bin_add_element):
31420         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31421         Some more work on making sure seeking pauses the pipeline and
31422         that changing the uri actually does something.
31423
31424 2004-09-17  Wim Taymans  <wim@fluendo.com>
31425
31426         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31427         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31428         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31429         (gst_tcpserversink_close):
31430         Be a bit more paranoid when freeing memory.
31431
31432 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31433
31434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31435         (qtdemux_parse_trak):
31436           Don't crash by dividing by zero (see sample movie in #126922).
31437
31438 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31441           Don't touch non-existing data (fixes crash on file in #140147).
31442
31443 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31444
31445         * gst/playback/gstplaybasebin.c:
31446         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31447           Handle double disposals, and proper change of URIs.
31448
31449 2004-09-13  Martin Eikermann <meiker@upb.de>
31450
31451         * gst/mpegstream/gstmpegparse.c:
31452           fix synchronistation for streams recorded from digital PCR
31453           fixes bug #119376
31454
31455 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31456
31457         * ext/gnomevfs/Makefile.am:
31458         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31459         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31460         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31461         (gst_gnomevfssink_uri_get_type),
31462         (gst_gnomevfssink_uri_get_protocols),
31463         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31464         (gst_gnomevfssink_uri_handler_init),
31465         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31466         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31467         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31468         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31469         (gst_gnomevfssrc_uri_get_type),
31470         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31471         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31472         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31473         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31474         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31475         * ext/gnomevfs/gstgnomevfsuri.h:
31476           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31477           of fake URIs to see which this version of Gnome-VFS likes, and
31478           uses that for the Gst-URI interface. Makes playbin support http://
31479           streams. Also fix up some stupid behaviour in gnomevfssrc.
31480
31481 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31482
31483         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31484         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31485         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31486         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31487           Update mixer (to sync with other sessions) if we try to obtain
31488           a new value. This makes alsamixer work accross applications.
31489         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31490           Only call sync functions if we're running, else alsalib asserts.
31491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31492           Sometimes fails to compile. Possibly a gcc bug.
31493         * gst/playback/gstplaybin.c: (gen_video_element),
31494         (gen_audio_element):
31495           Add a reference to an application-provided object, because we lose
31496           this same reference if we add it to the bin. If we don't do this,
31497           we can only use this object once and thus crash if we go from
31498           ready to playing, back to ready and back to playing again.
31499           Also add an audioscale element because several cheap soundcards -
31500           like mine - don't support all samplerates.
31501         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31502         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31503           Fix wrong order or PAR calls. Makes automatically obtained PAR
31504           from the X server atually being used.
31505
31506 2004-09-12  David Schleef  <ds@schleef.org>
31507
31508         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31509         #151887, #152102, #152247.
31510         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31511         * examples/seeking/cdparanoia.c: same
31512         * examples/seeking/cdplayer.c: same
31513         * examples/seeking/seek.c: same
31514         * examples/seeking/spider_seek.c: same
31515         * examples/seeking/vorbisfile.c: same
31516         * examples/stats/mp2ogg.c: same
31517         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31518         (gst_esdsink_dispose): Dispose of element properly.
31519         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31520         fixes.
31521         * ext/nas/nassink.c: (gst_nassink_class_init),
31522         (gst_nassink_dispose): Dispose of element correctly.
31523         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31524         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31525         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31526         Fix 64-bit warning.
31527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31528         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31529         Fix 64-bit warning.
31530
31531 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31532
31533         * configure.ac : change speex detection as 1.1.6 now uses
31534           .pc/pkg-config and they changed their headers location.
31535
31536 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31537
31538         * gst/matroska/matroska-mux.h:
31539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31540         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31541         (gst_matroska_mux_write_data):
31542           Write multiple blocks/frames per cluster.
31543                 Write meta-seek information (seek heads).
31544
31545 2004-09-09  Scott Wheeler <wheeler@kde.org>
31546
31547         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31548         (gst_play_bin_set_property), (gst_play_bin_get_property),
31549         (gen_audio_element), (gen_audio_element):
31550           Add a volume element / property to the pipeline.
31551
31552 2004-09-07  Wim Taymans  <wim@fluendo.com>
31553
31554         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31555         Copy timestamps from the master pad to the output buffers.
31556
31557 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31558
31559         * ext/raw1394/gstdv1394src.c:
31560           throw errors when applicable
31561
31562 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31563
31564         * gst/matroska/ebml-ids.h:
31565         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31566         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31568           automatically convert unix time <-> ebml time when reading/writing
31569           a date, use gst_ebml_write_uint to write CUETIME,
31570           not gst_ebml_write_date.
31571         * gst/matroska/matroska-ids.h:
31572         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31573         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31574         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31575         (gst_matroska_mux_write_data):
31576           Write track and segment UIDs, write muxing date, write
31577           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31578           Create cues for audio only files.
31579
31580 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31581
31582         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31583         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31584           Re-commit ALSA switches.
31585         * gst/adder/gstadder.c: (gst_adder_loop):
31586           64-bit fix (#151416).
31587         * gst/debug/progressreport.c: (gst_progressreport_report):
31588           64-bit fix (#151419).
31589         * gst/matroska/matroska-demux.c:
31590         (gst_matroska_demux_parse_contents):
31591           64-bit fix (#151420).
31592         * gst/playback/test3.c: (update_scale):
31593           64-bit fix (#151421).
31594
31595 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31596
31597         * configure.ac:
31598           bump nano to cvs
31599
31600 === release 0.8.4 ===
31601
31602 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31603
31604         * configure.ac: releasing 0.8.4, "Alias"
31605
31606 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31607
31608         * ext/theora/Makefile.am:
31609           fix makefile.  Fixes #151462.
31610
31611 2004-08-30  Wim Taymans  <wim@fluendo.com>
31612
31613         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31614         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31615         (gst_multifdsink_remove_client_link),
31616         (gst_multifdsink_client_queue_buffer),
31617         (gst_multifdsink_handle_client_write):
31618         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31619         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31620         Fix some memory leaks.
31621
31622 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31623
31624         Patch by: David Schleef
31625
31626         * configure.ac:
31627         * sys/Makefile.am:
31628           rename our detection macro for V4L2.  Fixes #151236.
31629
31630 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31631
31632         Patch by: David Schleef
31633
31634         * configure.ac:
31635           check to define LAMEPRESET.  Fixes #151232.
31636
31637 2004-08-27  David Schleef  <ds@schleef.org>
31638
31639         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31640         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31641         (gst_glimagesink_fixate):  Move local variable declarations to
31642         make gcc-2.95 happy.
31643
31644 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31645
31646         * configure.ac:
31647           bump nano for prerelease
31648
31649 2004-08-27  David Schleef  <ds@schleef.org>
31650
31651         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31652         * sys/sunaudio/gstsunaudiosrc.c:
31653         * sys/sunaudio/gstsunaudiosrc.h:
31654
31655 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31656
31657         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31658         handle EOS correctly
31659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31660         * gst/matroska/matroska-mux.h:
31661         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31662         VFW compatibility mode
31663
31664 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31665
31666         patch by: Zaheer Abbas Merali
31667
31668         * ext/ogg/gstoggmux.c:
31669         * ext/vorbis/vorbisenc.c:
31670         * ext/vorbis/vorbisenc.h:
31671           handle NEWMEDIA
31672
31673 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31674
31675         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31676         fix byte order reversion on little endian machines.
31677         * gst/matroska/matroska-mux.c: (audiosink_templ),
31678         (gst_matroska_mux_audio_pad_link):
31679         add TTA codec to the list of supported codecs.
31680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31681         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31682         (gst_matroska_mux_write_data):
31683         * gst/matroska/matroska-mux.h:
31684         write segment duration correctly, write muxing app string, fixes bugs
31685         #140897 and #140898.
31686         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31687         wait for all pads to be negotiated before starting to mux.
31688
31689 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31690
31691         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31692         * ext/lame/gstlame.h:
31693         Added new media support to lame
31694
31695 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31696
31697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31698         send vorbis headers at the beginning of a stream, fixes bug #141554.
31699         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31700         bug #148950.
31701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31702         (gst_matroska_demux_plugin_init):
31703         * gst/matroska/matroska-ids.h:
31704         enable demuxing of TTA audio streams, fixes bug #148951.
31705         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31706         enable typefinding for TTA audio files, fixes bug #148711.
31707         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31708         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31709         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31710
31711 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31712
31713         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31714         (gst_riff_read_element_data), (gst_riff_read_seek),
31715         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31716         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31717         <teuf@gnome.org>
31718
31719 2004-08-23 Iain <iaingnome@gmail.com>
31720
31721         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31722         tags. They appear to be handled differently to normal.
31723         (tag_list_to_id3_tag_foreach): Ditto.
31724
31725 2004-08-22  Wim Taymans  <wim@fluendo.com>
31726
31727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31728         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31729         Make sure we never send -1 granulepos.
31730
31731 2004-08-20  Wim Taymans  <wim@fluendo.com>
31732
31733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31734         (gst_ogg_mux_loop):
31735         I will accept bitchslappings with non sharp objects.
31736
31737 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31738
31739         * configure.ac:
31740         Clean up the test for lame presets
31741
31742 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31743
31744         * configure.ac:
31745         * ext/lame/Makefile.am:
31746         * ext/lame/gstlame.c: (gst_lame_class_init),
31747         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31748         Only enable lame presets if version of lame has presets in API
31749
31750 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31751         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31752         * gst/udp/gstudpsrc.h:
31753           Don't call gst_pad_push in a get function. Fixes #150449
31754
31755 2004-08-18  Wim Taymans  <wim@fluendo.com>
31756
31757         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31758         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31759         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31760         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31761         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31762         (gst_fdset_wait):
31763         * gst/tcp/gstfdset.h:
31764         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31765         (gst_multifdsink_client_queue_buffer),
31766         (gst_multifdsink_handle_client_write):
31767         * gst/tcp/gstmultifdsink.h:
31768         Some extra checks in gstfdset.
31769         Only use send() when the fd is a socket. Don't try to
31770         read from write only fds.
31771
31772 2004-08-18  Wim Taymans  <wim@fluendo.com>
31773
31774         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31775         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31776         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31777         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31778         (gst_fdset_wait):
31779         Add more locking and bounds checking.
31780
31781 2004-08-18  Wim Taymans  <wim@fluendo.com>
31782
31783         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31784         Realloc test fdset in the lock and right before starting
31785         the poll call. Bump the limit to 4096.
31786
31787 2004-08-17  David Schleef  <ds@schleef.org>
31788
31789         * sys/sunaudio/Makefile.am:
31790         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31791         of rates and channels.  Make debugging less obnoxious.
31792
31793         Patch from Balamurali Viswanathan implementing a mixer for
31794         Sun audio.  (bug #144091):
31795         * sys/sunaudio/gstsunelement.c:
31796         * sys/sunaudio/gstsunelement.h:
31797         * sys/sunaudio/gstsunmixer.c:
31798         * sys/sunaudio/gstsunmixer.h:
31799
31800 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31801
31802         * gst/audioscale/gstaudioscale.c:
31803         * gst/audioscale/gstaudioscale.h:
31804         made audioscale resample from any sample rate to any sample rate
31805
31806 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31807
31808         * ext/libpng/gstpngdec.c:
31809           error out on unsupported types
31810
31811 2004-08-17  Iain <iaingnome@gmail.com>
31812
31813         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31814         mid_side and loose_mid_side properties if its a stereo stream.
31815
31816 2004-08-17  Wim Taymans  <wim@fluendo.com>
31817
31818         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31819         (theora_get_formats), (theora_dec_src_convert),
31820         (theora_dec_sink_convert), (theora_dec_src_query),
31821         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31822         Add a debug line.
31823
31824 2004-08-17  Wim Taymans  <wim@fluendo.com>
31825
31826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31827         (gst_ogg_pad_push):
31828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31829         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31830         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31831         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31832         Mark delta units in the muxer.
31833         Try to decode the packet after an out-of-sync error from
31834         libogg.
31835
31836 2004-08-17  Wim Taymans  <wim@fluendo.com>
31837
31838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31839         (gst_multifdsink_init), (gst_multifdsink_add),
31840         (gst_multifdsink_client_queue_buffer),
31841         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31842         * gst/tcp/gstmultifdsink.h:
31843         Added option to send a keyframe to clients as the first buffer.
31844         Make timeout property writable.
31845
31846 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31847
31848         patch by: Wim Taymans
31849
31850         * gst/tcp/gstfdset.c:
31851         * gst/tcp/gstmultifdsink.c:
31852           fix index comparison, should include 0
31853
31854 2004-08-16  Wim Taymans  <wim@fluendo.com>
31855
31856         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31857         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31858         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31859         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31860         (gst_fdset_wait):
31861           copy when reallocing for poll so the select arguments don't get
31862           changed during the call
31863
31864 2004-08-16  Wim Taymans  <wim@fluendo.com>
31865
31866         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31867         (gst_theora_enc_class_init), (theora_enc_sink_link),
31868         (theora_buffer_from_packet), (theora_enc_chain):
31869         Fix bug where buffers were not marked as keyframes
31870         correctly.
31871
31872 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31873
31874         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31875         (gst_lame_preset_get_type), (gst_lame_class_init):
31876         describe the enum values for vbr mode and presets more verbosely
31877
31878 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31879
31880         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31881         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31882         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31883         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31884         * ext/lame/gstlame.h:
31885         add preset property to lame so it can use lame presets
31886
31887 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31888
31889         * ext/lame/gstlame.c: (gst_lame_get_property):
31890         whoops forgot break, thanks teuf
31891
31892 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31893
31894         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31895         (gst_lame_class_init), (gst_lame_src_getcaps),
31896         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31897         (gst_lame_get_property), (gst_lame_setup):
31898         * ext/lame/gstlame.h:
31899         fix lame's broken vbr stuff, allow it to resample if need be, and also
31900         make xing header optional
31901
31902 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31903
31904         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31905         added getcaps function so samplerate doesnt get fixated to silly values
31906
31907 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31908
31909         * ext/lame/gstlame.c: (gst_lame_src_link):
31910         revert previous fix
31911
31912 2004-08-12  Johan Dahlin  <johan@gnome.org>
31913
31914         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31915         checks. Doesn't matter what state we are in. Interfaces are a
31916         compile time thing, not runtime. It also broke the python bindings.
31917
31918 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31919
31920         * ext/lame/gstlame.c: (gst_lame_src_link):
31921         made source pad link function check if sinkpad is ok..fixes the problem
31922         where core fixates the output rate of lame stupidly
31923
31924 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31925
31926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31927         * sys/v4l/v4l_calls.c:
31928         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31929           fix fixate function to handle nonsimple caps.
31930           remove bogus check in _link
31931           cleanups
31932
31933 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31934
31935         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31936         set default compression ratio parameter to 0.0 so bitrate parameter
31937         works :)
31938
31939 2004-08-11  David Schleef  <ds@schleef.org>
31940
31941         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31942
31943 2004-08-11  David Schleef  <ds@schleef.org>
31944
31945         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31946         before.
31947
31948 2004-08-11  David Schleef  <ds@schleef.org>
31949
31950         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31951
31952 2004-08-11  David Schleef  <ds@schleef.org>
31953
31954         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31955           license field
31956         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31957         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31958           LGPL.
31959         * gst/auparse/gstauparse.c: Fix plugin license field.
31960         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31961         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31962         * gst/rtp/gstrtp.c: Fix plugin license field.
31963
31964 2004-08-11  Wim Taymans  <wim@fluendo.com>
31965
31966         * gst/tcp/Makefile.am:
31967         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31968         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31969         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31970         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31971         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31972         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31973         (gst_fdset_fd_can_write), (gst_fdset_wait):
31974         * gst/tcp/gstfdset.h:
31975         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31976         (gst_multifdsink_class_init), (gst_multifdsink_init),
31977         (gst_multifdsink_add), (gst_multifdsink_remove),
31978         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31979         (gst_multifdsink_remove_client_link),
31980         (gst_multifdsink_handle_client_read),
31981         (gst_multifdsink_client_queue_data),
31982         (gst_multifdsink_client_queue_caps),
31983         (gst_multifdsink_client_queue_buffer),
31984         (gst_multifdsink_handle_client_write),
31985         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31986         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31987         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31988         (gst_multifdsink_close):
31989         * gst/tcp/gstmultifdsink.h:
31990         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31991         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31992         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31993         (gst_tcpserversink_close):
31994         * gst/tcp/gsttcpserversink.h:
31995         Abstracted away the select call, implemented poll (yes we ran into
31996         the 1024 limit in production).
31997
31998 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31999
32000         * gst/tcp/gsttcp.c:
32001         * gst/tcp/gsttcpplugin.c:
32002           improve debuggging, remove assert
32003
32004 2004-08-10  Wim Taymans  <wim@fluendo.com>
32005
32006         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32007         (gst_client_status_get_type), (gst_multifdsink_class_init),
32008         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32009         (gst_multifdsink_handle_client_read),
32010         (gst_multifdsink_handle_client_write),
32011         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32012         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32013         (gst_multifdsink_get_property):
32014         * gst/tcp/gstmultifdsink.h:
32015         * gst/tcp/gsttcp-marshal.list:
32016         Starting to prepare for specifying buffer time in other units
32017         than buffers. Expose remove reason in signal.
32018
32019 2004-08-10  Wim Taymans  <wim@fluendo.com>
32020
32021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32022         (gst_multifdsink_remove), (gst_multifdsink_clear),
32023         (gst_multifdsink_remove_client_link),
32024         (gst_multifdsink_handle_client_read),
32025         (gst_multifdsink_client_queue_data),
32026         (gst_multifdsink_client_queue_buffer),
32027         (gst_multifdsink_handle_client_write),
32028         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32029         (gst_multifdsink_chain), (gst_multifdsink_close):
32030         * gst/tcp/gstmultifdsink.h:
32031         Added more debugging info. Changed the way clients are
32032         removed from the lists. Fixed a bug where a bad file descriptor
32033         could cause many clients to be removed.
32034
32035 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32036
32037         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32038           allow all pixel-aspect-ratios, not just 1:1
32039
32040 2004-08-09  David Schleef  <ds@schleef.org>
32041
32042         * sys/glsink/ARB_multitexture.h:  Remove old files.
32043         * sys/glsink/EXT_paletted_texture.h:
32044         * sys/glsink/NV_register_combiners.h:
32045         * sys/glsink/gstgl_nvimage.c:
32046         * sys/glsink/gstgl_pdrimage.c:
32047         * sys/glsink/gstgl_rgbimage.c:
32048         * sys/glsink/gstglsink.c:
32049         * sys/glsink/gstglsink.h:
32050         * sys/glsink/gstglxwindow.c:
32051         * sys/glsink/regcomb_yuvrgb.c:
32052
32053 2004-08-09  David Schleef  <ds@schleef.org>
32054
32055         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32056         GL sink plugin.  (Bug #147302)
32057
32058         * configure.ac: Test for OpenGL
32059         * sys/Makefile.am: Use test for OpenGL
32060         * sys/glsink/Makefile.am:
32061         * sys/glsink/glimagesink.c: rewrite
32062         * sys/glsink/glimagesink.h: rewrite
32063
32064 2004-08-09  David Schleef  <ds@schleef.org>
32065
32066         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32067         sane framerates.
32068         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32070         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32071
32072 2004-08-09  Wim Taymans  <wim@fluendo.com>
32073
32074         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32075         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32076         (gst_multifdsink_client_remove),
32077         (gst_multifdsink_handle_client_read),
32078         (gst_multifdsink_handle_client_write),
32079         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32080         Do a bit more logging, make the client_read code more robust.
32081
32082 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32083
32084         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32085         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32086         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32087         (gst_jpegdec_init), (gst_jpegdec_chain):
32088         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32089         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32090           cleanups, debugging fixes and memleak plugging
32091
32092 2004-08-09  Wim Taymans  <wim@fluendo.com>
32093
32094         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32095         (theora_get_formats), (theora_dec_src_convert),
32096         (theora_dec_sink_convert), (theora_dec_src_query),
32097         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32098         (theora_dec_change_state):
32099         Don't crash on missing header packets.
32100
32101 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32102
32103         * po/LINGUAS:
32104         * po/sq.po:
32105           Added Albanian translation (Laurent Dhima)
32106         * po/cs.po:
32107           updated
32108
32109 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32110
32111         * ext/lame/gstlame.c:
32112           fix/add debugging
32113
32114 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32115
32116         * sys/ximage/ximagesink.c:
32117         * sys/xvimage/xvimagesink.c:
32118           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32119
32120 2004-08-06  Wim Taymans  <wim@fluendo.com>
32121
32122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32123         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32124         (gst_multifdsink_client_remove),
32125         (gst_multifdsink_handle_client_read),
32126         (gst_multifdsink_handle_client_write),
32127         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32128         Make sure we don't try to read more from a client that what
32129         ioctl says us or we deadlock.
32130
32131 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32132
32133         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32134         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32135         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32136           decouple running_time and n_frames so it can handle changing
32137           framerate while running
32138
32139 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32140
32141         * po/nl.po:
32142         * po/sv.po:
32143           updated translations
32144
32145 2004-08-04  Benjamin Otte  <otte@gnome.org>
32146
32147         * gst/videotestsrc/gstvideotestsrc.c:
32148         (gst_videotestsrc_get_capslist), (generate_capslist),
32149         (plugin_init):
32150           generate the list of supported caps at startup and reuse it instead
32151           of always generating it
32152
32153 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32154
32155         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32156           whoops, last checkin broke normal build
32157
32158 2004-08-03  Benjamin Otte  <otte@gnome.org>
32159
32160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32161         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32162         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32163         (gst_alsa_mixer_get_option):
32164         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32165         (dvdnavsrc_print_event):
32166         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32168         (gst_ogg_mux_pad_unlink):
32169         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32170         (gst_multipart_mux_pad_unlink):
32171         * gst/videofilter/gstvideobalance.c:
32172         (gst_videobalance_colorbalance_set_value):
32173         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32174         (gst_videomixer_pad_unlink):
32175         * po/uk.po:
32176         * sys/oss/gstossmixer.c:
32177         * sys/v4l/gstv4lcolorbalance.c:
32178         * sys/v4l/gstv4ltuner.c:
32179         * sys/v4l/v4lsrc_calls.c:
32180         * sys/v4l2/gstv4l2colorbalance.c:
32181         * sys/v4l2/gstv4l2tuner.c:
32182           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32183
32184 2004-08-03  Benjamin Otte  <otte@gnome.org>
32185
32186         * examples/dynparams/filter.c: (ui_control_create):
32187         * examples/gstplay/player.c: (print_tag):
32188         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32189         * ext/gdk_pixbuf/gstgdkanimation.c:
32190         (gst_gdk_animation_iter_may_advance):
32191         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32192         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32193         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32194         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32196         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32197         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32198         * gst/sine/demo-dparams.c: (main):
32199         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32200         * testsuite/alsa/formats.c: (create_pipeline):
32201         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32202           fixes for G_DISABLE_ASSERT and friends
32203         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32204         (mp3_type_frame_length_from_header), (mp3_type_find),
32205         (plugin_init):
32206           require mp3 typefinding to have at least MIN_HEADERS valid headers
32207           add typefinding for AAC adts files
32208
32209 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32210
32211         * sys/ximage/ximagesink.c:
32212         (gst_ximagesink_calculate_pixel_aspect_ratio):
32213         * sys/xvimage/xvimagesink.c:
32214         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32215         Make sure we calculate pixel-aspect-ratio using floating point maths
32216
32217 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32218
32219         * po/uk.po:
32220           updated translation
32221
32222 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32223
32224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32226           add debugging for display PAR calculation
32227
32228 2004-08-02  David Schleef  <ds@schleef.org>
32229
32230         * configure.ac: Fix mikmod CFLAGS.
32231
32232 2004-07-27  Benjamin Otte  <otte@gnome.org>
32233
32234         * gst/audioscale/gstaudioscale.c:
32235         - fix templates to only support S16, it's the only format that works
32236         - make caps nego code use try_set_caps_nonfixed and fixation instead
32237         of try_set_caps twice, which is not nice for autopluggers
32238         - change rank to secondary, so autopluggers can pick it up after
32239         audioconvert
32240
32241 2004-08-02  Iain <iain@prettypeople.org>
32242
32243         * gst/interleave/interleave.c (interleave_init),
32244         (interleave_request_new_pad),
32245         (interleave_pad_removed),
32246         (interleave_buffered_loop): Use the real pad count, not the artificial
32247         one.
32248
32249 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32250
32251         * configure.ac: bump nano back to development
32252
32253 === release 0.8.3 ===
32254
32255 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32256
32257         * configure.ac: releasing 0.8.3, "Water"
32258
32259 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32260
32261         * sys/xvimage/xvimagesink.c:
32262         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32263         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32264         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32265         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32266         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32267         * sys/xvimage/xvimagesink.h:
32268           apply similar PAR fixes as to ximagesink
32269
32270 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         patch from: Benjamin Otte
32273
32274         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32275           add link function to lame.  Fixes #148986.
32276
32277 2004-08-02  Johan Dahlin  <johan@gnome.org>
32278
32279         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32280         fix debugging log
32281
32282 2004-07-30  David Schleef  <ds@schleef.org>
32283
32284         * gst/videomixer/Makefile.am: Fix things that should have been
32285         fixed in the last checkin.
32286
32287 2004-07-30  David Schleef  <ds@schleef.org>
32288
32289         * gst/multipart/Makefile.am: Fix things that should have been
32290         fixed in the last checkin.
32291
32292 2004-07-30  David Schleef  <ds@schleef.org>
32293
32294         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32295
32296 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32297
32298         * configure.ac:
32299           bump nano for prerelease
32300         * po/af.po:
32301         * po/az.po:
32302         * po/cs.po:
32303         * po/en_GB.po:
32304         * po/hu.po:
32305         * po/nl.po:
32306         * po/sr.po:
32307         * po/sv.po:
32308         * po/uk.po:
32309           updates
32310
32311 2004-07-30  Wim Taymans  <wim@fluendo.com>
32312
32313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32314         (gst_multifdsink_add), (gst_multifdsink_remove),
32315         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32316         (gst_multifdsink_client_remove),
32317         (gst_multifdsink_handle_client_write),
32318         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32319         * gst/tcp/gstmultifdsink.h:
32320         Recover from a select with a bad file descriptor by removing
32321         the client.
32322
32323 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32324
32325         * configure.ac:
32326           fix requirement of core
32327         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32328         (gst_play_pipeline_setup):
32329           don't use colorspace element.  do use hermescolorspace element.
32330           make macro to get a colorspace element.
32331           mark strings for translation.
32332         * po/POTFILES.in:
32333           add play.c
32334         * po/af.po:
32335         * po/az.po:
32336         * po/cs.po:
32337         * po/en_GB.po:
32338         * po/hu.po:
32339         * po/nl.po:
32340         * po/sr.po:
32341         * po/sv.po:
32342         * po/uk.po:
32343           update translations
32344
32345 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32346
32347         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32348         fix default for newmedia flag
32349
32350 2004-07-30  Wim Taymans  <wim@fluendo.com>
32351
32352         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32353         (gst_theora_dec_init), (theora_get_formats),
32354         (theora_dec_src_convert), (theora_dec_sink_convert),
32355         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32356         (theora_dec_chain), (theora_dec_set_property),
32357         (theora_dec_get_property):
32358         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32359         (gst_theora_enc_class_init), (gst_theora_enc_init),
32360         (theora_enc_sink_link), (theora_enc_chain),
32361         (theora_enc_set_property), (theora_enc_get_property):
32362         Added cropping option to theora decoder.
32363         Added border option to theora encoder.
32364
32365 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32366
32367         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32368         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32369         (gst_pngenc_set_property):
32370         * ext/libpng/gstpngenc.h:
32371         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
32372
32373 2004-07-30  Wim Taymans  <wim@fluendo.com>
32374
32375         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32376         (theora_enc_sink_link), (theora_enc_chain),
32377         (theora_enc_set_property), (theora_enc_get_property):
32378         Fix encoding of non-multiple-of-16 video.
32379
32380 2004-07-29  David Schleef  <ds@schleef.org>
32381
32382         * configure.ac: make test for audiofile more strict
32383
32384 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32385
32386         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32387           give different names to typefind functions
32388
32389 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32390
32391         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32392         (gst_ximagesink_calculate_pixel_aspect_ratio),
32393         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32394         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32395         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32396         (gst_ximagesink_get_property), (gst_ximagesink_init):
32397         * sys/ximage/ximagesink.h:
32398           allocate PAR's dynamically.
32399           use autodetected PAR if no object-set PAR is given.
32400           add workaround for directfb's X not setting physical size.
32401           fix to xvimagesink will follow tomorrow.
32402
32403 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32404
32405         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32406         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32407         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32408         (gst_shout2send_class_init), (gst_shout2send_init),
32409         (set_shout_metadata), (gst_shout2send_set_metadata),
32410         (gst_shout2send_chain), (gst_shout2send_set_property),
32411         (gst_shout2send_get_property), (gst_shout2send_connect),
32412         (gst_shout2send_change_state):
32413         * ext/shout2/gstshout2.h:
32414         - fix for sending mp3 audio to icecast2 server, if pad link function not
32415         called before PAUSED state
32416         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32417         - added tagging support for mp3 audio broadcasted
32418         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32419         debug info
32420
32421 2004-07-28  Wim Taymans  <wim@fluendo.com>
32422
32423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32424         (gst_ogg_demux_push):
32425         Return query failure when we don't know the length of
32426         an ogg stream insteda of returning TRUE with a bogus value.
32427
32428 2004-07-28  Wim Taymans  <wim@fluendo.com>
32429
32430         * ext/theora/theoradec.c: (theora_get_formats),
32431         (theora_dec_src_convert), (theora_dec_sink_convert),
32432         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32433         (theora_dec_chain):
32434         Don't screw up the 1 Chroma for 1 luma sample situation when we
32435         have an odd offset/width by adding a black border in those cases.
32436
32437 2004-07-28  Wim Taymans  <wim@fluendo.com>
32438
32439         * ext/theora/theoradec.c: (theora_get_formats),
32440         (theora_dec_src_convert), (theora_dec_sink_convert),
32441         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32442         (theora_dec_chain):
32443         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32444         Added first attempt at cropping of the image as required by the
32445         theora spec. We need more properties in the caps (offset_x,
32446         offset_y,stride) to implement this correctly.
32447
32448 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32449
32450         * ext/dvdnav/README:
32451           Update the README to use dvddemux
32452         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32453           Ensure getcaps returns a subset of the template caps
32454         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32455         (gst_mpeg2subt_init):
32456           Ensure getcaps returns a subset of the template caps
32457         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32458         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32459         (gst_dvd_demux_get_subpicture_stream),
32460         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32461         * gst/mpegstream/gstdvddemux.h:
32462           Set the explicit caps on the current_video pad before pushing
32463           anything
32464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32465         (gst_mpeg_demux_get_audio_stream):
32466           Free caps used to gst_pad_set_explicit_caps, which takes a const
32467           GstCaps *
32468
32469 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32470
32471         * configure.ac: update GStreamer requirement to 0.8.4 because of
32472           GstFraction.
32473
32474 2004-07-28  Wim Taymans  <wim@fluendo.com>
32475
32476         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32477         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32478         Add the pad to the element after setting up the caps. This
32479         makes it a lot easier to autoplug.
32480
32481 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32482
32483         * gst/median/gstmedian.c:
32484         * gst/mpeg2subt/gstmpeg2subt.c:
32485         * gst/mpegaudioparse/gstmpegaudioparse.c:
32486         * gst/mpegstream/gstdvddemux.c:
32487         * gst/mpegstream/gstmpegdemux.c:
32488         * gst/mpegstream/gstmpegpacketize.c:
32489         * gst/rtjpeg/gstrtjpeg.c:
32490         * gst/rtjpeg/gstrtjpegdec.c:
32491         * gst/rtjpeg/gstrtjpegenc.c:
32492         * gst/sine/gstsinesrc.c:
32493         * gst/smooth/gstsmooth.c:
32494         * gst/smpte/gstsmpte.c:
32495         * gst/smpte/gstsmpte.h:
32496         * gst/stereo/gststereo.c:
32497         * gst/videofilter/gstgamma.c:
32498         * gst/videofilter/gstvideobalance.c:
32499         * gst/videofilter/gstvideofilter.c:
32500         * gst/videofilter/gstvideoflip.c:
32501         * gst/videoscale/gstvideoscale.c:
32502         * gst/videoscale/videoscale.c:
32503         * gst/videotestsrc/gstvideotestsrc.c:
32504         * gst/videotestsrc/videotestsrc.c:
32505         * gst/wavenc/gstwavenc.c:
32506         * gst/wavparse/gstwavparse.c:
32507           fix local includes and 64 bits constants
32508
32509 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32510
32511         * win32/gst.sln:
32512         * gst-libs/gst/*/*.vcproj:
32513         * gst/*/*.vcproj:
32514           more working plugins
32515
32516 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32517
32518         * testsuite/alsa/Makefile.am:
32519         * testsuite/alsa/srcstate.c:
32520         add test for alsasrc changing state
32521
32522 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32523
32524         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32525         (gst_silence_get):
32526         * gst/silence/gstsilence.h:
32527         fix silence generation for 16bit raw audio
32528
32529 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32530
32531         * gst/matroska/matroska-demux.c:
32532         (gst_matroska_demux_parse_metadata),
32533         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32534         * gst/mpegaudio/common.c:
32535         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32536         (gst_videoscale_getcaps), (gst_videoscale_link),
32537         (gst_videoscale_src_fixate), (gst_videoscale_init),
32538         (gst_videoscale_finalize):
32539         * gst/videoscale/gstvideoscale.h:
32540         * gst/videotestsrc/gstvideotestsrc.c:
32541         (gst_videotestsrc_get_capslist):
32542         * gst/wavenc/gstwavenc.c:
32543         * sys/oss/gstossmixer.c: (fill_labels):
32544         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32545         (gst_ximagesink_handle_xevents),
32546         (gst_ximagesink_calculate_pixel_aspect_ratio),
32547         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32548         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32549         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32550         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32551         (gst_ximagesink_init), (gst_ximagesink_class_init):
32552         * sys/ximage/ximagesink.h:
32553         * sys/xvimage/xvimagesink.c:
32554         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32555         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32556         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32557         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32558         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32559         * sys/xvimage/xvimagesink.h:
32560           first batch of pixel aspect ratio commits.
32561
32562 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32563
32564         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32565         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32566         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32567           handle stride, needs work if we want to move stride handling
32568           upstream, but works correctly for our purposes.
32569
32570 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32571
32572         * gst/videoscale/README:
32573           add testing examples
32574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32575         (gst_videoscale_chain):
32576         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32577         (gst_videoscale_get_size):
32578           add get_size function that handles stride like videotestsrc.
32579           fixes conversion for YUV formats for as much as I can test them.
32580
32581 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32582
32583         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32584         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32586         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32587         (gst_xvimagesink_xvimage_put):
32588           further cleanups, logging, error handling and synchronizing
32589
32590 2004-07-27  Wim Taymans  <wim@fluendo.com>
32591
32592         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32593         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32594         (gst_videomixer_pad_set_property),
32595         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32596         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32597         (gst_videomixer_class_init), (gst_videomixer_init),
32598         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32599         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32600         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32601         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32602         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32603         (gst_videomixer_loop), (plugin_init):
32604         Be a nicer negotiation citizen and provide a getcaps function on
32605         the srcpad. This also fixes a crash when resizing.
32606
32607 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32608
32609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32610         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32611
32612 2004-07-27  Wim Taymans  <wim@fluendo.com>
32613
32614         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32615         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32616         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32617         (gst_pngenc_set_property):
32618         * ext/libpng/gstpngenc.h:
32619         Added snapshot property to pngenc.
32620         removed g_print from pngdec
32621
32622 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32623
32624         * gst/ac3parse/ac3parse.vcproj
32625         * gst/adder/adder.vcproj
32626         * gst/alpha/alpha.vcproj
32627         * gst/alpha/alphacolor.vcproj
32628         * gst/asfdemux/asf.vcproj
32629         * gst/audioconvert/audioconvert.vcproj
32630         * gst/audiorate/audiorate.vcproj
32631         * gst/audioscale/audioscale.vcproj
32632         * gst/auparse/auparse.vcproj
32633         * gst/avi/avi.vcproj
32634         * gst/cdxaparse/cdxaparse.vcproj
32635         * gst/chart/chart.vcproj
32636         * gst/colorspace/colorspace.vcproj
32637         * gst/cutter/cutter.vcproj
32638         * gst/debug/debug.vcproj
32639         * gst/debug/efence.vcproj
32640         * gst/debug/navigationtest.vcproj
32641         * gst/deinterlace/deinterlace.vcproj
32642         * gst/effectv/effectv.vcproj
32643         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32644         * gst/filter/filter.vcproj
32645         * gst/flx/flxdec.vcproj
32646         * gst/goom/goom.vcproj
32647         * gst/interleave/interleave.vcproj
32648         * gst/law/alaw.vcproj
32649         * gst/law/mulaw.vcproj
32650         * gst/matroska/matroska.vcproj
32651         * gst/median/median.vcproj
32652         * gst/mixmatrix/mixmatrix.vcproj
32653         * gst/mpeg1sys/mpeg1systemencode.vcproj
32654         * gst/mpeg1videoparse/mp1videoparse.vcproj
32655         * gst/mpeg2sub/mpeg2subt.vcproj
32656         * gst/mpegaudio/mpegaudio.vcproj
32657         * gst/mpegaudioparse/mpegaudioparse.vcproj
32658         * gst/mpegstream/mpegstream.vcproj
32659         * gst/multifilesink/multifilesink.vcproj
32660         * gst/multipart/multipart.vcproj
32661         * gst/oneton/oneton.vcproj
32662         * gst/overlay/overlay.vcproj
32663         * gst/passthrough/passthrough.vcproj
32664         * gst/qtdemux/qtdemux.vcproj
32665         * gst/realmedia/rmdemux.vcproj
32666         * gst/rtjpeg/rtjpeg.vcproj
32667         * gst/rtp/rtp.vcproj
32668         * gst/silence/silence.vcproj
32669         * gst/sine/sinesrc.vcproj
32670         * gst/smooth/smooth.vcproj
32671         * gst/smpte/smpte.vcproj
32672         * gst/spectrum/spectrum.vcproj
32673         * gst/speed/speed.vcproj
32674         * gst/stereo/stereo.vcproj
32675         * gst/switch/switch.vcproj
32676         * gst/tags/tagedit.vcproj
32677         * gst/tcp/tcp.vcproj
32678         * gst/typefind/typefindfunctions.vcproj
32679         * gst/udp/udp.vcproj
32680         * gst/videobox/videobox.vcproj
32681         * gst/videocrop/videocrop.vcproj
32682         * gst/videodrop/videodrop.vcproj
32683         * gst/videofilter/gamma.vcproj
32684         * gst/videofilter/videobalance.vcproj
32685         * gst/videofilter/videofilter.vcproj
32686         * gst/videofilter/videoflip.vcproj
32687         * gst/videoflip/videoflip.vcproj
32688         * gst/videomixer/videomixer.vcproj
32689         * gst/videorate/videorate.vcproj
32690         * gst/videoscale/videoscale.vcproj
32691         * gst/videotestsrc/videotestsrc.vcproj
32692         * gst/virtualdub/virtualdub.vcproj
32693         * gst/volenv/volenv.vcproj
32694         * gst/volume/volume.vcproj
32695         * gst/wavenc/wavenc.vcproj
32696         * gst/wavparse/wavparse.vcproj
32697         * gst/y4m/y4menc.vcproj
32698         * gst-libs/gst/audio/audio.vcproj
32699         * gst-libs/gst/audio/audiofilter.vcproj
32700         * gst-libs/gst/colorbalance/colorbalance.vcproj
32701         * gst-libs/gst/idct/idtc.vcproj
32702         * gst-libs/gst/media-info/media-info.vcproj
32703         * gst-libs/gst/mixer/mixer.vcproj
32704         * gst-libs/gst/navigation/navigation.vcproj
32705         * gst-libs/gst/play/play.vcproj
32706         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32707         * gst-libs/gst/resample/resample.vcproj
32708         * gst-libs/gst/riff/riff.vcproj
32709         * gst-libs/gst/tuner/tuner.vcproj
32710         * gst-libs/gst/video/video.vcproj
32711         * gst-libs/gst/xoverlay/xoverlay.vcproj
32712           avoid problems with math.h, fix release dependancy
32713           rename GStreamer-0.8.lib to libgstreamer.lib
32714
32715 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32716
32717         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32719         the atom is not available we have to unlock the mutex. Fixes #148023
32720
32721 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32722
32723         * gst-libs/gst/media-info/media-info.h:
32724           issue for a vararg macro with MSVC
32725
32726 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32727
32728         * gst/effectv/effectv.vcproj
32729         * gst-libs/gst/idct/idct.vcproj:
32730         * gst-libs/gst/media-info/media-info.vcproj:
32731         * gst-libs/gst/navigation/navigation.vcproj:
32732         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32733         * gst-libs/gst/video/video.vcproj:
32734         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32735           fixes for build problems
32736
32737 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32738
32739         * gst-libs/gst/audio/audio.def:
32740         * gst-libs/gst/audio/riff.def:
32741           add some definitions needed by plugins
32742
32743 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32744
32745         * gst/asfdemux/gstasfmux.c
32746           Fix some 64 bits constants to be glib friendly
32747
32748 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32749
32750         * gst/ac3parse/gstac3parse.c
32751         * gst/audioscale/gstaudioscale.c
32752         * gst/auparse/gstauparse.c
32753         * gst/colorspace/gstcolorspace.c
32754         * gst/colorspace/yuv2rgb.h
32755           local include fixes
32756
32757 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32758
32759         * win32/gst.sln
32760           add more plugins to the build
32761
32762 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32763
32764         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32765         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32766
32767 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32768
32769         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32770         (gst_level_set_property), (gst_level_get_property),
32771         (gst_level_base_init), (gst_level_class_init):
32772           add debugging categories.  cleanups.
32773
32774 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32775
32776         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32777         (gst_videoscale_planar411), (gst_videoscale_planar400),
32778         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32779         (gst_videoscale_scale_nearest_str1),
32780         (gst_videoscale_scale_nearest_str2),
32781         (gst_videoscale_scale_nearest_str4),
32782         (gst_videoscale_scale_nearest_16bit),
32783         (gst_videoscale_scale_nearest_24bit):
32784           fixed stride issues
32785           tested with 320x240 -> 321, 322, 324 x240
32786           tested with YV12, I420, YUY2, UYVY
32787           fixed packed422rev (don't think it could have worked before)
32788           by testing with UYVY
32789
32790 2004-07-26  Benjamin Otte  <otte@gnome.org>
32791
32792         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32793         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32794         (plugin_init):
32795           add debugging category, add error checks like checking return values
32796           of setup calls, make sure it still works after
32797           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32798
32799 2004-07-26  Wim Taymans  <wim@fluendo.com>
32800
32801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32802         (gst_mpeg_demux_get_audio_stream),
32803         (gst_mpeg_demux_process_private):
32804         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32805         Check for error codes from the negotiation functions. Make sure
32806         we really set the pad caps when a new pad is created.
32807
32808 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32809
32810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32811         (gst_ffmpeg_caps_to_pix_fmt):
32812         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32814         (gst_ffmpegcolorspace_pad_link):
32815           don't make function do two things at the same time without reason.
32816
32817 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32818
32819         * gst/ac3parse/ac3parse.vcproj
32820         * gst/adder/adder.vcproj
32821         * gst/alpha/alpha.vcproj
32822         * gst/alpha/alphacolor.vcproj
32823         * gst/asfdemux/asf.vcproj
32824         * gst/audioconvert/audioconvert.vcproj
32825         * gst/audiorate/audiorate.vcproj
32826         * gst/audioscale/audioscale.vcproj
32827         * gst/auparse/auparse.vcproj
32828         * gst/avi/avi.vcproj
32829         * gst/cdxaparse/cdxaparse.vcproj
32830         * gst/chart/chart.vcproj
32831         * gst/colorspace/colorspace.vcproj
32832         * gst/cutter/cutter.vcproj
32833         * gst/debug/debug.vcproj
32834         * gst/debug/efence.vcproj
32835         * gst/debug/navigationtest.vcproj
32836         * gst/deinterlace/deinterlace.vcproj
32837         * gst/effectv/effectv.vcproj
32838         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32839         * gst/filter/filter.vcproj
32840         * gst/flx/flxdec.vcproj
32841         * gst/goom/goom.vcproj
32842         * gst/interleave/interleave.vcproj
32843         * gst/law/alaw.vcproj
32844         * gst/law/mulaw.vcproj
32845         * gst/matroska/matroska.vcproj
32846         * gst/median/median.vcproj
32847         * gst/mixmatrix/mixmatrix.vcproj
32848         * gst/mpeg1sys/mpeg1systemencode.vcproj
32849         * gst/mpeg1videoparse/mp1videoparse.vcproj
32850         * gst/mpeg2sub/mpeg2subt.vcproj
32851         * gst/mpegaudio/mpegaudio.vcproj
32852         * gst/mpegaudioparse/mpegaudioparse.vcproj
32853         * gst/mpegstream/mpegstream.vcproj
32854         * gst/multifilesink/multifilesink.vcproj
32855         * gst/multipart/multipart.vcproj
32856         * gst/oneton/oneton.vcproj
32857         * gst/overlay/overlay.vcproj
32858         * gst/passthrough/passthrough.vcproj
32859         * gst/qtdemux/qtdemux.vcproj
32860         * gst/realmedia/rmdemux.vcproj
32861         * gst/rtjpeg/rtjpeg.vcproj
32862         * gst/rtp/rtp.vcproj
32863         * gst/silence/silence.vcproj
32864         * gst/sine/sinesrc.vcproj
32865         * gst/smooth/smooth.vcproj
32866         * gst/smpte/smpte.vcproj
32867         * gst/spectrum/spectrum.vcproj
32868         * gst/speed/speed.vcproj
32869         * gst/stereo/stereo.vcproj
32870         * gst/switch/switch.vcproj
32871         * gst/tags/tagedit.vcproj
32872         * gst/tcp/tcp.vcproj
32873         * gst/typefind/typefindfunctions.vcproj
32874         * gst/udp/udp.vcproj
32875         * gst/videobox/videobox.vcproj
32876         * gst/videocrop/videocrop.vcproj
32877         * gst/videodrop/videodrop.vcproj
32878         * gst/videofilter/gamma.vcproj
32879         * gst/videofilter/videobalance.vcproj
32880         * gst/videofilter/videofilter.vcproj
32881         * gst/videofilter/videoflip.vcproj
32882         * gst/videoflip/videoflip.vcproj
32883         * gst/videomixer/videomixer.vcproj
32884         * gst/videorate/videorate.vcproj
32885         * gst/videoscale/videoscale.vcproj
32886         * gst/videotestsrc/videotestsrc.vcproj
32887         * gst/virtualdub/virtualdub.vcproj
32888         * gst/volenv/volenv.vcproj
32889         * gst/volume/volume.vcproj
32890         * gst/wavenc/wavenc.vcproj
32891         * gst/wavparse/wavparse.vcproj
32892         * gst/y4m/y4menc.vcproj
32893           more plugins supported under windows
32894
32895 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32896
32897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32898         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32899         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32901         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32902           Add debugging statements.  Use the sizes as returned by the
32903           *CreateImage calls.
32904
32905 2004-07-26  Johan Dahlin  <johan@gnome.org>
32906
32907         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32908         the pad is negotiated.
32909
32910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32911
32912 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32913
32914         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32915         * gst-libs/gst/idct/idct.vcproj:
32916         * gst-libs/gst/media-info/media-info.vcproj:
32917         * gst-libs/gst/mixer/mixer.vcproj:
32918         * gst-libs/gst/navigation/navigation.vcproj:
32919         * gst-libs/gst/play/play.vcproj:
32920         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32921         * gst-libs/gst/resample/resample.vcproj:
32922         * gst-libs/gst/tuner/tuner.vcproj:
32923         * gst-libs/gst/video/video.vcproj:
32924         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32925           more plugins supported under windows
32926
32927 2004-07-25 Iain <iain@prettypeople.org>
32928
32929         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32930         pad now rather than when the pad is created because state changes wipe
32931         explicit caps (fixes #148043).
32932
32933 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32934
32935         reviewed by Benjamin Otte  <otte@gnome.org>
32936
32937         * ext/mad/gstmad.c:
32938           fix mad plugin crashing on Sun (fixes #148289)
32939
32940 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32941
32942         * gst/avi/avi.def:
32943         * gst/avi/avi.vcproj:
32944         * gst/matroska/matroska.def:
32945         * gst/matroska/matroska.vcproj:
32946           remove unused .def files
32947
32948 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32949
32950         * gst-libs/gst/audio/gstaudiofilter.c:
32951           Clean the local include
32952
32953 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32954
32955         * win32/gst.sln:
32956         * gst-libs/gst/audio/audio.def:
32957         * gst-libs/gst/audio/audio.vcproj:
32958         * gst-libs/gst/audio/audiofilter.vcproj:
32959         * gst-libs/gst/audio/riff.def:
32960         * gst-libs/gst/audio/riff.vcproj:
32961         * gst-libs/gst/gst-libs.def:
32962         * gst-libs/gst/gst-libs.vcproj:
32963         * gst/avi/avi.vcproj:
32964         * gst/avi/avi.vcproj:
32965           Copy the files where needed after building, cleaner projects
32966
32967 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32968
32969         * gst/matroska/ebml-write.c:
32970           Fix some 64 bits constants to be glib friendly
32971
32972 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32973
32974         * win32/gst.sln:
32975         * gst-libs/gst/gst-libs.def:
32976         * gst-libs/gst/gst-libs.vcproj:
32977         * gst/matroska/matroska.def:
32978         * gst/matroska/matroska.vcproj:
32979           Add the preliminary canvas to build plugins on Win32
32980
32981 2004-07-23  Benjamin Otte  <otte@gnome.org>
32982
32983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32984           don't enfore negotiation from source side, it breaks
32985           sinesrc ! audioconvert ! osssink
32986
32987 2004-07-22  David Schleef  <ds@schleef.org>
32988
32989         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32990         for ELF files, since they can easily be recognized as audio/mpeg.
32991         (bug #147441)
32992
32993 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32994
32995         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32996         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32997         (gst_videoscale_scale_nearest_24bit),
32998         (gst_videoscale_scale_nearest_16bit):
32999           fix 16bit and 24bit for stride (24bit might need testing)
33000           don't pretend we do more than one algorithm
33001
33002 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33003
33004         * configure.ac:
33005         * gst/Makefile.am:
33006         * gst/multifilesink/Makefile.am:
33007         * gst/multifilesink/gstmultifilesink.c:
33008         (gst_multifilesink_get_formats),
33009         (gst_multifilesink_get_query_types), (_do_init),
33010         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33011         (gst_multifilesink_init), (gst_multifilesink_dispose),
33012         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33013         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33014         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33015         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33016         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33017         (gst_multifilesink_uri_get_type),
33018         (gst_multifilesink_uri_get_protocols),
33019         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33020         (gst_multifilesink_uri_handler_init), (plugin_init):
33021         * gst/multifilesink/gstmultifilesink.h:
33022         * testsuite/Makefile.am:
33023         * testsuite/multifilesink/Makefile.am:
33024         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33025         (gst_newmedia_class_init), (gst_newmedia_init),
33026         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33027         (newfile_signal), (test_signal), (main):
33028         multifilesink plugin for creating new files every time a new media
33029         discontinuity event occurs
33030
33031 2004-07-22  Wim Taymans  <wim@fluendo.com>
33032
33033         * gst/alpha/Makefile.am:
33034         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33035         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33036         (gst_alpha_color_init), (gst_alpha_color_set_property),
33037         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33038         (transform), (gst_alpha_color_chain),
33039         (gst_alpha_color_change_state), (plugin_init):
33040         Stupid plugin to to RGBA to AYUV conversion because none of
33041         the colorspace plugins can handle that yet.
33042
33043 2004-07-22  Wim Taymans  <wim@fluendo.com>
33044
33045         * examples/seeking/seek.c: (update_scale), (main):
33046         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33047         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33048         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33049         (gst_decode_bin_init), (gst_decode_bin_dispose),
33050         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33051         (no_more_pads), (close_link), (type_found),
33052         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33053         (plugin_init):
33054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33055         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33056         (gst_play_base_bin_dispose), (queue_overrun),
33057         (gen_preroll_element), (remove_prerolls), (unknown_type),
33058         (no_more_pads), (new_stream), (setup_source),
33059         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33060         (play_base_eos), (gst_play_base_bin_change_state),
33061         (gst_play_base_bin_add_element),
33062         (gst_play_base_bin_remove_element),
33063         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33064         (gst_play_base_bin_unlink_stream),
33065         (gst_play_base_bin_get_streaminfo):
33066         * gst/playback/gstplaybin.c: (gen_video_element),
33067         (gen_audio_element):
33068         * gst/playback/gststreaminfo.h:
33069         More playback updates, attempt to fix things after the state change
33070         breakage.
33071
33072 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33073
33074         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33075         (gst_videoscale_scale_nearest_16bit):
33076           comment algorithm
33077
33078 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33079
33080         * gst/videotestsrc/gstvideotestsrc.c:
33081         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33082         (gst_videotestsrc_init), (gst_videotestsrc_get),
33083         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33084         (gst_videotestsrc_get_property):
33085         * gst/videotestsrc/gstvideotestsrc.h:
33086         * gst/videotestsrc/videotestsrc.c:
33087         * gst/videotestsrc/videotestsrc.h:
33088           cleanup and commenting
33089
33090 2004-07-21  Wim Taymans  <wim@fluendo.com>
33091
33092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33093         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33094         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33095         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33096         (_find_chain_get_unknown_part), (_find_streams_check),
33097         (gst_ogg_demux_push), (gst_ogg_pad_push):
33098         * ext/theora/theoradec.c: (theora_get_formats),
33099         (theora_dec_src_convert), (theora_dec_sink_convert),
33100         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33101         (theora_dec_chain):
33102         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33103         (vorbis_dec_convert), (vorbis_dec_src_query),
33104         (vorbis_dec_src_event), (vorbis_dec_event):
33105         More seeking fixes, oggdemux now supports seeking to time and
33106         uses the downstream element to convert granulepos to time.
33107         Seeking in theora-only ogg files now works.
33108
33109 2004-07-21  Wim Taymans  <wim@fluendo.com>
33110
33111         * ext/theora/theoradec.c: (gst_theora_dec_init),
33112         (theora_get_formats), (theora_get_event_masks),
33113         (theora_get_query_types), (theora_dec_src_convert),
33114         (theora_dec_sink_convert), (theora_dec_src_query),
33115         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33116         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33117         (vorbis_get_event_masks), (vorbis_get_query_types),
33118         (gst_vorbis_dec_init), (vorbis_dec_convert),
33119         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33120         Added query/convert/formats functions to vorbis and theora decoders
33121         so that the outside world can use them too. Fixed seeking on an
33122         ogg/theora/vorbis file by disabling the seeking seeking on the
33123         theora srcpad.
33124
33125 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33126
33127         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33128         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33129         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33130         images creation for both elements. We don't create the image on caps
33131         nego or renego, we just destroy the internal one if present if it does
33132         not match the needs. The chain function takes care of creating a new
33133         image when needed.
33134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33135         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33136         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33137         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33138         the image format information. The buffer pool checks for the context
33139         image format and discard images with different formats.
33140         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33141
33142 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33143
33144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33145         (gst_ffmpegcolorspace_chain):
33146           no point in doing any chaining if the pad we want to push from
33147           isn't usable.
33148
33149 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33150
33151         * gst-libs/gst/riff/riff-media.c:
33152         (gst_riff_create_audio_caps_with_data):
33153           Fix double end-to-native symbol conversion (#148021).
33154
33155 2004-07-20  David Schleef  <ds@schleef.org>
33156
33157         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33158         Don't use an Atom that doesn't exist.
33159
33160 2004-07-20  Wim Taymans  <wim@fluendo.com>
33161
33162         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33163         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33164         (gst_multifdsink_client_remove),
33165         (gst_multifdsink_handle_client_write),
33166         (gst_multifdsink_queue_buffer):
33167         * gst/tcp/gstmultifdsink.h:
33168         More multifdsink stats. Avoid deadlock by releasing locks
33169         before sending out a signal.
33170
33171 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33172
33173         * po/LINGUAS:
33174         * po/hu.po:
33175           added Hungarian translation (Laszlo Dvornik)
33176
33177 2004-07-20  Wim Taymans  <wim@fluendo.com>
33178
33179         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33180         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33181         (gst_multifdsink_handle_client_write),
33182         (gst_multifdsink_queue_buffer):
33183         * gst/tcp/gsttcp-marshal.list:
33184         Fixed the stupid marshal definition.
33185
33186 2004-07-20  Wim Taymans  <wim@fluendo.com>
33187
33188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33189         (gst_multifdsink_init), (gst_multifdsink_add),
33190         (gst_multifdsink_client_remove),
33191         (gst_multifdsink_handle_client_write),
33192         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33193         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33194         (gst_multifdsink_init_send):
33195         * gst/tcp/gstmultifdsink.h:
33196         Added more stats, added timeout for a client, fixed some typos
33197         and added some comments.
33198
33199 2004-07-20  Wim Taymans  <wim@fluendo.com>
33200
33201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33202         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33203         (gst_multifdsink_client_remove),
33204         (gst_multifdsink_handle_client_write):
33205         * gst/tcp/gstmultifdsink.h:
33206         * gst/tcp/gsttcp-marshal.list:
33207         Added get_stats method that returns a GValueArray of
33208         stats values.
33209
33210 2004-07-19  Benjamin Otte  <otte@gnome.org>
33211
33212         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33213           make sure longname, description and author are valid UTF-8
33214
33215 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33216
33217         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33218         (gst_ximagesink_set_property):
33219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33220         (gst_xvimagesink_set_property):
33221           make sure SYNCHRONOUS is respected after getting the X context
33222
33223 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33224
33225         * gst/matroska/matroska-demux.c:
33226         (gst_matroska_demux_handle_src_event),
33227         (gst_matroska_demux_parse_blockgroup):
33228         * gst/matroska/matroska-ids.h:
33229           add BlockReference tag and ignore it to clear out log.
33230           ignore NAVIGATION events to clear out log.
33231
33232 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33233
33234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33235         (gst_matroska_demux_add_stream):
33236         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33237           add debug categories
33238
33239 2004-07-16  Wim Taymans  <wim@fluendo.com>
33240
33241         * ext/libpng/Makefile.am:
33242         * ext/libpng/gstpng.c: (plugin_init):
33243         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33244         (gst_pngdec_get_type), (gst_pngdec_base_init),
33245         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33246         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33247         * ext/libpng/gstpngdec.h:
33248         Added png decoder.
33249
33250 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33251
33252         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33253         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33254         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33255         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33256         (gst_ximagesink_buffer_alloc):
33257         * sys/ximage/ximagesink.h:
33258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33259         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33260         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33261         (gst_xvimagesink_buffer_alloc):
33262         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33263         again. Using internal data pointer of the x(v)image to store image's
33264         data to be coherent with the buffer alloc mechanism. Investigated the
33265         image destruction code to be sure that everything gets freed correctly.
33266
33267 2004-07-16  Wim Taymans  <wim@fluendo.com>
33268
33269         * gst-libs/gst/riff/riff-read.c:
33270         (gst_riff_read_strf_vids_with_data),
33271         (gst_riff_read_strf_auds_with_data):
33272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33273         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33274         Make sure we don't create 0 sized subbuffers in riff-read.
33275         Signal the no more pads signal after reading the avi header.
33276
33277 2004-07-16  Wim Taymans  <wim@fluendo.com>
33278
33279         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33280         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33281         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33282         (gst_decode_bin_init), (gst_decode_bin_dispose),
33283         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33284         (no_more_pads), (close_link), (type_found),
33285         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33286         (gst_decode_bin_change_state), (plugin_init):
33287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33288         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33289         (gst_play_base_bin_dispose), (queue_overrun),
33290         (gen_preroll_element), (remove_prerolls), (unknown_type),
33291         (no_more_pads), (new_stream), (setup_source),
33292         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33293         (play_base_eos), (gst_play_base_bin_change_state),
33294         (gst_play_base_bin_add_element),
33295         (gst_play_base_bin_remove_element),
33296         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33297         (gst_play_base_bin_unlink_stream),
33298         (gst_play_base_bin_get_streaminfo):
33299         * gst/playback/gstplaybasebin.h:
33300         Better error recovery. Added configurable preroll queue size. Faster
33301         detection of no-more-pads.
33302
33303 2004-07-16  Wim Taymans  <wim@fluendo.com>
33304
33305         * gst-libs/gst/video/video.h:
33306         Added 32 bits RGBA. Not sure if we should use another mime-type
33307         for alpha rgb. Currently the presence of the alpha_mask property
33308         signals an alpha channel.
33309
33310 2004-07-16  Wim Taymans  <wim@fluendo.com>
33311
33312         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33314         FPS seems to be 0.0 to MAX everywhere else.
33315
33316 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33317
33318         * gst-libs/gst/riff/riff-media.c:
33319         (gst_riff_create_video_caps_with_data):
33320           mp42/mp43 (no caps) exist too.
33321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33322           Set pixel_width/height; we've got them in-caps.
33323         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33324         * gst/wavparse/gstwavparse.c: (plugin_init):
33325           Both are valid primary.
33326         * sys/oss/gstossmixer.c:
33327           Remove i18n hack and enable translations.
33328
33329 2004-07-15  Benjamin Otte  <otte@gnome.org>
33330
33331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33332         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33333           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33334
33335 2004-07-15  Benjamin Otte  <otte@gnome.org>
33336
33337         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33338         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33339         (gst_alsa_close_audio):
33340           disable some of the debugging code for now. Writing debugging to a
33341           buffer is broken in current alsalib releases.
33342
33343 2004-07-12  Benjamin Otte  <otte@gnome.org>
33344
33345         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33346           use bufferpools
33347
33348 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33349
33350         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33351         (theora_dec_src_query), (theora_dec_event):
33352         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33353           add debugging categories.  Remove \n's.
33354
33355 2004-07-13  Johan Dahlin  <johan@gnome.org>
33356
33357         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33358         (gst_play_bin_get_property): Impl.
33359
33360 2004-07-13  Wim Taymans  <wim@fluendo.com>
33361
33362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33363         When trying to find the stream length, seek back N pages
33364         instead of just one, where N is the number of streams in
33365         the current chain.
33366
33367 2004-07-13  Wim Taymans  <wim@fluendo.com>
33368
33369         * gst-libs/gst/riff/riff-media.c:
33370         (gst_riff_create_audio_caps_with_data),
33371         (gst_riff_create_audio_caps),
33372         (gst_riff_create_audio_template_caps):
33373         * gst-libs/gst/riff/riff-media.h:
33374         * gst-libs/gst/riff/riff-read.c:
33375         (gst_riff_read_strf_vids_with_data),
33376         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33377         * gst-libs/gst/riff/riff-read.h:
33378         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33379         (gst_avi_demux_add_stream):
33380         Set codec_data on caps for avidemuxer.
33381
33382 2004-07-12  David Schleef  <ds@schleef.org>
33383
33384         * configure.ac: Fix test for Objective C
33385
33386 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33387         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33388         (gst_gdk_pixbuf_chain):
33389           Add svg and pcx to template caps, and ensure that getcaps returns a
33390           subset of the template caps.
33391           Copy each row manually for output, as gdkpixbuf may pad the
33392           rowstride to a 32-bit word boundary.
33393
33394 2004-07-12  Wim Taymans  <wim@fluendo.com>
33395
33396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33397         (gst_riff_create_video_template_caps):
33398         Fix the template caps to include some more media types.
33399
33400 2004-07-12  Wim Taymans  <wim@fluendo.com>
33401
33402         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33403         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33404         (compare_ranks), (print_feature), (gst_decode_bin_init),
33405         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33406         (try_to_link_1), (new_pad), (close_link), (type_found),
33407         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33408         (gst_decode_bin_change_state), (plugin_init):
33409         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33410         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33411         (gst_play_base_bin_dispose), (queue_overrun),
33412         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33413         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33414         (gst_play_base_bin_get_property), (play_base_eos),
33415         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33416         (gst_play_base_bin_remove_element),
33417         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33418         (gst_play_base_bin_unlink_stream),
33419         (gst_play_base_bin_get_streaminfo):
33420         * gst/playback/gstplaybasebin.h:
33421         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33422         (gst_play_bin_class_init), (gst_play_bin_init),
33423         (gst_play_bin_dispose), (gst_play_bin_set_property),
33424         (gst_play_bin_get_property), (gen_video_element),
33425         (gen_audio_element), (remove_sinks), (setup_sinks),
33426         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33427         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33428         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33429         (gst_play_bin_query), (plugin_init):
33430         * gst/playback/test4.c: (main):
33431         More fixes on reusing of the element.
33432
33433 2004-07-11  Benjamin Otte  <otte@gnome.org>
33434
33435         * ext/mad/gstmad.c: (normal_seek):
33436           allow seeking for other methods than just SET
33437
33438 2004-07-11  Andy Wingo  <wingo@pobox.com>
33439
33440         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33441         float, "any" caps -> buffer_frames=[0,MAX].
33442
33443         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33444         doesn't intersect our caps with the template any more. Do it
33445         ourselves.
33446         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33447
33448 2004-07-09  Wim Taymans  <wim@fluendo.com>
33449
33450         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33451         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33452         (compare_ranks), (print_feature), (gst_decode_bin_init),
33453         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33454         (try_to_link_1), (new_pad), (close_link), (type_found),
33455         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33456         (gst_decode_bin_change_state), (plugin_init):
33457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33458         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33459         (gst_play_base_bin_dispose), (queue_overrun),
33460         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33461         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33462         (gst_play_base_bin_get_property), (play_base_eos),
33463         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33464         (gst_play_base_bin_remove_element),
33465         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33466         (gst_play_base_bin_unlink_stream),
33467         (gst_play_base_bin_get_streaminfo):
33468         * gst/playback/gstplaybasebin.h:
33469         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33470         (gst_play_bin_class_init), (gst_play_bin_init),
33471         (gst_play_bin_dispose), (gst_play_bin_set_property),
33472         (gst_play_bin_get_property), (gen_video_element),
33473         (gen_audio_element), (remove_sinks), (setup_sinks),
33474         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33475         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33476         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33477         (gst_play_bin_query), (plugin_init):
33478         * gst/playback/test4.c: (main):
33479         Work on object reuse and seeking.
33480
33481 2004-07-09  Wim Taymans  <wim@fluendo.com>
33482
33483         * examples/seeking/seek.c: (iterate):
33484         Don't consume all CPU in the idle loop.
33485
33486 2004-07-09  Wim Taymans  <wim@fluendo.com>
33487
33488         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33489         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33490         Add pad to element *after* setting the pad functions so that
33491         the scheduler can use the correct ones.
33492
33493 2004-07-09  Wim Taymans  <wim@fluendo.com>
33494
33495         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33496         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33497         Sync to keyframe after seek
33498
33499 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33500
33501         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33503         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33504         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33505         * ext/libvisual/visual.c: (gst_visual_change_state):
33506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33507         * ext/theora/theoradec.c: (theora_dec_change_state):
33508         * ext/theora/theoraenc.c: (theora_enc_change_state):
33509         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33510         * gst-libs/gst/navigation/navigation.c:
33511         * gst/adder/gstadder.c: (gst_adder_change_state):
33512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33513         (gst_audio_convert_get_buffer):
33514         * gst/multipart/multipartdemux.c:
33515         (gst_multipart_demux_change_state):
33516         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33518         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33519         * gst/videoscale/gstvideoscale.c:
33520         (gst_videoscale_handle_src_event):
33521         * gst/volume/gstvolume.c: (volume_chain_int16):
33522           don't assert in state change, this should be done by the base
33523           GstElement class.
33524           various debugging fixes.
33525
33526 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33527
33528         * configure.ac:
33529         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33530         (gst_play_dispose), (gst_play_set_location),
33531         (gst_play_set_data_src), (gst_play_set_video_sink),
33532         (gst_play_set_audio_sink), (gst_play_set_visualization),
33533         (gst_play_connect_visualization), (gst_play_get_sink_element),
33534         (gst_play_get_all_by_interface):
33535         * gst-libs/gst/play/play.h:
33536           add new method to get elements implementing an interface.
33537           add various error logging
33538
33539 2004-07-08  Wim Taymans  <wim@fluendo.com>
33540
33541         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33542         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33543         (make_playerbin_pipeline), (query_durations_elems),
33544         (query_durations_pads), (query_positions_elems),
33545         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33546         (main):
33547         Added playbin seeking example.
33548
33549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33550
33551         * gst-libs/gst/play/play.c: (gst_play_set_location),
33552         (gst_play_set_data_src), (gst_play_set_video_sink),
33553         (gst_play_set_audio_sink), (gst_play_set_visualization),
33554         (gst_play_connect_visualization), (gst_play_get_framerate):
33555           use a macro to look up elements from hash table
33556
33557 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33558
33559         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33560         (gst_play_get_length_callback), (gst_play_set_location),
33561         (gst_play_seek_to_time), (gst_play_set_data_src),
33562         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33563         (gst_play_set_visualization), (gst_play_connect_visualization),
33564         (gst_play_get_sink_element):
33565         - add debugging info
33566         - fix looking up sink elements by iterating over complete caps
33567         - put everything except for source and autoplugger in a complete bin
33568
33569 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33570
33571         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33572         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33573         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33574         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33575         * ext/alsa/gstalsasink.h:
33576         - add debugging info
33577         - clean up schizophrenia of data/buffer/event
33578         - fix double event unref error
33579
33580 2004-07-08  Wim Taymans  <wim@fluendo.com>
33581
33582         * gst/playback/Makefile.am:
33583         Add headers to noinst
33584
33585 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33586
33587         * tools/gst-launch-ext-m.m:
33588         * tools/gst-launch-ext.1.in:
33589           convert to the third millenium
33590
33591 2004-07-07  David Schleef  <ds@schleef.org>
33592
33593         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33594
33595 2004-07-07  Wim Taymans  <wim@fluendo.com>
33596
33597         * gst/playback/Makefile.am:
33598         * gst/playback/README:
33599         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33600         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33601         (compare_ranks), (print_feature), (gst_decode_bin_init),
33602         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33603         (try_to_link_1), (new_pad), (close_link), (type_found),
33604         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33605         (plugin_init):
33606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33607         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33608         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33609         (gen_preroll_element), (no_more_pads), (new_stream),
33610         (setup_source), (gst_play_base_bin_set_property),
33611         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33612         (gst_play_base_bin_add_element),
33613         (gst_play_base_bin_remove_element),
33614         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33615         (gst_play_base_bin_unlink_stream),
33616         (gst_play_base_bin_get_streaminfo):
33617         * gst/playback/gstplaybasebin.h:
33618         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33619         (gst_play_bin_class_init), (gst_play_bin_init),
33620         (gst_play_bin_dispose), (gst_play_bin_set_property),
33621         (gst_play_bin_get_property), (gen_video_element),
33622         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33623         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33624         (gst_play_bin_get_formats), (gst_play_bin_convert),
33625         (gst_play_bin_get_query_types), (gst_play_bin_query),
33626         (plugin_init):
33627         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33628         (gst_stream_info_get_type), (gst_stream_info_class_init),
33629         (gst_stream_info_init), (gst_stream_info_new),
33630         (gst_stream_info_dispose), (gst_stream_info_set_property),
33631         (gst_stream_info_get_property):
33632         * gst/playback/gststreaminfo.h:
33633         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33634         (main):
33635         * gst/playback/test2.c: (main):
33636         * gst/playback/test3.c: (update_scale), (main):
33637         More playbin fixes. Added README. Do better element filtering.
33638         Added base class to preroll media. Added test apps.
33639
33640 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33641
33642         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33643         * ext/mpeg2dec/gstmpeg2dec.h:
33644           various debugging improvements.  Reset stream to next picture
33645           instead of sequence header, otherwise seeks cannot work.
33646
33647 2004-07-07  Wim Taymans  <wim@fluendo.com>
33648
33649         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33650         (gst_video_box_class_init), (gst_video_box_set_property),
33651         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33652         Use pad_alloc where possible.
33653
33654 2004-07-07  Wim Taymans  <wim@fluendo.com>
33655
33656         * sys/oss/gstosselement.c: (gst_osselement_reset),
33657         (gst_osselement_parse_caps):
33658         * sys/oss/gstosselement.h:
33659         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33660         Fix offset on osssrc.
33661
33662 2004-07-07  Wim Taymans  <wim@fluendo.com>
33663
33664         * ext/theora/theora.c: (plugin_init):
33665         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33666         (theora_dec_src_query), (theora_dec_chain):
33667         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33668         (theora_enc_sink_link), (theora_buffer_from_packet),
33669         (theora_push_packet), (theora_enc_chain):
33670         Fix theora granulepos calculation.
33671         Fix overflow in duration/position calculation.
33672         Bump rank to PRIMARY for theoradec.
33673         Use granulepos of last packet to calculate position.
33674         Set keyframe flag on buffers when needed.
33675
33676 2004-07-06  David Schleef  <ds@schleef.org>
33677
33678         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33679         serious?  (Fixed, obviously.)
33680
33681 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33682
33683         * po/LINGUAS:
33684         * po/cs.po:
33685           added Czech translation (Miloslav Trmac)
33686
33687 2004-07-05  Wim Taymans  <wim@fluendo.com>
33688
33689         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33690         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33691         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33692         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33693         (close_link), (type_found), (gst_decode_bin_set_property),
33694         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33695         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33696         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33697         (gst_decode_bin_query), (plugin_init):
33698         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33699         (gst_play_bin_class_init), (gst_play_bin_init),
33700         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33701         (get_video_element), (new_pad), (setup_source),
33702         (gst_play_bin_set_property), (gst_play_bin_get_property),
33703         (gst_play_bin_change_state), (gst_play_bin_add_element),
33704         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33705         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33706         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33707         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33708         * gst/playback/test.c: (main):
33709         More fixes, cleaned up playbin, make it use decodebin. Added
33710         threaded property to playbin.
33711
33712 2004-07-05  Wim Taymans  <wim@fluendo.com>
33713
33714         * configure.ac:
33715         * gst/playback/Makefile.am:
33716         * gst/playback/decodetest.c: (main):
33717         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33718         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33719         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33720         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33721         (close_link), (type_found), (gst_decode_bin_set_property),
33722         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33723         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33724         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33725         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33726         (plugin_init):
33727         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33728         (gst_play_bin_class_init), (gst_play_bin_init),
33729         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33730         (collect_sink_pads), (find_compatibles), (close_pad_link),
33731         (try_to_link_1), (new_pad), (close_link), (type_found),
33732         (setup_source), (gst_play_bin_set_property),
33733         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33734         (compare_ranks), (gst_play_bin_collect_factories),
33735         (gst_play_bin_change_state), (gst_play_bin_add_element),
33736         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33737         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33738         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33739         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33740         * gst/playback/test.c: (main):
33741         Added some playback helper elements and some test apps, very alpha
33742         still.
33743
33744 2004-07-04  Benjamin Otte  <otte@gnome.org>
33745
33746         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33747           only restart audio when we indeed have an xrun to fix repeated
33748           xruns. Fix suggested by Giuliano Pochini.
33749
33750 2004-07-03  David Schleef  <ds@schleef.org>
33751
33752         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33753         call to gst_debug_log() if debugging is disabled (bug #145118)
33754
33755 2004-07-03  Benjamin Otte  <otte@gnome.org>
33756
33757         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33758           use our own functions for restarting the alsa device.
33759         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33760           I should apply patches myself - use MIN for the third argument, not
33761           the second, this fixes seeking
33762
33763 2004-07-02  David Schleef  <ds@schleef.org>
33764
33765         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33766         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33767         do with the logic.
33768
33769 2004-07-02  David Schleef  <ds@schleef.org>
33770
33771         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33772         output buffers.  Fix logic mistake.  (bug #144866)
33773
33774 2004-07-02  David Schleef  <ds@schleef.org>
33775
33776         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33777         on X.  (bug #144753)
33778
33779 2004-07-02  David Schleef  <ds@schleef.org>
33780
33781         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33782         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33783         (bug #144624)
33784         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33785         (gst_osselement_rate_probe_check): Add another workaround for
33786         buggy drivers (bug #145336)
33787
33788 2004-07-02  David Schleef  <ds@schleef.org>
33789
33790         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33791         Most systems don't have MSG_NOSIGNAL.
33792
33793 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33794
33795         * Makefile.am:
33796         * gst-libs/gst/colorbalance/Makefile.am:
33797         * gst-libs/gst/mixer/Makefile.am:
33798         * gst-libs/gst/play/Makefile.am:
33799         * gst-libs/gst/tuner/Makefile.am:
33800           (hopefully) fix both install and dist and make error message useful.
33801           needs testing across automakes.
33802
33803 2004-07-02  Benjamin Otte  <otte@gnome.org>
33804
33805         * ext/ogg/gstogg.c: (plugin_init):
33806           we require bytestream now
33807         * ext/ogg/gstoggdemux.c:
33808           huge diff to implement chain setup in a fast and generic way. This
33809           improves tag reading and startup of huge files (read: Theora videos)
33810           quite a bit. It probably contains bugs, too, so please test.
33811           Seeking is not improved to the fast method.
33812
33813 2004-06-29  Wim Taymans  <wim@fluendo.com>
33814
33815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33816         * ext/ogg/gstoggmux.c:
33817         Fix memleak in oggdemux when running unconnected pads.
33818         doc update in mux, start working on keyframe mode.
33819
33820 2004-06-29  Benjamin Otte  <otte@gnome.org>
33821
33822         * sys/oss/gstosssink.c:
33823         * sys/oss/gstosssrc.c:
33824           advertise correct template caps - we indeed do non-native endianness
33825           and 8bit audio has no endianness
33826         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33828           avoid (wrong) duplications in getcaps function and return
33829           template caps
33830
33831 2004-06-29  Wim Taymans  <wim@fluendo.com>
33832
33833         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33834         (gst_multifdsink_class_init), (gst_multifdsink_add),
33835         (gst_multifdsink_remove), (gst_multifdsink_clear),
33836         (gst_multifdsink_client_remove),
33837         (gst_multifdsink_handle_client_read),
33838         (gst_multifdsink_client_queue_data),
33839         (gst_multifdsink_client_queue_caps),
33840         (gst_multifdsink_client_queue_buffer),
33841         (gst_multifdsink_handle_client_write),
33842         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33843         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33844         (gst_multifdsink_init_send), (gst_multifdsink_close):
33845         Fix wrong GList iteration that could crash the server when
33846         more then 2 clients disconnect at the same time. Read all the
33847         pending commands in one batch to recover from command storms under
33848         very heavy load.
33849
33850 2004-06-28  Wim Taymans  <wim@fluendo.com>
33851
33852         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33853         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33854         (gst_videomixer_pad_set_property),
33855         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33856         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33857         (gst_videomixer_class_init), (gst_videomixer_init),
33858         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33859         (pad_zorder_compare), (gst_videomixer_sort_pads),
33860         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33861         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33862         (gst_videomixer_update_queues), (gst_videomixer_loop),
33863         (plugin_init):
33864         Avoid divide by zero, choose masterpad as the pad with the highest
33865         framerate.
33866
33867 2004-06-27  Julien Moutte  <julien@moutte.net>
33868
33869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33870         (gst_ximagesink_xwindow_new):
33871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33872         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33873         function directly. We might want to call it from somewhere else one day.
33874
33875 2004-06-27  Julien Moutte  <julien@moutte.net>
33876
33877         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33878         (gst_ximagesink_xwindow_new):
33879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33880         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33881         window decorations.
33882
33883 2004-06-27  Wim Taymans  <wim@fluendo.com>
33884
33885         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33886         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33887         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33888         (gst_dvdec_set_property), (gst_dvdec_get_property):
33889         * ext/dv/gstdvdec.h:
33890         Implement drop_factor property to lower the framerate with
33891         a factor.
33892
33893 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33894
33895         * gst-libs/gst/colorbalance/Makefile.am:
33896         * gst-libs/gst/mixer/Makefile.am:
33897         * gst-libs/gst/play/Makefile.am:
33898         * gst-libs/gst/tuner/Makefile.am:
33899           unbreak Company's fix that didn't install the -enum.h files
33900
33901 2004-06-27  Wim Taymans  <wim@fluendo.com>
33902
33903         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33904         (gst_dvdec_change_state):
33905         * ext/dv/gstdvdec.h:
33906         Fix timestamp, duration and offset of the buffers.
33907
33908 2004-06-27  Wim Taymans  <wim@fluendo.com>
33909
33910         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33911         (gst_multifdsink_class_init), (gst_multifdsink_add),
33912         (gst_multifdsink_remove), (gst_multifdsink_clear),
33913         (gst_multifdsink_client_remove),
33914         (gst_multifdsink_handle_client_read),
33915         (gst_multifdsink_client_queue_data),
33916         (gst_multifdsink_client_queue_caps),
33917         (gst_multifdsink_client_queue_buffer),
33918         (gst_multifdsink_handle_client_write),
33919         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33920         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33921         (gst_multifdsink_init_send), (gst_multifdsink_close):
33922         * gst/tcp/gstmultifdsink.h:
33923         * gst/tcp/gsttcpserversink.c:
33924         (gst_tcpserversink_handle_server_read),
33925         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33926         More multifdsink fixes, more recovery policy fixes.
33927         Removed stupid g_print
33928
33929 2004-06-26  Wim Taymans  <wim@fluendo.com>
33930
33931         * gst/tcp/Makefile.am:
33932         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33933         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33934         (gst_multifdsink_class_init), (gst_multifdsink_init),
33935         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33936         (gst_multifdsink_handle_client_read),
33937         (gst_multifdsink_client_queue_data),
33938         (gst_multifdsink_client_queue_caps),
33939         (gst_multifdsink_client_queue_buffer),
33940         (gst_multifdsink_handle_client_write),
33941         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33942         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33943         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33944         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33945         (gst_multifdsink_close), (gst_multifdsink_change_state):
33946         * gst/tcp/gstmultifdsink.h:
33947         * gst/tcp/gsttcpplugin.c: (plugin_init):
33948         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33949         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33950         (gst_tcpserversink_handle_server_read),
33951         (gst_tcpserversink_handle_select),
33952         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33953         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33954         * gst/tcp/gsttcpserversink.h:
33955         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33956         one of the locks, added recovery policy to multifdsink.
33957
33958 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33959
33960         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33961           fix decision for when getting frames with same timestamp
33962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33963         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33964         (gst_v4lsrc_get_property):
33965         * sys/v4l/gstv4lsrc.h:
33966           add latency offset property
33967
33968 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33969
33970         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33971         (plugin_init):
33972           fix debugging. add category.
33973
33974 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33975
33976         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33977           fix wrong offsets
33978
33979 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33980
33981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33982         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33983         (gst_alsa_src_change_state):
33984           return a time that is in sync with the element's processing
33985
33986 2004-06-25  Wim Taymans  <wim@fluendo.com>
33987
33988         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33989         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33990         (gst_tcpserversink_client_remove),
33991         (gst_tcpserversink_handle_client_read),
33992         (gst_tcpserversink_client_queue_data),
33993         (gst_tcpserversink_client_queue_caps),
33994         (gst_tcpserversink_client_queue_buffer),
33995         (gst_tcpserversink_handle_client_write),
33996         (gst_tcpserversink_queue_buffer),
33997         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33998         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33999         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34000         (gst_tcpserversink_close):
34001         * gst/tcp/gsttcpserversink.h:
34002         Serversink rewrite. Really do non blocking writes to clients and
34003         maintain an internal queue to handle slower clients while not
34004         disturbing fast clients.
34005
34006 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34007
34008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34009           better debug, don't override OFFSET and OFFSET_END
34010
34011 2004-06-25  Iain <iain@prettypeople.org>
34012
34013         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34014         name=source for the wavparse pipeline.
34015
34016 2004-06-24  Johan Dahlin  <johan@gnome.org>
34017
34018         * ext/theora/theoraenc.c (theora_enc_chain): Call
34019         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34020         streamheader caps are set correctly.
34021
34022 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34023
34024         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34025         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34026           respect minimum bitrate; same could be done for max bitrate
34027
34028 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34029
34030         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34031         (gst_vorbisenc_setup):
34032           fix sample rate range
34033
34034 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34035
34036         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34037         (gst_oggvorbisenc_setup):
34038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34039         (gst_vorbisenc_setup):
34040           resolve ambiguities in code and description
34041
34042 2004-06-24  Wim Taymans  <wim@fluendo.com>
34043
34044         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34045         * ext/alsa/gstalsa.h:
34046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34047         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34048         Use alsa trigger_tstamp to get the timestamp of the first
34049         sample in the buffer for more precise sync. Some cleanups.
34050
34051 2004-06-24  Wim Taymans  <wim@fluendo.com>
34052
34053         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34054         (gst_audiorate_init), (gst_audiorate_chain),
34055         (gst_audiorate_set_property), (gst_audiorate_get_property):
34056         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34057         (gst_videorate_chain):
34058         Added some logging, fixed an overflow bug in videorate.
34059
34060 2004-06-24  Benjamin Otte  <otte@gnome.org>
34061
34062         * ext/kio/Makefile.am:
34063           fix for builddir != srcdir and distcheck
34064
34065 2004-06-24  Benjamin Otte  <otte@gnome.org>
34066
34067         * gst-libs/gst/colorbalance/Makefile.am:
34068         * gst-libs/gst/mixer/Makefile.am:
34069         * gst-libs/gst/play/Makefile.am:
34070         * gst-libs/gst/tuner/Makefile.am:
34071         * gst/tcp/Makefile.am:
34072         * sys/dxr3/Makefile.am:
34073           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34074           tarball.
34075           Also add all *.list files that were missing.
34076         * Makefile.am:
34077           add a distcheck hook to ensure the above doesn't happen again.
34078
34079 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34080
34081         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34082
34083 2004-06-23  Colin Walters  <walters@redhat.com>
34084
34085         * m4/Makefile.am: Distribute gst-fionread.m4.
34086
34087 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34088
34089         * configure.ac: back to dev
34090
34091 2004-06-23  Wim Taymans  <wim@fluendo.com>
34092
34093         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34094         (gst_alsa_xrun_recovery):
34095         * ext/alsa/gstalsa.h:
34096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34097         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34098         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34099         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34100         (gst_alsa_src_loop):
34101         Add clock to alsasrc. Take new capture timestamp when
34102         restarting after an overrun. Split up some functions between
34103         alsasrc and alsasink.
34104
34105 === release 0.8.2 ===
34106
34107 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34108
34109         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34110         (gst_alsa_change_state), (gst_alsa_update_avail),
34111         (gst_alsa_xrun_recovery):
34112         * ext/alsa/gstalsa.h:
34113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34114           merge back changes from release
34115
34116 2004-06-23  Wim Taymans  <wim@fluendo.com>
34117
34118         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34119         (gst_audiorate_init), (gst_audiorate_chain),
34120         (gst_audiorate_set_property), (gst_audiorate_get_property):
34121         Implement sample dropping and notify
34122
34123 2004-06-22  Wim Taymans  <wim@fluendo.com>
34124
34125         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34126         (theora_enc_sink_link), (theora_buffer_from_packet),
34127         (theora_push_packet), (theora_enc_chain):
34128         Some cleanups, make sure the timestamps are correct.
34129
34130 2004-06-22  Wim Taymans  <wim@fluendo.com>
34131
34132         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34133         (gst_alsa_change_state), (gst_alsa_update_avail),
34134         (gst_alsa_xrun_recovery):
34135         * ext/alsa/gstalsa.h:
34136         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34137         Cleanups, take queued samples into account when reporting
34138         the time.
34139
34140 2004-06-22  Wim Taymans  <wim@fluendo.com>
34141
34142         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34143         (gst_videorate_init):
34144         Initialize the property as well.
34145
34146 2004-06-22  Wim Taymans  <wim@fluendo.com>
34147
34148         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34149         (gst_videorate_init), (gst_videorate_chain),
34150         (gst_videorate_set_property), (gst_videorate_get_property):
34151         Add property to make videorate silent.
34152         Add property to prefer new frames over old ones.
34153
34154 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34155
34156         * sys/osxvideo/Makefile.am:
34157         Workaround so that the osxvideo .so file gets linked with the
34158         Cocoa, OpenGL and QuickTime frameworks
34159
34160 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34161
34162         * sys/osxaudio/Makefile.am:
34163         Workaround so that the osxaudio .so file gets linked with the
34164         CoreAudio framework
34165
34166 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34167
34168         * configure.ac:
34169         Whoops, my fault...fixed build issues
34170
34171 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34172
34173         * configure.ac:
34174         Add objective-c support if running in Darwin/Mac OS X
34175         * sys/Makefile.am:
34176         * sys/osxvideo:
34177         * sys/osxvideo/Makefile.am:
34178         * sys/osxvideo/osxvideosink.h:
34179         * sys/osxvideo/osxvideosink.m:
34180         * sys/osxvideo/cocoawindow.h:
34181         * sys/osxvideo/cocoawindow.m:
34182         Add osxvideosink, a cocoa-based osx video sink
34183
34184
34185 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34186         * ext/dvdnav/gst-dvd:
34187         Grab the gconf key from the right spot
34188         * gst/debug/gstnavseek.c: (gst_navseek_init),
34189         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34190         (gst_navseek_chain):
34191         * gst/debug/gstnavseek.h:
34192           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34193           and loop parameters of a segment seek.
34194         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34195         (gst_videotestsrc_get_event_masks),
34196         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34197         * gst/videotestsrc/gstvideotestsrc.h:
34198           Add seeking support to videotestsrc
34199           Initialise the timestamp_offset variable.
34200
34201 2004-06-18  Wim Taymans  <wim@fluendo.com>
34202
34203         * ext/sidplay/gstsiddec.cc:
34204         Fix negotiation and set correct end offset.
34205
34206 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34207
34208         * configure.ac: branch and prerelease
34209
34210 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34211
34212         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34213         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34214         (gst_tcpclientsrc_init_receive):
34215         * gst/tcp/gsttcpclientsrc.h:
34216           read caps when connecting to server for GDP so we set them correctly
34217
34218 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34219
34220         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34221           notify drops and duplicates
34222         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34223           no good reason to limit ourselves to 100x100
34224
34225 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34226
34227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34228         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34229         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34230         (gst_v4lsrc_get_property):
34231         * sys/v4l/gstv4lsrc.h:
34232         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34233         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34234         (gst_v4l_set_audio):
34235         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34236         (gst_v4lsrc_try_capture):
34237         * sys/v4l/v4lsrc_calls.h:
34238           change try_palette to more general try_capture
34239           add autoprobe option so we can turn off autoprobing
34240           various fixes
34241
34242 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34243
34244         * configure.ac:
34245           add videorate
34246         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34247         (gst_ximagesink_class_init):
34248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34249         (gst_xvimagesink_class_init):
34250           run them as finalize, not dispose, since dispose can be invoked
34251           multiple times
34252
34253 2004-06-17  Wim Taymans  <wim@fluendo.com>
34254
34255         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34256         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34257         * ext/alsa/gstalsa.h:
34258         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34259         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34260         (gst_alsa_src_change_state):
34261         * ext/alsa/gstalsasrc.h:
34262         Make the xrun code timestamp and offset the buffers correctly.
34263         moved the clock to the base class, use alsa methods to get time.
34264         Do correct timestamping on outgoing buffers.
34265
34266 2004-06-17  Wim Taymans  <wim@fluendo.com>
34267
34268         * gst/audiorate/Makefile.am:
34269         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34270         (gst_audiorate_base_init), (gst_audiorate_class_init),
34271         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34272         (gst_audiorate_set_property), (gst_audiorate_get_property),
34273         (gst_audiorate_change_state), (plugin_init):
34274         Added an audiorate converter that fills in gaps.
34275
34276 2004-06-17  Johan Dahlin  <johan@gnome.org>
34277
34278         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34279
34280 2004-06-16  Wim Taymans  <wim@fluendo.com>
34281
34282         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34284         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34285         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34286         (gst_v4lsrc_get_property):
34287         * sys/v4l/gstv4lsrc.h:
34288         Added a copy mode to v4lsrc where it will output a copied version
34289         of its internal hardware buffer.
34290         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34291         can't | them.
34292
34293 2004-06-16  Wim Taymans  <wim@fluendo.com>
34294
34295         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34296         Timestamp fixes.
34297
34298 2004-06-16  Wim Taymans  <wim@fluendo.com>
34299
34300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34301         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34302         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34303         (gst_v4lsrc_get_property):
34304         * sys/v4l/gstv4lsrc.h:
34305         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34306         Added a sync mode enum property to control v4lsrc timestamp method
34307         Removed the use-fixed-fps property and moved functionality in
34308         the enum.
34309         Don't error on an error value from v4l-conf, it might not always
34310         be a real error.
34311
34312 2004-06-16  Wim Taymans  <wim@fluendo.com>
34313
34314         * gst/videorate/Makefile.am:
34315         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34316         (gst_videorate_base_init), (gst_videorate_class_init),
34317         (gst_videorate_getcaps), (gst_videorate_link),
34318         (gst_videorate_init), (gst_videorate_chain),
34319         (gst_videorate_set_property), (gst_videorate_get_property),
34320         (gst_videorate_change_state), (plugin_init):
34321         Added a video timestamp corrector.
34322
34323 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34324
34325         fixed a potential leak with previous commit
34326
34327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34328
34329 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34330
34331         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34332         Added missing refcount, fixes bug #144425
34333         Cheers Tim for finding the bug
34334
34335 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34336
34337         * sys/v4l/gstv4l.c: (plugin_init):
34338         * sys/v4l/gstv4lcolorbalance.c:
34339         * sys/v4l/gstv4lcolorbalance.h:
34340         * sys/v4l/gstv4lelement.c:
34341         * sys/v4l/gstv4lelement.h:
34342         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34343         * sys/v4l/gstv4lmjpegsink.h:
34344         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34345         * sys/v4l/gstv4lmjpegsrc.h:
34346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34347         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34348         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34349         * sys/v4l/gstv4lsrc.h:
34350         * sys/v4l/gstv4ltuner.c:
34351         * sys/v4l/gstv4ltuner.h:
34352         * sys/v4l/gstv4lxoverlay.c:
34353         * sys/v4l/gstv4lxoverlay.h:
34354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34355         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34356         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34357         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34358         (gst_v4l_set_audio):
34359         * sys/v4l/v4l_calls.h:
34360         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34361         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34362         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34363         (gst_v4lmjpegsink_playback_init),
34364         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34365         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34366         (gst_v4lmjpegsink_playback_stop),
34367         (gst_v4lmjpegsink_playback_deinit):
34368         * sys/v4l/v4lmjpegsink_calls.h:
34369         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34370         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34371         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34372         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34373         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34374         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34375         * sys/v4l/v4lmjpegsrc_calls.h:
34376         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34377         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34378         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34379         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34380         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34381         (gst_v4lsrc_try_palette):
34382         * sys/v4l/v4lsrc_calls.h:
34383           bunch of paranoia cleanups
34384
34385 2004-06-14  David Schleef  <ds@schleef.org>
34386
34387         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34388         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34389         Send discont events and change timestamps appropriately when
34390         we get a seek event.  (bug #144240)
34391         * ext/cdparanoia/gstcdparanoia.h:
34392
34393 2004-06-14  Benjamin Otte  <otte@gnome.org>
34394
34395         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34396           snd_pcm_hw_params_set_rate  since the latter fails for no good
34397           reason on some setups.
34398
34399 2004-06-14  David Schleef  <ds@schleef.org>
34400
34401         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34402         standard.  Thank you for playing.
34403
34404 2004-06-14  Wim Taymans  <wim@fluendo.com>
34405
34406         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34407         Patch 1.3 broke the ordering of the colorspace info and
34408         made the plugin basically work by coincidence, reordered
34409         the info.
34410
34411 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34412
34413         * ext/lame/gstlame.c:
34414         * ext/mad/gstmad.c:
34415           sync caps.  Make sure mad can only output a list of rates, not
34416           a full range.  In the future, have three caps lists for each of the
34417           mpeg versions.  Change mpegversion to a double as well.
34418
34419 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34420
34421         * gst/volume/.cvsignore:
34422         * gst/volume/Makefile.am:
34423         * gst/volume/demo.c: (value_changed_callback), (idler),
34424         (setup_gui), (main):
34425           added small demo app
34426
34427 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34428         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34429         * ext/esd/esdsink.h:
34430         Close the esd connection on pause, because esd will just wait -
34431         blocking all other esd clients indefinitely.
34432
34433 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34434
34435         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34436           previous commit with GST_DEBUG
34437
34438 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34439
34440         * configure.ac:
34441           add a header check for a dvdread header in dvdnav.  Fixes #133002
34442
34443 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34444
34445         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34446         * gst/tcp/gsttcpclientsink.h:
34447         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34448         * gst/tcp/gsttcpclientsrc.h:
34449         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34450         (gst_tcpserversink_handle_server_read),
34451         (gst_tcpserversink_init_send):
34452         * gst/tcp/gsttcpserversink.h:
34453         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34454         * gst/tcp/gsttcpserversrc.h:
34455         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34456         version of IP)
34457
34458 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34459
34460         * configure.ac:
34461         Added ogg library so that OSX detects libtheora properly
34462
34463 2004-06-11  Wim Taymans  <wim@fluendo.com>
34464
34465         * ext/theora/theoradec.c: (theora_dec_chain),
34466         (theora_dec_change_state):
34467         Don't try to decode frames before we received a keyframe.
34468
34469 2004-06-11  Wim Taymans  <wim@fluendo.com>
34470
34471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34472         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34473         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34474         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34475         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34476         Added property to set the maximum delay of a page.
34477
34478 2004-06-10  Wim Taymans  <wim@fluendo.com>
34479
34480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34481         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34482         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34483         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34484         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34485         Added max-delay property to control the maximum amount
34486         of data to put in one page.
34487
34488 2004-06-10  Wim Taymans  <wim@fluendo.com>
34489
34490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34491         (gst_theora_enc_init), (theora_enc_sink_link),
34492         (theora_buffer_from_packet), (theora_enc_set_property),
34493         (theora_enc_get_property):
34494         Set duration on encoded buffer, added some more properties
34495
34496 2004-06-10  Wim Taymans  <wim@fluendo.com>
34497
34498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34499         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34500         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34501         * ext/theora/theoraenc.c: (theora_enc_chain):
34502         Fix refcounting bugs
34503
34504 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34505
34506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34507         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34508         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34509         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34510         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34511         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34512         (gst_asf_demux_change_state):
34513         * gst/asfdemux/gstasfdemux.h:
34514           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34515           feels like. I think we should set a new requirement for demuxers
34516           from now on to implement sane loop functions, data loops, query
34517           and seek functions before first commit into CVS. And this commit
34518           fixes all of the above.
34519
34520 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34521
34522         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34523           vorbis comments are properly encoded in UTF-8 before adding them
34524           to a GstTagList
34525
34526 2004-06-09  Benjamin Otte  <otte@gnome.org>
34527
34528         * ext/alsa/gstalsa.c: (add_channels):
34529           handle min <= max correctly
34530         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34531         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34532           add fixation functions so we fixate correctly. No preferring of alaw
34533           anymore because it's the first structure.
34534         * ext/alsa/gstalsa.h:
34535         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34536         (gst_alsa_hw_params_dump):
34537           add functions to ease debugging in alsalib
34538         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34539         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34540         (gst_alsa_start_audio):
34541           only specify hw params if we really setup a format (fixes #134007 -
34542           or at least works around it)
34543
34544 2004-06-09  Wim Taymans  <wim@fluendo.com>
34545
34546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34547         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34548         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34549         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34550         (gst_ogg_mux_loop):
34551         Use stream caps to setup the initial pages in the ogg stream.
34552         Correctly set the streamheader caps on the srcpad.
34553
34554 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34555
34556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34557         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34558         (gst_v4lsrc_getcaps):
34559         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34560         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34561           add querying of fps lists for webcams.  Negotiating to a framerate
34562           now works.
34563
34564 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34565
34566         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34567         (theora_push_buffer), (theora_push_packet),
34568         (theora_set_header_on_caps), (theora_enc_chain):
34569           mark buffers and put on streamheader, raw theora streaming
34570           now works too, whee
34571
34572 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34573
34574         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34575         (gst_tcp_gdp_read_caps):
34576           do a looping read for caps and GDP headers too
34577
34578 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34579
34580         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34581         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34582           return EOS instead of NULL in _get
34583
34584 2004-06-08  Wim Taymans  <wim@fluendo.com>
34585
34586         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34587         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34588         (gst_tcp_gdp_write_caps):
34589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34590         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34591         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34592         Memory leak fixes
34593
34594 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34595
34596         * ext/vorbis/Makefile.am:
34597         * ext/vorbis/vorbis.c: (plugin_init):
34598         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34599         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34600         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34601         (vorbis_parse_change_state):
34602         * ext/vorbis/vorbisparse.h:
34603           adding a vorbisparse element that marks the buffers, streaming
34604           raw vorbis using GDP now works, whee
34605
34606 2004-06-08  Wim Taymans  <wim@fluendo.com>
34607
34608         * ext/jpeg/Makefile.am:
34609         * ext/jpeg/README:
34610         * ext/jpeg/gstjpeg.c: (plugin_init):
34611         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34612         (gst_smokedec_base_init), (gst_smokedec_class_init),
34613         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34614         * ext/jpeg/gstsmokedec.h:
34615         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34616         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34617         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34618         (gst_smokeenc_resync), (gst_smokeenc_chain),
34619         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34620         * ext/jpeg/gstsmokeenc.h:
34621         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34622         (smokecodec_flush_destination), (smokecodec_term_destination),
34623         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34624         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34625         (smokecodec_term_source), (smokecodec_encode_new),
34626         (smokecodec_decode_new), (smokecodec_info_free),
34627         (smokecodec_set_quality), (smokecodec_get_quality),
34628         (smokecodec_set_threshold), (smokecodec_get_threshold),
34629         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34630         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34631         (smokecodec_parse_header), (smokecodec_decode):
34632         * ext/jpeg/smokecodec.h:
34633         Added a new simple jpeg based codec
34634
34635 2004-06-08  Wim Taymans  <wim@fluendo.com>
34636
34637         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34638         (gst_multipart_mux_loop):
34639         Fix memory leak
34640
34641 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34642
34643         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34644         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34645         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34646         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34647         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34648         * gst/tcp/gsttcpserversink.h:
34649           take streamheader into account
34650
34651 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34652
34653         * gst/level/Makefile.am:
34654         * gst/level/gstlevel.c: (gst_level_class_init):
34655           clean up marshal generation
34656
34657 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34658
34659         * gst/tcp/Makefile.am:
34660         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34661         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34662         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34663         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34664         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34665         (gst_tcpclientsrc_get_property):
34666         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34667         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34668         (gst_tcpserversink_handle_client_read),
34669         (gst_tcpserversink_handle_client_write),
34670         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34671         * gst/tcp/gsttcpserversink.h:
34672           add signals client-added and client-removed
34673         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34674         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34675         (gst_tcpserversrc_get_property):
34676         uniformized, change default protocol to NONE
34677         * gst/tcp/gsttcp-marshal.list: added
34678 2004-06-07  Benjamin Otte  <otte@gnome.org>
34679
34680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34681           handle discont events if they happen before caps nego
34682
34683 2004-06-07  Wim Taymans  <wim@fluendo.com>
34684
34685         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34686         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34687         (gst_multipart_demux_plugin_init):
34688         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34689         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34690         (gst_multipart_mux_change_state):
34691         Small updates, fix a memleak
34692
34693 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34694
34695         * configure.ac: OSS portability
34696         * ext/arts/gst_arts.c: idem
34697         * sys/oss/gstosselement.c: idem
34698         * sys/oss/gstossmixer.c: idem
34699         * sys/oss/gstosssink.c: idem
34700         * sys/oss/gstosssrc.c: idem
34701         * sys/oss/oss_probe.c: idem
34702           - check for soundcard.h in different places for some BSD
34703
34704 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34705
34706         * AUTHORS:
34707         Add me to the authors file
34708         * configure.ac:
34709         Increase the libdv requirement to >= version 0.100
34710         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34711         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34712         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34713         * ext/dv/gstdvdec.h:
34714         Add support for the new_media flag when sending DISCONT events
34715         Make the querying work when video pad is not linked
34716
34717 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34718
34719         reviewed by Benjamin Otte  <otte@gnome.org>
34720
34721         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34722           create a NULL-initialized array of pads, so we don't think they
34723           exist already. (fixes #143130)
34724
34725 2004-06-07  Benjamin Otte  <otte@gnome.org>
34726
34727         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34728         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34729         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34730           don't use // coments
34731
34732 2004-06-07  Benjamin Otte  <otte@gnome.org>
34733
34734         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34735           cast to GstClockTime to get higher granularity
34736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34737           use gst_element_set_time_delay to get the exact time
34738         * ext/mad/gstmad.c: (gst_mad_chain):
34739           use the negotiated rate instead of the current frame's rate which
34740           might be wrong because of bit errors. This avoids emitting totally
34741           bogus timestamps and screwing sync.
34742         (fixes #143454)
34743
34744 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34745
34746         reviewed by Benjamin Otte  <otte@gnome.org>
34747
34748         * gst/adder/gstadder.c: (gst_adder_loop):
34749           properly error out when no negotiation has happened yet. (fixes
34750           #143032)
34751
34752 2004-06-06  Benjamin Otte  <otte@gnome.org>
34753
34754         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34755           forward correctly transformed offset in discont events. Based on
34756           patch by Arwed v. Merkatz. (fixes #142851)
34757
34758 2004-06-06  David Schleef  <ds@schleef.org>
34759
34760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34761         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34762         problems on several systems.
34763
34764 2004-06-06  Benjamin Otte  <otte@gnome.org>
34765
34766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34767           use explicit caps on the srcpad
34768         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34769           properly error out if caps couldn't be set (fixes #142764)
34770
34771 2004-06-06  Benjamin Otte  <otte@gnome.org>
34772
34773         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34774         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34775         (gst_alsa_start_audio):
34776           - don't call set_periods_integer anymore, it breaks the
34777           configuration randomly
34778           - call snd_pcm_hw_params_set_access directly instead of using masks
34779           - don't fail if the sw_params can't be set, just use the default
34780           params and hope it works. Alsalib has weird issues when you touch
34781           sw_params and does no proper error reporting about what failed.
34782         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34783         (gst_alsa_close_audio):
34784           make our alsa debugging go via gst debugging and not conditionally
34785           defined
34786         * ext/alsa/gstalsa.h:
34787           add ALSA_DEBUG_FLUSH macro
34788         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34789         (plugin_init):
34790           wrap alsa errors to be printed via the gst debugging system and not
34791           spammed to stderr
34792
34793 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34794
34795         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34796         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34797         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34798         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34799         (qtdemux_parse_trak):
34800         * gst/qtdemux/qtdemux.h:
34801           Bitch. Also known as seeking, querying & co.
34802         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34803         (gst_osssink_change_state):
34804         * sys/oss/gstosssink.h:
34805           Resyncing is for weenies, this hack is no longer needed and was
34806           broken anyway (since it - unintendedly - always leaves resync to
34807           TRUE).
34808
34809 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34810
34811         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34812         * gst/tcp/gsttcpclientsrc.h: idem
34813           - define MSG_NOSIGNAL if not done
34814           - include unistd.h for off_t
34815           (fixes #143749)
34816
34817 2004-06-05  Benjamin Otte  <otte@gnome.org>
34818
34819         * configure.ac:
34820         * ext/kio/Makefile.am:
34821           check for qt's moc preprocessor explicitly and use it
34822
34823 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34824
34825         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34826           don't get a signal for EPIPE on socket writes
34827           (somebody check if this works on other platforms)
34828
34829 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34830
34831         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34832         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34833           check error condition on available samples correctly
34834
34835 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34836
34837         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34838           avoid a segfault
34839         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34840         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34841         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34842         (gst_tcpserversrc_gdp_read_header):
34843          use ssize_t over size_t since the former is signed and thus the
34844          check for error codes can work
34845
34846 2004-06-02  Wim Taymans  <wim@fluendo.com>
34847
34848         reviewed by: Johan
34849
34850         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34851         (gst_multipart_mux_loop):
34852         Oops
34853
34854 2004-06-02  Wim Taymans  <wim@fluendo.com>
34855
34856         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34857         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34858         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34859         (gst_multipart_mux_change_state):
34860         Added configurable boundary specifier, added the value as a
34861         caps field as well.
34862
34863 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34864
34865         * gst/tcp/gsttcp.c:
34866         * gst/tcp/gsttcpclientsrc.c:
34867         * gst/tcp/gsttcpclientsrc.h:
34868         * gst/tcp/gsttcpserversrc.c:
34869           - portability fix, to compile on OSX
34870             (fixes #143146)
34871
34872         * sys/osxaudio/gstosxaudioelement.c:
34873         * sys/osxaudio/gstosxaudiosink.c:
34874         * sys/osxaudio/gstosxaudiosrc.c:
34875           - compilation warnings on OSX
34876             (fixes #143153)
34877
34878 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34879
34880         * ext/vorbis/vorbisdec.c : sign warning fixes
34881
34882         * gst-libs/gst/mixer/mixertrack.c :
34883           do no use defines which are glib 2.4 specific
34884
34885 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34886
34887         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34888           buffer since libflac doesn't expect it (reports a sync error when
34889           it encounters that)
34890
34891
34892 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34893
34894         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34895         * gst-libs/gst/mixer/mixertrack.c:
34896         (gst_mixer_track_get_property), (get_mixer_track_init),
34897         (get_mixer_track_get_property): Added property accessors
34898         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34899         * gst-libs/gst/mixer/mixeroptions.c:
34900         (gst_mixer_options_get_values): Added
34901         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34902         * gst-libs/gst/mixer/mixer.c: Fixed comment
34903
34904
34905 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34906
34907         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34908           improve error messages on open
34909
34910
34911 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34912
34913         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34914           check if v4l-conf is in path
34915
34916 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34917
34918         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34919           change assert to a more readable error message
34920
34921 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34922
34923         * gst-libs/gst/tuner/tunerchannel.h:
34924           - add a freq_multiplicator field to make the conversion
34925             between internal frequency unit and Hz
34926         * sys/v4l/gstv4lelement.c:
34927         * sys/v4l2/gstv4l2element.c:
34928           - change default video device to /dev/video0
34929         * sys/v4l/v4l_calls.c:
34930         * sys/v4l2/v4l2_calls.c:
34931           - we only expose frequency to the user in Hz instead of
34932             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34933
34934 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34935         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34936           Initialise b_o_s and e_o_s variables
34937         * gst-libs/gst/riff/riff-media.c:
34938         (gst_riff_create_video_caps_with_data):
34939           Add some unusual fourcc's from mplayer avi's
34940         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34941           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34942           autoplugging.
34943
34944 2004-05-28  Wim Taymans  <wim@fluendo.com>
34945
34946         * configure.ac:
34947         * gst/alpha/Makefile.am:
34948         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34949         (gst_alpha_get_type), (gst_alpha_base_init),
34950         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34951         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34952         (gst_alpha_chroma_key), (gst_alpha_chain),
34953         (gst_alpha_change_state), (plugin_init):
34954         A plugin to add an alpha channel to I420 video. Can optionally do
34955         chroma keying.
34956         * gst/multipart/Makefile.am:
34957         * gst/multipart/multipart.c: (plugin_init):
34958         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34959         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34960         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34961         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34962         (gst_multipart_demux_change_state),
34963         (gst_multipart_demux_plugin_init):
34964         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34965         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34966         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34967         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34968         (gst_multipart_mux_pad_unlink),
34969         (gst_multipart_mux_request_new_pad),
34970         (gst_multipart_mux_handle_src_event),
34971         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34972         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34973         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34974         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34975         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34976         send multipart jpeg images to a browser.
34977         * gst/videobox/Makefile.am:
34978         * gst/videobox/README:
34979         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34980         (gst_video_box_get_type), (gst_video_box_base_init),
34981         (gst_video_box_class_init), (gst_video_box_init),
34982         (gst_video_box_set_property), (gst_video_box_get_property),
34983         (gst_video_box_sink_link), (gst_video_box_i420),
34984         (gst_video_box_ayuv), (gst_video_box_chain),
34985         (gst_video_box_change_state), (plugin_init):
34986         Crops or adds borders around an image. can do alpha channel
34987         borders as well.
34988         * gst/videomixer/Makefile.am:
34989         * gst/videomixer/README:
34990         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34991         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34992         (gst_videomixer_pad_get_sink_event_masks),
34993         (gst_videomixer_pad_get_property),
34994         (gst_videomixer_pad_set_property),
34995         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34996         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34997         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34998         (gst_videomixer_base_init), (gst_videomixer_class_init),
34999         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35000         (gst_videomixer_handle_src_event),
35001         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35002         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35003         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35004         (gst_videomixer_loop), (gst_videomixer_get_property),
35005         (gst_videomixer_set_property), (gst_videomixer_change_state),
35006         (plugin_init):
35007         Generic video mixer plugin, can handle multiple inputs all with
35008         different framerates and video sizes. Is fully alpha channel
35009         aware.
35010
35011 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35012
35013         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35014           Select first track as master track. Not sure how else to handle
35015           that...
35016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35017           Discard discont events. Should fix #142962.
35018
35019 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35020
35021         * ext/alsa/Makefile.am:
35022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35023         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35024         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35025         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35026         (gst_alsa_mixer_get_option):
35027         * ext/alsa/gstalsamixer.h:
35028         * ext/alsa/gstalsamixeroptions.c:
35029         (gst_alsa_mixer_options_get_type),
35030         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35031         (gst_alsa_mixer_options_new):
35032         * ext/alsa/gstalsamixeroptions.h:
35033         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35034         * ext/alsa/gstalsamixertrack.h:
35035           Add enumerations (as GstMixerOptions). Make correct distinction
35036           between input/output tracks. Add capture/playback private flag.
35037           Use flag to decide on whether to set capture or playback volumes
35038           or switches. Use playback and record switches.
35039         * gst-libs/gst/mixer/Makefile.am:
35040         * gst-libs/gst/mixer/mixer-marshal.list:
35041         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35042         (gst_mixer_set_option), (gst_mixer_get_option),
35043         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35044         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35045         * gst-libs/gst/mixer/mixer.h:
35046         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35047         (gst_mixer_options_class_init), (gst_mixer_options_init),
35048         (gst_mixer_options_dispose):
35049         * gst-libs/gst/mixer/mixeroptions.h:
35050           Add GstMixerOptions.
35051         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35052           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35053           broken device detection on computers with multiple OSS sound
35054           cards.
35055
35056 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35057
35058         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35059           fixate nicely even when the peer is not negotiating
35060
35061 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35062
35063         * gst/audioconvert/gstaudioconvert.c:
35064         (gst_audio_convert_parse_caps):
35065           make sure we don't allow depth > width
35066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35067           fixate endianness to G_BYTE_ORDER as default
35068         * gst/audioscale/gstaudioscale.c:
35069           we don't handle another endianness as host-endianness
35070
35071 2004-05-25  David Schleef  <ds@schleef.org>
35072
35073         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35074
35075 2004-05-24  Benjamin Otte  <otte@gnome.org>
35076
35077         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35078         (gst_oggvorbisenc_setup):
35079           properly fail when we can't setup the vorbis encoder due to
35080           unsupported settings
35081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35082         (gst_vorbisenc_setup):
35083           same
35084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35085           fix case where warnings occured when one pad was unlinked while the
35086           other's link function was called
35087
35088 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35089
35090         * gst/tcp/Makefile.am:
35091           use GST_ENABLE_NEW
35092
35093 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35094
35095         * gst-libs/gst/resample/private.h:
35096           don't use optimizations that are #if 0'ed
35097
35098 2004-05-24  Wim Taymans  <wim@fluendo.com>
35099
35100         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35101         Fix potential division by zero error and hopefully get
35102         the position query right to get correct timestamps on avi
35103         audio.
35104
35105 2004-05-24  Wim Taymans  <wim@fluendo.com>
35106
35107         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35108         (gst_videoscale_scale_nearest_str2),
35109         (gst_videoscale_scale_nearest_str4),
35110         (gst_videoscale_scale_nearest_32bit),
35111         (gst_videoscale_scale_nearest_24bit),
35112         (gst_videoscale_scale_nearest_16bit):
35113         Fix the scaling algorithm and avoid a buffer overflow.
35114         removed the while loop in the scaling function as it
35115         was used for point sampling only.
35116
35117 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35118
35119         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35120         (gst_id3_tag_class_init), (gst_id3_tag_init),
35121         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35122         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35123         (gst_id3_tag_send_tag_event):
35124           lots of fixes to make id3mux work and id3demux work correctly
35125
35126 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35127
35128         * ext/Makefile.am:
35129           add rules to build shout2send (was removed by accident
35130           when this module was no more marked experimental/broken)
35131
35132 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35133
35134         * ext/shout2/gstshout2.c:
35135         * ext/shout2/gstshout2.h:
35136           adding a "connection problem" signal to shout2send
35137           (fixes #142954)
35138
35139 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35140
35141         * ext/kio/kioreceiver.cpp:
35142         * ext/kio/kioreceiver.h:
35143           fix sign comparison issues
35144
35145 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35146
35147         * gst/cdxaparse/gstcdxaparse.c:
35148         * gst/cdxaparse/gstcdxaparse.h:
35149           some renaming
35150           add some checks/sanity
35151           prepare for seek addition
35152
35153         * sys/sunaudio/gstsunaudio.c:
35154           remove exported dupe init function
35155
35156 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35157
35158         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35159         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35160           Fix format conversion and position querying.
35161         * gst/debug/progressreport.c: (gst_progressreport_report):
35162           Don't output a bogus total value that we didn't query.
35163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35164           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35165           only a blank window after xine has been used.
35166
35167 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35168
35169         * m4/as-arts.m4:
35170           sync with upstream version to fix test on FC2
35171           readd with -ko to preserve Id header
35172
35173 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35174
35175         * configure.ac:
35176           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35177         * gst/tcp/gsttcpclientsrc.c: idem
35178         * gst/tcp/gsttcpserversink.c: idem
35179         * gst/tcp/gsttcpserversrc.c: idem
35180         * m4/gst-fionread.m4: idem
35181
35182         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35183
35184         * configure.ac: enable speex plugin for speex 1.1.5+
35185         * ext/speex/gstspeexenc.c: fix cast warning
35186
35187         * ext/esd/README: fix typo
35188
35189 2004-05-20  David Schleef  <ds@schleef.org>
35190
35191         * configure.ac: Minor cosmetic change to convince the buildbot to
35192         reautogen.
35193         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35194         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35195         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35196         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35197         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35198         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35199         More hacking.  Plays audio now.
35200
35201 2004-05-20  David Schleef  <ds@schleef.org>
35202
35203         * configure.ac:
35204         * sys/Makefile.am:
35205
35206 2004-05-20  David Schleef  <ds@schleef.org>
35207
35208         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35209         * sys/osxaudio/gstosxaudio.c:
35210         * sys/osxaudio/gstosxaudioelement.c:
35211         * sys/osxaudio/gstosxaudioelement.h:
35212         * sys/osxaudio/gstosxaudiosink.c:
35213         * sys/osxaudio/gstosxaudiosink.h:
35214         * sys/osxaudio/gstosxaudiosrc.c:
35215         * sys/osxaudio/gstosxaudiosrc.h:
35216
35217 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35218
35219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35220         (gst_vorbisenc_chain):
35221           put the codec headers on the caps as streamheader as well as
35222           pushing them out
35223
35224 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35225
35226         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35227         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35228         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35229         split up push_packet into two functions
35230
35231 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35232
35233         * gst/tcp/.cvsignore:
35234           ignore enums
35235         * gst/tcp/Makefile.am:
35236         * gst/tcp/README:
35237         * gst/tcp/gsttcp.c:
35238         * gst/tcp/gsttcp.h:
35239         * gst/tcp/gsttcpclientsink.c:
35240         * gst/tcp/gsttcpclientsink.h:
35241         * gst/tcp/gsttcpclientsrc.c:
35242         * gst/tcp/gsttcpclientsrc.h:
35243         * gst/tcp/gsttcpplugin.c:
35244         * gst/tcp/gsttcpserversink.c:
35245         * gst/tcp/gsttcpserversink.h:
35246         * gst/tcp/gsttcpserversrc.c:
35247         * gst/tcp/gsttcpserversrc.h:
35248           add new tcp elements
35249
35250 2004-05-19  Wim Taymans  <wim@fluendo.com>
35251
35252         * gst/law/mulaw-conversion.c: (mulaw_encode):
35253         Fix overflow bug in ulaw encoding.
35254
35255 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35256
35257         * ext/mad/gstmad.c: (gst_mad_handle_event):
35258           don't unref the event twice
35259
35260 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35261
35262         * configure.ac:
35263           remove -Wno-sign-compare
35264
35265 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35266
35267         * configure.ac:
35268           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35269           if you want to work against glib 2.2 and 2.4
35270
35271 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35272
35273         * gst/tcp/Makefile.am:
35274         * gst/tcp/gsttcp.c:
35275         * gst/tcp/gsttcp.h:
35276         * gst/tcp/gsttcpsink.h:
35277         * gst/tcp/gsttcpsrc.h:
35278           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35279
35280 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35281
35282         * gst/debug/tests.c: (md5_get_value):
35283           fix segfault on gst-inspect
35284
35285 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35286
35287         * gst/debug/testplugin.c:
35288         * gst/debug/tests.c:
35289         * gst/debug/tests.h:
35290           add new extensible and configurable testing element. Current tests
35291           include buffer count, stream length, timestamp/duration matching and
35292           md5.
35293         * gst/debug/Makefile.am:
35294         * gst/debug/gstdebug.c: (plugin_init):
35295           add infrastructure for new element
35296
35297 2004-05-19  Johan Dahlin  <johan@gnome.org>
35298
35299         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35300         ending of the array. Fixes gst-inspect segfault on ppc.
35301
35302 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35303
35304         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35305
35306         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35307
35308 2004-05-18  David Schleef  <ds@schleef.org>
35309
35310         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35311         warnings (bugs, actually) noticed by gcc but not forte.
35312
35313 2004-05-18  David Schleef  <ds@schleef.org>
35314
35315         * sys/sunaudio/Makefile.am:
35316         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35317
35318 2004-05-18  David Schleef  <ds@schleef.org>
35319
35320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35321         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35322         to allow qtdemux to use non-seekable streams. (bug #142272)
35323
35324 2004-05-18  David Schleef  <ds@schleef.org>
35325
35326         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35327         (gst_resample_sinc_ft_float): Remove use of static temporary
35328         buffer.  This code was obviously not supposed to last long, but
35329         it's stuck in our ABI, so it required a little hack to make it
35330         ABI-compatible.  Fixes #142585.
35331         * gst-libs/gst/resample/resample.h: same.
35332
35333 2004-05-18  David Schleef  <ds@schleef.org>
35334
35335         * configure.ac: Add sunaudio
35336         * examples/Makefile.am: make gstplay depend on gconf
35337         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35338         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35339         (convert_table_lookup), (img_convert): remove c99-isms
35340         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35341           unsigned, to fix a warning on Solaris
35342         * gst/mpeg1sys/systems.c: bcopy->memcpy
35343         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35344         * sys/Makefile.am: Add sunaudio
35345
35346 2004-05-18  Wim Taymans  <wim@fluendo.com>
35347
35348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35349         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35350         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35351         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35352         (gst_ogg_mux_loop):
35353         Fix an ugly memleak where the muxer didn't flush enough ogg
35354         pages. This also resulted in badly muxed ogg files.
35355
35356 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35357
35358         * gst/asfdemux/asfheaders.c :
35359         * gst/asfdemux/asfheaders.h :
35360         * gst/asfdemux/gstasfdemux.c :
35361           - fix ASF_OBJ_PADDING guid
35362           - add 3 new object guids (language list, metadata,
35363             extended stream properties)
35364           - add a function to parse extended header objects
35365
35366 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35367
35368         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35369           remove leftover debugging g_print
35370
35371 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35372
35373         * ext/mad/gstmad.c: (gst_mad_handle_event):
35374           Fix for when the first format in a discont event is not a
35375           byte-based one. Should fix #137710.
35376
35377 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35378
35379         * m4/a52.m4 : fix compilation with -Wall -Werror
35380         * m4/libfame.m4 : idem
35381         * m4/libmikmod.m4 : idem
35382
35383 2004-05-17  Benjamin Otte  <otte@gnome.org>
35384
35385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35386           signal the new tags before giving up the reference
35387
35388 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35389
35390         * ext/shout2/gstshout2.c:
35391           use application/ogg instead of application/x-ogg (patch by Patrick
35392           Guimond, fixes #142432)
35393         * sys/oss/gstosselement.c: (gst_osselement_reset),
35394         (gst_osselement_sync_parms):
35395           don't set fragment size unless specified (fixes #142493)
35396
35397 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35398
35399         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35400           fixes #142664
35401
35402 2004-05-17  Benjamin Otte  <otte@gnome.org>
35403
35404         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35405           compute offsets correctly for internal buffers so timestamps are set
35406           correctly when we can't seek. Also handle cases where there are no
35407           offsets. (based on a patch by David Moore, fixes #142507)
35408
35409 2004-05-17  Benjamin Otte  <otte@gnome.org>
35410
35411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35412           use correct variable when determining amount of data to skip so we
35413           don't skip into the void and segfault
35414
35415 2004-05-16  Benjamin Otte  <otte@gnome.org>
35416
35417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35418           Hi, I'm a memleak
35419
35420 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35421
35422         * gst/asfdemux/gstasfdemux.c:
35423           - fix a mem leak and always propagate tags
35424           - add WMV3 to known video codecs (but no decoder yet)
35425           - replace "surplus data" at end of audio header for what
35426             it is : codec specific data
35427           - fix a typo
35428
35429 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35430
35431         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35432
35433         * gst-libs/gst/audio/audioclock.c:
35434           Fix wrong return type (#142205).
35435
35436 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35437
35438         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35439           Ignore CRCs by default (fixes #142566).
35440
35441 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35442
35443         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35444         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35445         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35446         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35447         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35448         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35449           Fix for cases where we fail to attach to a mixer.
35450
35451 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35452
35453         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35454           Don't touch events after not owning them anymore.
35455         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35456         (gst_wavparse_fmt), (gst_wavparse_other),
35457         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35458         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35459         (gst_wavparse_srcpad_event):
35460         * gst/wavparse/gstwavparse.h:
35461           Add seeking, fix querying.
35462
35463 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35464
35465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35466           - process comments even if they don't end with \0\0
35467             g_convert would ignore them if present and works well without them
35468
35469 2004-05-16  Benjamin Otte  <otte@gnome.org>
35470
35471         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35472           simplify caps
35473
35474 2004-05-16  Benjamin Otte  <otte@gnome.org>
35475
35476         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35477           don't write to memory we might not write to - g_convert does that
35478           for us anyway (fixes #142613)
35479         (gst_asf_demux_audio_caps):
35480           comment out gst_util_dump_mem
35481
35482 2004-05-16  Benjamin Otte  <otte@gnome.org>
35483
35484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35485           compute correct expected timestamps after seek (broken since
35486           last commit)
35487         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35488           rename element and debugging category to gdkpixbufscale
35489
35490 2004-05-16  Benjamin Otte  <otte@gnome.org>
35491
35492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35493           add error checking to snd_pcm_delay and remove duplicate call to
35494           snd_pcm_delay that caused issues (see inline code comments)
35495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35496           make more readable and fix return value when snd_pcm_delay fails
35497         (fixes #142586)
35498
35499 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35500         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35501         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35502         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35503         (gst_pixbufscale_link), (gst_pixbufscale_init),
35504         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35505         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35506         (gst_pixbufscale_get_property), (pixbufscale_init):
35507         * ext/gdk_pixbuf/pixbufscale.h:
35508         Add these files I forgot earlier
35509
35510 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35511         * ext/gdk_pixbuf/Makefile.am:
35512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35513         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35514         Add new pixbufscale element to scale RGB video
35515         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35516         and HYPER interpolation correctly.
35517         * ext/theora/theoraenc.c: (theora_enc_chain),
35518         Discard buffer and return if explicit caps could not be set
35519         (theora_enc_get_property):
35520         Make _get return kbps for the bitrate consistent with
35521         the _set function.
35522
35523
35524 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35525
35526         * ext/libvisual/visual.c: (gst_visual_chain):
35527           add missing visual_audio_analyze
35528
35529 2004-05-14  David Schleef  <ds@schleef.org>
35530
35531         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35532         is killed while we're playing.
35533         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35534         gst_element_no_more_pads().
35535
35536 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35537
35538         * gst-libs/gst/riff/riff-read.c :
35539           - fix INFO tag extraction in RIFF/AVI files
35540             because gst_event_unref (event) also freed taglist
35541           - avoid a mem leak
35542
35543 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35544
35545         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35546         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35547
35548         * gst/auparse/gstauparse.c :
35549           - add code (commented for now) to support audio/x-adpcm on src pad
35550             (we have no decoder for those layout yet)
35551
35552         * gst/cdxaparse/gstcdxaparse.c :
35553         * gst/cdxaparse/gstcdxaparse.h :
35554           - partial rewrite using RiffRead (ripped iain's wavparse code)
35555
35556         * gst/rtp/gstrtpL16enc.c : typo
35557         * gst/rtp/gstrtpgsmenc.c : typo
35558
35559 2004-05-13  Benjamin Otte  <otte@gnome.org>
35560
35561         * configure.ac:
35562           check for exact version of libvisual, it's not supposed to be
35563           API/ABI stable yet
35564
35565 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35566
35567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35568           signal no-more-pads
35569
35570 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35571
35572         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35573         Report which format was used for GST_FORMAT_DEFAULT
35574         * gst/debug/Makefile.am:
35575         * gst/debug/gstdebug.c: (plugin_init):
35576         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35577         (gst_progressreport_class_init), (gst_progressreport_init),
35578         (gst_progressreport_report), (gst_progressreport_set_property),
35579         (gst_progressreport_get_property), (gst_progressreport_chain),
35580         (gst_progressreport_plugin_init):
35581         Add progressreport element for testing.
35582
35583 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35584
35585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35586         * sys/v4l/gstv4lsrc.h:
35587         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35588         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35589         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35590         (gst_v4lsrc_grab_frame):
35591           add more debugging
35592           send a discont at start
35593
35594 2004-05-12  Colin Walters  <walters@redhat.com>
35595
35596         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35597         inflooping if we can't find a chunk.  Or in other words, don't blow
35598         chunks if we don't have a chunk to blow.
35599
35600 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35601         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35602         Remove old debug output
35603         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35604         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35605         (gst_dvdec_set_property), (gst_dvdec_get_property):
35606         Change the quality setting to an enum, so it works from gst-launch
35607         Don't renegotiate a non-linked pad. Allows audio only decoding.
35608         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35609         (gst_deinterlace_link), (gst_deinterlace_init):
35610         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35611         (gst_videodrop_link):
35612         Some caps negotiation fixes
35613
35614 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35615
35616         * ext/tarkin/gsttarkin.c :
35617           - Change RANK from NONE to PRIMARY
35618         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35619           - Change RANK from NONE to MARGINAL
35620         * ext/divx/gstdivxenc.c :
35621           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35622
35623 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35624
35625         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35626         (gst_vorbisenc_push_packet):
35627           copy a function that was added between 1.0 and 1.0.1 until we
35628           depend on worthwhile features of post-1.0
35629
35630 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35631
35632         * configure.ac:
35633           enable shout2 by default
35634         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35635         (gst_shout2send_base_init), (gst_shout2send_init),
35636         (gst_shout2send_connect), (gst_shout2send_change_state):
35637         * ext/shout2/gstshout2.h:
35638           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35639           #142262)
35640         * ext/theora/theora.c: (plugin_init):
35641           don't set rank on encoders
35642
35643 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35644
35645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35646           Use codec_data property instead of flag1 and flag2 for wma
35647
35648 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35649
35650         * gst/cdxaparse/gstcdxaparse.c :
35651           - Add mpegversion to CAPS to make it link
35652           - Rank is as GST_RANK_SECONDARY instead of NONE
35653         * gst/auparse/gstauparse.c :
35654           - Document all audio encoding we can encounter from Solaris 9
35655             headers and libsndfile information.
35656           - Increase max. rate from 48000 to 192000 (to match other elements)
35657           - Don't try to play junk data between header and samples
35658
35659 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35660
35661         * ext/libvisual/visual.c: (gst_visual_getcaps):
35662           use the right caps depending on endianness (I hope)
35663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35664           use GST_RANK_NONE for all non-decoding elements or spider gets
35665           mighty confused
35666
35667 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35668
35669         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35670           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35671
35672 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35673
35674         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35675         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35676         (gst_switch_loop), (gst_switch_get_type):
35677           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35678           HEADERS. Had to be said.
35679
35680 2004-05-10  David Schleef  <ds@schleef.org>
35681
35682         * configure.ac: Add prototype Dirac support.
35683         * ext/Makefile.am:
35684         * ext/dirac/Makefile.am:
35685         * ext/dirac/gstdirac.cc:
35686         * ext/dirac/gstdiracdec.cc:
35687
35688 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35689
35690         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35691         (gst_auparse_init), (gst_auparse_chain),
35692         (gst_auparse_change_state):
35693           Hack around spider. Remove me some day please.
35694
35695 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35696
35697         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35698           Fix for some uninitialized variables in previous patch, also
35699           makes it work. Fixes #142286 while we're at it.
35700
35701 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35702
35703         * gst/auparse/gstauparse.c:
35704                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35705                 only unsupported formats are ADPCM/CCITT G.72x
35706                 reviewed by Ronald
35707         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35708
35709 2004-05-10  Wim Taymans  <wim@fluendo.com>
35710
35711         * ext/vorbis/Makefile.am:
35712         * ext/vorbis/README:
35713         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35714         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35715         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35716         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35717         (gst_oggvorbisenc_convert_sink),
35718         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35719         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35720         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35721         (get_constraints_string), (update_start_message),
35722         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35723         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35724         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35725         * ext/vorbis/oggvorbisenc.h:
35726         * ext/vorbis/vorbis.c: (plugin_init):
35727         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35728         (raw_caps_factory), (gst_vorbisenc_class_init),
35729         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35730         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35731         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35732         * ext/vorbis/vorbisenc.h:
35733         Added a raw vorbis encoder to be used with the oggmuxer.
35734         We still need the old encoder for some gnome applications,
35735         read the README to find out how that works.
35736         The raw encoder is called "rawvorbisenc" until 0.9.
35737
35738 2004-05-10  Wim Taymans  <wim@fluendo.com>
35739
35740         * ext/ogg/gstogg.c: (plugin_init):
35741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35742         (gst_ogg_print):
35743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35744         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35745         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35746         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35747         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35748         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35749         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35750         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35751         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35752         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35753         Added an ogg muxer.
35754         Small typo fixes in the demuxer.
35755
35756 2004-05-10  Wim Taymans  <wim@fluendo.com>
35757
35758         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35759         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35760         (theora_enc_change_state), (theora_enc_set_property),
35761         (theora_enc_get_property):
35762         Mark the last packet with an EOS flag which is not really needed
35763         in gstreamer.
35764         Do some better video framerate initialisation.
35765         Update the buffer timestamp.
35766
35767 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35768
35769         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35770         Return the result of the parent state change call
35771
35772 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35773
35774         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35775         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35776         * gst/law/alaw-encode.c : (idem)
35777         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35778         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35779         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35780
35781 2004-05-09  Benjamin Otte  <otte@gnome.org>
35782
35783         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35784           don't use a fixed buffer size when writing variable length data to
35785           it. Fixes memory corruption and makes alsasrc work
35786
35787 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35788
35789         * ext/gnomevfs/gstgnomevfssink.c:
35790         (_gst_boolean_allow_overwrite_accumulator),
35791         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35792           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35793           RUN_LAST, and don't use that to set the accumulator value because
35794           then it's always FALSE.
35795
35796 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35797
35798         * gst-libs/gst/riff/riff-media.c:
35799         (gst_riff_create_video_caps_with_data),
35800         (gst_riff_create_audio_caps),
35801         (gst_riff_create_audio_template_caps):
35802         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35803           Fix for unaligned RIFF files (i.e. where all the chunks together
35804           in a LIST chunk are not of the same size as the size given in
35805           the LIST chunk header). Fixes several odd WAVE files. Also fix
35806           ADPCM (block_align property) in audio, so that wavparse based
35807           on this works now as it used to stand-alone.
35808
35809 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35810
35811         reviewed by Benjamin Otte  <otte@gnome.org>
35812
35813         * ext/a52dec/gsta52dec.c:
35814         * ext/divx/gstdivxdec.c:
35815         * ext/divx/gstdivxenc.c:
35816         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35817         * ext/faac/gstfaac.c: (gst_faac_base_init):
35818         * ext/faad/gstfaad.c: (gst_faad_base_init):
35819         * ext/ivorbis/vorbisfile.c:
35820         * ext/lame/gstlame.c:
35821         * ext/libfame/gstlibfame.c:
35822         * ext/mpeg2enc/gstmpeg2enc.cc:
35823         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35824         * ext/sidplay/gstsiddec.cc:
35825         * ext/speex/gstspeexdec.c:
35826         * ext/speex/gstspeexenc.c:
35827         * ext/xvid/gstxviddec.c:
35828         * ext/xvid/gstxvidenc.c:
35829           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35830           (fixes #142193)
35831
35832 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35833
35834         * ext/alsa/gstalsa.c: (device_list),
35835         (gst_alsa_class_probe_devices):
35836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35837           Fix alsa oddness in mixer after the combination of using mixer
35838           in source/sink elements and using hw:x,y instead of just hw:x.
35839
35840 2004-05-09  Benjamin Otte  <otte@gnome.org>
35841
35842         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35843         (gst_wavparse_create_sourcepad):
35844           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35845           sourcepads
35846
35847 2004-05-09  Benjamin Otte  <otte@gnome.org>
35848
35849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35850           allow discont events before caps nego
35851
35852 2004-05-08  Benjamin Otte  <otte@gnome.org>
35853
35854         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35855           don't leak events
35856
35857 2004-05-08  Benjamin Otte  <otte@gnome.org>
35858
35859         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35860         (gst_level_change_state), (gst_level_init):
35861         * gst/level/gstlevel.h:
35862           figure out if we're initialized directly instead of keeping a
35863           variable that's wrong in 90% of cases
35864           don't initialize pads and then leak them and use a new unitialized
35865           pad. (fixes #142084)
35866           these were bugs so n00bish I didn't find them for an hour :/
35867
35868 2004-05-08 Iain <iain@prettypeople.org>
35869
35870         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35871         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35872         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35873         return the length that was read.
35874         (gst_riff_read_strf_auds): Allow fmt tags as well.
35875
35876 2004-05-07  David Schleef  <ds@schleef.org>
35877
35878         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35879         signed char assumption in faad.h.
35880
35881 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35882
35883         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35884           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35885
35886 2004-05-07  Colin Walters  <walters@redhat.com>
35887
35888         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35889         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35890         function.
35891         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35892         Add dispose function.
35893
35894 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35895         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35896           Fix caps nego and pad templates. RGB mode caps should
35897           work now.
35898         * ext/dvdnav/gst-dvd:
35899           Move mpeg2dec inside the thread because otherwise the
35900           queue rejects cap changes mid-stream
35901         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35902         (gst_mpeg2dec_flush_decoder):
35903           For mpeg2dec > 0.4.0, call the flush function instead of
35904           manually extracting all in-flight frames.
35905         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35906         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35907           Change mime type video/dv go video/x-dv to match the
35908           rest of gst-plugins
35909
35910 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35911
35912         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35914         (gst_alsa_sink_class_init):
35915         * ext/alsa/gstalsasink.h:
35916         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35917         (gst_alsa_src_class_init):
35918         * ext/alsa/gstalsasrc.h:
35919           Make alsasink/src a subclass of alsamixer so that mixer stuff
35920           shows up in gst-rec. Needs some finetuning.
35921
35922 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35923
35924         * ext/lame/gstlame.c: (gst_lame_chain):
35925           simplify
35926         * ext/mad/gstmad.c: (gst_mad_handle_event):
35927           fix event leak
35928         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35929           be able to detect mp3 files < 4096 bytes
35930
35931 2004-05-06  Wim Taymans  <wim@fluendo.com>
35932
35933         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35934         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35935         (theora_enc_set_property), (theora_enc_get_property):
35936         Also encode the first frame, cleanup some code.
35937
35938 2004-05-06  Wim Taymans  <wim@fluendo.com>
35939
35940         * ext/mpeg2enc/gstmpeg2enc.cc:
35941         Forward events first before deciding that negotiation was
35942         not performed.
35943
35944 2004-05-06  Wim Taymans  <wim@fluendo.com>
35945
35946         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35947         First process the events before deciding that negotiation
35948         was not performed.
35949
35950 2004-05-06  Wim Taymans  <wim@fluendo.com>
35951
35952         * ext/theora/Makefile.am:
35953         * ext/theora/theora.c: (plugin_init):
35954         * ext/theora/theoradec.c: (theora_dec_change_state):
35955         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35956         (gst_theora_enc_class_init), (gst_theora_enc_init),
35957         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35958         (theora_enc_chain), (theora_enc_change_state),
35959         (theora_enc_set_property), (theora_enc_get_property):
35960         Added a theora encoder, grouped the encoder and decoder into the
35961         same plugin.
35962
35963 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35964
35965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35966         (gst_jpegenc_chain):
35967         fix DURATION on outgoing buffers
35968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35969         debug using time formats
35970         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35972         (gst_xvimagesink_sink_link):
35973         windows with width/height 0 generate X errors, so don't allow them
35974
35975 2004-05-05  Wim Taymans  <wim@fluendo.com>
35976
35977         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35978         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35979         (gst_mpeg2dec_negotiate_format):
35980         * ext/mpeg2dec/gstmpeg2dec.h:
35981           removed the static pad template so that we can add the
35982           more accurate framerate value to the caps.
35983
35984
35985 2004-05-04  Benjamin Otte  <otte@gnome.org>
35986
35987         * configure.ac:
35988           check for kdemacros.h, too (should fix #141821)
35989         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35990           don't crash if no header was sent, but nicely error out (fixes part
35991           of #141554)
35992
35993 2004-05-04  Wim Taymans  <wim@fluendo.com>
35994
35995         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35996         parent dispose function to avoid segfault on destroy.
35997
35998 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35999
36000         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36001         (plugin_init):
36002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36003         (gst_xvimagesink_sink_link):
36004         clean up debugging caps
36005         also recreate xvimage when format has changed
36006
36007 2004-05-04  Benjamin Otte  <otte@gnome.org>
36008
36009         * ext/libvisual/Makefile.am:
36010         * ext/libvisual/visual.c: (gst_visual_class_init),
36011         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36012         (gst_visual_srclink), (gst_visual_chain),
36013         (gst_visual_change_state), (plugin_init):
36014           use a GstAdapter to correctly adapt buffer sizes - allows using a
36015           framerate
36016
36017 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36018
36019         * sys/v4l/gstv4lelement.h:
36020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36022         (gst_v4lsrc_buffer_free):
36023         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36025         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36026         (gst_v4lsrc_requeue_frame):
36027         move some debugging categories around
36028         query for fps index and set accordingly if found
36029
36030 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36031
36032         * ext/lame/gstlame.c:
36033         correct defaults that lame_init puts out of range
36034
36035 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36036
36037         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36038         (gst_divxenc_class_init):
36039         fix range since -1 is the default
36040         * gst/mpeg1sys/gstmpeg1systemencode.c:
36041         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36042         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36043         (gst_rtjpegdec_chain):
36044         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36045         (gst_rtjpegenc_chain):
36046         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36047         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36048         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36049         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36050         * sys/v4l/gstv4lsrc.c:
36051         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36052         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36053         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36054         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36055         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36056           remove gst_info calls
36057
36058 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36059
36060         * Makefile.am:
36061         * po/af.po:
36062         * po/az.po:
36063         * po/en_GB.po:
36064         * po/nl.po:
36065         * po/sr.po:
36066         * po/sv.po:
36067           Updated translations
36068
36069 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36070
36071         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36072           refactor/comment code
36073
36074 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36075
36076         * gst/asfdemux/Makefile.am:
36077         * gst/asfdemux/asfheaders.c:
36078         * gst/asfdemux/asfheaders.h:
36079         * gst/asfdemux/gstasf.c: (plugin_init):
36080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36081         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36082         (gst_asf_demux_setup_pad):
36083         * gst/asfdemux/gstasfdemux.h:
36084         * gst/asfdemux/gstasfmux.c:
36085         * gst/asfdemux/gstasfmux.h:
36086           Add tagging support to demuxer, split out registration in its own
36087           file instead of in demux (hacky), and prevent having some tables
36088           in our memory multiple times (in asfheaders.h).
36089
36090 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36091
36092         * gst/matroska/matroska-demux.c:
36093         (gst_matroska_demux_parse_metadata):
36094         * gst/matroska/matroska-ids.h:
36095           Basic tag reading support.
36096
36097 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36098
36099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36100           Really detect ac-3 audio.
36101         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36102           really detect matroska files (off-by-1).
36103
36104 2004-04-30  David Schleef  <ds@schleef.org>
36105
36106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36107         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36108         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36109         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36110         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36111         hackage -- parse a lot more atoms, extract a few tags.  One might even
36112         mistake this for tag support.  Maybe it is.
36113         * gst/qtdemux/qtdemux.h:
36114
36115 2004-04-30  Colin Walters  <walters@verbum.org>
36116
36117         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36118
36119 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36122         (gst_ffmpegcolorspace_getcaps):
36123           remove broken nego fix
36124
36125 2004-04-30  Benjamin Otte  <otte@gnome.org>
36126
36127         * configure.ac:
36128         * ext/Makefile.am:
36129         * ext/libvisual/Makefile.am:
36130         * ext/libvisual/visual.c:
36131           add initial support for libvisual (http://libvisual.sourceforge.net)
36132           libvisual is still quite alpha, so expect crashes in there :)
36133
36134 2004-04-29  David Schleef  <ds@schleef.org>
36135
36136         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36137         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36138         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36139         code; you will no longer respect me.
36140
36141 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36142
36143         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36144         * ext/alsa/gstalsa.h :
36145         change alsa pcm device discovery to find more than 1 device
36146         per card. code review by Ronald.
36147
36148 2004-04-29  David Schleef  <ds@schleef.org>
36149
36150         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36151         Add a check for a driver bug on FreeBSD.  (bug #140565)
36152
36153 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36154
36155         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36156         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36157         (gst_jpegenc_getcaps):
36158           move format setting to inner loop
36159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36160         (gst_ffmpegcolorspace_getcaps):
36161           use GST_PAD_CAPS if available so that we use already negotiated
36162           caps
36163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36164         (qtdemux_parse_moov), (qtdemux_parse):
36165           extra debugging
36166         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36167         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36168           move hardcoded path to DEFINE
36169
36170 2004-04-28  David Schleef  <ds@schleef.org>
36171
36172         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36173         (bug #140064)
36174
36175 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36176
36177         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36178           Don't probe for playback device if we're a source element. Fixes
36179           #139658.
36180
36181 2004-04-29  Benjamin Otte  <otte@gnome.org>
36182
36183         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36184         (gst_id3_tag_chain):
36185           rewrite buffer offset
36186
36187 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36188
36189         * configure.ac:
36190         * ext/Makefile.am:
36191         * ext/dts/Makefile.am:
36192         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36193         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36194         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36195         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36196         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36197         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36198         (plugin_init):
36199         * ext/dts/gstdtsdec.h:
36200           New DTS decoder.
36201         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36202         (gst_faad_srcconnect):
36203           Add ESDS atom handling (.m4a).
36204
36205 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36206
36207         * ext/divx/gstdivxdec.c: (plugin_init):
36208           Remove comment that makes no sense.
36209         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36210           Fix for obvious typo that resulted in warnings during gst-register.
36211         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36212         (gst_xviddec_sink_link):
36213           Fix caps negotiation a bit better.
36214         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36215           We call this 'codec_data', not 'esds'.
36216
36217 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36218
36219         * gst/monoscope/gstmonoscope.c:
36220           make sure we only provide 256x128
36221         * gst/monoscope/monoscope.c: (monoscope_init):
36222           assert size of 256x128
36223
36224 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36225
36226         * Makefile.am:
36227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36228         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36229           fixate to max width and height of device
36230
36231 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36232
36233         * Makefile.am:
36234         * sys/v4l/gstv4l.c:
36235         * sys/v4l/gstv4lsrc.c:
36236         * sys/v4l/v4l_calls.c:
36237         * sys/v4l/v4lsrc_calls.c:
36238           fix for qc-usb driver which fakes having more than one buffer
36239           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36240           buffer_free override
36241           add debugging
36242
36243 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36244
36245         * Makefile.am:
36246         * gst/videotestsrc/gstvideotestsrc.c:
36247         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36248         (gst_videotestsrc_init), (gst_videotestsrc_get),
36249         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36250         * gst/videotestsrc/gstvideotestsrc.h:
36251           add num-buffers property
36252
36253         2004-04-26  Benjamin Otte  <otte@gnome.org>
36254
36255         * ext/mad/gstid3tag.c: (plugin_init):
36256           set id3mux rank to NONE so it doesn't confuse spider
36257           require audio/mpeg,mpegversion=1 in id3mux
36258
36259 2004-04-26  Benjamin Otte  <otte@gnome.org>
36260
36261         * configure.ac:
36262           detect faad correctly as non-working if it's indeed non-working
36263
36264 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36265
36266         * Makefile.am:
36267         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36268         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36269         fix _getcaps so it only negotiates to its supported format
36270
36271 2004-04-25  Benjamin Otte  <otte@gnome.org>
36272
36273         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36274           fix memleak
36275
36276 2004-04-23  Benjamin Otte  <otte@gnome.org>
36277
36278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36279           audio/x-raw-int with height rules! not. Now it's depth.
36280
36281 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36282
36283         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36284         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36285         (gst_wavparse_loop):
36286           Missing variable initialization. Add handling of DVI ADPCM. Fix
36287           mis-parsing of LIST chunks. This works around a bug where we mis-
36288           parse non-aligning LIST chunks (so LIST chunks where the contents
36289           don't align with the actual LIST size). The correct fix is to use
36290           rifflib, I'm not going to fix wavparse - too much work. All this
36291           fixes #104878.
36292
36293 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36294
36295         reviewed by Benjamin Otte  <otte@gnome.org>
36296
36297         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36298           fix shoutcast not working (fixes #140844)
36299
36300 2004-04-22  Benjamin Otte  <otte@gnome.org>
36301
36302         * ext/hermes/gsthermescolorspace.c:
36303         (gst_hermes_colorspace_caps_remove_format_info):
36304         * gst/colorspace/gstcolorspace.c:
36305         (gst_colorspace_caps_remove_format_info):
36306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36307         (gst_ffmpegcolorspace_caps_remove_format_info):
36308           s/gst_caps_simplify/gst_caps_do_simplify/
36309
36310 2004-04-22  Benjamin Otte  <otte@gnome.org>
36311
36312         * gst-libs/gst/riff/riff-media.c:
36313         (gst_riff_create_video_caps_with_data):
36314           mpegversion is an int
36315         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36316           don't try to create pad templates with NULL caps, use any caps
36317           instead.
36318
36319 2004-04-20  David Schleef  <ds@schleef.org>
36320
36321         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36322         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36323         (bug #140384)
36324
36325 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36326
36327         reviewed by David Schleef
36328
36329         * ext/mad/gstid3tag.c: Add stdlib.h
36330         * gst/rtp/gstrtpgsmenc.c: same
36331         * gst/tags/gstid3tag.c: same
36332         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36333         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36334         GST_DISABLE_LOADSAVE use.
36335         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36336         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36337         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36338         atol(3)).
36339         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36340         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36341         strtoul(3)).
36342         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36343         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36344         $(ID3_CFLAGS).
36345         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36346         $(LIBFAME_CFLAGS).
36347
36348 2004-04-20  David Schleef  <ds@schleef.org>
36349
36350         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36351         last checkin.  Same idea.
36352
36353 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36354
36355         reviewed by David Schleef
36356
36357         * configure.ac: bump required gstreamer version to 0.8.1.1
36358         because of following changes [--ds]
36359
36360         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36361         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36362         (gst_riff_read_header):  Use GST_READ_UINT*
36363         macros to access possibly unaligned memory.
36364
36365         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36366         (mp3_type_find):  Use GST_READ_UINT*
36367         macros to access possibly unaligned memory.
36368         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36369         (speex_type_find): Likewise
36370
36371         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36372
36373         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36374         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36375         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36376         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36377         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36378         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36379         macros to access possibly unaligned memory.
36380
36381         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36382         Likewise.
36383
36384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36385         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36386
36387         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36388         Likewise.
36389
36390         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36391         (gst_mpeg2subt_chain_subtitle): Likewise.
36392
36393         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36394         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36395         Likewise.
36396
36397         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36398         Likewise.
36399
36400         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36401         Likewise.
36402
36403         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36404         Likewise.
36405
36406 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36407
36408         * configure.ac:
36409           update required version of GStreamer because of GST_TIME_FORMAT
36410
36411 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36412
36413         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36414           remove leftover g_print
36415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36416           don't try setting only a subset of the caps. We don't want to kill
36417           autoplugging on purpose
36418
36419 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36420
36421         * sys/ximage/ximagesink.c: (plugin_init):
36422         * sys/xvimage/xvimagesink.c: (plugin_init):
36423           add debugging categories
36424
36425 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36426
36427         * po/en_GB.po:
36428         * po/LINGUAS:
36429           Adding en_GB translation (Gareth Owen)
36430
36431 2004-04-20  David Schleef  <ds@schleef.org>
36432
36433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36434         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36435         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36436         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36437         A number of new features and hacks to extract the esds atom and
36438         put it into the caps.  (bug #137724)
36439
36440 2004-04-19  David Schleef  <ds@schleef.org>
36441
36442         * gconf/Makefile.am: Fix for non-GNU make
36443         * gst-libs/gst/Makefile.am: Change directory order to handle
36444         GstPlay linking with gstinterfaces
36445         * gst-libs/gst/audio/make_filter: make use of tr portable
36446         * gst-libs/gst/play/Makefile.am: Add intended \
36447         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36448         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36449         function prototype instead of void *.
36450         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36451         macro.
36452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36453         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36454         * gst/videofilter/make_filter: make use of tr portable
36455         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36456
36457 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36458
36459         * po/LINGUAS:
36460         * po/uk.po:
36461           Added Ukrainian translation (Maxim V. Dziumanenko)
36462
36463 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36464
36465         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36466         (gst_gsmdec_link), (gst_gsmdec_chain):
36467           Fix capsnego, simplify chain function slightly.
36468         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36469           Add GSM.
36470
36471 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36472
36473         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36474         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36475         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36476           Hack to make wavparse work with spider (always -> sometimes pad).
36477           Fixes #135862 && #140411.
36478
36479 2004-04-18  Benjamin Otte  <otte@gnome.org>
36480
36481         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36482         (gst_osselement_rate_probe_check),
36483         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36484           get rid of \n in debug output
36485
36486 2004-04-17  Iain <iain@prettypeople.org>
36487
36488         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36489         not just EOS.
36490
36491 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36492
36493         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36494         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36495         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36496         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36497         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36498         (gst_id3_tag_change_state), (plugin_init):
36499           deprecate id3tag element and replace with id3demux/id3mux.
36500           great side effect: this ugly file is now even uglier, yay!
36501         * ext/mad/gstmad.h:
36502           remove non-available function
36503           update for new get_type
36504
36505 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36506
36507         * configure.ac:
36508           require mpeg2dec >= 0.4.0
36509
36510 2004-04-17  Benjamin Otte  <otte@gnome.org>
36511
36512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36513         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36514         (gst_xvimagesink_set_xwindow_id):
36515           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36516           assorted cleanup fixes.
36517
36518 2004-04-16  David Schleef  <ds@schleef.org>
36519
36520         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36521         * sys/xvimage/xvimagesink.h: same
36522
36523 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36524
36525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36526           Fix GST_ELEMENT_ERROR with (NULL)
36527
36528 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36529
36530         * gst-libs/gst/riff/riff-media.c:
36531         (gst_riff_create_video_caps_with_data):
36532           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36533
36534 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36535
36536         * gst-libs/gst/riff/riff-media.c:
36537         (gst_riff_create_video_caps_with_data),
36538         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36539         (gst_riff_create_video_template_caps),
36540         (gst_riff_create_audio_template_caps):
36541         * gst-libs/gst/riff/riff-media.h:
36542         * gst-libs/gst/riff/riff-read.c:
36543         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36544         * gst-libs/gst/riff/riff-read.h:
36545         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36546           Add MS RLE support. I added some functions to read out strf chunks
36547           into strf chunks and the data behind it. This is usually color
36548           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36549           caps creation. Lastly, add ADPCM (similar to wavparse - which
36550           should eventually be rifflib based).
36551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36552         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36553         * gst/matroska/matroska-demux.h:
36554           Remove placeholders for some prehistoric tagging system. Didn't add
36555           support for any tag system really anyway.
36556         * gst/qtdemux/qtdemux.c:
36557           Add support for audio/x-m4a (MPEG-4) through spider.
36558         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36559         (gst_wavparse_loop):
36560           ADPCM support (#135862). Increase max. buffer size because we
36561           cannot split buffers for ADPCM (screws references) and I've seen
36562           files with 2048 byte chunks. 4096 seems safe for now.
36563
36564 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * configure.ac: bump nano to 1
36567
36568 === release 0.8.1 ===
36569
36570 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36571
36572         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36573
36574 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36575
36576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36577           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36578           Fixes #140058
36579
36580 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36581
36582         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36583           lower rank of dvddemux so that it's not used for mpeg playback.
36584
36585 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36586
36587         * configure.ac:
36588           save libs correctly when checking mad
36589
36590 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36591
36592         * ext/mad/gstid3tag.c: (plugin_init):
36593           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36594
36595 2004-04-13  David Schleef  <ds@schleef.org>
36596
36597         * common/m4/gst-feature.m4: Call -config scripts with
36598         --plugin-libs if it is supported.
36599         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36600         JPEG images are image/jpeg.
36601         * gst/debug/Makefile.am:
36602         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36603         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36604         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36605         (gst_negotiation_plugin_init): Add a property that acts like
36606         filter caps.
36607         * testsuite/gst-lint:  Move license checking to be a standard
36608         test.
36609
36610 2004-04-13  David Schleef  <ds@schleef.org>
36611
36612         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36613         patch from Sebastien Cote (bug #139958)
36614
36615 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36616
36617         * examples/gstplay/Makefile.am:
36618         * examples/gstplay/player.c: (main):
36619           make the commandline player example use gconf settings
36620
36621 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36622
36623         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36624         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36625         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36626           init/end library during state transition, not object
36627           creation/disposal.  get rid of custom dispose handler.
36628
36629
36630 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36631
36632         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36633         be a symlink
36634
36635 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36636
36637         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36638           Handle JUNK chunks inside data section. Prevents warnings.
36639
36640 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36641
36642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36643         (gst_riff_create_video_template_caps):
36644           Add MS video v1.
36645         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36646         (gst_avi_demux_stream_data):
36647           Add support for "rec-list" chunks.
36648
36649 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36650
36651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36652           Fix another codecname mismatch.
36653
36654 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36655
36656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36657           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36658           so that MJPEG plays back.
36659
36660 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36661
36662         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36663         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36664         * gst/mpeg1videoparse/gstmp1videoparse.h:
36665           Fix for some slight mis-cuts in buffer parsing, and for some
36666           potential overflows or faults-causers. Adds disconts. Also fixes
36667           #139105 while we're at it.
36668
36669 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36670
36671         * configure.ac:
36672         * sys/v4l2/gstv4l2element.h:
36673           Workaround for missing struct v4l2_buffer declaration in Suse 9
36674           and Mandrake 10 linux/videodev2.h header file (#135919).
36675
36676 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36677
36678         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36679           Bail out if no filename was given.
36680
36681 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36682
36683         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36684         (gst_v4l2_fourcc_from_structure):
36685           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36686           Y41B somewhere).
36687
36688 2004-04-09  Benjamin Otte  <otte@gnome.org>
36689
36690         * ext/gnomevfs/gstgnomevfssink.c:
36691         (_gst_boolean_allow_overwrite_accumulator),
36692         (gst_gnomevfssink_class_init):
36693           fix erase signal - if any handler returns false the file will not be
36694           overwritten. If no handler is connected, the file will not be
36695           overwritten either.
36696           renamed signal to "allow-overwrite"
36697         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36698           free string when adding it to ID3 failed
36699         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36700           unref event when done
36701         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36702           free caps
36703         * gst/typefind/gsttypefindfunctions.c:
36704         (mpeg_video_stream_type_find):
36705           fix invalid read
36706
36707 2004-04-08  David Schleef  <ds@schleef.org>
36708
36709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36710         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36711
36712 2004-04-08  David Schleef  <ds@schleef.org>
36713
36714         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36715         we don't support (bug #139532)
36716
36717 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36718
36719         * ext/mad/gstmad.c: (gst_mad_handle_event),
36720         (gst_mad_check_caps_reset), (gst_mad_chain),
36721         (gst_mad_change_state):
36722           only set explicit caps if they haven't been set before for
36723           this stream.  MPEG-audio sample rate/channels aren't allowed
36724           to change in-stream.
36725           Fixes #139382
36726
36727 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36728
36729         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36730         (_gst_boolean_did_something_accumulator),
36731         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36732         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36733         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36734         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36735         (gst_gnomevfssink_change_state):
36736           Fix erase signal. Don't erase by default. Remove handoff signal.
36737           Remove erase property. Don't segfault. General cleanup.
36738
36739 2004-04-07  Benjamin Otte  <otte@gnome.org>
36740
36741         * gst-libs/gst/gconf/test-gconf.c: (main):
36742           add missing gst_init
36743
36744 2004-04-07  Benjamin Otte  <otte@gnome.org>
36745
36746         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36747           free the mutexes, too
36748
36749 2004-04-07  Benjamin Otte  <otte@gnome.org>
36750
36751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36752           actually free the URI string
36753         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36754           compute offset correctly when passing discont events
36755         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36756           don't leak discont events
36757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36758           add some missing breaks so caps aren't copied randomly
36759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36760           if we realloc memory, we better use it
36761
36762 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36763
36764         * ext/mad/gstmad.c: (normal_seek):
36765           fix GST_FORMAT_TIME usage
36766
36767 2004-04-05  David Schleef  <ds@schleef.org>
36768
36769         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36770         a deprecated function (hack!)
36771
36772 2004-04-05  Benjamin Otte  <otte@gnome.org>
36773
36774         * ext/esd/esdmon.c: (gst_esdmon_get):
36775           fix nonterminated vararg and memleak
36776
36777 2004-04-05  Benjamin Otte  <otte@gnome.org>
36778
36779         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36780         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36781         (gst_ladspa_set_property), (gst_ladspa_get_property),
36782         (gst_ladspa_instantiate), (gst_ladspa_activate),
36783         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36784           clean up debugging
36785
36786 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36787
36788         reviewed by Benjamin Otte  <otte@gnome.org>
36789
36790         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36791           check for broken LADSPA parameters (fixes #138635)
36792
36793 2004-04-05  Benjamin Otte  <otte@gnome.org>
36794
36795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36796           advertise buffer-frames correctly on sinkpads
36797
36798 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36799
36800         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36801         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36802         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36803         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36804         (gst_mad_check_caps_reset), (gst_mad_chain):
36805         add more debugging, only reset caps when we're not in error state
36806
36807 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36808
36809         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36810
36811 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36812
36813         reviewed by Benjamin Otte  <otte@gnome.org>
36814
36815         * configure.ac:
36816           fix == in test(1) operator
36817
36818 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36819
36820         reviewed by Benjamin Otte  <otte@gnome.org>
36821
36822         * configure.ac:
36823           fix --export-symblos-regex to a working regex.
36824
36825 2004-04-04  Benjamin Otte  <otte@gnome.org>
36826
36827         * sys/oss/.cvsignore:
36828           add for oss_probe
36829
36830 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36831
36832         reviewed by Benjamin Otte  <otte@gnome.org>
36833
36834         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36835           add missing 'new_media' argument (fixes #138168)
36836         * gst/matroska/matroska-demux.c:
36837         (gst_matroska_demux_handle_seek_event):
36838           add vararg terminator (fixes #138169)
36839
36840 2004-04-02  David Schleef  <ds@schleef.org>
36841
36842         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36843         disted (bug #138914)
36844
36845 2004-04-01  Benjamin Otte  <otte@gnome.org>
36846
36847         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36848         (gst_alsa_close_audio):
36849           handle case better where a soundcard can't pause
36850         * ext/ogg/gstoggdemux.c:
36851           don't crash when we get events but don't have pads yet
36852
36853 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36854
36855         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36856           throw an error if we couldn't probe any caps.
36857
36858 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36859
36860         * ext/dvdnav/gst-dvd:
36861         Add a really simple sample DVD player
36862
36863 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36864
36865         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36866         (gst_a52dec_push), (gst_a52dec_handle_event),
36867         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36868         (gst_a52dec_change_state):
36869         * ext/a52dec/gsta52dec.h:
36870           Use a debug category, Output timestamps correctly
36871           Emit tag info, Handle events, tell liba52dec about cpu
36872           capabilities so it can use MMX etc.
36873         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36874           Fix a crasher accessing invalid memory
36875         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36876         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36877         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36878         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36879         (dvdnavsrc_query):
36880           Some support for byte-format seeking.
36881           Small fixes for still frames and menu button overlays
36882         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36883         (gst_mpeg2dec_alloc_buffer):
36884           Use a debug category. Adjust the report level of several items to
36885           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36886           so it doesn't lose the GstBuffer pointer
36887         * gst/debug/Makefile.am:
36888         * gst/debug/gstdebug.c: (plugin_init):
36889         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36890         (gst_navseek_base_init), (gst_navseek_class_init),
36891         (gst_navseek_init), (gst_navseek_seek),
36892         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36893         (gst_navseek_get_property), (gst_navseek_chain),
36894         (gst_navseek_plugin_init):
36895         * gst/debug/gstnavseek.h:
36896           Add the navseek debug element for seeking back and forth in a
36897           video stream using arrow keys.
36898         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36899         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36900         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36901         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36902         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36903         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36904         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36905         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36906         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36907         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36908         * gst/mpeg2sub/gstmpeg2subt.h:
36909           Pretty much a complete rewrite. Now a loopbased element. May still
36910           require work to properly synchronise subtitle buffers.
36911         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36912         (gst_dvd_demux_send_subbuffer):
36913         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36914           Don't attempt to create subbuffers of size 0
36915           Reduce a couple of error outputs to warnings.
36916         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36917         (gst_y4mencode_chain):
36918         Output the y4m frame header correctly.
36919
36920 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36921
36922         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36923           throw errors instead of allowing SIGFPE
36924
36925 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36926
36927         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36928         (gst_gconf_render_bin_from_key):
36929           leak plugging and style fixing
36930
36931 2004-03-31  David Schleef  <ds@schleef.org>
36932
36933         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36934         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36935         (bug #138225)
36936         * gst/debug/Makefile.am:
36937         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36938         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36939         plugin.
36940         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36941         (gst_negotiation_base_init), (gst_negotiation_class_init),
36942         (gst_negotiation_init), (gst_negotiation_getcaps),
36943         (gst_negotiation_pad_link), (gst_negotiation_chain),
36944         (gst_negotiation_set_property), (gst_negotiation_get_property),
36945         (gst_negotiation_plugin_init):  New element to talk about random
36946         negotiation things happening in a pipeline.
36947
36948 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36949
36950         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36951           fix integer addition with help of Stefan Kost
36952
36953 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36954
36955         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36956
36957 2004-03-30  David Schleef  <ds@schleef.org>
36958
36959         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36960         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36961         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36962         (bug #137504)
36963         * ext/mpeg2dec/gstmpeg2dec.h:
36964
36965 2004-03-30  David Schleef  <ds@schleef.org>
36966
36967         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36968
36969 2004-03-30  David Schleef  <ds@schleef.org>
36970
36971         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36972         Michael Petullo) to handle .mov
36973
36974 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36975
36976         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36977         (gst_osselement_rate_check_rate):
36978           probe caps correctly for sound cards that only support one format
36979
36980 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36981
36982         * ext/kio/kiosrc.cpp: (process_events):
36983           update handling event processing if inside KDE - untested
36984
36985 2004-03-29  David Schleef  <ds@schleef.org>
36986
36987         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36988         by 2 to not interfere with other colorspaces.
36989         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36990         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36991         one to not interfere with ffmpeg_colorspace.
36992
36993 2004-03-29  David Schleef  <ds@schleef.org>
36994
36995         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36996         aren't in the caps.
36997         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36998         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36999
37000 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37001
37002         * gst-libs/gst/riff/riff-media.c:
37003           fail on error, don't try to set stuff on NULL caps
37004
37005 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37006
37007         * configure.ac:
37008         * ext/Makefile.am:
37009         * ext/kio/Makefile.am:
37010         * ext/kio/kioreceiver.cpp:
37011         * ext/kio/kioreceiver.h:
37012         * ext/kio/kiosrc.cpp:
37013         * ext/kio/kiosrc.h:
37014           add experimental kiosrc plugin
37015         * ext/alsa/gstalsaplugin.c: (plugin_init):
37016           initialize debugging category only when we're sure registering the
37017           plugins worked.
37018
37019 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37020
37021         * examples/gstplay/player.c: (main):
37022         * gst-libs/gst/play/play.c: (gst_play_class_init),
37023         (gst_play_set_location), (gst_play_set_data_src),
37024         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37025         (gst_play_set_visualization), (gst_play_connect_visualization):
37026           check return values of element_set_state and return FALSE where
37027           failed
37028
37029 2004-03-29  Benjamin Otte  <otte@gnome.org>
37030
37031         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37032           try harder to check if an event is really a discont
37033
37034 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37035
37036         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37037         * po/az.po:
37038
37039 2004-03-28  Benjamin Otte  <otte@gnome.org>
37040
37041         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37043         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37044           get rid of non-standard "..." ranges in case statements.
37045
37046 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37047
37048         * gst/mpegstream/gstmpegdemux.c:
37049         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37050         specific functionality split to the new dvddemux element.
37051         * gst/mpegstream/gstdvddemux.c:
37052         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37053         streams, derived from mpegdemux.
37054         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37055         up. SCR based timestamp rewriting can be turned off (will probably
37056         completely disappear soon).
37057         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37058         hacking. General cleanup. All printf statements replaced by
37059         debugging messages. Almost complete libdvdnav support.
37060         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37061         by events. New properties for audio and subpicture languages.
37062         (dvdnavsrc_update_highlight): Now uses events.
37063         (dvdnavsrc_user_op): Cleaned up.
37064         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37065         based). Lots of cleanup, and propper support for most libdvdnav
37066         events.
37067         (dvdnavsrc_make_dvd_event): New function.
37068         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37069         (dvdnavsrc_make_clut_change_event): New function.
37070
37071 2004-03-26  Benjamin Otte  <otte@gnome.org>
37072
37073         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37074           fix bug where typefinding would claim it's theora whenever less then
37075           7 bytes of data were available
37076
37077 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37078
37079         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37080         (gst_alawdec_base_init), (gst_alawdec_class_init),
37081         (gst_alawdec_init), (gst_alawdec_chain):
37082         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37083         (gst_alawenc_base_init), (gst_alawenc_class_init),
37084         (gst_alawenc_init), (gst_alawenc_chain):
37085         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37086         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37087         (gst_mulawdec_init), (gst_mulawdec_chain):
37088         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37089         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37090         (gst_mulawenc_init), (gst_mulawenc_chain):
37091           Fix capsnego in all four, remove the unused property functions and
37092           simplify the chain functions slightly. I guess we could use macros
37093           or something similar for those, since the code is so similar, but
37094           I'm currently too lazy...
37095
37096 2004-03-24  David Schleef  <ds@schleef.org>
37097
37098         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37099         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37100         (gst_osselement_get_format_structure),
37101         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37102         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37103         (gst_osselement_rate_int_compare): Add code to handle rate probing
37104         (bug #120883)
37105         * sys/oss/gstosselement.h: same
37106         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37107         Use rate probing provided by osselement.
37108         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37109
37110 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37111
37112         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37113         (gst_xvidenc_get_property):
37114           ulong/int mess-up.
37115
37116 2004-03-24  David Schleef  <ds@schleef.org>
37117
37118         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37119         (gst_speexdec_init):
37120         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37121         (gst_speexenc_init):  Create the pad template correctly (from
37122         the static pad template, not a NULL pointer.)
37123
37124 2004-03-25  Benjamin Otte  <otte@gnome.org>
37125
37126         * gst/debug/Makefile.am:
37127         * gst/debug/breakmydata.c:
37128           add element that quasi-randomly changes bytes in the stream.
37129           Intended use is robustness checking of demuxers and decoders in
37130           media tests.
37131
37132 2004-03-24  Benjamin Otte  <otte@gnome.org>
37133
37134         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37135         (gst_alsa_probe_hw_params):
37136         * ext/alsa/gstalsa.h:
37137           debugging output fixes
37138
37139 2004-03-24  Benjamin Otte  <otte@gnome.org>
37140
37141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37142           don't g_return_if_fail if element is PLAYING, fail silently as every
37143           other element.
37144         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37145           only fix needed for cast lvalue issues in gst-plugins
37146         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37147           add proxy_getcaps
37148
37149 2004-03-24  Benjamin Otte  <otte@gnome.org>
37150
37151         * gst/level/gstlevel.c: (gst_level_init):
37152           add proxying getcaps function, so level doesn't advertise impossible
37153           caps
37154
37155 2004-03-24  David Schleef  <ds@schleef.org>
37156
37157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37158         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37159         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37160         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37161         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37162         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37163         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37164         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37165         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37166         messages.  Divide the chunk size by the compression ratio
37167         (needed for MACE audio)
37168
37169 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37170
37171         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37172           Fix buffer overflow read error.
37173
37174 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37175
37176         * ext/alsa/gstalsa.h:
37177           Remove unused entry.
37178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37179           Add cinepak.
37180         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37181         (gst_videodrop_link), (gst_videodrop_chain):
37182           Fix, sort of. Was horribly broken with new capsnego. Bah...
37183
37184 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37185
37186         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37187         (plugin_init):
37188         Add a monkeysaudio typefind function
37189
37190 2004-03-23  Johan Dahlin  <johan@gnome.org>
37191
37192         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37193         (gst_play_video_fixate): Check so the structure has the field
37194         before trying to fixate them, this makes it possible to have
37195         fakesinks for video and audio output without printing errors on
37196         the output console.
37197
37198 2004-03-22  David Schleef  <ds@schleef.org>
37199
37200         * sys/oss/Makefile.am:
37201         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37202         (check_rate), (add_rate):  Rate probing test app.
37203
37204 2004-03-21  Benjamin Otte  <otte@gnome.org>
37205
37206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37207         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37208           add a fixation function that pretty much does the right thing (fixes
37209           #137556)
37210
37211 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37212
37213         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37214
37215 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37216
37217         reviewed by: Benjamin Otte  <otte@gnome.org>
37218
37219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37220           terminate gst_event_new_discontinuous correctly (fixes parts of
37221           #137711)
37222
37223 2004-03-19  David Schleef  <ds@schleef.org>
37224
37225         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37226         since it doesn't depend on X, and it's part of our ABI.
37227
37228 2004-03-19  Iain <iain@prettypeople.org>
37229
37230         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37231         is_int in the structure, not the local variable.
37232
37233 2004-03-19  David Schleef  <ds@schleef.org>
37234
37235         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37236         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37237         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37238         Improvements in caps negotiation.
37239
37240 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37241
37242         * po/LINGUAS:
37243         * po/af.po:
37244           adding Afrikaans (Petri Jooste)
37245
37246 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37247
37248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37249         (gst_ffmpegcolorspace_chain):
37250         throw error instead of g_critical (#137588)
37251
37252 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37253
37254         * Makefile.am:
37255         * configure.ac:
37256           dist common and m4 correctly
37257         * po/sv.po:
37258
37259 2004-03-17  David Schleef  <ds@schleef.org>
37260
37261         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37262         (bug #137348)
37263
37264 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37265
37266         * po/LINGUAS:
37267         * po/sv.po:
37268           adding Swedish translation (Christian Rose)
37269
37270 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37271
37272         * Makefile.am: use release.mak
37273
37274 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37275
37276         * common/ChangeLog:
37277         * common/gst-autogen.sh:
37278           add some explanation about the version detection
37279         * configure.ac:
37280           fix X check
37281
37282 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37283
37284         * configure.ac: bump nano to 1
37285
37286 === release 0.8.0 ===
37287
37288 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37289
37290         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37291
37292 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37293
37294         * configure.ac:
37295           update libtool version
37296         * gst-libs/gst/media-info/Makefile.am:
37297           actually use libtool version
37298
37299 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37300
37301         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37302
37303 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * configure.ac:
37306         * gst-plugins.spec.in:
37307         * pkgconfig/Makefile.am:
37308         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37309         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37310         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37311         * pkgconfig/gstreamer-libs.pc.in:
37312         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37313         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37314         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37315         * pkgconfig/gstreamer-plugins.pc.in:
37316           remove @VERSION@ from some of the pc files since core and plugins
37317           are decoupled.
37318           created gstreamer-plugins.pc as it's a better name, but keeping
37319           -libs around for now to get fixes upstream done first.
37320
37321 2004-03-15  Julien MOUTTE <julien@moutte.net>
37322
37323         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37324         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37325         * gst-libs/gst/play/play.h:
37326
37327 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37328
37329         * *.c, *.cc: don't mix tabs and spaces
37330
37331 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37332
37333         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37334           use the new ffmpegcolorspace
37335         * gst-plugins.spec.in:
37336           package new colorspace and media-info
37337         * configure.ac:
37338         * pkgconfig/Makefile.am:
37339           fix some more disting issues
37340         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37341         * pkgconfig/gstreamer-media-info.pc.in:
37342           generate media-info pc files
37343
37344 2004-03-15  Johan Dahlin  <johan@gnome.org>
37345
37346         * *.h: Revert indenting
37347
37348 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37349
37350         * configure.ac:
37351           adding ffmpegcolorspace element
37352         * gst/ffmpegcolorspace/Makefile.am:
37353         * gst/ffmpegcolorspace/avcodec.h:
37354         * gst/ffmpegcolorspace/common.h:
37355         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37356         * gst/ffmpegcolorspace/dsputil.h:
37357         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37358         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37359         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37360         (gst_ffmpeg_caps_to_pix_fmt):
37361         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37363         (gst_ffmpegcolorspace_caps_remove_format_info),
37364         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37365         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37366         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37367         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37368         (gst_ffmpegcolorspace_set_property),
37369         (gst_ffmpegcolorspace_get_property),
37370         (gst_ffmpegcolorspace_register):
37371         * gst/ffmpegcolorspace/imgconvert.c:
37372         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37373         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37374         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37375         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37376         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37377         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37378         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37379         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37380         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37381         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37382         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37383         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37384         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37385         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37386         (img_get_alpha_info), (deinterlace_line),
37387         (deinterlace_line_inplace), (deinterlace_bottom_field),
37388         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37389         * gst/ffmpegcolorspace/imgconvert_template.h:
37390         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37391         * gst/ffmpegcolorspace/mmx.h:
37392         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37393           adding ffmpegcolorspace element supplied by Ronald after cleaning
37394           up and pulling in the right bits of upstream source.
37395           I'm sure a better C/compiler wizard could do some cleaning up (for
37396           example use GLIB's malloc stuff), but as a first pass this
37397           works very well
37398
37399 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37400
37401         * ext/alsa/gstalsa.h:
37402           I assume Ronald forgot to commit the change to have cardname
37403           as a struct member.  Expect some public spanking at the next
37404           opportunity.
37405
37406 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37407
37408         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37409         (gst_alsa_open_audio), (gst_alsa_close_audio):
37410         * ext/alsa/gstalsa.c:
37411           Don't open the device if we're a mixer (= padless).
37412         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37413         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37414         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37415           Open mixer during state change rather than during object
37416           initialization. Also, get a device name. Currently in a somewhat
37417           hackish fashion, but I didn't really find something better.
37418
37419 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37420
37421         * *.c, *.h: run gst-indent
37422
37423 2004-03-14  Benjamin Otte  <otte@gnome.org>
37424
37425         * gst/modplug/gstmodplug.cc:
37426         * gst/modplug/gstmodplug.h:
37427           set correct timestamps on outgoing buffers
37428
37429 2004-03-14  Benjamin Otte  <otte@gnome.org>
37430
37431         * gst/modplug/gstmodplug.cc:
37432           handle events - don't do crap when a discont arrives that's not
37433           necessary
37434           This allows correct loading and playback of mods in Rhythmbox
37435
37436 2004-03-14  Benjamin Otte  <otte@gnome.org>
37437
37438         * configure.ac:
37439         * gst-libs/gst/gconf/Makefile.am:
37440         * pkgconfig/Makefile.am:
37441           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37442           they get rebuilt properly
37443         * configure.ac:
37444           when checking for vorbis, try pkgconfig first.
37445         * gst/modplug/gstmodplug.cc:
37446           add fixate function
37447
37448 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37449
37450         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37451           Fix for obvious mistake, where we first shift the offset and then
37452           read a samplesize element assuming the old offset. Note that this
37453           part still has something weird, i.e. my movies containing those
37454           don't actually play well, but at least there's something that looks
37455           like sound now.
37456
37457 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37458         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37459         (plugin_init):
37460         Add a typefind function for speex format
37461
37462 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37463
37464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37465         (gst_asf_demux_setup_pad):
37466           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37467           instead of 0. Reason is simple: some elements have a fps range
37468           of 1-max instead of 0-max. So now ASF video actually works.
37469
37470 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * po/LINGUAS:
37473         * po/sr.po:
37474           adding serbian as a language
37475
37476 2004-03-13  Benjamin Otte  <otte@gnome.org>
37477
37478         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37479           return taglist correctly from _get function, don't gst_pad_push it.
37480           (fixes #137042)
37481
37482 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37483         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37484
37485 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37486
37487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37488         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37489         (gst_alsa_mixer_track_new):
37490         * ext/alsa/gstalsamixertrack.h:
37491           Fix ancient leftovers... MixerTrack is a GObject.
37492
37493 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37494
37495         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37496         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37497           Don't block during probing...
37498
37499 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37500
37501         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37502         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37503         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37504         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37505         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37506         (gst_alsa_open_audio), (gst_alsa_close_audio):
37507         * ext/alsa/gstalsa.h:
37508           Add propertyprobe interface implementation, add some device-name
37509           property, all this so that it looks good in gnome-volume-control.
37510
37511 2004-03-12  David Schleef  <ds@schleef.org>
37512
37513         * configure.ac: the Hermes library controls hermescolorspace, not
37514         colorspace.
37515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37516         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37517         not /* */
37518         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37519         * ext/sdl/sdlvideosink.h: ditto.
37520         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37521
37522 2004-03-12  Benjamin Otte  <otte@gnome.org>
37523
37524         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37525         (gst_x_overlay_got_xwindow_id):
37526         * gst-libs/gst/xoverlay/xoverlay.h:
37527           replace XID with unsigned long to get rid of the xlibs dependency in
37528           XOverlay (fixes #137004)
37529
37530 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37531         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37532         (gst_agingtv_setup):
37533         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37534         (gst_dicetv_base_init), (gst_dicetv_class_init),
37535         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37536         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37537         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37538         (gst_edgetv_setup), (gst_edgetv_rgb32):
37539         * gst/effectv/gsteffectv.c:
37540         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37541         (gst_quarktv_set_property):
37542         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37543         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37544         (gst_revtv_setup), (gst_revtv_rgb32):
37545         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37546         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37547         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37548         (gst_shagadelictv_rgb32):
37549         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37550         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37551         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37552         * gst/effectv/gstwarp.c:
37553         Port everything that can be ported to videofilter and fix up the caps.
37554         Can someone with a big-endian machine please check these?
37555
37556 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37557
37558         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37559         (gst_osssink_chain), (gst_osssink_change_state):
37560           Latest fixes for A/V sync, audio playback and such. This is about
37561           all... MPEG playback issues are mostly related to the async build-
37562           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37563
37564 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37565
37566         patch from: Stephane Loeuillet
37567
37568         * configure.ac:
37569           use pkg-config for some libraries, falling back to the old .m4 way
37570           (fixes #131270)
37571         * m4/libdv.m4:
37572           removed
37573
37574 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37575
37576         * configure.ac:
37577         * tools/Makefile.am:
37578         * tools/Makefile.in:
37579         * tools/gst-launch-ext-m.m:
37580         * tools/gst-launch-ext.1.in:
37581         * tools/gst-visualise-m.m:
37582         * tools/gst-visualise.1:
37583         * tools/gst-visualise.1.in:
37584           reorganizing generation of script tools
37585
37586 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37587
37588         * ext/divx/gstdivxdec.c:
37589           Downgrade priority. We prefer ffdec_mpeg4.
37590         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37591         (gst_faad_chain), (gst_faad_change_state):
37592           Fix capsnego. Doesn't work for some sounds because we don't have
37593           a 5:1 to stereo element.
37594         * ext/xvid/gstxvid.c: (plugin_init):
37595           Add priority.
37596         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37597         (gst_osssink_change_state):
37598           Add discont handling.
37599
37600 2004-03-09  Colin Walters  <walters@verbum.org>
37601
37602         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37603         conversion.
37604
37605 2004-03-09  Benjamin Otte  <otte@gnome.org>
37606
37607         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37608           the signals take 2 arguments
37609
37610 2004-03-09  David Schleef  <ds@schleef.org>
37611
37612         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37613         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37614         * ext/alsa/gstalsa.h:
37615         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37616
37617 2004-03-09  Benjamin Otte  <otte@gnome.org>
37618
37619         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37620         (gst_mikmod_change_state):
37621         * ext/mikmod/gstmikmod.h:
37622           make mikmod's loop function not loop infinitely and call
37623           gst_element_yield anymore
37624         * gst/modplug/gstmodplug.cc:
37625           fix pad negotiation (fixes #136590)
37626
37627 2004-03-09  David Schleef  <ds@schleef.org>
37628
37629         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37630         doesn't conflict with the internal colorspace plugin.
37631         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37632         satisfy the crappy-ass shell shipped by a certain vendor.
37633         * gst/videofilter/make_filter: same (bug #135299)
37634
37635 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37636
37637         * configure.ac: bump nano to 1
37638
37639 === release 0.7.6 ===
37640
37641 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37642
37643         * configure.in: releasing 0.7.6, "There"
37644
37645 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37646
37647         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37648         * pkgconfig/gstreamer-play.pc.in:
37649           synchronize the two
37650
37651 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37652
37653         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37654         (cdparanoia_open), (cdparanoia_event):
37655           fix/add error handling
37656         * po/POTFILES.in:
37657           add cdparanoia source
37658         * tools/Makefile.am:
37659           make scripts executable
37660
37661 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37662
37663         * configure.ac:
37664         * ext/vorbis/Makefile.am:
37665         * sys/Makefile.am:
37666           remove id3types, vorbisfile and xvideosink from the build (#133783)
37667
37668 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37669
37670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37671           Fix metadata read crash (#136537).
37672
37673 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37674
37675         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37676         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37677           adding mime types, fixing the one-stop function
37678
37679 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37680
37681         * ext/nas/nassink.c and /ext/nas/nassink.h:
37682         More NAS love from Arwed von Merkatz
37683         So lets all sing 'Can you feel the NAS tonight'
37684
37685 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37686
37687         * tools/gst-launch-ext.in:
37688         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37689
37690 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37691
37692         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37693         (gst_mpeg2dec_init):
37694         remove the user_data pad for now, because it is being used in
37695         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37696         If someone knows how to fix this properly, please do.
37697
37698 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37699
37700         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37701         (gst_osssink_get_time):
37702         add a warning, IMO this won't get triggered anymore, remove later
37703
37704 2004-03-07  David Schleef  <ds@schleef.org>
37705
37706         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37707         format (bug #136470)
37708
37709 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37710
37711         * gst-libs/Makefile.am:
37712         * gst-libs/gst/media-info/Makefile.am:
37713         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37714         (error_callback), (gst_media_info_error_create),
37715         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37716         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37717         * gst-libs/gst/media-info/media-info-priv.h:
37718         * gst-libs/gst/media-info/media-info-test.c: (main):
37719         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37720         (gst_media_info_class_init), (gst_media_info_instance_init),
37721         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37722         (gst_media_info_read_idler), (gst_media_info_read):
37723         * gst-libs/gst/media-info/media-info.h:
37724         fixed, should work now
37725
37726 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37727
37728         * ext/nas/nassink.c:
37729         A bunch of NAS fixes from Arwed von Merkatz
37730
37731 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37732
37733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37734         (qtdemux_parse_trak):
37735           Fix crash (j might be greater than n_samples, in which case we're
37736           writing outside the allocated space for the array) and memleak.
37737
37738 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37739
37740         * sys/oss/gstosssink.c: (gst_osssink_chain):
37741           And another caller that couldn't handle delay < 0 (unsigned
37742           integer overflow). Video now continues playing on an audio
37743           buffer underrun, and the clock continues working. Audio still
37744           stalls.
37745
37746 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37747
37748         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37749         (gst_osssink_get_time):
37750           get_delay() may return values lower than 0. In those cases, we
37751           should not actually cast to *unsigned* int64, that will break
37752           stuff horribly. In my case, it screwed up A/V sync in movies
37753           in totem rather badly.
37754
37755 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37756
37757         * ext/faac/gstfaac.c: (gst_faac_chain):
37758         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37759         * ext/libpng/gstpngenc.c: (user_write_data):
37760         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37761         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37762         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37763         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37764         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37765         of any buffer), should fix some leaks. I hope I didn't unref buffers
37766         that shouldn't be...
37767
37768 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37769
37770         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37771         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37772         (error_callback), (gmi_reset), (gmi_seek_to_track),
37773         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37774         (gmip_find_type_post), (gmip_find_stream_post),
37775         (gmip_find_track_streaminfo_post):
37776         * gst-libs/gst/media-info/media-info-priv.h:
37777         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37778         (info_print), (main):
37779         * gst-libs/gst/media-info/media-info.c:
37780         (gst_media_info_error_create), (gst_media_info_error_element),
37781         (gst_media_info_instance_init), (gst_media_info_get_property),
37782         (gst_media_info_new), (gst_media_info_set_source),
37783         (gst_media_info_read_idler), (gst_media_info_read):
37784         * gst-libs/gst/media-info/media-info.h:
37785           first pass at making this work again.  This seems to work on
37786           tagged ogg/vorbis and mp3 files.
37787
37788 2004-03-06  Benjamin Otte  <otte@gnome.org>
37789
37790         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37791           fix huge leak: gst_buffer_merge doesn't unref the first argument
37792           itself.
37793
37794 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37795
37796         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37797           report layer/mode/emphasis
37798
37799 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37800
37801         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37802
37803 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37804
37805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37806           signal serial
37807
37808 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37809
37810         * ext/vorbis/vorbis.c: (plugin_init):
37811         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37812         (gst_vorbis_dec_init), (vorbis_dec_event):
37813         add debug category
37814         make vorbisdec handle _BYTE and _TIME queries
37815
37816 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37817
37818         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37819           from the xing header
37820
37821 2004-03-06  Benjamin Otte  <otte@gnome.org>
37822
37823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37824         (gst_audio_convert_link), (gst_audio_convert_change_state),
37825         (gst_audio_convert_buffer_from_default_format):
37826           do conversions from/to float correctly, fix some caps nego errors,
37827           export correct supported caps in template and getcaps, use correct
37828           caps in try_set_caps functions
37829
37830 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37831
37832         For some reason, I only committed a ChangeLog entry yesterday and
37833         not the corresponding code...
37834         * ext/mad/gstmad.c: Fix detection of Xing headers
37835         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37836
37837 2004-03-06  Benjamin Otte  <otte@gnome.org>
37838
37839         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37840         (gst_ogg_demux_src_query):
37841           make sure to handle the case where there's no current chain
37842           gracefully.
37843
37844 2004-03-05  David Schleef  <ds@schleef.org>
37845
37846         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37847         Add fixate function. (bug #131128)
37848         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37849         (gst_sdlvideosink_fixate):  Add fixate function.
37850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37851         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37852         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37853         Fix missing break that was causing ulaw to be interpreted as
37854         raw int.
37855
37856 2004-03-05  David Schleef  <ds@schleef.org>
37857
37858         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37859         Fix code that ignores return value of gst_buffer_merge().
37860         (bug #114560)
37861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37862         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37863         * testsuite/gst-lint:  Check for above.
37864
37865 2004-03-05  David Schleef  <ds@schleef.org>
37866
37867         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37868         caps and throw an element error.  (bug #136334)
37869
37870 2004-03-05  David Schleef  <ds@schleef.org>
37871
37872         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37873         (gst_faad_chain): Fix negotiation.
37874         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37875         key and button events.
37876         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37877         dung heap of code.
37878         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37879         depends on gconf
37880         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37881         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37882         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37883         function to encourage better negotiation, particularly between
37884         audioconvert and osssink.
37885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37886         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37887         more important.
37888         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37889         typefinding.
37890         * gst/vbidec/vbiscreen.c:  Add glib header
37891         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37892
37893 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37894
37895         * ext/mad/gstmad.c: Fix detection of Xing headers
37896         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37897
37898 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37899
37900         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37901         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37902           debug updates
37903
37904 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37905
37906         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37907         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37908         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37909         files, and report the parsed length as a GST_TAG_DURATION tag.
37910         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37911
37912 2004-03-05  Benjamin Otte  <otte@gnome.org>
37913
37914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37915           convert channels correctly. convert correctly to unsigned.
37916
37917 2004-03-05  Julien MOUTTE <julien@moutte.net>
37918
37919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37920         we have a window before clearing it.
37921
37922 2004-03-05  Julien MOUTTE <julien@moutte.net>
37923
37924         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37925         have a window before clearing it.
37926
37927 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37928
37929         * gconf/gstreamer.schemas.in:
37930         * gst-libs/gst/gconf/Makefile.am:
37931           version installation path the same way as for 0.6
37932         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37933         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37934         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37935           remove comment that was fixed
37936
37937 2004-03-05  David Schleef  <ds@schleef.org>
37938
37939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37940         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37941         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37942         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37943         Add prototype code for handling seeking and querying.
37944
37945 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37946
37947         * examples/gstplay/player.c: (main):
37948           Initialize variables to NULL. Prevents a segfault because the
37949           (uninitialized) variable is not NULL, resulting in a crash on
37950           trying to reach error->message.
37951
37952 2004-03-05  Benjamin Otte  <otte@gnome.org>
37953
37954         * gst/audioconvert/gstaudioconvert.c:
37955         (gst_audio_convert_buffer_to_default_format):
37956         make float=>int conversion work correctly even in cornercases.
37957
37958 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37959
37960         * debian/README.Debian:
37961         * debian/build-deps:
37962         * debian/changelog:
37963         * debian/control:
37964         * debian/control.in:
37965         * debian/copyright:
37966         * debian/gstreamer-a52dec.files:
37967         * debian/gstreamer-aa.files:
37968         * debian/gstreamer-alsa.files:
37969         * debian/gstreamer-alsa.manpages:
37970         * debian/gstreamer-arts.files:
37971         * debian/gstreamer-artsd.files:
37972         * debian/gstreamer-audiofile.files:
37973         * debian/gstreamer-avifile.files:
37974         * debian/gstreamer-cdparanoia.files:
37975         * debian/gstreamer-colorspace.files:
37976         * debian/gstreamer-doc.files:
37977         * debian/gstreamer-dv.files:
37978         * debian/gstreamer-dvd.files:
37979         * debian/gstreamer-esd.files:
37980         * debian/gstreamer-festival.files:
37981         * debian/gstreamer-flac.files:
37982         * debian/gstreamer-gconf.conffiles:
37983         * debian/gstreamer-gconf.files:
37984         * debian/gstreamer-gconf.postinst:
37985         * debian/gstreamer-gnomevfs.files:
37986         * debian/gstreamer-gsm.files:
37987         * debian/gstreamer-http.files:
37988         * debian/gstreamer-jack.files:
37989         * debian/gstreamer-jpeg.files:
37990         * debian/gstreamer-mad.files:
37991         * debian/gstreamer-mikmod.files:
37992         * debian/gstreamer-misc.files:
37993         * debian/gstreamer-mpeg2dec.files:
37994         * debian/gstreamer-oss.files:
37995         * debian/gstreamer-plugin-apps.files:
37996         * debian/gstreamer-plugin-apps.manpages:
37997         * debian/gstreamer-plugin-libs-dev.files:
37998         * debian/gstreamer-plugin-libs.files:
37999         * debian/gstreamer-plugin-template.postinst:
38000         * debian/gstreamer-plugin-template.postrm:
38001         * debian/gstreamer-sdl.files:
38002         * debian/gstreamer-sid.files:
38003         * debian/gstreamer-vorbis.files:
38004         * debian/gstreamer-x.files:
38005         * debian/mk.control:
38006         * debian/rules:
38007         Debian package info not maintained here.
38008
38009 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38010
38011         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38012         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38013         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38014         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38015         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38016         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38018         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38019         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38020         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38021         * gst-libs/gst/colorbalance/colorbalance.c:
38022         (gst_color_balance_class_init):
38023         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38024         (gst_color_balance_channel_class_init):
38025         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38026         * gst-libs/gst/play/play.c: (gst_play_class_init):
38027         * gst-libs/gst/propertyprobe/propertyprobe.c:
38028         (gst_property_probe_iface_init):
38029         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38030         * gst-libs/gst/tuner/tunerchannel.c:
38031         (gst_tuner_channel_class_init):
38032         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38033         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38034         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38035         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38036         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38037         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38038         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38040         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38041           fix signals to use - instead of _
38042         * ext/libcaca/gstcacasink.h:
38043         * ext/sdl/sdlvideosink.h:
38044           fix header rename
38045
38046 2004-03-04  David Schleef  <ds@schleef.org>
38047
38048         * testsuite/gst-lint:  Add a check for bad signal names.
38049
38050 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38051
38052         reviewed by David Schleef
38053
38054         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38055         modified the alpha channel and caused a warning. (bug #136192)
38056
38057 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38058
38059         * gst-plugins.spec.in:
38060         Change names of plugins to actually be correct. Try to keep things
38061         alphabetical to avoid getting beat up by Thomas
38062
38063 2004-03-03  Julien MOUTTE <julien@moutte.net>
38064
38065         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38066         Using ximagesink as a default if no gconf key found. We should
38067         probably consider using alsasink instead of osssink for the audio
38068         part.
38069
38070 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38071
38072         * configure.ac:
38073           fix --with-plugins, don't think it ever worked before
38074         * gst-plugins.spec.in:
38075           even more updates
38076
38077 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38078
38079         * ext/sdl/sdlvideosink.h:
38080         * sys/ximage/ximagesink.h:
38081         * sys/xvideo/xvideosink.h:
38082         * sys/xvimage/xvimagesink.h:
38083           Fix for move of gstvideosink.h -> videosink.h.
38084
38085 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38086
38087         * gst-libs/gst/xwindowlistener/Makefile.am:
38088           this is a plugin library, not a library
38089
38090 2004-03-01  David Schleef  <ds@schleef.org>
38091
38092         * AUTHORS:  Added some names.  Add yourself if you're still
38093         missing.
38094
38095 2004-03-01  David Schleef  <ds@schleef.org>
38096
38097         * MAINTAINERS: Add
38098
38099 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38100
38101         * gst-plugins.spec.in: clean up spec file
38102
38103 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38104
38105         * gst-libs/gst/video/Makefile.am:
38106         * gst-libs/gst/video/gstvideosink.c:
38107         * gst-libs/gst/video/gstvideosink.h:
38108           rename gstvideosink.h to videosink.h to match other headers
38109         * gst/mixmatrix/Makefile.am:
38110           fix plugin filename
38111         * gst/tags/Makefile.am: fix plugin filename
38112
38113 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38114
38115         * gst/tags/Makefile.am: fix plugin filename
38116
38117 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38118
38119         * examples/gstplay/player.c: (got_time_tick), (main):
38120           add error handler
38121           display time_tick more readably
38122         * gst/mixmatrix/Makefile.am:
38123           fix plugin file name
38124
38125 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38126
38127         * sys/oss/gstosselement.c: (gst_osselement_probe),
38128         (device_combination_append), (gst_osselement_class_probe_devices):
38129         * sys/oss/gstosselement.h:
38130           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38131           on my system using alsa oss emulation, fixes bug #135597
38132
38133 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38134
38135         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38136         (gst_videodrop_chain), (gst_videodrop_change_state):
38137         * gst/videodrop/gstvideodrop.h:
38138           Work based on timestamp of input data, not based on the expected
38139           framerate from the input. The consequence is that this element now
38140           not only scales framerates, but also functions as a framerate
38141           corrector or framerate stabilizer/constantizer.
38142
38143 2004-02-27  David Schleef  <ds@schleef.org>
38144
38145         patches from jmmv@menta.net (Julio M. Merino Vidal)
38146
38147         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38148         GST_ELEMENT_ERROR call (bug #135634)
38149         * gst/interleave/interleave.c: (interleave_buffered_loop),
38150         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38151         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38152         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38153         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38154         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38155         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38156         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38157         Fix GST_ELEMENT_ERROR call.
38158         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38159         GST_ELEMENT_ERROR call.
38160
38161 2004-02-27  Benjamin Otte  <otte@gnome.org>
38162
38163         * gst-libs/gst/audio/audio.h:
38164           add macro to make sure header isn't included twice
38165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38166           don't use gst_buffer_free
38167         * gst/playondemand/filter.func:
38168           don't use gst_data_free. Free data only once.
38169
38170 2004-02-26  David Schleef  <ds@schleef.org>
38171
38172         * gst-libs/gst/colorbalance/Makefile.am:
38173         * gst-libs/gst/mixer/Makefile.am:
38174         * gst-libs/gst/tuner/Makefile.am:
38175         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38176         should not be disted, -marshal.h files should not be installed,
38177         and -enum.h files _should_ be installed.  Fix to make this the
38178         case.
38179
38180 === release 0.7.5 ===
38181
38182 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38183
38184         * configure.ac: release 0.7.5, "Under The Sea"
38185
38186 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38187
38188         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38189         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38190         * gst/videoscale/gstvideoscale.c:
38191         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38192           assorted debug/warning fixes
38193
38194 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38195
38196         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38197         (gst_videoscale_init), (gst_videoscale_chain),
38198         (gst_videoscale_set_property), (plugin_init):
38199         * gst/videoscale/gstvideoscale.h:
38200         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38201         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38202         (gst_videoscale_planar400), (gst_videoscale_packed422),
38203         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38204         (gst_videoscale_24bit), (gst_videoscale_16bit),
38205         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38206         (gst_videoscale_scale_plane_slow),
38207         (gst_videoscale_scale_point_sample),
38208         (gst_videoscale_scale_nearest),
38209         (gst_videoscale_scale_nearest_str2),
38210         (gst_videoscale_scale_nearest_str4),
38211         (gst_videoscale_scale_nearest_32bit),
38212         (gst_videoscale_scale_nearest_24bit),
38213         (gst_videoscale_scale_nearest_16bit):
38214         add debugging category and use it properly
38215         fix use of GST_PTR_FORMAT
38216
38217 2004-02-25  Andy Wingo  <wingo@pobox.com>
38218
38219         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38220         push only when channel->buffer is NULL. Prevents segfaults doing
38221         the state change after a nonlocal exit, like a scheme exception.
38222
38223         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38224         Handle the case where the intersected caps is empty.
38225
38226 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38227
38228         * gst/law/mulaw-decode.c: (mulawdec_link):
38229         * gst/law/mulaw.c: (plugin_init):
38230           fix mulawdec so it actually works again
38231
38232 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38233
38234         reviewed by: David Schleef  <ds@schleef.org>
38235
38236         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38237         (gst_gamma_init), (gst_gamma_set_property),
38238         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38239         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38240         for RGB, with separate r g and b correction factors. (#131167)
38241
38242 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38243
38244         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38245           only signal tags for bitrate if they're > 0 (#134894)
38246
38247 2004-02-24  David Schleef  <ds@schleef.org>
38248
38249         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38250         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38251         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38252         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38253         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38254         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38255         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38256         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38257         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38258         category.  Attempt to fix timestamp calculation.
38259
38260 2004-02-24  Johan Dahlin  <johan@gnome.org>
38261
38262         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38263
38264 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38265
38266         * configure.ac:
38267         * gconf/Makefile.am:
38268         * gconf/gstreamer.schemas:
38269         * gst-libs/gst/gconf/Makefile.am:
38270         * gst-libs/gst/gconf/gconf.c:
38271           version gconf schemas and install locations
38272
38273 2004-02-23  Benjamin Otte  <otte@gnome.org>
38274
38275         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38276         (gst_xine_input_subclass_init):
38277           call parent dispose.
38278           change pad template for CD reader correctly
38279         * ext/xine/Makefile.am:
38280         * ext/xine/gstxine.h:
38281         * ext/xine/xine.c: (plugin_init):
38282         * ext/xine/xineaudiosink.c:
38283           wrap audio sinks, too
38284         * gst-libs/gst/resample/private.h:
38285         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38286         (gst_resample_reinit), (gst_resample_scale),
38287         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38288         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38289         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38290         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38291         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38292         * gst-libs/gst/resample/resample.h:
38293         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38294         (gst_audioscale_class_init), (gst_audioscale_link),
38295         (gst_audioscale_get_buffer), (gst_audioscale_init),
38296         (gst_audioscale_chain), (gst_audioscale_set_property),
38297         (gst_audioscale_get_property):
38298         * gst/audioscale/gstaudioscale.h:
38299           s/resample_*/gst_resample_*/i to not clobber namespaces
38300
38301 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38302
38303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38304         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38305         (gst_riff_create_video_template_caps),
38306         (gst_riff_create_audio_template_caps),
38307         (gst_riff_create_iavs_template_caps):
38308         * gst-libs/gst/riff/riff-media.h:
38309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38310         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38311         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38312         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38314         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38315         (gst_matroska_demux_plugin_init): First batch implementing audio and
38316         video codec tags in demuxers.
38317
38318 2004-02-22  Benjamin Otte  <otte@gnome.org>
38319
38320         * ext/xine/Makefile.am:
38321         * ext/xine/gstxine.h:
38322         * ext/xine/xine.c: (plugin_init):
38323         * ext/xine/xineinput.c:
38324           add input plugin wrapper. Playback from files, http, mms and cdda
38325           works.
38326         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38327           remove leftover G_GNUC_UNUSED
38328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38329         (gst_asf_demux_identify_guid):
38330           improve debugging output
38331
38332 2004-02-22  Benjamin Otte  <otte@gnome.org>
38333
38334         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38335
38336         * autogen.sh:
38337           replace test -e with test -x for mkinstalldirs to be more portable.
38338           (fixes #134816)
38339
38340 2004-02-22  Benjamin Otte  <otte@gnome.org>
38341
38342         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38343
38344         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38345           set rank to PRIMARY
38346         * gst/volume/gstvolume.c: (plugin_init):
38347           set rank to NONE
38348         fixes #134960
38349
38350 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38351
38352         reviewed by Benjamin Otte  <otte@gnome.org>
38353
38354         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38355           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38356
38357 2004-02-22  Benjamin Otte  <otte@gnome.org>
38358
38359         * configure.ac:
38360           export [_]*{gst,Gst,GST}.* symbols from plugins
38361
38362 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38363
38364         reviewed by: Benjamin Otte  <otte@gnome.org>
38365
38366         * ext/lame/gstlame.c: (add_one_tag):
38367         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38369         (gst_vorbisenc_metadata_set1):
38370         * gst/tags/gstid3tag.c:
38371         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38372           apply fixes from bugs #135042 (lame can't write tags) and #133817
38373           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38374
38375 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38376
38377         * configure.ac: Export only gst_plugin_desc from plugins.
38378          Note that this change only makes any effect with Linux using libtool
38379          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38380          fine. And don't try to have several versions of libtool in different
38381          directories.
38382
38383 2004-02-20  Andy Wingo  <wingo@pobox.com>
38384
38385         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38386         interleave respectively.
38387
38388         * gst/interleave/deinterleave.c: New plugin: deinterleave
38389         (replaces on oneton).
38390         * gst/interleave/interleave.c: New plugin: interleave.
38391         * gst/interleave/plugin.h: Support file.
38392         * gst/interleave/plugin.c: Support file.
38393
38394         * configure.ac: Remove intfloat and oneton, add interleave.
38395
38396         * ext/sndfile/gstsf.c: Handle events better.
38397
38398         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38399         and float2int operation. int2float has scheduling problems as
38400         noted in in2float_chain.
38401
38402 2004-02-20  Benjamin Otte  <otte@gnome.org>
38403
38404         * ext/xine/Makefile.am:
38405         * ext/xine/gstxine.h:
38406         * ext/xine/xine.c:
38407         * ext/xine/xineaudiodec.c:
38408         * ext/xine/xinecaps.c:
38409           add first version of xine plugin wrapper. Currently only wraps the
38410           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38411         * configure.ac:
38412         * ext/Makefile.am:
38413           add xine plugin wrapper, disabled by default. Use --enable-xine to
38414           build. Note that it'll segfault on gst-register if you don't remove
38415           the goom and tvtime post plugins from xine.
38416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38417         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38418           add extradata parsing for QDM2.
38419           change around debugging prints.
38420
38421 2004-02-19  Benjamin Otte  <otte@gnome.org>
38422
38423         * ext/lame/gstlame.c: (gst_lame_chain):
38424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38425           use gst_tag_list_insert when you want to insert tags
38426
38427 2004-02-18  David Schleef  <ds@schleef.org>
38428
38429         * configure.ac:  Move massink to gst-rotten
38430         * ext/Makefile.am:
38431         * ext/mas/Makefile.am:
38432         * ext/mas/massink.c:
38433         * ext/mas/massink.h:
38434
38435 2004-02-18  David Schleef  <ds@schleef.org>
38436
38437         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38438         typefinding, since it seems to be worse than nothing.
38439         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38440         atom to recognize .mp4 and .m4a files as video/quicktime.
38441
38442 2004-02-18  David Schleef  <ds@schleef.org>
38443
38444         * gst/sine/demo-dparams.c: (quit_live),
38445         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38446         Use double dparams, not float.
38447         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38448         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38449         sync'd elements don't really work correctly.
38450         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38451         (volume_update_volume), (volume_get_property):  Change dparam
38452         to double.
38453
38454 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38455
38456         * sys/ximage/ximagesink.c:
38457         (gst_ximagesink_xwindow_update_geometry),
38458         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38459         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38460         (gst_ximagesink_init): Rework the way software video scaling works. So
38461         now we check on each chain call if the video frames are feeling the
38462         window. If not we try to renegotiate caps. On failure we memorize that
38463         and we won't try again for that PLAYING sessions.
38464         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38465         failure.
38466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38467         synchronous flag.
38468
38469 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38470
38471         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38472           break up _link so we can give a better debug message for errors
38473
38474 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38475
38476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38477           set up debug category
38478
38479 2004-02-18  Julien MOUTTE <julien@moutte.net>
38480
38481         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38482         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38483         the way renegotiation work. The event handling function is not taking
38484         care of external windows and renegotiate method check for pad flags
38485         NEGOTIATING. Should fix : #133209
38486
38487 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38488
38489         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38490         pad is negotiating before trying renegotiation.
38491
38492 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38493
38494         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38495           pass on all possible mime types as typefind hints
38496
38497 2004-02-17  Julien MOUTTE <julien@moutte.net>
38498
38499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38501         possible SHM leak if we crash. All other apps using XShm are doing
38502         that.
38503
38504 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38505
38506         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38507         (gst_ximagesink_expose): Renegotiate size on expose.
38508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38509         size on expose.
38510
38511 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38512
38513         * testsuite/alsa/sinesrc.c:
38514           cosmetic fix to fix compile issue with gcc 2.95.4
38515
38516 2004-02-16  Julien MOUTTE <julien@moutte.net>
38517
38518         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38519         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38520         failed opening the audio device.
38521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38522         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38523         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38524         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38525         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38526         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38527         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38528         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38529         Removing some useless g_return_if_fail like wingo suggested.
38530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38531         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38532         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38533         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38534         (gst_xvimagesink_update_colorbalance),
38535         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38536         (gst_xvimagesink_xcontext_clear),
38537         (gst_xvimagesink_get_fourcc_from_caps),
38538         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38539         (gst_xvimagesink_set_xwindow_id),
38540         (gst_xvimagesink_colorbalance_list_channels),
38541         (gst_xvimagesink_colorbalance_set_value),
38542         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38543         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38544
38545 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38546
38547         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38548           throw error when not negotiated instead of asserting
38549
38550 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38551
38552         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38553         correct data refcounting.
38554
38555 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38556
38557         * gst/switch/gstswitch.c: (gst_switch_change_state),
38558         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38559         change, mostly the EOS flag.
38560
38561 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38562
38563         * examples/gstplay/player.c: (got_eos), (main): Adding some
38564         output for debugging.
38565         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38566         timeouts if we go to any state different from PLAYING.
38567         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38568         more EOS bugs in riff lib.
38569
38570 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38571
38572         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38573         visualization until i find a way to fix switch correctly.
38574         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38575         EOS arrives.
38576         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38577         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38578         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38579         Reworked switch to get a more correct behaviour with events and refing
38580         of data stored in sinkpads.
38581         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38582         we don't pull from a pad in EOS.
38583
38584 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38585
38586         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38587           remove v1 tag even if we can't read it (makes sure we don't detect
38588           it again)
38589
38590 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38591
38592         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38593         (gst_alsa_xrun_recovery):
38594         * ext/alsa/gstalsa.h:
38595           try xrun recovery when wait failed. Make xrun recovery function
38596           return TRUE/FALSE to indicate success. (might fix #134354)
38597
38598 2004-02-13  David Schleef  <ds@schleef.org>
38599
38600         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38601         (dynparm_value_changed), (main): Convert from float to double.
38602         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38603
38604 2004-02-13  David Schleef  <ds@schleef.org>
38605
38606         * gst/silence/gstsilence.c: (gst_silence_class_init),
38607         (gst_silence_set_clock), (gst_silence_get),
38608         (gst_silence_set_property), (gst_silence_get_property):
38609         * gst/silence/gstsilence.h: Add sync property.
38610         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38611         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38612         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38613         * gst/sine/gstsinesrc.h: Add sync property.
38614
38615 2004-02-13  David Schleef  <ds@schleef.org>
38616
38617         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38618         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38619
38620 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38621
38622         * configure.ac:
38623         * ext/Makefile.am:
38624         * gst-libs/ext/Makefile.am:
38625           move ffmpeg plugin to gst-ffmpeg module
38626
38627 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38628
38629         * configure.ac: use GST_ARCH to detect architecture
38630
38631 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38632
38633         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38634
38635 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38636
38637         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38638           classify LADSPA plugins based on number of src/sink pads
38639           (#133663, Stefan Kost)
38640         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38641           fix dparams registration
38642           (#133528, Stefan Kost)
38643         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38644           fix use of isprint and use g_ascii_isprint instead
38645           (#133316, Stefan Kost)
38646
38647 2004-02-11  David Schleef  <ds@schleef.org>
38648
38649         Convert a few inner loops to use liboil.  This is currently
38650         optional, and is only enabled if liboil is present (duh!).
38651         * configure.ac: Check for liboil-0.1
38652         * gst/intfloat/Makefile.am:
38653         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38654         (gst_int2float_chain_gint16):
38655         * gst/videofilter/Makefile.am:
38656         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38657         (tablelookup_u8), (gst_videobalance_planar411):
38658         * gst/videotestsrc/Makefile.am:
38659         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38660         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38661         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38662         (paint_hline_RGB565), (paint_hline_xRGB1555):
38663
38664 2004-02-11  David Schleef  <ds@schleef.org>
38665
38666         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38667         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38668         (gst_colorspace_getcaps), (gst_colorspace_link),
38669         (gst_colorspace_base_init), (gst_colorspace_init),
38670         (gst_colorspace_chain), (gst_colorspace_change_state),
38671         (plugin_init): Merge Ronald's patch (bug #117897) and update
38672         for new caps and negotiation.  Seems to work, although it
38673         shows off bugs in lcs.
38674
38675 2004-02-11  David Schleef  <ds@schleef.org>
38676
38677         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38678         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38679
38680 2004-02-11  David Schleef  <ds@schleef.org>
38681
38682         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38683         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38684         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38685         Add server and port properties
38686
38687 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38688
38689         * m4/a52.m4:
38690         * m4/aalib.m4:
38691         * m4/as-ffmpeg.m4:
38692         * m4/as-liblame.m4:
38693         * m4/as-slurp-ffmpeg.m4:
38694         * m4/check-libheader.m4:
38695         * m4/esd.m4:
38696         * m4/freetype2.m4:
38697         * m4/gconf-2.m4:
38698         * m4/glib.m4:
38699         * m4/gst-alsa.m4:
38700         * m4/gst-artsc.m4:
38701         * m4/gst-ivorbis.m4:
38702         * m4/gst-matroska.m4:
38703         * m4/gst-sdl.m4:
38704         * m4/gst-shout2.m4:
38705         * m4/gst-sid.m4:
38706         * m4/gtk.m4:
38707         * m4/libdv.m4:
38708         * m4/libfame.m4:
38709         * m4/libmikmod.m4:
38710         * m4/ogg.m4:
38711         * m4/vorbis.m4:
38712           fix underquotedness of macros (#133800)
38713         * m4/as-avifile.m4:
38714         * m4/xmms.m4:
38715           removed because no longer used
38716
38717 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38718
38719         * configure.ac:
38720           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38721           by autopoint (fixes #132996)
38722
38723 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38724
38725         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38726         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38727         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38728         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38729           fix memleaks
38730
38731 2004-02-11  David Schleef  <ds@schleef.org>
38732
38733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38734         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38735         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38736         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38737         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38738         (gst_jpegenc_class_init), (gst_jpegenc_init),
38739         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38740         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38741         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38742         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38743
38744 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38745
38746         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38747         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38748         * ext/mikmod/gstmikmod.h:
38749           fix caps negotiation in mikmod
38750         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38751           output debug information
38752
38753 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38754
38755         * gst-libs/gst/colorbalance/Makefile.am:
38756         * gst-libs/gst/navigation/Makefile.am:
38757         * gst-libs/gst/xoverlay/Makefile.am:
38758           remove unused GST_OPT_CFLAGS from Makefiles
38759           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38760
38761 2004-02-07  David Schleef  <ds@schleef.org>
38762
38763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38764         push events to pads that haven't been created (#133508)
38765
38766 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38767
38768         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38769         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38770         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38771         (gst_dvdec_loop), (gst_dvdec_change_state):
38772         Second attempt at committing a working dvdec element.
38773
38774 2004-02-06  David Schleef  <ds@schleef.org>
38775
38776         Build fixes for OS X: (see #129600)
38777         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38778         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38779         (gst_riff_read_strf_iavs):
38780         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38781         (gst_avi_demux_stream_odml):
38782         * gst/playondemand/Makefile.am:
38783         * gst/rtp/rtp-packet.c:
38784
38785 2004-02-05  David Schleef  <ds@schleef.org>
38786
38787         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38788         last change, because it Just Doesn't Compile.
38789
38790 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38791
38792         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38793           skip undecodable id3v2 tag instead of keeping it
38794
38795 2004-02-05  David Schleef  <ds@schleef.org>
38796
38797         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38798         Unref leaked buffer.  (Noticed by Ronald)
38799
38800 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38801
38802         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38803         Sync requires with other checks.  >= vs =.
38804
38805 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38806
38807         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38808         (gst_dvdec_video_link), (gst_dvdec_loop):
38809         * ext/dv/gstdvdec.h:
38810           rework the caps negotiation so that dvdec works again instead
38811           of just segfaulting.
38812
38813 === release 0.7.4 ===
38814
38815 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38816
38817         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38818         * configure.ac: changed for release
38819
38820 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38821
38822         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38823         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38824         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38825         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38826           reworked patch by David Lehn to fix libdir and includedir for
38827           uninstalled libraries
38828           removed play and gconf from gstreamer-libs since they have their
38829           own pkgconfig files
38830
38831 2004-02-04  David Schleef  <ds@schleef.org>
38832
38833         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38834         memleak.
38835
38836 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38837
38838         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38839           use correct GST_TAG_ENCODER tag
38840
38841 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38842
38843         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38844           be sure to stop the clock when going to paused
38845         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38846           reset number of transmitted when going to ready.
38847         fixes #132935
38848
38849 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38850
38851         reviewed by Benjamin Otte
38852
38853         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38854           extract track count (fixes #133410)
38855
38856 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38857
38858         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38859           that should be !=, not == (fixes #132519)
38860
38861 2004-02-04  David Schleef  <ds@schleef.org>
38862
38863         Make sure set_explicit_caps() is called before adding pad.
38864         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38865         * gst/id3/gstid3types.c: (gst_id3types_loop):
38866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38867         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38868
38869 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38870
38871         * configure.ac:
38872           bump nano to 2, first prerelease
38873           put back AM_PROG_LIBTOOL
38874
38875 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38876
38877         * testsuite/alsa/Makefile.am:
38878           these are user test apps, not automatic testsuite tests
38879
38880 2004-02-04  David Schleef  <ds@schleef.org>
38881
38882         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38883         * gst/mpeg1videoparse/gstmp1videoparse.c:
38884         (mp1videoparse_parse_seq):
38885         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38887         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38888         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38889         (gst_xvideosink_getcaps):
38890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38891         * testsuite/gst-lint: more tests
38892
38893 2004-02-04  David Schleef  <ds@schleef.org>
38894
38895         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38896         with the code that they would expand to.
38897         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38898         (gst_flacdec_get_src_query_types),
38899         (gst_flacdec_get_src_event_masks):
38900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38901         (gst_gnomevfssrc_get_query_types),
38902         (gst_gnomevfssrc_get_event_mask):
38903
38904 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38905
38906         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38907         (gst_sinesrc_dispose):
38908           fix memleak by properly disposing sinesrc
38909
38910 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38911
38912         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38913         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38914         an overlay to redraw the image because it has been exposed.
38915         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38916         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38917         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38918         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38919         interface
38920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38921         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38922         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38923         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38924         interface
38925
38926 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38927
38928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38929           more memleak fixage
38930
38931 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38932
38933         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38934         * gst/typefind/gsttypefindfunctions.c:
38935           fix memleaks shown by gst-typefind
38936
38937 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38938
38939         * common/glib-gen.mak:
38940           add hack rule to touch .Plo files
38941         * gst-libs/gst/colorbalance/Makefile.am:
38942         * gst-libs/gst/mixer/Makefile.am:
38943         * gst-libs/gst/play/Makefile.am:
38944         * gst-libs/gst/tuner/Makefile.am:
38945           remove glib_root variable
38946
38947 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38948
38949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38950           set explicit caps before adding the element, so the autopluggers can
38951           plug correctly.
38952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38953         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38954         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38955         (dv_type_find):
38956           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38957           argument.
38958
38959 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38960
38961         * gst-libs/gst/colorbalance/Makefile.am:
38962         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38963         * gst-libs/gst/colorbalance/colorbalance.c:
38964         * gst-libs/gst/colorbalance/colorbalance.h:
38965         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38966         * gst-libs/gst/mixer/Makefile.am:
38967         * gst-libs/gst/mixer/mixer-marshal.list:
38968         * gst-libs/gst/mixer/mixer.c:
38969         * gst-libs/gst/mixer/mixer.h:
38970         * gst-libs/gst/mixer/mixermarshal.list:
38971         * gst-libs/gst/play/Makefile.am:
38972         * gst-libs/gst/play/play.h:
38973         * gst-libs/gst/tuner/Makefile.am:
38974         * gst-libs/gst/tuner/tuner-marshal.list:
38975         * gst-libs/gst/tuner/tuner.c:
38976         * gst-libs/gst/tuner/tuner.h:
38977         * gst-libs/gst/tuner/tunermarshal.list:
38978           use new glib-gen.mak snippet to clean up Makefile.am
38979           fix various bugs in Makefile.am's
38980
38981 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38982
38983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38984           handle chain parsing correctly in the multichain case
38985         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38986         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38987         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38988         (theora_dec_chain):
38989           handle events and queries correctly
38990
38991 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38992
38993         * .cvsignore:
38994         Ignore generated file _stdint.h.
38995
38996 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38997
38998         * gst-libs/gst/colorbalance/Makefile.am:
38999         * gst-libs/gst/colorbalance/colorbalance.h:
39000         * gst-libs/gst/mixer/Makefile.am:
39001         * gst-libs/gst/mixer/mixer.h:
39002         * gst-libs/gst/play/Makefile.am:
39003         * gst-libs/gst/play/play.h:
39004         * gst-libs/gst/tuner/Makefile.am:
39005         * gst-libs/gst/tuner/tuner.h:
39006         Generate enum type code with glib-mkenums.
39007         * gst-libs/gst/colorbalance/.cvsignore:
39008         * gst-libs/gst/mixer/.cvsignore:
39009         * gst-libs/gst/play/.cvsignore:
39010         * gst-libs/gst/tuner/.cvsignore:
39011         Ignore generated files.
39012
39013 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39014
39015         * gst-libs/gst/audio/.cvsignore:
39016         Ignore generated file.
39017         * gst-libs/gst/audio/Makefile.am:
39018         Do not install example filter.
39019
39020 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39021
39022         * examples/switch/.cvsignore:
39023         Ignore generated file.
39024
39025 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39026
39027         * common/m4/ax_create_stdint_h.m4:
39028         * configure.ac:
39029           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39030           _stdint.h.
39031         * Makefile.am:
39032           remove generated _stdint.h in DISTCLEANFILES
39033         * ext/a52dec/gsta52dec.c:
39034           include _stdint.h for a52dec. (should fix #133064)
39035
39036 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39037
39038         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39039         (gst_tag_to_vorbis_comments):
39040         Add replaygain support to vorbistag
39041
39042 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39043         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39044         (gst_ffmpeg_caps_to_extradata):
39045           Fix SVQ3 caps flag properties
39046           Use glib macro for bytes swap
39047
39048 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39049
39050         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39051         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39052         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39053         * ext/sndfile/gstsf.c: (plugin_init):
39054         * gst/avi/gstavi.c: (plugin_init):
39055         * sys/dxr3/dxr3init.c: (plugin_init):
39056         * sys/oss/gstossaudio.c: (plugin_init):
39057         * sys/v4l/gstv4l.c: (plugin_init):
39058         * sys/v4l2/gstv4l2.c: (plugin_init):
39059           remove textdomain calls
39060         * po/nl.po:
39061           update Dutch translation
39062
39063 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39064
39065         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39066         (gst_play_set_audio_sink): Moving volume in the audio thread for
39067         instantaneous volume change. Maybe i will add another volume in front
39068         of visualization later, not sure yet though.
39069
39070 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39071
39072         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39073         (gst_ximagesink_handle_xevents): Better X events handling, only take
39074         the latest events for configure and motion.
39075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39076
39077 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39078
39079         reviewed by: David Schleef  <ds@schleef.org>
39080
39081         Fix memory leaks:
39082         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39083         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39084
39085 2004-02-02  David Schleef  <ds@schleef.org>
39086
39087         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39088         of lines.
39089         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39090         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39091         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39092         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39093         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39094         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39095         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39096         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39097         (gst_float2_2_int_link):
39098         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39099         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39100         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39101         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39102         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39103         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39104         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39105         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39106         * testsuite/gst-lint: Add tests for bzero and ;;
39107
39108 2004-02-02  David Schleef  <ds@schleef.org>
39109
39110         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39111
39112 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39113
39114         * ext/aalib/gstaasink.c: (gst_aasink_open):
39115         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39117         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39118         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39119         (gst_afsink_close_file):
39120         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39121         (gst_afsrc_close_file):
39122         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39123         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39124         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39125         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39126         * ext/esd/esdmon.c: (gst_esdmon_get):
39127         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39128         * ext/faac/gstfaac.c: (gst_faac_chain):
39129         * ext/faad/gstfaad.c: (gst_faad_chain):
39130         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39131         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39132         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39133         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39134         (gst_flacdec_loop):
39135         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39136         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39138         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39139         (gst_gnomevfssink_close_file):
39140         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39141         (gst_gnomevfssrc_open_file):
39142         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39143         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39144         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39146         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39147         * ext/mad/gstmad.c: (gst_mad_chain):
39148         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39149         * ext/mpeg2dec/gstmpeg2dec.c:
39150         * ext/mpeg2enc/gstmpeg2enc.cc:
39151         * ext/mplex/gstmplex.cc:
39152         * ext/mplex/gstmplexibitstream.cc:
39153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39154         (gst_ogg_demux_push):
39155         * ext/raw1394/gstdv1394src.c:
39156         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39157         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39158         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39159         (gst_sf_loop):
39160         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39161         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39162         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39163         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39165         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39166         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39167         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39168         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39169         (gst_riff_read_element_data), (gst_riff_read_seek),
39170         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39171         * gst/adder/gstadder.c: (gst_adder_loop):
39172         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39173         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39174         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39175         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39176         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39177         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39178         * gst/goom/gstgoom.c: (gst_goom_chain):
39179         * gst/id3/gstid3types.c: (gst_id3types_loop):
39180         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39181         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39182         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39183         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39184         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39185         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39186         (gst_ebml_read_float), (gst_ebml_read_header):
39187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39188         (gst_matroska_demux_parse_blockgroup):
39189         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39190         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39191         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39192         * gst/silence/gstsilence.c: (gst_silence_get):
39193         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39194         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39195         * gst/speed/gstspeed.c: (speed_loop):
39196         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39197         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39198         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39199         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39200         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39201         (gst_wavparse_loop):
39202         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39203         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39204         (dxr3audiosink_close):
39205         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39206         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39207         (dxr3videosink_close), (dxr3videosink_write_data):
39208         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39209         * sys/oss/gstosssink.c: (gst_osssink_chain):
39210         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39211         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39212         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39214         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39215         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39216         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39217         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39218         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39219         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39220         (gst_v4l_set_audio):
39221         * sys/v4l/v4l_calls.h:
39222         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39223         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39224         (gst_v4lmjpegsink_playback_init),
39225         (gst_v4lmjpegsink_playback_start):
39226         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39227         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39228         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39229         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39231         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39232         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39233         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39234         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39235         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39236         (gst_v4l2_get_output), (gst_v4l2_set_output),
39237         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39238         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39239         (gst_v4l2_set_attribute):
39240         * sys/v4l2/v4l2_calls.h:
39241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39242         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39243         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39244         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39245         (gst_v4l2src_capture_stop):
39246         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39247         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39248         (gst_ximagesink_chain):
39249         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39250         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39251         (gst_xvideosink_xwindow_new):
39252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39253         (gst_xvimagesink_chain):
39254
39255 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39256
39257         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39258         (gst_volume_get_volume), (volume_class_init), (volume_init),
39259         (volume_chain_int16), (volume_update_volume):
39260         * gst/volume/gstvolume.h:
39261           make code more readable by removing magic numbers
39262           make mixer interface export 0-100 range
39263           make it internally map to 0.0-1.0 range so users don't distort
39264           output by putting the sliders at full volume
39265
39266 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39267
39268         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39269         (gst_play_state_change), (gst_play_seek_to_time):
39270         block the tick callback for 0.5 secs after doing a seek
39271
39272 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39273
39274         * gst-libs/gst/play/play.c: (gst_play_new):
39275           check for GError
39276
39277 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39278
39279         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39280         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39281         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39282         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39284         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39285
39286 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39287
39288         * configure.ac:
39289         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39290           check for a function added in vorbis 1.1
39291
39292 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39293
39294         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39295         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39296           really start/stop clock only on PLAYING <=> PAUSED
39297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39298           remove \n from debugging lines
39299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39300           make it work when seeking does not
39301         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39302           reset on DISCONT
39303
39304 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39305
39306         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39307           start clock on PAUSED=>PLAYING, not later
39308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39309           extract correct time for different discont formats
39310         (gst_alsa_sink_get_time):
39311           don't segfault when no format is negotiated yet, just return 0
39312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39313         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39314         (gst_ogg_pad_push):
39315           handle flush and discont events correctly
39316         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39317           handle discont events correctly
39318
39319 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39320
39321         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39322         (gst_play_error_create), (gst_play_error_plugin),
39323         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39324         * gst-libs/gst/play/play.h:
39325           add error handling during creation
39326         * examples/gstplay/player.c: (main):
39327           use new gst_play_new
39328
39329
39330 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39331
39332         * ext/theora/theoradec.c: (theora_dec_chain):
39333           make comments work
39334         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39335         (vorbis_dec_src_event), (vorbis_dec_chain):
39336           add encoder tag, fix tag reading to be more error tolerant, change
39337           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39338           gst_pad_event_default.
39339         * gst/tags/gstvorbistag.c:
39340         (gst_tag_list_from_vorbiscomment_buffer):
39341           undefine function specific define at end of function
39342
39343 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39344
39345         * ext/flac/gstflac.c: (plugin_init):
39346         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39347         * ext/flac/gstflacdec.h:
39348         * ext/flac/gstflacenc.h:
39349           Fix typos
39350
39351 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39352
39353         * examples/gstplay/player.c: s/gstplay.h/play.h/
39354
39355 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39356
39357         * gst-libs/gst/play/Makefile.am:
39358         * gst-libs/gst/play/gstplay.c:
39359         * gst-libs/gst/play/gstplay.h:
39360         * gst-libs/gst/play/play.c:
39361           more surgery, operation complete
39362
39363 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39364
39365         * gst-libs/gst/play/play.old.c:
39366         * gst-libs/gst/play/play.old.h:
39367           after CVS surgery by moving, remove
39368         * gst-libs/gst/play/playpipelines.c:
39369           remove
39370
39371         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39372           add negotiation error
39373
39374 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39375
39376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39377         (gst_ogg_demux_push):
39378           add some seeking debug info
39379           send a flush when seeking
39380
39381 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39382
39383         * configure.ac:
39384           use AC_C_INLINE
39385         * configure.ac:
39386         * ext/Makefile.am:
39387         * ext/theora/Makefile.am:
39388         * ext/theora/theoradec.c:
39389           add theora video decoder. Does just do simple decoding for now and
39390           has been tested against Theora cvs only. It only works when theora
39391           is compiled with --enable-static.
39392         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39393           always reset packetno on DISCONT
39394
39395 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39396
39397         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39398           Fix audio.
39399
39400 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39401
39402         * gst/mpegaudioparse/gstmpegaudioparse.c:
39403         (mp3_type_frame_length_from_header):
39404           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39405
39406 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39407
39408         * ext/esd/esdsink.c: (gst_esdsink_init):
39409           Since we have static pad template caps, we don't need to negotiate;
39410           either the core errors out or we know the format.
39411
39412 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39413
39414         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39415         (gst_riff_read_seek):
39416         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39417         (gst_ebml_read_seek):
39418           Fix event handling.
39419
39420 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39421
39422         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39423           removee video/x-theora from vp3 decoder, it doesn't handle raw
39424           theora streams
39425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39426           fix bug with finalizing element that never went to PAUSED
39427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39428           length and position queries were swapped
39429         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39430         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39431         (vorbis_dec_src_event):
39432           implement querying time and bytes
39433
39434 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39435
39436         * just about every source file:
39437           gst_element_error -> GST_ELEMENT_ERROR
39438
39439 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39440
39441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39442         emiting FLUSH and even before DISCONT.
39443         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39444         get the best instant seeking as possible yay!
39445
39446 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39447
39448         * gst/mpeg1videoparse/gstmp1videoparse.c:
39449         (gst_mp1videoparse_real_chain):
39450           Committed wrong version last week... Grr... Didn't notice until now.
39451
39452 2004-01-29  Julien MOUTTE <julien@moutte.net>
39453
39454         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39456         have_xwindow_id signal in xwindow_create.
39457
39458 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39459
39460         * ext/ogg/gstoggdemux.c:
39461           lots of changes - mainly support for chained bitstreams, seeking,
39462           querying and bugfixes of course
39463         * ext/vorbis/Makefile.am:
39464         * ext/vorbis/vorbisdec.c:
39465         * ext/vorbis/vorbisdec.h:
39466           add vorbisdec raw vorbis decoder
39467         * ext/vorbis/vorbis.c: (plugin_init):
39468           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39469         * gst/intfloat/Makefile.am:
39470         * gst/intfloat/float22int.c:
39471         * gst/intfloat/float22int.h:
39472         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39473           add float2intnew plugin. It converts multichannel interleaved float to
39474           multichannel interleaved int. The name should probably be changed.
39475         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39476         (plugin_init):
39477           add typefinding for raw theora video so oggdemux can detect it.
39478
39479 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39480
39481         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39482         sink element first.
39483         * gst/videoscale/gstvideoscale.c:
39484         (gst_videoscale_handle_src_event): Fixing src event handler.
39485
39486 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39487
39488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39489         (gst_v4lsrc_open), (gst_v4lsrc_close),
39490         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39491         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39492         * sys/v4l/gstv4lsrc.h:
39493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39494         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39495           Implement resizing... Hack. But that's why v4l is b0rked...
39496
39497 2004-01-28  Julien MOUTTE <julien@moutte.net>
39498
39499         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39500         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39501         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39502         (gst_ximagesink_xwindow_destroy):
39503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39504         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39505         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39506         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39507         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39508         correctly cleaning the image created to check xshm calls on succes,
39509         added a lot of XSync calls in X11 functions, and fixed a segfault when
39510         no image format was defined before negotiation happened.
39511
39512 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39513
39514         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39515           use gst_element_get_time to get correct time
39516
39517 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39518
39519         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39520         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39521         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39523         (gst_xvimagesink_check_xshm_calls),
39524         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39525         X plugins are now able to detect that XShm calls will fail even if the
39526         server claims that it has XShm support (remote displays most of the
39527         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39528         so that we use non XShm functions. This feature is almost useless for
39529         xvimagesink as Xv is not supported on remote displays anyway, but
39530         it might happen than even on the local display XShm calls fail.
39531
39532 2004-01-27  David Schleef  <ds@schleef.org>
39533
39534         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39535         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39536         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39537         changed esdsink to only use 44100,16,2, since esd sucks at rate
39538         conversion and esdsink has had difficulty negotiating.
39539
39540 2004-01-27  Julien MOUTTE <julien@moutte.net>
39541
39542         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39543         (gst_play_seek_to_time): Fixing the way to get current position.
39544
39545 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39546
39547         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39548           use gst_element_get_time to get correct time
39549
39550 2004-01-27  Julien MOUTTE <julien@moutte.net>
39551
39552         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39553         fix ever... Inverting 2 lines of code make spider autoplug correctly
39554         tagged mp3 !
39555
39556 2004-01-27  David Schleef  <ds@schleef.org>
39557
39558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39559         Use gst_pad_try_set_caps_nonfixed().
39560
39561 2004-01-27  David Schleef  <ds@schleef.org>
39562
39563         * gst/ac3parse/gstac3parse.c: update to checklist 5
39564         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39565         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39566         * gst/audioscale/gstaudioscale.c: same
39567         * gst/auparse/gstauparse.c: same
39568         * gst/avi/gstavidemux.c: same
39569
39570 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39571
39572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39573           stop processing after EOS
39574
39575 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39576
39577         * gst/asfdemux/asfheaders.h:
39578         * gst/asfdemux/gstasfdemux.c:
39579         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39580         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39581         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39582           lot's of fixes to make data extraction simpler and get the code
39583           architecture and compiler independant. Add debugging category
39584         * gst/goom/gstgoom.c: (gst_goom_change_state):
39585           reset channel count on PAUSED=>READY, not READY=>PAUSED
39586
39587 2004-01-26  Colin Walters  <walters@verbum.org>
39588
39589         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39590         code to pull a bigger buffer in iradio mode.  This as a side effect
39591         makes typefinding work.
39592
39593 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39594
39595         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39596         Fix SVQ3 decoding on PPC
39597
39598 2004-01-26  Julien MOUTTE <julien@moutte.net>
39599
39600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39601         that one managed to stay there... Fixed.
39602
39603 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39604
39605         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39606         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39607         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39608         (qtdemux_video_caps):
39609         * gst/qtdemux/qtdemux.h:
39610         Add SVQ3 specific flags to qtdemux and ffmpeg
39611
39612 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39613
39614         * gst-libs/gst/audio/audio.h:
39615           remove buffer-frames from audio caps
39616         * gst/audioconvert/gstaudioconvert.c:
39617           fix plugin to really work.
39618
39619 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39620
39621         * gst-libs/gst/mixer/mixer.c:
39622         * gst-libs/gst/propertyprobe/propertyprobe.c:
39623         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39624         (gst_tuner_find_channel_by_name):
39625         * gst-libs/gst/tuner/tuner.h:
39626           Add gtk-doc style comments. Also fix a function name.
39627
39628 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39629
39630         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39631         (gst_divxdec_negotiate):
39632           Fix for new capsnego - also fixes gst-player with divxdec.
39633
39634 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39635
39636         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39637         (gst_play_identity_handoff), (gst_play_set_location),
39638         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39639         try in visualization implementation. Still have an issue with switch
39640         blocking when pulling from video_queue and only audio comes out of
39641         spider.
39642         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39643         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39644         release method. And check if the pad is usable before pulling.
39645
39646 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39647
39648         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39649         (gst_videobalance_init),
39650         (gst_videobalance_colorbalance_list_channels),
39651         (gst_videobalance_colorbalance_set_value),
39652         (gst_videobalance_colorbalance_get_value),
39653         (gst_videobalance_update_properties),
39654         (gst_videobalance_update_tables_planar411),
39655         (gst_videobalance_planar411):
39656         * gst/videofilter/gstvideobalance.h:
39657           Implement lookup-tables. +/- 10x faster.
39658
39659 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39660
39661         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39662         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39663           The index reading was broken. The rest worked fine, but the whole
39664           goal of my rewrite was to make avidemux readable, and this was
39665           not at all readable. Please use typed variables.
39666
39667 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39668
39669         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39670           Additional pad usability check.
39671         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39672         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39673         (gst_mp1videoparse_real_chain):
39674           Fix MPEG video stream parsing. The original plugin had several
39675           issues, including not timestamping streams where the source was
39676           not timestamped (this happens with PTS values in mpeg system
39677           streams, but MPEG video is also a valid stream on its own so
39678           that needs timestamps too). We use the display time code for that
39679           for now. Also, if one incoming buffer contains multiple valid
39680           frames, we push them all on correctly now, including proper EOS
39681           handling. Lastly, several potential segfaults were fixed, and we
39682           properly sync on new sequence/gop headers to include them in next,
39683           not previous frames (since they're header for the next frame, not
39684           the previous). Also see #119206.
39685         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39686         (bpf_from_header):
39687           Move caps setting so we only do it after finding several valid
39688           MPEG-1 fraes sequentially, not right after the first one (which
39689           might be coincidental).
39690         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39691         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39692         (plugin_init):
39693           Add unsynced MPEG video stream typefinding, and change some
39694           probability values so we detect streams rightly. The idea is as
39695           follows: I can have an unsynced system stream which contains
39696           video. In the current code, I would randomly get a type for either
39697           system or video stream type found, because the probabilities are
39698           being calculated rather randomly. I now use fixed values, so we
39699           always prefer system stream if that was found (and that is how it
39700           should be). If no system stream was found, we can still identity                the stream as video-only.
39701
39702 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39703
39704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39705         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39706           don't write to buffer. Extract data without the need of
39707           __attribute__ ((packed))
39708
39709 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39710
39711         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39712         (mpeg1_sys_type_find):
39713           Fix MPEG-1 stream typefinding.
39714
39715 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39716
39717         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39718           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39719
39720 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39721
39722         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39723         * ext/esd/gstesd.c: (plugin_init):
39724           private debugging, better error reporting
39725
39726 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39727
39728         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39729         (gst_riff_read_init), (gst_riff_read_change_state):
39730         * gst-libs/gst/riff/riff-read.h:
39731           Remove stuff fromold metadata system.
39732
39733 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39734
39735         * ext/ogg/gstoggdemux.c:
39736           Fix wrong file comment.
39737         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39739           Add metadata reading properly.
39740
39741 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * ext/Makefile.am:
39744           Fix nas DIST_SUBDIRS
39745           Uraeus:
39746           Fix bug where make distcheck doesn't get run on adding stuff to
39747           the build.
39748
39749 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39750
39751         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39752         * ext/divx/gstdivxdec.h:
39753           Fix divx3 ("msmpeg4") playback using divxdec.
39754
39755 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39756
39757         * gst/typefind/gsttypefindfunctions.c:
39758         (mp3_type_frame_length_from_header): fix bug in length computation
39759         (mp3_type_find): improve debugging output
39760
39761 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39762
39763         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39764         (gst_play_set_location), (gst_play_seek_to_time),
39765         (gst_play_set_audio_sink), (gst_play_set_visualization),
39766         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39767         the pipeline from scratch. Visualization is back and switch went out as
39768         i realized it was not possible to use the way i wanted.
39769         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39770         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39771         clearing in state change from READY to NULL. So that one can clean the
39772         X ressources keeping the element.
39773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39774         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39775         (gst_xvimagesink_colorbalance_set_value),
39776         (gst_xvimagesink_colorbalance_get_value),
39777         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39778         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39779         change from READY to NULL and fixed some stupid bugs in colorbalance
39780         get/set values. Also added the following feature : when nobody tries to
39781         set some values to the colorbalance levels before the xcontext is
39782         grabbed, then when creating channels list from Xv attributes we set the
39783         internal values to the Xv defaults. This way we handle buggy Xv drivers
39784         that set default hue values far from the middle of the range (Thanks
39785         to Jon Trowbridge for pointing that issue).
39786         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39787         colorbalance levels have been set before xcontext is grabbed.
39788
39789 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39790
39791         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39792           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39793           it might block operations (which is bad for a mixer).
39794
39795 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39796
39797         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39798         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39799         (gmip_find_type_pre):
39800         * gst-libs/gst/media-info/media-info-priv.h:
39801         * gst-libs/gst/media-info/media-info.c:
39802         (gst_media_info_instance_init), (gst_media_info_read_idler):
39803         add fakesink to get caps on decoder src pad again
39804         fix callback prototype to match new have_type signal signature
39805
39806 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39807
39808         * gst/adder/gstadder.c: (gst_adder_link):
39809           fix non-compile and cut-n-paste code
39810
39811 2004-01-21  David Schleef  <ds@schleef.org>
39812
39813         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39814         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39815         (gst_swfdec_init), (gst_swfdec_change_state):
39816         * ext/swfdec/gstswfdec.h:
39817         Fix negotiation.
39818         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39819         (gst_adder_request_new_pad): Fix negotiation.
39820         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39821         Add a fixate function.
39822         * gst/intfloat/gstfloat2int.c:
39823         * gst/intfloat/gstfloat2int.h:
39824         * gst/intfloat/gstint2float.c:
39825         * gst/intfloat/gstint2float.h:
39826         Completely rewrite the negotiation.  Doesn't quite work yet,
39827         due to some buffer-frames problem.
39828
39829 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39830
39831         * ext/gnomevfs/gstgnomevfssrc.c:
39832         * sys/v4l2/v4l2_calls.h:
39833           fix includes for distcheck
39834
39835 2004-01-21  Christian Schaller <uraeus@gnome.org>
39836
39837         * ext/nas/
39838         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39839         based on earlier patch from Laurent Vivier
39840
39841 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39842
39843         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39844         Fix wma caps property
39845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39846         Fix typo (flags1 and flags2)
39847
39848 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39849
39850         * gst-libs/gst/media-info/media-info-priv.c:
39851         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39852         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39853         (gmip_find_stream), (gmip_find_track_metadata),
39854         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39855         (gmip_find_track_format):
39856         * gst-libs/gst/media-info/media-info-priv.h:
39857         * gst-libs/gst/media-info/media-info-test.c: (main):
39858         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39859         (gst_media_info_read_idler), (gst_media_info_read):
39860         * gst-libs/gst/media-info/media-info.h:
39861           register debugging category and use it for debugging
39862
39863 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39864
39865         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39866         (gst_vorbisfile_new_link):
39867           signal streaminfo through tags
39868
39869 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39870
39871         * ext/mplex/gstmplex.cc:
39872         * ext/mplex/gstmplexibitstream.cc:
39873           g++ doesn't like NULL in our i18n/error macros, should be
39874           either (NULL) or ("").
39875
39876 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39877
39878         * sys/dxr3/dxr3audiosink.c:
39879         * sys/dxr3/dxr3init.c:
39880         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39881         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39882           Fix more error error error errors (missing includes here).
39883
39884 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39885
39886         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39887           fix thomas' error errors.
39888
39889 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39890
39891         * ext/mpeg2enc/gstmpeg2enc.cc:
39892           fix error errors.
39893
39894 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39895
39896         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39897         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39898           Fix for new error system.
39899
39900 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39901
39902         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39903           fix for new error reporting
39904
39905 2004-01-20  David Schleef  <ds@schleef.org>
39906
39907         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39908         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39909         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39910         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39911         and neither is 100+, most likely.
39912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39913         (gst_xvimagesink_getcaps): same
39914
39915 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39916
39917         * configure.ac:
39918           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39919           clashes with ffmpeg.
39920
39921 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39922
39923         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39924         (gst_switch_init): Fixed switch element : proxying link and setting
39925         caps from src to sink on request.
39926
39927 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39928
39929         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39930         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39931         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39932         fix element_error
39933
39934 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39935
39936         * sys/v4l/v4l_calls.h:
39937         * sys/v4l2/v4l2_calls.h:
39938           element_error fixes
39939
39940 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39941
39942         * gst-libs/gst/gst-i18n-plugin.h:
39943           add locale.h
39944           remove config.h inclusion
39945
39946 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39947
39948         * autogen.sh:
39949           adding autopoint invocation
39950         * Makefile.am:
39951         * configure.ac:
39952         * gst-libs/gst/gettext.h:
39953           adding gettext bits
39954         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39955         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39956         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39957         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39958         (gst_gnomevfssink_close_file):
39959         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39960         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39961         * gst-libs/gst/gst-i18n-plugin.h:
39962         * gst/avi/gstavi.c: (plugin_init):
39963         * sys/dxr3/dxr3init.c: (plugin_init):
39964         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39965         * sys/oss/gstossaudio.c: (plugin_init):
39966         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39967         * sys/v4l/gstv4l.c: (plugin_init):
39968         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39969         * sys/v4l2/gstv4l2.c: (plugin_init):
39970         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39971         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39972         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39973         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39974         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39975         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39976           make sure locale and translation domain are set
39977           fix translated strings
39978         * po/.cvsignore:
39979         * po/LINGUAS:
39980         * po/Makevars:
39981         * po/POTFILES.in:
39982         * po/nl.po:
39983           put translation files into place
39984         * sys/xvideo/imagetest.c: (main):
39985         * ext/dv/demo-play.c: (main):
39986           fix unnecessary translations
39987
39988 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39989
39990         * ext/sndfile/gstsf.c:
39991         * gst/avi/gstavimux.c:
39992         * ext/audiofile/gstafsink.c:
39993         * ext/audiofile/gstafsrc.c:
39994         * ext/gnomevfs/gstgnomevfssink.c:
39995         * ext/gnomevfs/gstgnomevfssrc.c:
39996         * sys/oss/gstosselement.c:
39997         * sys/v4l/v4l_calls.h:
39998           fix i18n include
39999
40000 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40001
40002         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40003         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40004         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40005         (gst_v4l2_get_output), (gst_v4l2_set_output),
40006         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40007         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40008         (gst_v4l2_set_attribute):
40009         update to new error handling
40010
40011 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40012
40013         * ext/sidplay/gstsiddec.cc:
40014         * gst/modplug/gstmodplug.cc:
40015           parenthese NULL because C++ seems angry about it
40016
40017 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40018
40019         * gst-libs/gst/gst-i18n-plugin.h:
40020           add skeleton i18n stuff, but needs to be further implemented
40021
40022 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40023
40024         * examples/gstplay/player.c: (main):
40025         * ext/aalib/gstaasink.c: (gst_aasink_open):
40026         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40028         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40029         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40030         (gst_afsink_close_file):
40031         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40032         (gst_afsrc_close_file):
40033         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40034         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40035         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40036         * ext/esd/esdmon.c: (gst_esdmon_get):
40037         * ext/esd/esdsink.c: (gst_esdsink_chain):
40038         * ext/faac/gstfaac.c: (gst_faac_chain):
40039         * ext/faad/gstfaad.c: (gst_faad_chain):
40040         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40041         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40042         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40043         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40044         (gst_flacdec_loop):
40045         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40046         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40048         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40049         (gst_gnomevfssink_close_file):
40050         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40051         (gst_gnomevfssrc_open_file):
40052         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40053         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40054         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40055         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40056         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40057         * ext/mad/gstmad.c: (gst_mad_chain):
40058         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40059         * ext/mpeg2dec/gstmpeg2dec.c:
40060         * ext/mpeg2enc/gstmpeg2enc.cc:
40061         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40062         * ext/mplex/gstmplex.cc:
40063         * ext/mplex/gstmplexibitstream.cc:
40064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40065         (gst_ogg_demux_push), (gst_ogg_pad_push):
40066         * ext/raw1394/gstdv1394src.c:
40067         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40068         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40069         * ext/sidplay/gstsiddec.cc:
40070         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40071         (gst_sf_loop):
40072         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40073         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40074         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40076         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40077         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40078         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40079         * gst-libs/gst/Makefile.am:
40080         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40081         (gst_riff_read_element_data), (gst_riff_read_seek),
40082         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40083         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40085         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40087         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40088         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40089         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40090         * gst/goom/gstgoom.c: (gst_goom_chain):
40091         * gst/id3/gstid3types.c: (gst_id3types_loop):
40092         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40093         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40094         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40095         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40096         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40097         (gst_ebml_read_float), (gst_ebml_read_header):
40098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40099         (gst_matroska_demux_parse_blockgroup):
40100         * gst/modplug/gstmodplug.cc:
40101         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40103         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40104         * gst/silence/gstsilence.c: (gst_silence_get):
40105         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40106         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40107         * gst/speed/gstspeed.c: (speed_loop):
40108         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40109         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40110         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40111         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40112         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40113         (gst_wavparse_loop):
40114         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40115         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40116         (dxr3audiosink_close):
40117         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40118         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40119         (dxr3videosink_close), (dxr3videosink_write_data):
40120         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40121         * sys/oss/gstosselement.h:
40122         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40123         (gst_osssink_chain):
40124         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40125         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40128         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40129         (gst_v4l_enable_overlay):
40130         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40131         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40132         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40133         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40134         (gst_v4l_set_audio):
40135         * sys/v4l/v4l_calls.h:
40136         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40137         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40138         (gst_v4lmjpegsink_playback_init),
40139         (gst_v4lmjpegsink_playback_start):
40140         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40141         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40142         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40143         (gst_v4lmjpegsrc_requeue_frame):
40144         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40145         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40146         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40147         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40149         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40150         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40151         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40152         (gst_v4l2src_capture_stop):
40153         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40154         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40155         (gst_ximagesink_chain):
40156         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40157         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40158         (gst_xvideosink_xwindow_new):
40159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40160         (gst_xvimagesink_chain):
40161         use new error signal, function and categories
40162
40163 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40164
40165         * configure.ac:
40166         * ext/Makefile.am:
40167         * ext/musicbrainz/gsttrm.c:
40168         * ext/musicbrainz/gsttrm.h:
40169         * ext/musicbrainz/Makefile.am:
40170         Add a trm plugin
40171
40172 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40173
40174         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40175         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40176         synchronous property for debugging.
40177         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40179         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40180         smaller block, fixing indent.
40181
40182 2004-01-16  David Schleef  <ds@schleef.org>
40183
40184         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40185         property affects the video stream.
40186         * sys/xvimage/xvimagesink.c:
40187         * sys/xvimage/xvimagesink.h:
40188         Add synchronous property for debugging.  Should probably be
40189         disabled in non-CVS builds.  Make sure that the Xv attribute
40190         exists before we set it (crash!).  Fix a silly float bug that
40191         caused colorbalance to just not work.
40192
40193 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40194
40195         * tools/gst-launch-ext.in - update for new plugins
40196
40197 2004-01-16  David Schleef  <ds@schleef.org>
40198
40199         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40200         already-freed caps.
40201
40202 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40203
40204         * Update spec for new colorspace plugin and libcaca plugin
40205         * Fix compilation of libcaca plugin (clock -> id)
40206
40207 2004-01-16  Julien MOUTTE <julien@moutte.net>
40208
40209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40210         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40211         (gst_xvimagesink_set_xwindow_id),
40212         (gst_xvimagesink_colorbalance_set_value),
40213         (gst_xvimagesink_colorbalance_get_value),
40214         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40215         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40216         correct colorbalance properties. They can now be set when the element
40217         is still in NULL state. The values will be committed to the Xv Port
40218         when xcontext is initialized.
40219         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40220         brightness int values in the GstXvImagesink structure.
40221
40222 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40223
40224         * gst-libs/gst/Makefile.am:
40225           restructure so having local patches works easier.
40226
40227 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40228
40229         * ext/mpeg2enc/Makefile.am:
40230         * ext/mpeg2enc/gstmpeg2enc.cc:
40231         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40232           Bugfix with respect to EOS handling.
40233
40234 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40235
40236         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40237           Link with right caps (else, it segfaults).
40238         * ext/mplex/gstmplexjob.cc:
40239           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40240
40241 2004-01-15  David Schleef  <ds@schleef.org>
40242
40243         * gst-libs/gst/audio/Makefile.am:
40244         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40245         from the template.
40246         * gst-libs/gst/audio/gstaudiofilter.c:
40247         * gst-libs/gst/audio/gstaudiofilter.h:
40248         Add bytes_per_sample and size and n_samples calculation.
40249         * gst-libs/gst/audio/gstaudiofilterexample.c:
40250         Remove, now autogenerated.
40251         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40252         Moved from gstaudiofilterexample, object name changed, code added
40253         so that it actually works.
40254         * gst-libs/gst/audio/make_filter:
40255         Script to build an audiofilter subclass from the template.
40256         * gst/colorspace/Makefile.am:
40257         * gst/colorspace/yuv2yuv.c:
40258         Remove file, since it's GPL, and we don't use it.
40259
40260 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40261
40262         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40264         them use the buffer free function to test how the buffer was allocated.
40265
40266 2004-01-15  David Schleef  <ds@schleef.org>
40267
40268         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40269         that handles osssink fallback.
40270         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40271         (gst_audio_convert_getcaps):
40272         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40273         Add audio/x-qdm2 for QDM2 audio.
40274         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40275         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40277         Decrease minimum size to 16x16.
40278         * gst/wavparse/gstwavparse.c:
40279         Convert disabled pad template caps to new caps.
40280         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40282         (gst_xvimagesink_chain): Throw element error when display cannot
40283         be opened.  Increase minimum framerate to 1.0.  Check the data
40284         free function on a buffer to make sure it is the type we expect
40285         before manipulating it.
40286
40287 2004-01-15  Julien MOUTTE <julien@moutte.net>
40288
40289         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40290         (gst_videobalance_colorbalance_set_value): Implement passthru if
40291         settings are in the middle.
40292         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40293
40294 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40295
40296         * gst/videofilter/Makefile.am:
40297         * gst/volume/Makefile.am:
40298           Since we use videofilter symbols, link to it.
40299
40300 2004-01-15  Julien MOUTTE <julien@moutte.net>
40301
40302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40303         mixer interface type to HARDWARE.
40304         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40305         type to SOFTWARE.
40306         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40307         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40308         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40309         (gst_volume_interface_init), (gst_volume_list_tracks),
40310         (gst_volume_set_volume), (gst_volume_get_volume),
40311         (gst_volume_set_mute), (gst_volume_mixer_init),
40312         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40313         (volume_init): Implementing mixer interface.
40314         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40315         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40316         (gst_osselement_change_state): Removing some trailing commas in
40317         structures.
40318         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40319         interface type to HARDWARE.
40320         * sys/v4l/gstv4lcolorbalance.c:
40321         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40322         type to HARDWARE.
40323         * sys/v4l2/gstv4l2colorbalance.c:
40324         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40325         interface type to HARDWARE.
40326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40327         same code than ximagesink for event handling.
40328
40329 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40330
40331         * ext/snapshot/Makefile.am:
40332         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40333         (gst_snapshot_chain):
40334         * ext/snapshot/gstsnapshot.h:
40335           This has to be a joke... Snapshot should be connected to a tee,
40336           colorspace element before it and EOS after that, where the other
40337           src of the tee receives normal data.
40338           The current way is *wrong*.
40339
40340 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40341
40342         * ext/hermes/gsthermescolorspace.c:
40343           Fix another compile error. Same as below.
40344
40345 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40346
40347         * gst/colorspace/gstcolorspace.c:
40348         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40349         (gst_colorspace_i420_to_yv12):
40350           Fix compiling... Didn't test if it actually works.
40351
40352 2004-01-15  David Schleef  <ds@schleef.org>
40353
40354         * configure.ac:
40355         * gst/colorspace/Makefile.am:
40356         * gst/colorspace/gstcolorspace.c:
40357         * gst/colorspace/gstcolorspace.h:
40358         * gst/colorspace/yuv2rgb.c:
40359         * gst/colorspace/yuv2rgb.h:
40360         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40361         code and GPL code.  Fix for new caps negotiation.  Rewrite
40362         much of the format handling code, and some of the conversion
40363         code.  Basically, rewrote almost everything.  This element
40364         handles I420, YV12 to RGB conversions.
40365         * ext/hermes/Makefile.am:
40366         * ext/hermes/gsthermescolorspace.c:
40367         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40368         Remove non-Hermes related code.  This element handles lots of
40369         RGB to RGB conversions, but no YUV.
40370         * ext/hermes/gstcolorspace.c:
40371         * ext/hermes/gstcolorspace.h:
40372         * ext/hermes/rgb2yuv.c:
40373         * ext/hermes/yuv2rgb.c:
40374         * ext/hermes/yuv2rgb.h:
40375         * ext/hermes/yuv2rgb_mmx16.s:
40376         * ext/hermes/yuv2yuv.c:
40377         * ext/hermes/yuv2yuv.h:
40378         Remove old code.
40379
40380 2004-01-14  Colin Walters  <walters@verbum.org>
40381
40382         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40383         they've already been.
40384
40385 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40386
40387         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40388           assume tag mode when pad is not connected
40389
40390 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40391
40392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40393           Don't update the time of the clock
40394         (gst_alsa_sink_loop):
40395           sync to the clock given to alsasink, not the own clock
40396         * sys/oss/gstosssink.c: (gst_osssink_chain):
40397           sync to the clock
40398         (gst_osssink_change_state):
40399           activate the clock
40400         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40402           remove bogus code that made DISCONT events unhandled
40403         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40404           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40405           #131502)
40406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40407         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40408         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40409           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40410           2nd warning in bug #131502)
40411
40412 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40413
40414         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40415         (gst_videobalance_colorbalance_set_value),
40416         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40417         for colorbalance interface implementation.
40418         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40419         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40420         (gst_ximagesink_dispose), (gst_ximagesink_init),
40421         (gst_ximagesink_class_init): Adding DISPLAY property.
40422         * sys/ximage/ximagesink.h: Adding display_name to store display.
40423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40424         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40425         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40426         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40427         properties (they still need polishing though for gst-launch use : no
40428         xcontext yet, i ll do that tomorrow).
40429         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40430
40431 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40432
40433         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40434         (gst_play_set_location), (gst_play_set_visualization): Preparing
40435         switch integration, adding videobalance in the pipeline.
40436
40437 2004-01-14  Julien MOUTTE <julien@moutte.net>
40438
40439         * gst-libs/gst/colorbalance/colorbalance.c:
40440         (gst_color_balance_class_init): Adding a default type.
40441         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40442         the type.
40443         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40444         (gst_videobalance_dispose), (gst_videobalance_class_init),
40445         (gst_videobalance_init), (gst_videobalance_interface_supported),
40446         (gst_videobalance_interface_init),
40447         (gst_videobalance_colorbalance_list_channels),
40448         (gst_videobalance_colorbalance_set_value),
40449         (gst_videobalance_colorbalance_get_value),
40450         (gst_videobalance_colorbalance_init): Implementing colorbalance
40451         interface.
40452         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40453         list.
40454         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40455         bug which was triggering a BadAccess X error when setting an overlay
40456         before pad was really negotiated.
40457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40458         Using the colorbalance type macro.
40459
40460 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40461
40462         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40463         (gst_flacenc_chain):
40464           handle tags correctly
40465         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40466           extract ID3v1 tags correctly
40467
40468 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40469
40470         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40471         (plugin_init):
40472           Improve matroska typefinding for odd-typed headers...
40473
40474 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40475
40476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40477           Fix for using incremental number on padnames.
40478
40479 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40480
40481         * ext/divx/gstdivxdec.c:
40482         * ext/divx/gstdivxenc.c:
40483           Set category to divx4linux instead of divx (too generic).
40484         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40485         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40486         (gst_wavparse_loop), (gst_wavparse_change_state):
40487         * gst/wavparse/gstwavparse.h:
40488           fix parsing of WAV files with non-standard fmt-tag size and fix
40489           skipping of unrecognized chunks... Someone please fix this thing
40490           to use rifflib so all this is automated.
40491         * sys/v4l/Makefile.am:
40492         * sys/v4l2/Makefile.am:
40493           Add X_CFLAGS because we depend on X (for overlay).
40494
40495 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40496
40497         * ext/mpeg2dec/gstmpeg2dec.c:
40498           Don't issue a timestamp unless we tagged the frame
40499           with a PTS.
40500
40501 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40502
40503         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40504           Query the audio element to get the time, not the clock. We're
40505           interested in the element's time here.
40506
40507 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40508
40509         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40511         * ext/esd/esdsink.c: (gst_esdsink_chain):
40512         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40513         * ext/mas/massink.c: (gst_massink_chain):
40514         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40516         (gst_matroska_demux_parse_metadata):
40517         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40518         (gst_mpeg_parse_release_locks):
40519         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40520         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40521         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40522         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40523         (gst_osssink_change_state):
40524         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40525         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40526         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40527         (gst_xvideosink_release_locks):
40528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40529           use element time.
40530         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40531         (gst_alsa_clock_stop):
40532         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40533         (gst_audio_clock_get_internal_time):
40534           simplify for use with new clocking code.
40535         * testsuite/alsa/Makefile.am:
40536         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40537           fix testsuite for new caps system
40538
40539 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40540
40541         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40542         * ext/flac/gstflacenc.c: (add_one_tag):
40543           length is already host endian, no need to convert. Fixes playback of
40544           tagged files on PPC. (bug #128384)
40545
40546 2004-01-13  Julien MOUTTE <julien@moutte.net>
40547
40548         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40549         colorbalance interface stating if it is hardware based or software
40550         based.
40551         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40552         Removing a trailing comma.
40553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40554         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40555         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40556         the documentation seems to be wrong on the -1000 to 1000 interval.
40557
40558 2004-01-12  David Schleef  <ds@schleef.org>
40559
40560         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40561         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40562         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40563         Fix negotiation.  Add a bufferalloc function for the sink pad,
40564         and generally clean up some of the code.
40565
40566 2004-01-12  Julien MOUTTE <julien@moutte.net>
40567
40568         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40569         (gst_color_balance_channel_dispose): Adding safety check in dispose
40570         method.
40571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40572         (gst_xvimagesink_xcontext_clear),
40573         (gst_xvimagesink_interface_supported),
40574         (gst_xvimagesink_colorbalance_list_channels),
40575         (gst_xvimagesink_colorbalance_set_value),
40576         (gst_xvimagesink_colorbalance_get_value),
40577         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40578         Adding colorbalance interface support to set XV parameters such as
40579         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40580         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40581         interface.
40582
40583 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40584
40585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40586         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40587         (gst_audio_convert_init), (gst_audio_convert_set_property),
40588         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40589         (gst_audio_convert_link),
40590         (gst_audio_convert_buffer_to_default_format),
40591         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40592           - implement _getcaps and use it
40593           - improve linking
40594           - remove float caps since no float conversion is actually done
40595           - remove properties and arguments that were to be used for rate
40596             conversion
40597
40598 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40599
40600         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40601         (gst_audio_structure_set_int):
40602         * gst-libs/gst/audio/audio.h:
40603           add helper functions for _getcaps matching the standard audio
40604           templates
40605
40606 2004-01-12  David Schleef  <ds@schleef.org>
40607
40608         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40609         Test that pad is negotiated before getting its caps.
40610
40611 2004-01-12  Julien MOUTTE <julien@moutte.net>
40612
40613         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40614         analyzing the pads of an element the bin is mostly in READY state so
40615         no caps were negotiated. This helper function needs to work with
40616         _get_caps directly then. I was not freeing them though, added that to
40617         fix the mem leak.
40618
40619 2004-01-12  Julien MOUTTE <julien@moutte.net>
40620
40621         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40623         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40624         than the free_func.
40625
40626 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40627
40628         * sys/oss/gstossaudio.c: (plugin_init):
40629         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40630         * sys/oss/gstosselement.h:
40631           make an oss debugging category
40632           make failure more descriptive
40633
40634 2004-01-11  David Schleef  <ds@schleef.org>
40635
40636         * ext/ffmpeg/gstffmpeg.c:
40637         * ext/ffmpeg/gstffmpegcodecmap.c:
40638         * ext/ffmpeg/gstffmpegdec.c:
40639         * ext/ffmpeg/gstffmpegenc.c:
40640         * ext/ffmpeg/gstffmpegprotocol.c:
40641         * ext/gdk_pixbuf/gstgdkanimation.c:
40642         * ext/jpeg/gstjpeg.c:
40643         * ext/libpng/gstpng.c:
40644         * ext/mpeg2dec/perftest.c:
40645         * ext/speex/gstspeex.c:
40646         * gst-libs/gst/resample/dtos.c:
40647         * gst/intfloat/gstintfloatconvert.c:
40648         * gst/oneton/gstoneton.c:
40649         * gst/rtjpeg/RTjpeg.c:
40650         * gst/rtp/gstrtp.c:
40651         * sys/dxr3/dxr3init.c:
40652         * sys/glsink/gstgl_nvimage.c:
40653         * sys/glsink/gstgl_pdrimage.c:
40654         * sys/glsink/gstglsink.c:
40655         * testsuite/gst-lint:
40656         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40657
40658 2004-01-11  David Schleef  <ds@schleef.org>
40659
40660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40661         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40662         * ext/gdk_pixbuf/gstgdkanimation.c:
40663         (gst_gdk_animation_iter_create_pixbuf):
40664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40665         (gst_gdk_pixbuf_chain):
40666         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40667         * ext/jack/gstjack.c: (gst_jack_change_state):
40668         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40669         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40670         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40671         * gst/videofilter/gstvideofilter.c:
40672         (gst_videofilter_set_output_size):
40673         Remove all usage of gst_pad_get_caps(), and replace it with
40674         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40675
40676 2004-01-11  David Schleef  <ds@schleef.org>
40677
40678         * configure.ac:
40679         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40680         * ext/divx/gstdivxdec.c:
40681         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40682         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40683         handle images that span multiple buffers.  Now work with both
40684         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40685         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40686         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40687         video/video.h changes
40688         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40689         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40690         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40691         of GstData free function.
40692         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40693         same.
40694
40695 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40696
40697         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40698         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40699         (gst_v4l2element_get_property):
40700         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40701           add norm, channel and frequency properties.
40702         * sys/v4l2/gstv4l2tuner.c:
40703           fixes for tuner interface changes
40704         * sys/v4l2/gstv4l2element.h:
40705         * sys/v4l2/gstv4l2src.c:
40706         * sys/v4l2/gstv4l2src.h:
40707         * sys/v4l2/v4l2src_calls.c:
40708         * sys/v4l2/v4l2src_calls.h:
40709           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40710
40711 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40712
40713         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40714         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40715         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40716         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40717         * gst-libs/gst/tuner/tuner.h:
40718           GObjects aren't const.
40719           Add find_by_name functions.
40720           Add checks to _changed functions.
40721         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40722         (gst_v4l_tuner_get_norm):
40723           Fixes for above.
40724
40725 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40726
40727         * gst-libs/gst/video/video.h:
40728           Fix caps template names to be understandable.
40729           Prefix everything with GST_VIDEO.
40730         * ext/aalib/gstaasink.c:
40731         * ext/divx/gstdivxdec.c:
40732         * ext/divx/gstdivxenc.c:
40733         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40734         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40735         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40736         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40737         * ext/libcaca/gstcacasink.c:
40738         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40739         * ext/snapshot/gstsnapshot.c:
40740         * ext/swfdec/gstswfdec.c:
40741         * ext/xvid/gstxviddec.c:
40742         * ext/xvid/gstxvidenc.c:
40743         * gst/chart/gstchart.c:
40744         * gst/deinterlace/gstdeinterlace.c:
40745         * gst/effectv/gsteffectv.c:
40746         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40747         * gst/goom/gstgoom.c:
40748         * gst/median/gstmedian.c:
40749         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40750         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40751         * gst/overlay/gstoverlay.c:
40752         * gst/smooth/gstsmooth.c:
40753         * gst/smpte/gstsmpte.c:
40754         * gst/synaesthesia/gstsynaesthesia.c:
40755         * gst/videocrop/gstvideocrop.c:
40756         * gst/videodrop/gstvideodrop.c:
40757         * gst/y4m/gsty4mencode.c:
40758         * sys/qcam/gstqcamsrc.c:
40759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40760           Make them work with new video.h file.
40761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40762         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40764         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40765           Make it work with new buffer allocation system.
40766
40767 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40768
40769         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40770         pad_alloc_buffer implementation to use ->srcpad
40771         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40772         pad_alloc_buffer implementation to use ->srcpad
40773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40774         pad_alloc_buffer implementation to use ->srcpad
40775         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40776         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40777         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40778         a reference to everything we need.
40779         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40781         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40782         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40783         a reference to everything we need.
40784         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40785
40786 2004-01-11  David Schleef  <ds@schleef.org>
40787
40788         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40789         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40790         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40791         structure members.
40792         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40793         value during a resize/renegotiation.
40794         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40795         gst_pad_alloc_buffer();
40796         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40797         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40798         structure members.
40799         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40800         Fix for rename of buffer private structure members.
40801         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40802         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40803         Fix for rename of buffer private structure members.
40804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40805         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40806         Fix for rename of buffer private structure members.
40807
40808 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40809
40810         reviewed by: David Schleef <ds@schleef.org>
40811
40812         * gst/videofilter/Makefile.am:
40813         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40814         from the patch by ds to fit in with recent make_filter changes.
40815
40816 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40817
40818         * configure.ac: Adding examples/switch/Makefile
40819         * examples/Makefile.am: Adding examples/switch
40820         * examples/switch/Makefile.am: Adding switcher example.
40821         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40822         (switch_timer), (main): Adding an example demonstrating switch usage
40823         with 2 videotestsrc showing different patterns.
40824         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40825         (gst_switch_init): Fixing switch with the new caps system.
40826
40827 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40828
40829         * gst-libs/gst/video/video.h:
40830           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40831           They should probably be like
40832           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40833
40834 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40835
40836         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40837         (qtdemux_parse_trak):
40838           fix audio chunk size/timestamp calculation
40839
40840 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40841
40842         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40843           fix SVQ3 caps
40844
40845 2004-01-11  Steve Baker  <steve@stevebaker.org>
40846
40847         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40848         (gst_agingtv_base_init), (gst_agingtv_class_init),
40849         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40850         (gst_agingtv_set_property), (gst_agingtv_get_property):
40851         Port agingTV to videofilter
40852
40853 2004-01-09  Julien MOUTTE <julien@moutte.net>
40854
40855         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40856         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40857
40858 2004-01-09  Julien MOUTTE <julien@moutte.net>
40859
40860         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40861         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40862         * gst-libs/gst/xoverlay/xoverlay.c:
40863         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40865         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40866         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40867         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40868         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40869         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40870         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40871         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40872         interface implementation to handle xid being 0 and fix some bugs
40873         triggered by Benjamin's testcase.
40874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40875         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40876         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40877         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40878         interface implementation to handle xid being 0 and fix some bugs
40879         triggered by Benjamin's testcase.
40880
40881 2004-01-09  David Schleef  <ds@schleef.org>
40882
40883         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40884         mouse pointer events.  It works.
40885
40886 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40887
40888         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40889           Use explicit caps - fix capsnego.
40890         * ext/xvid/gstxviddec.c:
40891         * ext/xvid/gstxvidenc.c:
40892           Remove macro-inside-macro which caused compile errors.
40893         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40894           Error out if it's not a RIFF file. Else we error out without
40895           gst_element_error() which is not good...
40896
40897 2004-01-08  David Schleef  <ds@schleef.org>
40898
40899         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40900         Fix pad_link function to handle formats that ffmpeg returns
40901         as multiple caps structures.
40902         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40903         Only complain if source buffer is _smaller_ than expected.
40904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40905         (gst_videoscale_handle_src_event): Resize navigation events
40906         when passing them upstream.
40907         * gst/videotestsrc/gstvideotestsrc.c:
40908         * gst/videotestsrc/gstvideotestsrc.h:
40909         * gst/videotestsrc/videotestsrc.c:
40910         * gst/videotestsrc/videotestsrc.h:
40911         Rewrite many of the buffer painting functions to handle odd
40912         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40913         been verified to work with my video card.
40914         * testsuite/gst-lint:  Add check for elements calling
40915         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40916
40917 2004-01-08  David Schleef  <ds@schleef.org>
40918
40919         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40920         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40921
40922 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40923
40924         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40925         configure event is not emiting the desired size signal. That fixes
40926         aspect ratio issues with gst-player.
40927
40928 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40929
40930         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40931           Fix capsnego.
40932
40933 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40934
40935         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40936         public method to fire size signal.
40937
40938 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40939
40940         * examples/gstplay/Makefile.am: Adding the interface library.
40941         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40942         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40943         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40944         GST_IS_X_OVERLAY before signal connect.
40945         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40946         Removing the have_video_size signal.
40947         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40948         and associated public method.
40949         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40950         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40951         signal.
40952         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40953         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40954         signal.
40955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40956         Using XOverlay public method to fire size signal.
40957
40958 2004-01-07  David Schleef  <ds@schleef.org>
40959
40960         * gst/videofilter/Makefile.am:
40961         * gst/videofilter/gstvideotemplate.c:
40962         * gst/videofilter/make_filter:
40963         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40964         Convert make_filter to /bin/sh script.
40965
40966 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40967
40968         * gst/modplug/gstmodplug.cc: fix element description
40969
40970 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40971
40972         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40973         (got_video_size): Adding some new lines in g_print calls.
40974         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40975         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40976         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40977         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40978         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40979         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40980         Complete code review, reverting some stuff i disagree with, adding
40981         some fixes : time synchronization on invalid timestamps, renegotiation
40982         of private window.
40983         * sys/ximage/ximagesink.h:
40984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40985         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40986         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40987         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40988         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40989         (gst_xvimagesink_buffer_new),
40990         (gst_xvimagesink_navigation_send_event),
40991         (gst_xvimagesink_set_xwindow_id),
40992         (gst_xvimagesink_get_desired_size),
40993         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40994         stuff i disagree with, adding some fixes : Renegotiation of private
40995         window, implementing get_desired_size.
40996
40997 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40998
40999         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41000         (gst_afsink_handle_event):
41001         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41002         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41003         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41004         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41005         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41006           Fix for instantiate-test (see core). Also remove dead code from
41007           jpegenc (which still needs fixing, but that's lower on my TODO
41008           list...).
41009         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41010           Never return NULL as caps.
41011
41012 2004-01-07  David Schleef  <ds@schleef.org>
41013
41014         * configure.ac:
41015         * ext/Makefile.am:
41016         * ext/librfb/Makefile.am:
41017         * ext/librfb/gstrfbsrc.c:
41018         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41019         is the protocol used by VNC.
41020
41021 2004-01-07  David Schleef  <ds@schleef.org>
41022
41023         * gst/videofilter/gstvideotemplate.c:
41024         * gst/videofilter/gstvideotemplate.h:
41025         * gst/videofilter/make_filter:
41026         Merge videotemplate header into source file.
41027         * gst/effectv/Makefile.am:
41028         * gst/effectv/gsteffectv.c: (plugin_init):
41029         * gst/effectv/gstwarp.c:
41030         Make warpTV a subclass of videofilter.
41031
41032 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41033
41034         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41035           Add guard against invalid utf-8 conversions in mad. Just in case.
41036
41037 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41038
41039         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41040           Fix for bug shown by poisoning
41041
41042 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41043
41044         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41045         (gst_v4lmjpegsrc_buffer_free):
41046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41047         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41048         (gst_v4lsrc_buffer_free):
41049           Fix for removed bufferpools.
41050
41051 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41052
41053         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41054         Fix caps negotiation.
41055
41056         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41057         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41058         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41059         (dvdnavsrc_event):
41060         * ext/mpeg2dec/gstmpeg2dec.c:
41061         * gst-libs/gst/navigation/navigation.c:
41062         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41063         * gst-libs/gst/navigation/navigation.h:
41064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41065         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41067         Super-simple first version of mouse and keyboard events. Clicking
41068         on a DVD menu now works, although it may not take you where you
41069         expected.
41070
41071         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41072         * gst/videotestsrc/gstvideotestsrc.c:
41073         (gst_videotestsrc_src_fixate):
41074         These fixate functions were broken - they never actually
41075         fixated :)
41076
41077 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41078
41079         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41080         (gst_icecastsend_init):
41081           fix for new caps system.
41082         * gst-libs/gst/mixer/mixertrack.h:
41083         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41084           Add 'master track' flag (for tools like ACME that only want to
41085           change the main volume).
41086
41087 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41088
41089         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41090         (gst_xvid_csp_to_caps):
41091         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41092         * ext/xvid/gstxvidenc.c:
41093         ifdef out ARGB type when it isn't available
41094         in xvidcore 1.0.0beta2
41095
41096 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41097
41098         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41099           When we have received a new SCR right in the first buffer after
41100           a seek (so in the same cycle that handles the discont), we should
41101           handle the buffer instead of unreffing it, else we lose data.
41102
41103 2004-01-06  Iain <iain@prettypeople.org>
41104
41105         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41106           buffer-frames caps too.
41107
41108         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41109           caps that we need, don't destroy them all and rebuild them. And when
41110           creating src pads, use the src pad template rather than the sink...
41111
41112 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41113
41114         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41115           Add pad to element *after* setting functions such as event handler.
41116           Without this, the scheduler (opt) will link pads, set the event
41117           handler from the default event function (dispatcher in gstpad.c)
41118           and *after* that, we will set our own event function, which will
41119           thus never be used (and thus mpegdemux doesn't handle events).
41120
41121 2004-01-04  David Schleef  <ds@schleef.org>
41122
41123         Fix the fixate functions to handle new prototype:
41124         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41125         * gst/videotestsrc/gstvideotestsrc.c:
41126         (gst_videotestsrc_src_fixate):
41127         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41128         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41130
41131 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41132
41133         * sys/ximage/ximagesink.h:
41134         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41135         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41136         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41137         (gst_ximagesink_xoverlay_init):
41138           assorted fixes to make (re)embedding work
41139         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41140         (gst_ximagesink_get_desired_size):
41141           implement desired size additions to XOverlay
41142
41143 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41144
41145         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41146         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41147         (gst_x_overlay_got_desired_size):
41148         * gst-libs/gst/xoverlay/xoverlay.h:
41149           Add optional "desired size" signal and querying.
41150
41151 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41152
41153         * gst/matroska/matroska-demux.c:
41154         (gst_matroska_demux_parse_blockgroup):
41155           Fix EBML-laced block parsing. Diffs are relative to previous
41156           lace, not the first lace. Thanks to Mosu from the Matroska
41157           team for detecting this.
41158         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41159         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41160         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41161         (gst_wavparse_change_state):
41162         * gst/wavparse/gstwavparse.h:
41163           Quickfix for capsnego.
41164
41165 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41166
41167         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41168           Fix indenting, fix pad creation.
41169
41170 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41171
41172         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41173         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41174         (gst_xviddec_sink_link):
41175           Implement src_getcaps() so proper size caps is negotiated.
41176
41177 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41178
41179         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41180           Finish flac decoder on EOS. See #116178.
41181
41182 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41183
41184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41185         (gst_matroska_demux_add_stream):
41186         * gst/matroska/matroska-ids.h:
41187           Add getcaps() function to fix capsnego...
41188
41189 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41190
41191         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41192         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41193         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41194           Fix more integer overflows. Again, see #126967.
41195
41196 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41197
41198         * ext/mpeg2dec/gstmpeg2dec.c:
41199           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41200           #130416.
41201
41202 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41203
41204         * configure.ac:
41205         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41206         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41207         * ext/xvid/gstxvid.h:
41208         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41209         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41210         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41211         (gst_xviddec_change_state):
41212         * ext/xvid/gstxviddec.h:
41213         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41214         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41215         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41216         (gst_xvidenc_link), (gst_xvidenc_set_property),
41217         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41218         * ext/xvid/gstxvidenc.h:
41219           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41220
41221 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41222
41223         * gst/rtp/rtp-packet.c:
41224           Add sys/types.h include, since OS X doesn't define in_addr_t
41225           in netinet/in.h, like it does on Linux (see #129600).
41226
41227 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41228
41229         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41230
41231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41232           Correct logic of dispose function (see #129306).
41233
41234 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41235
41236         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41238         (gst_mpeg_parse_init):
41239         * gst/mpegstream/gstmpegparse.h:
41240           Remove clock (which was never provided, i.e. dead code), and
41241           also fix integer overflows at high PTS values (see #126967).
41242
41243 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41244
41245         * ext/flac/gstflacdec.c:
41246         * ext/libpng/gstpngenc.h:
41247         * ext/mikmod/gstmikmod.h:
41248           OS X fixes (see #126628).
41249
41250 2004-01-02  David Schleef  <ds@schleef.org>
41251
41252         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41253         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41255         (gst_mpeg_parse_class_init): Move pad template registration
41256         to class_init, since the derived class (mpegdemux) doesn't
41257         want them.
41258
41259 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41260
41261         * sys/ximage/Makefile.am:
41262         * sys/xvideo/Makefile.am:
41263         * sys/xvimage/Makefile.am:
41264           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41265           after installation (see #127664).
41266
41267 2004-01-02  David Schleef  <ds@schleef.org>
41268
41269         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41270         (gst_ffmpegenc_connect):  Negotiation fixes.
41271         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41272         Remove inappropriate gst_caps_free().
41273         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41274         Reenable Ronald's internal resize code, since the core handles
41275         it correctly now.
41276
41277 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41278
41279         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41280         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41282           Fix pad template stuff.
41283
41284 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41285
41286         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41287         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41288           fix signed integer reading/writing.
41289
41290 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41291
41292         * ext/alsa/README:
41293           Remove outdated document
41294
41295 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41296
41297         * gst/cutter/gstcutter.c: (gst_cutter_init):
41298           src pad was being created twice - oops.
41299
41300 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41301
41302         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41303           Comment out internal resize. It doesn't handle the resulting
41304           XEvent internally, does another try_set_caps() which leads to
41305           a really nice loop.
41306           Real fix will come when Julien and Dave are awake. ;).
41307
41308 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41309
41310         * ext/mpeg2enc/gstmpeg2enc.cc:
41311           fix const/nonconst compile issue.
41312
41313 2004-01-02  David Schleef  <ds@schleef.org>
41314
41315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41316         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41317         Add fixate function and a check for bad formats.
41318
41319 2004-01-01  David Schleef  <ds@schleef.org>
41320
41321         Negotiation fixes:
41322         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41323         (gst_audiofilter_init):
41324         * gst/debug/efence.c: (gst_efence_init):
41325         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41326         (gst_deinterlace_init):
41327         * gst/volume/gstvolume.c: (volume_connect):
41328
41329 2004-01-01  David Schleef  <ds@schleef.org>
41330
41331         Convert elements to use gst_pad_use_explicit_caps() where
41332         appropriate:
41333         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41334         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41335         (gst_afparse_open_file):
41336         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41337         (gst_afsrc_open_file):
41338         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41339         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41340         (gst_ffmpegdec_chain):
41341         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41342         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41343         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41344         (gst_gdk_pixbuf_chain):
41345         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41346         (gst_jpegdec_chain):
41347         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41348         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41349         (gst_mikmod_negotiate):
41350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41351         (gst_mpeg2dec_negotiate_format):
41352         * ext/mpeg2enc/gstmpeg2enc.cc:
41353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41354         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41355         (gst_speexdec_sinkconnect):
41356         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41357         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41358         (gst_vorbisfile_new_link):
41359         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41360         (gst_ac3parse_chain):
41361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41362         (gst_asf_demux_setup_pad):
41363         * gst/auparse/gstauparse.c: (gst_auparse_init),
41364         (gst_auparse_chain):
41365         * gst/id3/gstid3types.c: (gst_id3types_loop):
41366         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41367         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41368         (mp1videoparse_parse_seq):
41369         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41370         (bpf_from_header):
41371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41372         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41373         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41374         (gst_mpeg_parse_send_data):
41375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41376         (gst_qtdemux_add_stream):
41377         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41378         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41379         (gst_wavparse_parse_fmt):
41380
41381 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41382
41383         * configure.ac:
41384           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41385           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41386           it therefore uses the wrong include paths. Too bad... Note
41387           that 1.6.1.93 is not release yet. ;).
41388           Also add a check for mplex, which is now using the lib'ified
41389           mplex from mjpegtools, too.
41390         * ext/ffmpeg/gstffmpegcodecmap.c:
41391           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41392           issues. I don't think ffmpeg handles 3ivx correctly, so this
41393           probably won't work. But it won't hurt either.
41394         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41395         (gst_ffmpegdec_chain):
41396         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41397         (gst_ffmpegenc_chain_audio):
41398           Fix memleak in audio encoding. Close codec if open fails, this
41399           calls the cleanup routines so we can re-use the context.
41400         * ext/mpeg2enc/gstmpeg2enc.cc:
41401           Fix pad template names/types, fix memory issue with getcaps().
41402         * ext/mpeg2enc/gstmpeg2encoder.cc:
41403         * ext/mpeg2enc/gstmpeg2encoder.hh:
41404           Fix compile issue with new caps system (const thingy).
41405         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41406         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41407           We read a first frame right on initing, so that we have a caps
41408           when we init the output. This caps is cached in padprivate and
41409           read as first frame.
41410         * ext/mplex/Makefile.am:
41411         * ext/mplex/gstmplex.cc:
41412         * ext/mplex/gstmplex.h:
41413         * ext/mplex/gstmplex.hh:
41414         * ext/mplex/gstmplexibitstream.cc:
41415         * ext/mplex/gstmplexibitstream.hh:
41416         * ext/mplex/gstmplexjob.cc:
41417         * ext/mplex/gstmplexjob.hh:
41418         * ext/mplex/gstmplexoutputstream.cc:
41419         * ext/mplex/gstmplexoutputstream.hh:
41420           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41421           had issues, didn't do capsnego, supported only a subset of the
41422           mplex features and required a mplex fork in our local CVS. Plus
41423           that it worked agaist a very old mplex version. Rewriting was
41424           faster than updating it.
41425         * gst-libs/ext/Makefile.am:
41426         * gst-libs/ext/mplex/INSTRUCT:
41427         * gst-libs/ext/mplex/Makefile.am:
41428         * gst-libs/ext/mplex/README:
41429         * gst-libs/ext/mplex/TODO:
41430         * gst-libs/ext/mplex/ac3strm_in.cc:
41431         * gst-libs/ext/mplex/audiostrm.hh:
41432         * gst-libs/ext/mplex/audiostrm_out.cc:
41433         * gst-libs/ext/mplex/aunit.hh:
41434         * gst-libs/ext/mplex/bits.cc:
41435         * gst-libs/ext/mplex/bits.hh:
41436         * gst-libs/ext/mplex/buffer.cc:
41437         * gst-libs/ext/mplex/buffer.hh:
41438         * gst-libs/ext/mplex/fastintfns.h:
41439         * gst-libs/ext/mplex/format_codes.h:
41440         * gst-libs/ext/mplex/inputstrm.cc:
41441         * gst-libs/ext/mplex/inputstrm.hh:
41442         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41443         * gst-libs/ext/mplex/mjpeg_logging.cc:
41444         * gst-libs/ext/mplex/mjpeg_logging.h:
41445         * gst-libs/ext/mplex/mjpeg_types.h:
41446         * gst-libs/ext/mplex/mpastrm_in.cc:
41447         * gst-libs/ext/mplex/mpegconsts.cc:
41448         * gst-libs/ext/mplex/mpegconsts.h:
41449         * gst-libs/ext/mplex/mplexconsts.hh:
41450         * gst-libs/ext/mplex/multplex.cc:
41451         * gst-libs/ext/mplex/outputstream.hh:
41452         * gst-libs/ext/mplex/padstrm.cc:
41453         * gst-libs/ext/mplex/padstrm.hh:
41454         * gst-libs/ext/mplex/stillsstream.cc:
41455         * gst-libs/ext/mplex/stillsstream.hh:
41456         * gst-libs/ext/mplex/systems.cc:
41457         * gst-libs/ext/mplex/systems.hh:
41458         * gst-libs/ext/mplex/vector.cc:
41459         * gst-libs/ext/mplex/vector.hh:
41460         * gst-libs/ext/mplex/videostrm.hh:
41461         * gst-libs/ext/mplex/videostrm_in.cc:
41462         * gst-libs/ext/mplex/videostrm_out.cc:
41463         * gst-libs/ext/mplex/yuv4mpeg.cc:
41464         * gst-libs/ext/mplex/yuv4mpeg.h:
41465         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41466         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41467           We don't fork mjpegtools' mplex in our CVS anymore.
41468         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41469         (gst_avi_demux_add_stream):
41470         * gst/avi/gstavidemux.h:
41471           Add getcaps() function for proper caps nego. This makes some
41472           parts of AVI playback/reading work.
41473         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41474           Resize window on new capsnego. This is probably wrong, but
41475           I'm still committing it because with current capsnego, the
41476           first successfull capsnego is auto-fixated, therefore rounded
41477           down to the lowest values in the caps. this results in a 16x16
41478           XWindow that is not reized when real capsnego finishes.
41479           Dave, I see more cases of this, do you know a proper solution?
41480         * tools/gst-launch-ext.in:
41481           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41482
41483 2003-12-31  David Schleef  <ds@schleef.org>
41484
41485         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41486         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41487           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41488
41489 2003-12-30  David Schleef  <ds@schleef.org>
41490
41491         * ext/ffmpeg/gstffmpegcolorspace.c:
41492         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41493         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41494         (gst_ffmpegcsp_chain): Negotiation fixes
41495         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41497         (gst_audio_convert_link), (gst_audio_convert_channels):
41498         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41499         (gst_audioscale_link), (gst_audioscale_get_buffer),
41500         (gst_audioscale_chain): Negotiation fixes
41501         * gst/audioscale/gstaudioscale.h:
41502         * gst/videofilter/gstvideofilter.c:
41503         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41504         (gst_videofilter_link), (gst_videofilter_init),
41505         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41506         (gst_videofilter_find_format_by_structure):
41507         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41509         (gst_videoscale_link):
41510         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41511         (videoscale_find_by_structure), (gst_videoscale_setup):
41512         * gst/videoscale/videoscale.h: Negotiation fixes
41513         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41514         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41515         function, restrict resizing to a multiple of 4 (hack until
41516         everyone supports odd sizes correctly).
41517
41518 2003-12-29  Colin Walters  <walters@verbum.org>
41519
41520         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41521         signed.
41522
41523 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41524
41525         * ext/sndfile/gstsf.c: (gst_sf_loop):
41526           Fix warning about discarding const qualifier
41527
41528 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41529
41530         * gst/cutter/gstcutter.c:
41531         * gst/videoscale/gstvideoscale.c:
41532         * gst/volenv/gstvolenv.c:
41533         * gst-libs/gst/audio/audio.c:
41534         * gst-libs/gst/video/video.c:
41535           Fix warnings
41536
41537 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41538
41539         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41540           Don't send ALSA debugging to stderr.
41541         * ext/alsa/gstalsa.h:
41542           Use GST_WARNING instead of g_warning when ALSA functions fail.
41543
41544 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41545
41546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41547           Free XVAdapterInfo correctly.
41548
41549 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41550
41551         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41552         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41553           Make id3tag use correct caps nego.
41554
41555 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41556
41557         * ext/ivorbis/vorbis.c:
41558         * ext/ivorbis/vorbisenc.h:
41559         * ext/ivorbis/vorbisfile.c:
41560           Modify so that it uses the new caps things
41561
41562 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41563
41564         * testsuite/spider/spider1.c: (main):
41565         * testsuite/spider/spider2.c: (main):
41566         * testsuite/spider/spider3.c: (main):
41567           Make tests compile again. They probably don't work.
41568
41569 2003-12-24  Colin Walters  <walters@verbum.org>
41570
41571         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41572         we can't fixate the caps anymore.
41573
41574 2003-12-23  David Schleef  <ds@schleef.org>
41575
41576         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41577         * sys/oss/gstosssink.c: (gst_osssink_init),
41578         (gst_osssink_sink_fixate): Add fixate function.
41579
41580 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41581
41582         * ext/ffmpeg/gstffmpegcodecmap.c:
41583         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41584         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41585         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41586         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41587         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41588         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41589         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41590           fix typo in RGB masks, and move back to "old" colorspace
41591           capsnego code until whoever wrote this new crap has actually
41592           tested it so that it works.
41593           And yes, this works, keep it that way please.
41594
41595 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41596
41597         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41598         (gst_divxdec_init), (gst_divxdec_negotiate):
41599         * ext/divx/gstdivxdec.h:
41600         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41601         (gst_divxenc_init):
41602         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41603         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41604         * ext/mpeg2enc/gstmpeg2enc.cc:
41605         * ext/mpeg2enc/gstmpeg2encoder.cc:
41606         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41607         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41608         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41609         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41610         (dxr3spusink_init):
41611         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41612         (dxr3videosink_init):
41613           Fix caps breakage after Dave's caps branch merge.
41614
41615 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41616
41617         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41618           Fix for 24bpp display.
41619
41620 2003-12-23  Colin Walters  <walters@verbum.org>
41621
41622         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41623         a GnomeVFSHandle directly.
41624
41625 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41626
41627         * gst/volume/Makefile.am:
41628         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41629         (volume_base_init), (volume_init):
41630           Reenable volume element and fix to work with new caps stuff.
41631           Rhythmbox needs this.
41632
41633 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41634
41635         * gst/qtdemux/qtdemux.c: (plugin_init):
41636           qtdemux requires bytestream
41637
41638 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41639
41640         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41641           Fix remaining caps handling errors due to CAPS merge.
41642
41643 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41644
41645         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41646         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41647         (gst_faad_srcconnect):
41648           Port to new caps system.
41649
41650 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41651
41652         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41653         (got_video_size), (main): using g_print instead of g_message.
41654         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41655         signal which was not emitted because of "switch" element added to the
41656         bin but not connected. (Removing from the bin temporarily)
41657
41658 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41659
41660         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41661         find X development files. I don't understand the previous tests and
41662         they fail on my debian/ppc unstable. This one works.
41663         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41664         exiting.
41665         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41666         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41667         (gst_play_set_visualization): Add some safety checks in set_ methods
41668         and state_change. This was throwing some ugly CRITICAL messages when
41669         pipeline was getting disposed and casts were failing.
41670
41671 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41672
41673         * configure.ac:
41674           Improve mpeg2enc detection. This is for distributions that do
41675           ship mjpegtools, but without mpeg2enc. Also does object check
41676           for might there ever be ABI incompatibility.
41677         * ext/mpeg2enc/gstmpeg2enc.cc:
41678           Add Andrew as second maintainer (he's helping me), and also add
41679           an error if no caps was set. This happens if I pull before capsnego
41680           and that's something I should solve sometime else.
41681         * gst/matroska/matroska-demux.c:
41682         (gst_matroska_demux_parse_blockgroup):
41683           Fix time parsing.
41684         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41685         (gst_matroska_mux_track_header):
41686           Add caps to templates.
41687         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41688           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41689         * gst/mpegstream/gstmpegdemux.c:
41690           Remove layer since it causes warnings about unfixed caps.
41691         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41692           Fix obvious typo (we error out if caps were set, we should of
41693           course error out if *no* caps were set).
41694         * sys/oss/gstosselement.c: (gst_osselement_convert):
41695           Fix format conversion, we confused bits/bytes.
41696         * sys/oss/gstosselement.h:
41697           Improve documentation for 'bps'.
41698         * sys/v4l/TODO:
41699           Remove stuff about plugins that need removing - this was done
41700           ages ago.
41701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41702         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41704         (gst_v4lsrc_src_query):
41705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41706         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41707           Add get_query_types(), get_formats() and query() functions.
41708
41709 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41710
41711         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41712           * moved CVS to freedesktop.org