tests/examples/app/appsrc_ex.c: Some comments.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * tests/examples/app/appsrc_ex.c: (main):
4         Some comments.
5         When pulling a buffer we can get NULL when the element is EOS, don't try
6         to unref this NULL buffer.
7
8 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
9
10         * gst-libs/gst/video/Makefile.am:
11         * gst-libs/gst/video/video.h:
12         Fix up build flags and include statement for the new generated
13         enumtypes files, to fix dist.
14
15 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
16
17         * configure.ac:
18         * docs/libs/Makefile.am:
19         * docs/libs/gst-plugins-base-libs-docs.sgml:
20         * docs/libs/gst-plugins-base-libs-sections.txt:
21         * docs/plugins/Makefile.am:
22         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23         * docs/plugins/gst-plugins-base-plugins-sections.txt:
24         * docs/plugins/gst-plugins-base-plugins.args:
25         * docs/plugins/gst-plugins-base-plugins.hierarchy:
26         * docs/plugins/gst-plugins-base-plugins.interfaces:
27         * docs/plugins/gst-plugins-base-plugins.prerequisites:
28         * docs/plugins/gst-plugins-base-plugins.signals:
29         * docs/plugins/inspect/plugin-app.xml:
30         * gst-libs/gst/Makefile.am:
31         * gst-libs/gst/app/gstappsink.c:
32         * gst-libs/gst/app/gstappsrc.c:
33         * tests/examples/Makefile.am:
34         * tests/examples/app/Makefile.am:
35
36         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
37
38 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
39
40         * gst-libs/gst/audio/gstbaseaudiosink.c:
41         (gst_base_audio_sink_change_state):
42         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
43         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
44         this because the async_play method is deprecated and usually not called 
45         anymore.
46
47 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
48
49         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
50         Disconnect signal handlers before destroying a previous decodebin so
51         that we don't end up causing deadlocks. Fixes #566586.
52
53 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
54
55         * gst/audiotestsrc/gstaudiotestsrc.c:
56         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
57         (gst_audio_test_src_check_get_range),
58         (gst_audio_test_src_set_property),
59         (gst_audio_test_src_get_property):
60         * gst/audiotestsrc/gstaudiotestsrc.h:
61         Add property to control pull/push based scheduling.
62
63 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
64
65         * configure.ac:
66         * tests/examples/seek/Makefile.am:
67         * tests/icles/Makefile.am:
68         Make the seek and colorkey examples depend on gtk+-x11 as they use
69         GDK_WINDOW_XID.
70         Fixes the build with gtk+-quartz.
71
72 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
73
74         * win32/common/libgstaudio.def:
75         * win32/common/libgsttag.def:
76         * win32/common/libgstvideo.def:
77         Add new exports to win32 files.
78
79 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
80
81         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
82         * gst-libs/gst/tag/gsttagdemux.h:
83         Add GType for GstTagDemuxResult enum.
84
85 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
86
87         * gst-libs/gst/video/Makefile.am:
88         * gst-libs/gst/video/video.h:
89         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
90         This will help bindings to use it.
91
92 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
93
94         * gst-libs/gst/audio/Makefile.am:
95         * gst-libs/gst/audio/audio.c:
96         * gst-libs/gst/audio/multichannel.h:
97         * gst-libs/gst/audio/testchannels.c:
98         * win32/MANIFEST:
99         * win32/common/audio-enumtypes.c:
100         (gst_audio_channel_position_get_type),
101         (gst_ring_buffer_state_get_type),
102         (gst_ring_buffer_seg_state_get_type),
103         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
104         * win32/common/audio-enumtypes.h:
105         * win32/common/multichannel-enumtypes.c:
106         * win32/common/multichannel-enumtypes.h:
107         * win32/vs6/grammar.dsp:
108         * win32/vs6/libgstaudio.dsp:
109         * win32/vs7/libgstaudio.vcproj:
110         * win32/vs8/libgstaudio.vcproj:
111         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
112         audio- in order to wrap all enums declarations of that library.
113         This modification should not matter since that header file is not a
114         public header (it will be included by public headers).
115         Modify win32 crap^Wfiles accordingly.
116
117 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
118
119         * gst-libs/gst/audio/gstbaseaudiosrc.h:
120         * gst-libs/gst/audio/gstbaseaudiosink.h:
121         Complete Sebastien's commit from the 13th by exporting the
122         _slave_method_get_type() methods.
123
124 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125
126         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
127         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
128         (gst_gio_base_src_query):
129         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
130         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
131         (gst_gnome_vfs_src_query):
132         Implement URI query. Fixes bug #562949.
133
134 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
135
136         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
137         Add some debug info.
138
139         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
140         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
141         (gst_play_sink_release_pad):
142         Add some more debug info.
143         Reconfigure the audio chain when we switch between raw and encoded audio
144         in gapless playback.
145
146 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
147
148         * gst-libs/gst/audio/gstbaseaudiosink.c:
149         (gst_base_audio_sink_setcaps):
150         Pause the write thread before deactivating and releasing the ringbuffer
151         to avoid a deadlock when we do gapless playback with different sample
152         rates in playbin2.  Fixes #564929.
153
154 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
155
156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
157         Make GstAudioSrcSlaveMethod get_type() function non-static
158         as it's public now.
159
160         * win32/common/libgstaudio.def:
161         * win32/common/libgstnetbuffer.def:
162         Add some missing functions to the list of exported symbols.
163
164 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
165
166         Patch by: Andrew Feren <acferen at yahoo dot com>
167
168         * gst-libs/gst/netbuffer/gstnetbuffer.c:
169         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
170         (gst_netaddress_get_address_bytes),
171         (gst_netaddress_set_address_bytes):
172         * gst-libs/gst/netbuffer/gstnetbuffer.h:
173         Make gst_netaddress_get_ip4_address fail for v6 addresses.
174         Make gst_netaddress_get_ip6_address either fail or return the v4
175         address as a transitional v6 address.
176         Add two convenience functions:
177         API: gst_netaddress_get_address_bytes()
178         API: gst_netaddress_set_address_bytes()
179         Fixes #564896.
180
181 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
182
183         * gst/adder/Makefile.am:
184         * gst/adder/gstadder.c:
185           Cleanup variable names to make the adder-loop easier to understand.
186           Also try to use liboil to spee it up, but ifdef it out as it does not
187           make any change for me (Intel pentim M (sse,sse2) please try on other
188           systems).
189
190 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * docs/plugins/Makefile.am:
193         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
194         * docs/plugins/gst-plugins-base-plugins-sections.txt:
195         * gst/tcp/gsttcpclientsink.c:
196         * gst/tcp/gsttcpclientsrc.c:
197         * gst/tcp/gsttcpserversrc.c:
198         Add minimal docs to make the remaining tcp elements show up.
199         Fixes #564139.
200
201 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
202
203         * win32/common/config.h:
204           Update to CVS version.
205
206         * win32/common/config.h.in:
207           Hardcode path to plugin install helper exe, just like we hardcode
208           the paths in core. Removes another source of VCS conflicts for
209           people hacking gst-plugins-base on systems with autotools.
210
211 2008-12-13  Edward Hervey  <bilboed@gmail.com>
212
213         * m4/Makefile.am:
214         And a couple more .m4 that don't exist anymore with gettext 0.17
215
216 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
217
218
219         * m4/Makefile.am:
220         inttypes.m4 hasn't been available since gettext-0.15, and since we now
221         require gettext >= 0.17 ... we can remove it from the list of files to
222         dist.
223
224 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
225
226         * gst-libs/gst/audio/gstbaseaudiosink.c:
227         (gst_base_audio_sink_slave_method_get_type),
228         (gst_base_audio_sink_class_init):
229         * gst-libs/gst/audio/gstbaseaudiosink.h:
230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
231         (gst_base_audio_src_slave_method_get_type),
232         (gst_base_audio_src_class_init):
233         * gst-libs/gst/audio/gstbaseaudiosrc.h:
234         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
235         public API. This is needed for the C++ bindings to be able
236         to use this base classes. Fixes bug #564200, #564206.
237
238 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
239
240         * gst-libs/gst/cdda/gstcddabasesrc.c:
241         (gst_cdda_base_src_handle_event):
242         Remove erroneous gst_buffer_ref().
243         * tests/check/libs/rtp.c: (GST_START_TEST):
244         Don't forget to unref the buffer once you're done with it.
245
246 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
247
248         * gst/playback/gstplaybin.c:
249         * gst/playback/gstplaybin2.c:
250           XRef to GstXOverlay.
251
252 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
253
254         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
255         Free the factory array when finalizing.
256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
257         Use a GstStaticPadTemplate since the src pad caps are fixed.
258
259 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
260
261         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
262         (gst_vorbis_enc_init):
263         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
264         pad templates.
265
266 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
267
268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
269         (gst_riff_create_video_template_caps):
270         Add mapping for VP6 in avi/riff.
271
272 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
273
274         * gst/subparse/samiparse.c: (sami_context_push_state),
275         (sami_context_pop_state), (start_sami_element), (end_sami_element):
276         Some versions of libxml seem to be very picky as to strict formatting
277         of the input and never 'close' the final </body> tag.
278         In order to fix that bad behaviour, we trigger the flushing of
279         remaining data on both </body> and </sami>.
280         Fixes #557365
281
282 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         Patch by: Guillaume Emont <guillaume at fluendo dot com>
285
286         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
287         Add typefinders for MS Word files and OS X .DS_Store files to
288         prevent them to be recognized as MPEG files. Fixes bug #564098.
289
290 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         * gst/playback/gstplaysink.c: (gen_audio_chain),
293         (gst_play_sink_reconfigure):
294         Add some more debug info.
295         Fix linking of just an encoded sink.
296         Handle failure to create a sink chain more gracefully than crashing.
297
298 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
301         Pushing 10 buffers is enough to run the test.
302
303 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
304
305         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
306         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
307         (main):
308         Hook up the SKIP seek flag.
309
310 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         * gst/playback/gstplaybin2.c: (pad_added_cb):
313         Error out with a missing-plugin error when the input-selector was not
314         found.
315
316         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
317         Indentation.
318
319 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
322         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
323         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
324         (gst_play_sink_send_event), (gst_play_sink_change_state):
325         Use G_DEFINE_TYPE.
326         Try to set the selected sink to READY before using it. This will allow
327         for detection of incompatible formats sooner.
328         Don't cause a fatal error when conversion elements are missing but post
329         a missing-element message and a warning instead because things might
330         still link and run fine.
331         Simplyfy the construction of audio and video sink chains.
332
333 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
336         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
337         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
338         init from glib.
339
340 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
341
342         Patch by: Luis Menina <liberforce at freeside dot fr>
343
344         * gst-libs/gst/floatcast/floatcast.h:
345         * gst/typefind/gsttypefindfunctions.c:
346         Include glib.h instead of a specific GLib header. Including single
347         GLib headers is deprecated. Fixes bug #563904.
348
349 2008-12-09  Julien Moutte  <julien@fluendo.com>
350
351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
352         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
353
354 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
355
356         * gst-libs/gst/riff/riff-read.c:
357           Fix handling of odd chunks in riff metadata.
358
359 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * gst/volume/gstvolume.c: (gst_volume_class_init),
362         (volume_before_transform), (volume_transform_ip):
363         Use new basetransform vmethod to reconfigure the dynamic properties and
364         any pending volume/mute changes. Fixes #563508.
365
366 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
367
368         * configure.ac:
369         First check for "theoraenc theoradec" and if that failed check
370         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
371         deprecate the latter. Also linking on Windows fails with just "theora"
372         and the version check would fail for the release candidates.
373         Fixes bug #563718.
374
375 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
376
377         * gst/playback/gstdecodebin.c:
378         * gst/playback/gstdecodebin2.c:
379           Add basic docs to decodebin and link to decodebin from decodebin2.
380           
381 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
382
383         Patch by: Olivier Crete  <tester at tester ca>
384
385         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
386         * gst-libs/gst/rtp/gstrtcpbuffer.h:
387         Implement gst_rtcp_packet_remove(). Fixes #563174.
388
389         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
390         Add unit test for some RTCP functions.
391
392 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
393
394         * configure.ac:
395         Apparently AC_CONFIG_MACRO_DIR breaks when using more
396         than one macro directory, reverting last change.
397
398 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
399
400         * configure.ac:
401         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
402         our M4 macros.
403
404 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
405
406         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
408         Clear all flags on buffers returned from the image pool.
409         Fixes #563143
410
411 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
412
413         Patch by: Cygwin Ports maintainer
414                   <yselkowitz at users dot sourceforge dot net>
415
416         * autogen.sh:
417         * configure.ac:
418         Require gettext 0.17 because older versions don't mix with libtool
419         2.2. At build time an older gettext version will still work.
420         Fixes bug #556091.
421
422 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
423
424         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
425
426 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
427
428         * docs/plugins/gst-plugins-base-plugins.args:
429         * docs/plugins/gst-plugins-base-plugins.hierarchy:
430         * docs/plugins/gst-plugins-base-plugins.interfaces:
431         * docs/plugins/gst-plugins-base-plugins.prerequisites:
432         * docs/plugins/inspect/plugin-videorate.xml:
433         * gst/speexresample/gstspeexresample.c:
434         Update documentation of speexresample for the new element name.
435
436 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
437
438         * gst/speexresample/README:
439         Update README with the latest diff between the Speex resampler
440         and our copy.
441
442 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
443
444         * gst/speexresample/gstspeexresample.c: (plugin_init):
445         Update the debug category from speex_resample to audioresample.
446
447 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
448
449         * gst/audioresample/Makefile.am:
450         * gst/audioresample/buffer.c:
451         * gst/audioresample/buffer.h:
452         * gst/audioresample/debug.c:
453         * gst/audioresample/debug.h:
454         * gst/audioresample/functable.c:
455         * gst/audioresample/functable.h:
456         * gst/audioresample/gstaudioresample.c:
457         * gst/audioresample/gstaudioresample.h:
458         * gst/audioresample/resample.c:
459         * gst/audioresample/resample.h:
460         * gst/audioresample/resample_chunk.c:
461         * gst/audioresample/resample_functable.c:
462         * gst/audioresample/resample_ref.c:
463         * tests/check/elements/audioresample.c:
464         Remove audioresample files.
465
466 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
467
468         * docs/plugins/inspect/plugin-audioresample.xml:
469         Regenerated for library filename change.
470
471 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
472
473         * configure.ac:
474         * docs/plugins/Makefile.am:
475         * docs/plugins/gst-plugins-base-plugins-sections.txt:
476         * docs/plugins/gst-plugins-base-plugins.args:
477         * docs/plugins/gst-plugins-base-plugins.hierarchy:
478         * docs/plugins/gst-plugins-base-plugins.interfaces:
479         * docs/plugins/gst-plugins-base-plugins.prerequisites:
480         * docs/plugins/inspect/plugin-adder.xml:
481         * docs/plugins/inspect/plugin-alsa.xml:
482         * docs/plugins/inspect/plugin-audioconvert.xml:
483         * docs/plugins/inspect/plugin-audiorate.xml:
484         * docs/plugins/inspect/plugin-audioresample.xml:
485         * docs/plugins/inspect/plugin-audiotestsrc.xml:
486         * docs/plugins/inspect/plugin-cdparanoia.xml:
487         * docs/plugins/inspect/plugin-decodebin.xml:
488         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
489         * docs/plugins/inspect/plugin-gdp.xml:
490         * docs/plugins/inspect/plugin-gio.xml:
491         * docs/plugins/inspect/plugin-gnomevfs.xml:
492         * docs/plugins/inspect/plugin-libvisual.xml:
493         * docs/plugins/inspect/plugin-ogg.xml:
494         * docs/plugins/inspect/plugin-pango.xml:
495         * docs/plugins/inspect/plugin-playback.xml:
496         * docs/plugins/inspect/plugin-queue2.xml:
497         * docs/plugins/inspect/plugin-subparse.xml:
498         * docs/plugins/inspect/plugin-tcp.xml:
499         * docs/plugins/inspect/plugin-theora.xml:
500         * docs/plugins/inspect/plugin-typefindfunctions.xml:
501         * docs/plugins/inspect/plugin-uridecodebin.xml:
502         * docs/plugins/inspect/plugin-video4linux.xml:
503         * docs/plugins/inspect/plugin-videorate.xml:
504         * docs/plugins/inspect/plugin-videoscale.xml:
505         * docs/plugins/inspect/plugin-videotestsrc.xml:
506         * docs/plugins/inspect/plugin-volume.xml:
507         * docs/plugins/inspect/plugin-vorbis.xml:
508         * docs/plugins/inspect/plugin-ximagesink.xml:
509         * docs/plugins/inspect/plugin-xvimagesink.xml:
510         * gst/speexresample/gstspeexresample.c: (plugin_init):
511         * gst/speexresample/Makefile.am:
512         * tests/check/Makefile.am:
513         * tests/check/elements/speexresample.c: (setup_speexresample),
514         (GST_START_TEST), (test_pipeline):
515         Rename the moved speexresample to audioresample, integrate into the
516         build system and remove the old audioresample from the build system.
517         Fixes bug #558124, #385061, #346218, #116051.
518
519 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
520
521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
522         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
523         Avoid nasty int overflows after about 12 hours and 25 minutes when these
524         code paths are triggered. 
525         A free beer to Håvard Graff for finding this!
526
527 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
528
529         Patch by: 이문형 <iwings at gmail dot com>
530
531         * gst-libs/gst/rtsp/gstrtspconnection.c:
532         (gst_rtsp_connection_connect):
533         A successful gst_poll_wait() doesn't always mean successful connect() on
534         Windows.  We should check errors by calling gst_poll_fd_has_error().
535         See #561924.
536
537 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst-libs/gst/rtp/gstrtcpbuffer.c:
540         Fix typo in the docs.
541
542 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
543
544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
545         If no stream was found before receiving EOS, post an error message.
546         Fixes #561924.
547
548 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         * ext/theora/gsttheoraenc.h:
551         * ext/theora/theoraenc.c: (gst_theora_enc_init),
552         (theora_buffer_from_packet), (theora_push_packet),
553         (theora_enc_sink_event), (theora_enc_is_discontinuous),
554         (theora_enc_chain):
555         Parse segment events.
556         Pass incomming buffer timestamps to outgoing buffers.
557         Use the running_time to construct the granulepos.
558         Fixes #562163.
559
560 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         * gst/playback/gstplaybin2.c: (activate_group):
563         Fix buffer-duration property.
564
565 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         * gst-libs/gst/audio/gstbaseaudiosink.c:
568         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
569         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
570         (gst_base_audio_sink_change_state):
571         Really fix audiosink drain handling by keeping track of the running_time
572         of the last sample.
573
574 2008-11-24  Michael Smith <msmith@songbirdnest.com>
575
576         * gst/playback/gstplaybin2.c:
577           Add notification of current stream. Add ability to configure buffer
578           sizes.
579         * gst/playback/gsturidecodebin.c:
580           Add ability to configure buffer sizes for streaming mode.
581           Bug #561734.
582
583 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
584
585         * gst-libs/gst/audio/gstbaseaudiosink.c:
586           Time is already in running_time. Remove base_time handling. Fixes
587           audiosinks not draining and thus chopping some audio in the end.
588
589 2008-11-24  David Schleef  <ds@schleef.org>
590
591         * ext/ogg/gstoggmux.c:
592         * ext/ogg/gstoggmux.h:
593           If we're muxing a dirac stream, flush the page after every picture.
594
595 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
596
597         * gst-libs/gst/audio/gstbaseaudiosink.c:
598           Add one log message to check for audio_drained. Sync one log message
599           with the condition. Send EOS after draining audio in pull mode.
600
601 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
605         Use gst_buffer_try_new_and_alloc() and fail properly if the
606         allocation failed. This prevents abort() if downstream elements
607         request an insane amount of memory.
608
609 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/volume/gstvolume.c: (volume_choose_func),
612         (volume_update_volume), (gst_volume_set_volume),
613         (gst_volume_get_volume), (gst_volume_set_mute),
614         (gst_volume_class_init), (gst_volume_init),
615         (volume_process_double), (volume_process_float),
616         (volume_process_int32), (volume_process_int32_clamp),
617         (volume_process_int24), (volume_process_int24_clamp),
618         (volume_process_int16), (volume_process_int16_clamp),
619         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
620         (volume_transform_ip), (volume_set_property),
621         (volume_get_property):
622         * gst/volume/gstvolume.h:
623         Cleanup volume, define and use default values.
624         Recalculate new volume and mute setup before processing. Fixes #561789.
625
626         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
627         Add controller unit test. Patch by: Jonathan Matthew
628         Fix bogus test that messed with basetransform's internal state.
629
630 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
631
632         * gst/videorate/gstvideorate.c:
633         Add jpeg and png image media types to the caps. Fixes #561436.
634
635 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         * gst/playback/gstplaysink.c: (gen_audio_chain):
638         Don't post an error when we can't configure the volume but post a
639         warning instead. Fixes #561780.
640
641 2008-11-21  David Schleef  <ds@schleef.org>
642
643         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
644
645         * gst/videotestsrc/gstvideotestsrc.c:
646         * gst/videotestsrc/gstvideotestsrc.h:
647         * gst/videotestsrc/videotestsrc.c:
648         * gst/videotestsrc/videotestsrc.h:
649           Add a zone plate pattern generator based on BBC R&D Report
650           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
651           kx2=20 ky2=20 kt=1'.
652
653 2008-11-20  Michael Smith <msmith@songbirdnest.com>
654
655         * gst/playback/gstdecodebin2.c:
656           Fix random fat-fingering making this not compile.
657
658 2008-11-20  Michael Smith <msmith@songbirdnest.com>
659
660         * gst/playback/gstdecodebin2.c:
661           If the top-level type of the stream is plain text, don't try to decode
662           it, matching behaviour of decodebin.
663         * gst/playback/gstplaysink.c:
664           If we fail to generate a text chain (e.g. due to missing optional
665           plugins), don't crash.
666
667 2008-11-20  Michael Smith <msmith@songbirdnest.com>
668
669         * gst-libs/gst/rtsp/gstrtspdefs.c:
670           Fix win32 build. Oops.
671
672 2008-11-20  Michael Smith <msmith@songbirdnest.com>
673
674         * gst-libs/gst/rtsp/gstrtspdefs.c:
675           Use WSAGetLastError() rather than errno/h_errno on win32.
676
677 2008-11-20  Michael Smith <msmith@songbirdnest.com>
678
679         * gst-libs/gst/riff/riff-media.c:
680           Support WMA Lossless properly.
681
682 2008-11-18  David Schleef  <ds@schleef.org>
683
684         * gst/videotestsrc/gstvideotestsrc.c:
685         * gst/videotestsrc/gstvideotestsrc.h:
686         * gst/videotestsrc/videotestsrc.c:
687         * gst/videotestsrc/videotestsrc.h:
688           Add "colorspec" property, specifying whether to generate BT.601
689           or BT.709 video.  This only affects YCbCr values, not RGB, since
690           if you're generating a 709 test pattern, presumably you want
691           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
692           uses 75% colors instead of 100%, since this is often more useful
693           for testing (and also follows the SMPTE EG-1 guideline).
694
695 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
696
697         * gst/playback/gstdecodebin.c:
698         Add a "sink-caps" property to decodebin like it's done for decodebin2.
699         Fixes #560380.
700
701 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
702
703         * gst/audioresample/gstaudioresample.c:
704         Guard against a NULL dereference I somehow encountered -
705         with a FLUSH_STOP arriving either before basetransform _start(),
706         or after _stop().
707
708         * gst/typefind/gsttypefindfunctions.c:
709         Make sure we never jump backwards when typefinding corrupt mov files.
710
711 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
712
713         * gst-libs/gst/interfaces/propertyprobe.c:
714         Fix random type causing a docs warning.
715
716 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
717
718         * sys/v4l/gstv4l.c:
719           Give it a minimal rank for autovideosrc.
720
721 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
722
723         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
724         (plugin_init):
725         Improve typefinding of ISO JPEG2000 mime types.
726
727 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
728
729         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
730         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
731         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
732         * sys/xvimage/xvimagesink.h:
733         Avoid typechecking when we do trivial casts.
734         Move error handling out of the main program flow.
735         Sneak in the display-region caps property, not completely correct yet.
736         Cache the width/height in buffer_alloc instead of parsing it from the
737         caps all the time.
738
739 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
740
741         * gst/playback/gstplaybin2.c: (deactivate_group):
742         don't try to unlink the selector sinkpad when we don't have it yet. This
743         can happen if an error occured before the group was complete.
744
745 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
746
747         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
748         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
749         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
750         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
751         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
752         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
753         (gst_rtp_buffer_get_extension_data),
754         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
755         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
756         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
757         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
758         (gst_rtp_buffer_get_payload_type),
759         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
760         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
761         (gst_rtp_buffer_set_timestamp),
762         (gst_rtp_buffer_get_payload_subbuffer),
763         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
764         Avoid expensive type checks we already did as part of the 
765         _validate() function that should be called first.
766
767 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
768
769         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
770         (gst_base_rtp_depayload_push_full),
771         (gst_base_rtp_depayload_set_gst_timestamp):
772         Fix some cases where a newsegment event was not sent.
773
774 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
775
776         * gst/playback/gstplaybin2.c: (activate_group):
777         Catch state change errors and stop from the uridecodebin elements
778         instead of trying to continue in vain.
779
780 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
781
782         * gst-libs/gst/audio/gstbaseaudiosink.c:
783         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
784         (gst_base_audio_sink_callback):
785         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
786         for the latency to expire, fixes #559567.
787
788 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
789
790         * gst/adder/gstadder.c:
791           Change author string after seeing output of gst-inspector.
792
793 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
796         Don't try to do crazy things when we only have a text pad without a
797         video pad. Fixes #559478.
798
799 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
802         Fix case where we don't have a range for the rates or channels as is the
803         case with truespeech.
804
805 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * gst/volume/gstvolume.c: (volume_update_real_volume),
808         (gst_volume_set_volume), (gst_volume_get_volume),
809         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
810         (volume_transform_ip), (volume_update_mute),
811         (volume_update_volume), (volume_get_property):
812         * gst/volume/gstvolume.h:
813         Keep negotiated state in a separate variable.
814         Protect the volume and mute properties with the object lock.
815         Protect modifying the transform with the transform lock.
816
817 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
818
819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
820         (gst_ffmpeg_pixfmt_to_caps):
821         Only convert caps to string when debug is enabled.
822
823 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * ext/theora/gsttheoradec.h:
826         * ext/theora/theoradec.c: (gst_theora_dec_init),
827         (gst_theora_dec_reset), (theora_dec_src_event),
828         (theora_dec_sink_event), (theora_handle_type_packet):
829         Copy seqnum.
830         Keep events in a pending list, like vorbisdec, instead of trying
831         to construct a segment event ourselves.
832
833         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
834         (vorbis_dec_src_event), (vorbis_dec_sink_event):
835         * ext/vorbis/vorbisdec.h:
836         Copy seqnum.
837
838 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
841         (gst_ogg_demux_deactivate_current_chain),
842         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
843         (gst_ogg_demux_loop):
844         * ext/ogg/gstoggdemux.h:
845         Copy seqnums around to track playback segments and messages.
846
847 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         Based on patch by: Matthias Kretz <kretz at kde dot org>
850
851         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
852         (gst_alsasink_prepare), (gst_alsasink_unprepare),
853         (gst_alsasink_write):
854         Make all access non-blocking so that we can better handle unplugging
855         of usb devices. Fixes #559111
856
857 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
858
859         Patch by: Damien Lespiau  <damien.lespiau gmail com>
860
861         * gst-libs/gst/rtsp/gstrtspconnection.c:
862         (gst_rtsp_connection_write):
863         Make the next call to poll not depend on previous calls to poll with or
864         without reading from the active descriptor. Fixes #544293.
865
866 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
867
868         Patch by: Nick Haddad <nick at haddads dot net>
869
870         * gst-libs/gst/riff/riff-ids.h:
871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
872         Add support for other fourcc codes that are commonly used for
873         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
874         Fixes #558553.
875
876 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
877
878         * gst/audioresample/gstaudioresample.c:
879           Return the result of parent_class->event().
880
881 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
882
883         * gst/audioresample/gstaudioresample.c:
884         (gst_audioresample_class_init), (audioresample_fixate_caps):
885         Fixate the rate to the nearest supported rate instead of
886         the first one. Fixes bug #549510.
887
888 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * win32/common/libgstaudio.def:
891         Add new symbols.
892
893 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
896         Attempt to make obfuscated code clearer.
897
898 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
899
900         * docs/libs/gst-plugins-base-libs-sections.txt:
901         * gst-libs/gst/floatcast/floatcast.h:
902         Move float endianness conversion macros to core. Second part of
903         bug ##555196.
904
905 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
906
907         * sys/ximage/ximagesink.h:
908         * sys/xvimage/xvimagesink.h:
909           Don't mark as gtk-doc docs as they aren't public.
910
911 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
912
913         * sys/xvimage/xvimagesink.c:
914         * sys/xvimage/xvimagesink.h:
915         * tests/icles/Makefile.am:
916         * tests/icles/test-colorkey.c:
917           Allow setting colorkey if possible. Implement property probe interface
918           for optional X features (autopaint-colorkey, double-buffer and
919           colorkey). Fixes #554533
920
921 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
922
923         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
924         Remove useless buffer size assignment. It already has this value.
925
926 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * gst-libs/gst/audio/gstaudiosink.c:
929         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
930         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
931         (gst_audioringbuffer_stop):
932         Implement a separate activate functions to start monitoring the segments
933         or, in pull mode, pulling in data.
934
935         * gst-libs/gst/audio/gstbaseaudiosink.c:
936         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
937         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
938         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
939         (gst_base_audio_sink_activate_pull),
940         (gst_base_audio_sink_async_play),
941         (gst_base_audio_sink_change_state):
942         Implement pad and element convert query function.
943         Activate the ringbuffer.
944         Use the segment last_stop value as the offset to pull.
945         Use new basesink _do_preroll() method to preroll in the pulling thread.
946         Take appropriate locking in the pulling thread.
947
948         * gst-libs/gst/audio/gstringbuffer.h:
949         Update some docs.
950
951 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
952
953         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
954         Improve MXF typefinding a bit by searching for a header partition
955         pack instead of just a general partition pack and checking more
956         bytes for valid values.
957
958 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
959
960         * tests/icles/.cvsignore:
961         update ignore file.
962
963         * tests/icles/Makefile.am:
964         * tests/icles/test-box.c: (make_pipeline), (main):
965         Add another interactive command line experimentation suite for
966         dynamically boxing/cropping/saling an input video.
967
968 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
969
970         * docs/libs/gst-plugins-base-libs-sections.txt:
971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
972         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
973         * gst-libs/gst/audio/gstringbuffer.h:
974         Add methods to more accuratly control the pulling thread of a
975         ringbuffer.
976         Add format conversion helper code to the ringbuffer.
977         API: GstRingBuffer:gst_ring_buffer_activate()
978         API: GstRingBuffer:gst_ring_buffer_is_active()
979         API: GstRingBuffer:gst_ring_buffer_convert()
980
981 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
984         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
985         (gst_audioringbuffer_stop):
986         Signal thread startup earlier so that we can immediatly go into pull
987         mode when we have to and block on preroll.
988
989 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
990
991         * gst-libs/gst/audio/gstringbuffer.c:
992         (gst_ring_buffer_prepare_read):
993         In pull mode we want the callback to prepull a buffer we can preroll on
994         even when we are not yet playing.
995
996 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
997
998         * ext/alsa/Makefile.am:
999         * ext/cdparanoia/Makefile.am:
1000         * ext/gio/Makefile.am:
1001         * ext/gnomevfs/Makefile.am:
1002         * ext/libvisual/Makefile.am:
1003         * ext/ogg/Makefile.am:
1004         * ext/pango/Makefile.am:
1005         * ext/theora/Makefile.am:
1006         * ext/vorbis/Makefile.am:
1007         * gst/adder/Makefile.am:
1008         * gst/audioconvert/Makefile.am:
1009         * gst/audiorate/Makefile.am:
1010         * gst/audioresample/Makefile.am:
1011         * gst/audiotestsrc/Makefile.am:
1012         * gst/ffmpegcolorspace/Makefile.am:
1013         * gst/gdp/Makefile.am:
1014         * gst/playback/Makefile.am:
1015         * gst/subparse/Makefile.am:
1016         * gst/tcp/Makefile.am:
1017         * gst/typefind/Makefile.am:
1018         * gst/videorate/Makefile.am:
1019         * gst/videoscale/Makefile.am:
1020         * gst/videotestsrc/Makefile.am:
1021         * gst/volume/Makefile.am:
1022         * sys/v4l/Makefile.am:
1023         * sys/ximage/Makefile.am:
1024         * sys/xvimage/Makefile.am:
1025           Don't install static libs for plugins. Fixes #550851 for base.
1026
1027 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1028
1029         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1030         Set the default blocksize to -1 because we will then use the configured
1031         samplesperbuffer to create our output buffer.
1032
1033 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1034
1035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1036         (gst_riff_create_video_template_caps):
1037         Add mappping for the KMVC (Karl Morton's Video) Codec.
1038
1039 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1040
1041         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1042         Don't forget to advance the offset of what we're matching against, else
1043         we end up in a forever loop.
1044
1045 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1046
1047         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1048         Improve typefinding a bit. If we don't have a Unicode charset
1049         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1050
1051 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1052
1053         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1054         Fix build on macosx.
1055
1056 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1057
1058         Based on patch by: Robin Stocker <robin at nibor dot org>
1059
1060         * ext/theora/gsttheoradec.h:
1061         * ext/theora/theoradec.c: (gst_theora_dec_init),
1062         (theora_dec_setcaps), (theora_handle_type_packet),
1063         (theora_dec_decode_buffer), (theora_dec_change_state):
1064         Parse input caps and make the PAR override the encoded PAR when
1065         specified by a container. Fixes #555699.
1066
1067 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1068
1069         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1070         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1071         (gst_base_rtp_depayload_set_gst_timestamp),
1072         (gst_base_rtp_depayload_change_state):
1073         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1074         Add some more G_LIKELY
1075         Fail when the setcaps function was not called.
1076
1077         * gst-libs/gst/rtp/gstbasertppayload.c:
1078         (gst_basertppayload_set_outcaps):
1079         Propagate return value of setcaps.
1080
1081 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1082
1083         * gst/subparse/Makefile.am:
1084         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1085         (gst_sub_parse_class_init), (gst_sub_parse_init),
1086         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1087         (get_next_line), (gst_sub_parse_data_format_autodetect),
1088         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1089         (gst_subparse_type_find):
1090         * gst/subparse/gstsubparse.h:
1091         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1092         the first buffer contain the BOM. This also adds support for other
1093         encodings that allow NUL bytes via the encoding property.
1094         Fixes bugs #552237 and #456788.
1095
1096 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1097
1098         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1099         Don't drop the last byte of image tags if they're not an URI list.
1100         Fixes bug #556066.
1101
1102 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1103
1104         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1105         For looking at the 4th byte we have to get 4 bytes of course
1106         and not 3.
1107
1108 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1109
1110         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1111         Improve FLAC-without-headers typefinding by looking at most of the
1112         frame header and checking if invalid values are used. Should prevent
1113         quite some false positives compared to the old version which only
1114         check if the first 14 bits are set.
1115
1116 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1117
1118         * sys/xvimage/xvimagesink.c:
1119           Don't assert on caps==NULL.
1120
1121 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1122
1123         * gst/subparse/gstsubparse.c:
1124         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1125         (gst_sub_parse_change_state):
1126         * gst/subparse/gstsubparse.h:
1127         * tests/check/elements/subparse.c: (GST_START_TEST):
1128         Add support for subtitle files with UTF-8 BOM at the beginning
1129         by simple stripping it from the first line before passing it
1130         to any parsing code. Fixes bug #555257 and playback of files
1131         created by Gnome Subtitles.
1132
1133 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         * gst/audiotestsrc/gstaudiotestsrc.c:
1136         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1137         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1138         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1139         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1140         (gst_audio_test_src_create):
1141         * gst/audiotestsrc/gstaudiotestsrc.h:
1142         Define the default property values in the usual place.
1143         Implement start/stop to reset values correctly.
1144         Calculate the sample size only once when we negotiate.
1145         Rename some values to make more sense.
1146         Keep track of our byte range.
1147         Add support for pull based scheduling. Disabled for now until we have
1148         the whole stack working.
1149         Set the BUFFER_OFFSET correctly.
1150
1151 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1152
1153         Based on a patch by: xavierb at gmail dot com
1154
1155         * gst/subparse/gstsubparse.c:
1156         (gst_sub_parse_data_format_autodetect):
1157         * tests/check/elements/subparse.c: (GST_START_TEST):
1158         Make the detection of the used subtitle a bit less strict
1159         for srt subtitles. Fixes bug #555607.
1160
1161 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1162
1163         * ext/vorbis/vorbisenc.c:
1164         (gst_vorbis_enc_buffer_check_discontinuous):
1165         Fix discontinuity detection which was broken by last commit.
1166
1167 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1168
1169         * configure.ac::
1170           Require core CVS for ghostpad API additions used by decodebin2.
1171
1172 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1173
1174         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1175         (gst_base_audio_src_create):
1176         Fix debug statements (space between '%' and actual format).
1177
1178 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1179
1180         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1181         Remove bogus assert, the decodepad could have been created inside an
1182         already existing group.
1183
1184 2008-10-08  Andy Wingo  <wingo@pobox.com>
1185
1186         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1187         target instead of setting it.
1188         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1189         API for a decode pad. The bugfix is that we set the group in
1190         activate(), not when the pad was created because it might be NULL
1191         then.
1192         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1193         Update to use the API.
1194
1195 2008-10-08  Andy Wingo  <wingo@pobox.com>
1196
1197         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1198         be a subclass of GstGhostPad.
1199         (analyze_new_pad): So, when emitting the signals that determine
1200         how we do autoplugging, already create the ghost pad and use it as
1201         the pad in the signal arguments. This allows applications to make
1202         a connection between the pad passed in e.g. autoplug-continue, and
1203         the pad passed in new-decoded-pad.
1204         (connect_pad, expose_pad): Update to receive the ghosted decode
1205         pad in the args, retargetting it as necessary if we have to plug
1206         the target pad through a multiqueue.
1207         (gst_decode_group_control_source_pad): Adapt to receive an
1208         already-ghosted pad that just needs activation, blocking, and
1209         drain notification.
1210         (sort_end_pads): Adapt for decode pads actually being pads.
1211         (gst_decode_group_expose): Adapt for decode pads actually being
1212         pads. Rewrite the decode pad names so they appear in order. Adds a
1213         new error case if we couldn't set the name.
1214         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1215         logic.
1216         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1217         New API for the decode pad, needed because we shouldn't do these
1218         things inside gst_decode_pad_new(), but after.
1219         (gst_decode_pad_new): Change to actually make the real pad, and
1220         delay the blocking/drainage bits.
1221
1222 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         Patch by: Daniel Drake <dsd at laptop dot org>
1225
1226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1227         Unref all buffers when clearing collectpads. Fixes bug #546955.
1228
1229 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         Based on a patch by: Klaas <klaas at rivercrew dot net>
1232
1233         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1234         (gst_vorbis_enc_buffer_check_discontinuous),
1235         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1236         * ext/vorbis/vorbisenc.h:
1237         Keep track of the upstream segments and use the running time on that
1238         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1239
1240 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1241
1242         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1243         Prevent overflows with big buffer when calculating the size of
1244         the intermediate buffer by using gst_util_uint64_scale() instead of
1245         plain arithmetics. Fixes bug #552801.
1246
1247 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1248
1249         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1250
1251         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1252         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1253         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1254         (gst_clock_overlay_get_property):
1255         * ext/pango/gstclockoverlay.h:
1256         API: Add ability to specify format for date/time display by
1257         adding a "time-format" property.
1258         Fixes bug #554879.
1259
1260 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1261
1262         Patch by: Jan Gerber <j at oil21 dot org>
1263
1264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1265         (gst_riff_create_video_template_caps):
1266         Add FFV1 fourcc to support playback of FFMPEG lossless video
1267         in AVI. Fixes bug #555319.
1268
1269 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1270
1271         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1272
1273         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1274         (gst_base_audio_src_create):
1275         Implement skew clock slaving. Fixes #552559.
1276
1277 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1278
1279         * gst-libs/gst/audio/multichannel.c:
1280         * gst-libs/gst/audio/testchannels.c:
1281         Fix include of config.h
1282
1283 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1286
1287         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1288         (print_media), (gst_sdp_message_dump):
1289         Fix parsing of the c= field containing multicast addresses.
1290         Fixes #552199.
1291         Add the connection info to the session or streams.
1292         Fix parsing of the bandwidth.
1293         Add debugging for the connections and bandwidths for a media.
1294         Add debugging for the bandwidth of the session. 
1295
1296 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1297
1298         * gst-libs/gst/rtp/gstbasertppayload.c:
1299         (gst_basertppayload_change_state):
1300         Configure the next seqnum and timestamp in the state change so that they
1301         can be queried soon after.
1302
1303 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1304
1305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1306         (gst_base_rtp_depayload_chain):
1307         Improve debugging of the rtptime.
1308
1309 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1310
1311         * configure.ac:
1312         Back to development -> 0.10.21.1
1313
1314 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1315
1316         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1317         (plugin_init):
1318         Add typefinding for FLAC without headers in the beginning.
1319         This is already handled by flacdec and friends.
1320
1321 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1322
1323         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1324         (plugin_init):
1325         Add typefinder for MXF.
1326
1327 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1328
1329         * tests/icles/Makefile.am:
1330         Only build test-colorkey if GTK+ is available.
1331
1332 === release 0.10.21 ===
1333
1334 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1335
1336         * configure.ac:
1337           releasing 0.10.21, "We Could Be Wrong"
1338
1339 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * configure.ac:
1342         0.10.20.4 pre-release
1343
1344 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1345
1346         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1347
1348         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1349         Set the BOS flag on the BOS packet. Fixes #553244.
1350
1351 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1352
1353         * gst-libs/gst/rtsp/gstrtspmessage.c:
1354         (gst_rtsp_message_parse_request),
1355         (gst_rtsp_message_parse_response):
1356         Fix the g_return_val_if_fail() statements.
1357
1358 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1359
1360         * gst-libs/gst/tag/gsttagdemux.c:
1361           Fail to activate if there's insufficient data in the file to be usable,
1362           preventing an assertion fail later. Fixes #552960
1363
1364 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1365
1366         * gst-libs/gst/pbutils/descriptions.c:
1367         * gst/typefind/gsttypefindfunctions.c:
1368           Recognise Kate subtitle streams (#550582).
1369
1370 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1371
1372         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1373           Remove trailing comma from enum list, which causes problems
1374           with -pendantic (#550729).
1375
1376 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1377
1378         * configure.ac:
1379         0.10.20.2 pre-release
1380
1381         * po/LINGUAS:
1382         * po/id.po:
1383         * po/pt_BR.po:
1384
1385         New translations.
1386
1387 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1388
1389         * gst-libs/gst/interfaces/propertyprobe.c:
1390           (gst_property_probe_get_properties),
1391           (gst_property_probe_get_property),
1392           (gst_property_probe_probe_property),
1393           (gst_property_probe_probe_property_name),
1394           (gst_property_probe_needs_probe),
1395           (gst_property_probe_needs_probe_name),
1396           (gst_property_probe_get_values),
1397           (gst_property_probe_get_values_name),
1398           (gst_property_probe_probe_and_get_values),
1399           (gst_property_probe_probe_and_get_values_name):
1400           More sanity checks for our second-favourite interface.
1401
1402 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1403
1404         * gst-libs/gst/interfaces/propertyprobe.c:
1405           Check for NULL pointer, in the hope that this fixes #532864.
1406
1407 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1408
1409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1410           No really, the next release is 0.10.21 (fix Since: tags in docs).
1411
1412 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1413
1414         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1415         Disable a code path that is now called but causes a deadlock for some
1416         reason and is unneeded.
1417
1418 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1419
1420         * sys/xvimage/xvimagesink.c:
1421         * sys/xvimage/xvimagesink.h:
1422           Add a "draw-border" property that can be set to false to disable
1423           drawing borders.
1424           
1425         * tests/icles/test-colorkey.c:
1426         * tests/icles/Makefile.am:
1427           Add new test application for the colorkey handling.
1428
1429 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1430
1431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1432         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1433         This will also be fixed for upcoming gst-ffmpeg release so that once
1434         this release of -base is out, it will work with the latest gst-ffmpeg
1435         release.
1436
1437 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1438
1439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1440         (gst_riff_create_audio_template_caps):
1441         Add Truespeech mapping for RIFF formats (AVI/WAV).
1442         Fixes #550656
1443
1444 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1445
1446         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1447         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1448         Fixes #550638.
1449
1450 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * configure.ac:
1453         * gst/subparse/Makefile.am:
1454         * gst/subparse/gstsubparse.c:
1455         * gst/subparse/samiparse.c:
1456         * tests/check/elements/subparse.c:
1457           Rework last change, so that we build subparse, but just disable the
1458           sami parse functionality, if we're configured to not use xml. In the
1459           tests only the sami test is disabled now.
1460
1461 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1462
1463         * configure.ac:
1464           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1465           test runs.
1466
1467 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1468
1469         * po/POTFILES.in:
1470           Add some more files with strings for translation.
1471
1472 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1473
1474         * gst-libs/gst/tag/gstvorbistag.c:
1475         * tests/check/libs/tag.c:
1476           Use new geo location tags from core. Fixes #481169
1477
1478 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1479
1480         * tests/check/elements/audioresample.c: (setup_audioresample),
1481         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1482         (test_discont_stream_instance):
1483         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1484         Add debugging for coherence.
1485
1486 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1487
1488         Patch by: Jonathan Matthew  <notverysmart gmail com>
1489
1490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1491           Add typefinder for PDF documents (which is nice to have, since it's a
1492           common format, but also helps prevent false positives). Fixes #549814.
1493
1494 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1497         (no_more_pads_cb):
1498         Fix nasty race where multiple decodebins could start pushing data before
1499         we manage to configure the sinks, resulting in not-linked errors in
1500         typical RTSP streaming cases.
1501
1502 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1505         Since we now call stop, we trigger this code path that causes a deadlock
1506         is apparently not needed.
1507
1508 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1509
1510         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1511         (gst_ring_buffer_stop):
1512         Also allow the case where the ringbuffer was paused when we try to stop
1513         it so that the basesrc stop function is still called.
1514
1515 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1516
1517         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1518
1519         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1520         Reprobe devices again instead of taking a cached list as new
1521         devices could've been plugged in. Fixes bug #549062.
1522
1523 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1524
1525         Patch by: Alessandro Dessina <alessandro nnva org>
1526
1527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1528         (gst_ogg_demux_activate_chain):
1529         Don't add pads and activate them for skeleton streams. These are already
1530         handled inside oggdemux. Fixes bug #537599.
1531
1532 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1533
1534         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1535         Reset variable so that query and convert fail after going back to
1536         READY. Fixes #548898.
1537
1538 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1539
1540         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1541         If a buffer arrives with a timestamp before the timestamp+duration
1542         of the previous buffer clip it instead of dropping it completely.
1543         Slight improvement for the unfixable bug #548913.
1544
1545 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1546
1547         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1548         Take the current timestamp instead of timestamp+duration for the offset.
1549         This offset will later be used for calculating the timestamp and
1550         otherwise vorbisdec will interpolate timestamps wrong if upstream
1551         only sends timestamps and no granulepos.
1552
1553 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1554
1555         * tests/examples/seek/seek.c:
1556           Don't crash when having no visualisations.
1557
1558 2008-08-16  David Schleef  <ds@schleef.org>
1559
1560         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1561           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1562           Fixes #548065.
1563
1564 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1565
1566         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1567         When cleaning up the caps fields also remove "depth" for the same
1568         reason we remove "width".
1569
1570 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1571
1572         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1573           Add Lead H.264 here as well.
1574
1575 2008-08-14  Julien Moutte  <julien@fluendo.com>
1576
1577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1578         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1579
1580 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1581
1582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1583         (gst_base_audio_src_create):
1584         When not slaved to another clock also subtract the base_time from our
1585         internal clock time to get the running time.
1586
1587 2008-08-12  David Schleef  <ds@schleef.org>
1588
1589         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1590           since it has no basis in libtheora.
1591
1592 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * gst-libs/gst/interfaces/propertyprobe.h:
1595           Remove double "interface" from doc-string.
1596
1597         * gst-libs/gst/interfaces/xoverlay.h:
1598           Document interface.
1599
1600         * gst-libs/gst/riff/riff.c:
1601           Add basic doc blobs.
1602
1603 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * gst-libs/gst/audio/Makefile.am:
1606           Don't try to build that example anymore.
1607
1608 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1609
1610         * gst-libs/gst/audio/.cvsignore:
1611         * gst-libs/gst/audio/Makefile.am:
1612         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1613         * gst-libs/gst/audio/make_filter:
1614           Move audiofiltertemplate to gst-template.
1615
1616 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * docs/libs/gst-plugins-base-libs-sections.txt:
1619         * gst-libs/gst/audio/gstaudiosrc.h:
1620           More docs and shuffling. What can we do with the hundreds of #defines.
1621
1622 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1623
1624         * gst-libs/gst/audio/audio.h:
1625         * gst-libs/gst/audio/gstaudiofilter.h:
1626         * gst-libs/gst/audio/gstringbuffer.h:
1627         * gst-libs/gst/interfaces/propertyprobe.h:
1628         * gst-libs/gst/tag/gsttagdemux.h:
1629           Reducing number of dundocumented symbols.
1630
1631 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * gst-libs/gst/audio/audio.c:
1634           Fix doc comment syntax.
1635
1636         * gst-libs/gst/interfaces/propertyprobe.c:
1637           Add more doc-comments and a FIXME: for the signal.    
1638
1639 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1642         (gst_ogg_mux_request_new_pad):
1643         * ext/ogg/gstoggmux.h:
1644         Don't pretend to support NEWSEGMENT events, instead override the
1645         GstCollectPads event function to return FALSE on NEWSEGMENT events
1646         and do the normal work for other events.
1647
1648         This prevents elements like flacenc to seek to the start and rewrite
1649         some data which then results in a broken Ogg packet.
1650
1651 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1652
1653         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1654
1655         * ext/alsa/gstalsaplugin.c: (plugin_init):
1656         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1657         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1659         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1660         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1661         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1662         * gst/playback/gstdecodebin.c: (plugin_init):
1663         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1664         * gst/playback/gstplayback.c: (plugin_init):
1665         * gst/playback/gstqueue2.c: (plugin_init):
1666         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1667         * sys/v4l/gstv4l.c: (plugin_init):
1668         Make sure gettext returns translations in UTF-8 encoding rather
1669         than in the current locale encoding (#546822).
1670
1671 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * gst-libs/gst/pbutils/descriptions.c:
1674           Add audio/x-qdm for qtdemux.
1675
1676 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1677
1678         * ext/vorbis/vorbisdec.c:
1679           Do not leak old taglist.
1680
1681 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1682
1683         * tests/icles/test-scale.c:
1684           Include <stdlib.h> for atoi().
1685
1686 2008-08-04  Andy Wingo  <wingo@pobox.com>
1687
1688         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1689         documentation fix.
1690
1691 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1692
1693         * gst/adder/gstadder.c:
1694           Cleanup lots of empty lines that came from gst-indent going havoc
1695           before I added the INDENT_ON/OFF marker some time agao.
1696
1697 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1698
1699         * configure.ac:
1700         * gst-libs/gst/riff/riff-read.c:
1701           Bump requirement to latest core and use new tag for riff formats.
1702           Needed for #520694.
1703
1704 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1705
1706         * tests/examples/dynamic/Makefile.am:
1707         * tests/examples/dynamic/codec-select.c: (make_encoder),
1708         (make_pipeline), (do_switch), (my_bus_callback), (main):
1709         Add example app that dynamically switches between 3 'encoders'.
1710
1711 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1712
1713         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1714         Add some more comments.
1715
1716 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1717
1718         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1719         (gst_video_test_src_create):
1720         Discard buffers of the wrong size after renegotiation, this is perfectly
1721         possible with things like capsfilter that could suggest caps changes
1722         upstream without knowing the size of the buffer.
1723
1724 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1725
1726         * tests/icles/.cvsignore:
1727         * tests/icles/Makefile.am:
1728         * tests/icles/test-scale.c: (make_pipeline), (main):
1729         Add dynamic rescaling tests for the new basetransform.
1730
1731 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1732
1733         * gst/audioconvert/Makefile.am:
1734           Dist recently-added gstfastrandom.h.
1735
1736 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1737
1738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1739         Fix a "may be used uninitialized in this function" which weirdly only
1740         appears on macosx (?).
1741
1742 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * gst-libs/gst/riff/riff-ids.h:
1745           Adding acid chunk for tempo and loop information.
1746
1747 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1748
1749         * sys/xvimage/Makefile.am:
1750           floor() needs linking to $(LIBM).
1751
1752 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1753
1754         * ext/gnomevfs/gstgnomevfssrc.c:
1755           Aggregate short reads and add some comments and debug logging.
1756           Fixes #537380
1757
1758 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * gst/playback/gstplaybasebin.c:
1761           Fix property doc markup (its not a signal).
1762
1763         * sys/xvimage/xvimagesink.c:
1764           Add since tag for new proeprties (also add sice tags fro the last two
1765           other additions).
1766
1767 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1768
1769         * sys/xvimage/xvimagesink.c:
1770         * sys/xvimage/xvimagesink.h:
1771           Add autofill/colorkey properties. Fixes #538656.
1772
1773 2008-07-28  David Schleef  <ds@schleef.org>
1774
1775         * sys/xvimage/xvimagesink.c:
1776           Fix rounding errors when converting colorbalance values
1777           between hardware and object property ranges.  Partial
1778           fix for #537889, however, there still seems to be a small
1779           drift problem that could be totem's fault.
1780
1781 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1782
1783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1784         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1785         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1786         This fixes a critical warning.
1787
1788 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1789
1790         * ext/ogg/gstoggmux.c:
1791         Allow muxing of CELT into Ogg streams.
1792
1793 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1794
1795         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1796         (plugin_init):
1797         Add simple typefinder for the CELT codec (www.celt-codec.org).
1798
1799 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1800
1801         Patch by: Jan Gerber <j at oil21 dot org>
1802
1803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1804         Fix calculation of the start time from skeleton streams.
1805         Fixes bug #530068.
1806
1807 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * tests/examples/seek/seek.c:
1810           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1811
1812 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1813
1814         * gst/audioconvert/audioconvert.h:
1815         * gst/audioconvert/gstaudioquantize.c:
1816         (gst_audio_quantize_setup_dither),
1817         (gst_audio_quantize_free_dither):
1818         * gst/audioconvert/gstfastrandom.h:
1819         Implement a linear congruential generator as pseudo random number
1820         generator for the dither noise. This is about 2 times faster than
1821         using GLib's mersenne twister. Also this uses only integer math for
1822         generating integers while GLib internally uses floating point math.
1823
1824 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1825
1826         * configure.ac:
1827           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1828
1829 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1830
1831         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1832
1833         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1834           Use GST_STR_NULL to avoid crashes with libcs that don't
1835           like NULL strings in printf args (such as the win32 one).
1836           Fixes #544306.
1837
1838 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1839
1840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1841         Oops - set the size of the image used for probing back to 1x1, for
1842         consistency with ximagesink
1843
1844 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1845
1846         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1847         (gst_ximagesink_ximage_new):
1848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1849         (gst_xvimagesink_xvimage_new):
1850
1851         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1852         X server to attach to a shared memory segment after we've deleted it,
1853         with the result that MIT-SHM is disabled. Instead, remove it only after 
1854         X succeeds in attaching too.
1855
1856 2008-07-16  David Schleef  <ds@schleef.org>
1857
1858         * gst/audiotestsrc/gstaudiotestsrc.c:
1859         * gst/audiotestsrc/gstaudiotestsrc.h:
1860           Add 'ticks', a 1/30 second sine wave pulse every second.
1861
1862 2008-07-15  David Schleef  <ds@schleef.org>
1863
1864         * gst-libs/gst/video/video.c: Revert ABI change.
1865
1866 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1867
1868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1869         Make it impossible to have NULL caps at the point where we set
1870         framerate and other things. Also don't return immediately for "3ivd"
1871         video and let framerate, etc be set. Might fix bug #542508.
1872
1873 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1874
1875         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1876         Video format can also be conveniently determined from (many)
1877         non-fixed caps.
1878
1879 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1880
1881         * gst/playback/gstplaybasebin.c:
1882         * gst/playback/gstplaybasebin.h:
1883         * gst/playback/gstplaybin.c:
1884         * gst/playback/gststreamselector.c:
1885         First stab at integrating DVD subpicture overlay into
1886         playbin. Successfully plugs and plays, but the queues need
1887         shrinking - 3 seconds of video is too much buffering.
1888
1889 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1890
1891         * gst/audioconvert/gstaudioconvert.c:
1892           Remove now obsolete note in the docs.
1893
1894 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1895
1896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1897         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1898         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1899         * docs/plugins/gst-plugins-base-plugins.args:
1900         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1901         * docs/plugins/gst-plugins-base-plugins.interfaces:
1902         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1903         * docs/plugins/gst-plugins-base-plugins.signals:
1904         * docs/plugins/inspect/plugin-adder.xml:
1905         * docs/plugins/inspect/plugin-alsa.xml:
1906         * docs/plugins/inspect/plugin-audioconvert.xml:
1907         * docs/plugins/inspect/plugin-audiorate.xml:
1908         * docs/plugins/inspect/plugin-audioresample.xml:
1909         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1910         * docs/plugins/inspect/plugin-cdparanoia.xml:
1911         * docs/plugins/inspect/plugin-decodebin.xml:
1912         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1913         * docs/plugins/inspect/plugin-gdp.xml:
1914         * docs/plugins/inspect/plugin-gnomevfs.xml:
1915         * docs/plugins/inspect/plugin-libvisual.xml:
1916         * docs/plugins/inspect/plugin-ogg.xml:
1917         * docs/plugins/inspect/plugin-pango.xml:
1918         * docs/plugins/inspect/plugin-playback.xml:
1919         * docs/plugins/inspect/plugin-queue2.xml:
1920         * docs/plugins/inspect/plugin-subparse.xml:
1921         * docs/plugins/inspect/plugin-tcp.xml:
1922         * docs/plugins/inspect/plugin-theora.xml:
1923         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1924         * docs/plugins/inspect/plugin-uridecodebin.xml:
1925         * docs/plugins/inspect/plugin-video4linux.xml:
1926         * docs/plugins/inspect/plugin-videorate.xml:
1927         * docs/plugins/inspect/plugin-videoscale.xml:
1928         * docs/plugins/inspect/plugin-videotestsrc.xml:
1929         * docs/plugins/inspect/plugin-volume.xml:
1930         * docs/plugins/inspect/plugin-vorbis.xml:
1931         * docs/plugins/inspect/plugin-ximagesink.xml:
1932         * docs/plugins/inspect/plugin-xvimagesink.xml:
1933         * ext/alsa/gstalsamixer.c:
1934         * ext/alsa/gstalsasink.c:
1935         * ext/alsa/gstalsasrc.c:
1936         * ext/gio/gstgiosink.c:
1937         * ext/gio/gstgiosrc.c:
1938         * ext/gio/gstgiostreamsink.c:
1939         * ext/gio/gstgiostreamsrc.c:
1940         * ext/gnomevfs/gstgnomevfssink.c:
1941         * ext/gnomevfs/gstgnomevfssrc.c:
1942         * ext/ogg/gstoggdemux.c:
1943         * ext/ogg/gstoggmux.c:
1944         * ext/pango/gstclockoverlay.c:
1945         * ext/pango/gsttextoverlay.c:
1946         * ext/pango/gsttextrender.c:
1947         * ext/pango/gsttimeoverlay.c:
1948         * ext/theora/theoradec.c:
1949         * ext/theora/theoraenc.c:
1950         * ext/theora/theoraparse.c:
1951         * ext/vorbis/vorbisdec.c:
1952         * ext/vorbis/vorbisenc.c:
1953         * ext/vorbis/vorbisparse.c:
1954         * ext/vorbis/vorbistag.c:
1955         * gst/adder/gstadder.c:
1956         * gst/audioconvert/gstaudioconvert.c:
1957         * gst/audioresample/gstaudioresample.c:
1958         * gst/audiotestsrc/gstaudiotestsrc.c:
1959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1960         * gst/gdp/gstgdpdepay.c:
1961         * gst/gdp/gstgdppay.c:
1962         * gst/playback/gstdecodebin2.c:
1963         * gst/playback/gstplaybin.c:
1964         * gst/playback/gstplaybin2.c:
1965         * gst/playback/gstqueue2.c:
1966         * gst/playback/gsturidecodebin.c:
1967         * gst/tcp/gstmultifdsink.c:
1968         * gst/tcp/gsttcpserversink.c:
1969         * gst/videorate/gstvideorate.c:
1970         * gst/videoscale/gstvideoscale.c:
1971         * gst/videotestsrc/gstvideotestsrc.c:
1972         * gst/volume/gstvolume.c:
1973         * sys/ximage/ximagesink.c:
1974         * sys/xvimage/xvimagesink.c:
1975           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1976           titles. Drop mentining that all our example pipelines are "simple"
1977           pipelines.
1978
1979 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1980
1981         * tests/examples/seek/Makefile.am:
1982         Fix out of tree build by adding all required CFLAGS.
1983
1984 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1985
1986         * gst/playback/gstdecodebin.c: (add_raw_queue):
1987         And ref the pad before returning it again when linking to the queue
1988         failed. Otherwise we will unref the pad twice later and things break.
1989
1990 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1991
1992         * gst/playback/gstdecodebin.c: (add_raw_queue):
1993         If linking the raw pad with a queue fails, try it without a queue
1994         instead of failing completely. This should never happen.
1995
1996 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1997
1998         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1999
2000         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2001         Add a queue after a demuxer if the demuxer outputs raw data. This was
2002         done before only for non-raw data but is required in this case too.
2003         Fixes bug #540215.
2004
2005         decodebin2 doesn't have this issue because all streams of a group
2006         go through multiqueue.
2007
2008 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2011
2012         * gst-libs/gst/sdp/gstsdpmessage.c:
2013         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2014         that getaddrinfo() can be used. Fixes #541358.
2015
2016 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2017
2018         * gst/videotestsrc/gstvideotestsrc.c:
2019         (gst_video_test_src_class_init), (gst_video_test_src_init),
2020         (gst_video_test_src_set_property),
2021         (gst_video_test_src_get_property), (gst_video_test_src_create):
2022         * gst/videotestsrc/gstvideotestsrc.h:
2023         Cleanups, use default property values as defines.
2024         Add property to enable/disable peer buffer allocation.
2025
2026 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2027
2028         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2029         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2030         Enable unit tests on PPC again as the bugs are now fixed.
2031
2032 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2033
2034         * gst-libs/gst/riff/riff-ids.h:
2035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2036         (gst_riff_create_audio_template_caps):
2037         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2038         Fixes bug #540351.
2039
2040 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2043         (gst_ffmpeg_pixfmt_to_caps):
2044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2045         (gst_ffmpegcsp_get_unit_size):
2046         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2047         it on other formats. Also adjust the unit size only for that format
2048         to not include the palette. Fixes bug #540497.
2049
2050 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2051
2052         * gst/adder/gstadder.c:
2053           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2054
2055 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2056
2057         * ChangeLog:
2058           ChangeLog surgery.
2059   
2060         * tests/examples/seek/seek.c:
2061           Move variable into ifdef too.
2062         
2063
2064 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2065
2066         * tests/examples/seek/seek.c:
2067           Include config.h and check if we have X. Remove XInitThread(), don't
2068           think its needed. Fixes: #540334.
2069
2070 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2071
2072         Patch by: Sam Morris <sam at robots dot org to uk>
2073
2074         * gst-libs/gst/interfaces/mixertrack.c:
2075         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2076         (gst_mixer_track_set_property):
2077         API: Add "index" property to GstMixerTrack to differantiate between
2078         multiple mixer tracks with the same label.
2079
2080         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2081         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2082         Set the "index" property of GstMixerTrack to the index given by ALSA.
2083         Fixes bug #528299.
2084
2085 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2086
2087         * tests/examples/seek/Makefile.am:
2088         * tests/examples/seek/seek.c:
2089           Remove libgstvideo usage. Use gtk_get_option_group instead of
2090           gtk_init().
2091
2092 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2093
2094         * tests/check/Makefile.am:
2095           Name the test registry format neutral.
2096
2097 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2098
2099         * gst/playback/gstqueue2.c:
2100           Do not double notify. Remove the unsued return value.
2101
2102 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2103
2104         * ext/alsa/gstalsamixer.c:
2105           Also consider "speaker" as a name for master volume. If that doesn't
2106           help look for the first non-mono volume control that also has a
2107           playback switch.
2108
2109 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * ChangeLog:
2112           Forgot to save the ChangeLog :/
2113
2114 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2115
2116         * tests/examples/seek/Makefile.am:
2117         * tests/examples/seek/seek.c:
2118           Embedd the xwindow. Allow to play multiple files.
2119
2120 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2121
2122         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2123         (gst_ximagesink_setcaps):
2124         * sys/ximage/ximagesink.h:
2125         When the caps change, make sure to re-draw borders in
2126         force-aspect-ratio=true mode.
2127         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2128         Don't clear the border_draw flag until we actually draw the border.
2129         * tests/check/Makefile.am:
2130         Ignore alsasink/src during the states test too, so it doesn't fail
2131         when running without access to the sound device.
2132
2133 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2134
2135         * tests/examples/seek/seek.c:
2136           Fix crasher when playing a parse-launch line the 2nd time.
2137
2138 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2139
2140         * tests/check/pipelines/oggmux.c:
2141           Properly ifdef tests to fix compilation.
2142
2143 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2144
2145         * gst/playback/gstplay-marshal.list:
2146         * gst/playback/gstplaybin2.c:
2147           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2148           playbin2. This allows the user to get to the selector's sinkpads, and
2149           thus inspect a range of things - caps, tags, etc. 
2150
2151 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2152
2153         * gst/playback/gstplaybin2.c:
2154           Use a different constant for the convert-frame signal id.
2155           Fixes #537009.
2156
2157 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2158
2159         * gst/playback/gstplaybin2.c:
2160         * gst/playback/gstplaysink.c:
2161           Fix a whole bunch of typos in comments and log statements. 
2162
2163 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2164
2165         * sys/xvimage/xvimagesink.c:
2166           Don't set colour balance values on the Xv port if the user hasn't
2167           changed them (via properties or the interface). Avoids accumulating
2168           rounding errors for the common case.
2169           Partial fix for bug #537889.
2170
2171 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2172
2173         * gst/playback/gstdecodebin2.c:
2174           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2175           pads are drained.
2176
2177 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2178
2179         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2180         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2181         Report the encoder latency. Fixes #538232.
2182
2183 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2184
2185         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2186         (notify_source), (activate_group):
2187         Implement the source property, emit notify when it changes in the
2188         underlying uridecodebin.
2189
2190 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2191
2192         * tests/examples/seek/seek.c: (stop_cb):
2193         Free and clear the seek element list so that we don't use invalid
2194         references when seeking after recreating a gst-launch line.
2195
2196 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2197
2198         * gst-libs/gst/audio/gstbaseaudiosink.c:
2199         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2200         (gst_base_audio_sink_render):
2201         Report latency even if we are not live instead of hiding it.
2202         Take ts-offset and render-delay of the basesink into account when
2203         scheduling samples.
2204         Rework the clipping code so that we can take the various offsets into
2205         account and still do correct clipping.
2206
2207 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2208
2209         * configure.ac:
2210         Bump verion back to devel -> 0.10.20.1
2211
2212 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2215         Don't increase the size of non-string image buffers by one as this
2216         might in theory confuse decoders. Still increase it by one for string
2217         image buffers to append '\0'.
2218
2219 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2220
2221         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2222         
2223         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2224         Fix a buffer memleak and remove a confusing and wrong debug output.
2225         Fixes bug #538663.
2226
2227 === release 0.10.20 ===
2228
2229 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2230
2231         * configure.ac:
2232           releasing 0.10.20, "Here I Go Again"
2233
2234 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2235
2236         * configure.ac:
2237         0.10.19.3 pre-release
2238
2239 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2240
2241         * gst-libs/gst/rtsp/gstrtspconnection.c:
2242         Fix build on win32.
2243         Patch By: David Schleef <ds@schleef.org>
2244         Fixes: #536874
2245
2246 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2249         (gst_gio_base_src_create):
2250         * ext/gio/gstgiobasesrc.h:
2251         Try to read the requested number of bytes, even if the first
2252         read returns less than requested, until nothing is read anymore
2253         or we have the requested amount of bytes. This fixes playback of
2254         files via Samba as Samba only allows to read 64k at once.
2255
2256         Implement a caching algorithm that makes sure that we read at
2257         least 4k of data every time. Some elements will try to read a few
2258         bytes, then seek, read again a few bytes and so on and this is
2259         painfully slow as every operation has to go over DBus if GVfs is
2260         used as backend.
2261
2262         Fixes bug #536849 and #536848.
2263
2264         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2265         (gst_gio_src_check_get_range):
2266         Override check_get_range() to blacklist http/https URIs
2267         and whitelist file URIs. More to be added on demand.
2268
2269 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2270
2271         * configure.ac:
2272         0.10.19.2 pre-release
2273
2274 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2275
2276         * win32/common/libgstrtsp.def:
2277         * win32/common/libgsttag.def:
2278         Add new API functions to the dll exports
2279
2280 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2281
2282         * gst/playback/gstplaybasebin.c:
2283           Disconnect signals from decodebins we created before we remove it
2284           from playbin, to avoid crashes if the decodebin is eventually
2285           disposed after the playbin itself (possible if the app takes a
2286           reference on the decodebin).
2287           Fixes #536521.
2288
2289 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2290
2291         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2292           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2293           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2294           (h264_video_type_find), (mpeg_video_stream_type_find),
2295           (dv_type_find), (mmsh_type_find):
2296           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2297           copy caps for no good reason (this may be desirable to make it easier
2298           to detect leaks, but then it should probably be done for all caps
2299           in the typefinder somewhere).
2300
2301 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2302
2303         * tests/check/Makefile.am:
2304         Do not try to run the check tests for subparse unless it has been
2305         built.
2306
2307 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2308
2309         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2310         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2311         Do not try to run a test which requires vorbisenc unless we have
2312         actually built it.
2313
2314 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2315
2316         * gst-libs/gst/rtsp/gstrtspconnection.c:
2317         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2318         (gst_rtsp_connection_clear_auth_params),
2319         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2320         * gst-libs/gst/rtsp/gstrtspconnection.h:
2321         Add a couple of missing argument guards.
2322         Add a way of setting the DSCP for an RTSP connection.
2323         Add an accessor method for the ip member of GstRTSPConnection as all
2324         members are supposed to be private.
2325
2326 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2327
2328         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2329         Fixed accidental use of IPv4 options for all IPv6 addresses.
2330
2331 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2332
2333         * gst-libs/gst/interfaces/mixertrack.h:
2334           Document mixer track flags.
2335
2336 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2337
2338         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2339
2340         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2341         Don't set caps on the buffers that contain a copy of the buffer
2342         including the caps of them resulting in an always increasing refcount
2343         of the caps and insanely large caps. Instead include a buffer without
2344         caps in the new caps. Fixes bug #536475.
2345
2346 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2347
2348         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2349         Transform a given PAR to a range on the struct with the generic
2350         height/width instead of the struct with the possibly restricted
2351         height/width.
2352
2353 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2354
2355         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2356         Prefer the given format if it contains something stricter than [1,MAX]
2357         for height or width and only put a structure that requires rescaling
2358         as second. This makes it possible to use videoscale in pipelines where
2359         the source can actually produce the wanted height/width but usually
2360         selects a different one from the requested.
2361
2362 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2363
2364         Based on patch by: John Millikin <jmillikin gmail com>
2365
2366         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2367           (gst_vorbis_tag_add_coverart):
2368           Retrieve COVERART tags from vorbis comments (#512333)
2369
2370 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2371
2372         * gst-libs/gst/tag/tag.h:
2373         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2374           Don't forget to add new enum value here too (should probably use
2375           glib-mkenums here...).
2376
2377 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2378
2379         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2380         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2381         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2382           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2383           (gst_tag_image_data_to_image_buffer):
2384           Add two utility functions to avoid code duplication (#512333):
2385           API: add gst_tag_image_data_to_image_buffer()
2386           API: add gst_tag_list_add_id3_image()
2387           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2388
2389 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2390
2391         * win32/common/libgstaudio.def:
2392         Add gst_audio_check_channel_positions() to the exported symbols.
2393
2394 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2395
2396         * docs/libs/gst-plugins-base-libs-sections.txt:
2397         * gst-libs/gst/audio/multichannel.c:
2398         (gst_audio_check_channel_positions):
2399         * gst-libs/gst/audio/multichannel.h:
2400         API: Make gst_audio_check_channel_positions() public.
2401
2402         * tests/check/libs/audio.c: (GST_START_TEST):
2403         Add some simple checks for gst_audio_check_channel_positions().
2404
2405 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2406
2407         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2408           minrange and maxrange are scaled according to the frequency
2409           multiplier.
2410
2411 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2412
2413         * ext/pango/Makefile.am:
2414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2415           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2416           Use gstvideo functions to calculate strides and plane offsets. Fixes
2417           rendering issue ('ghost' images of the text on the chroma planes)
2418           with widths or heights that are not multiples of 8 (#506659 and
2419           probably also #485729).
2420
2421         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2422           (main):
2423           Test with odd height/width too.
2424
2425 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * gst/adder/gstadder.c: (gst_adder_query_duration),
2428         (gst_adder_query_latency):
2429         When using gst_element_iterate_pads() one has to unref every pad
2430         after usage.
2431
2432 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2433
2434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2435         (gst_base_audio_src_class_init):
2436         Add a gtk-doc chunk for the new properties to have a Since: indication.
2437
2438 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2439
2440         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2441         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2442         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2443         (gst_base_audio_src_change_state):
2444         Provide readable actual-buffer-time and actual-latency-time properties
2445         that reflect the configured ringbuffer values. Fixes #524724.
2446         API: GstBaseAudioSrc:actual-buffer-time
2447         API: GstBaseAudioSrc:actual-latency-time
2448
2449 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2450
2451         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2452         (gst_basertppayload_change_state):
2453         Simply converting the running time into an RTP timestamp by scaling it
2454         based on the clock-rate is good enough for making an RTP timestamp. This
2455         has the added benefit that we can later on expose a property with the
2456         RTP timestamp of running time 0, as is needed for RTSP servers to
2457         generate the response of the PLAY request.
2458
2459 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2460
2461         * gst/audioconvert/gstaudioconvert.c:
2462         (structure_has_fixed_channel_positions),
2463         (gst_audio_convert_transform_caps):
2464         Allow up to 11 positioned channels now that audioconvert can handle
2465         this but add no default positions for > 8 channels.
2466         
2467         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2468         Add some unit tests for the above change: Test conversion of
2469         11 positioned channels to stereo and the other way around, test
2470         conversion of 15 unpositioned channels in different ways.
2471
2472 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * win32/common/libgstaudio.def:
2475         Add gst_audio_clock_reset to the list of exported symbols.
2476
2477 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2478
2479         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2480         Remove wrong_channels_identification_header unit test as we now
2481         support 7 (and more channels).
2482
2483 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2484
2485         * gst/audioconvert/gstchannelmix.c:
2486         (gst_channel_mix_fill_one_other):
2487         If mixing left or right to center (or the other way around) only take
2488         the complete value if we don't already have the original position in
2489         the source.
2490
2491 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2492
2493         * gst-libs/gst/audio/multichannel.c:
2494         (gst_audio_check_channel_positions),
2495         (gst_audio_set_structure_channel_positions_list),
2496         (gst_audio_fixate_channel_positions):
2497         Allow rear center together with rear left/right and other previously
2498         conflicting channel positions. The reason why they weren't allowed
2499         was the channel mixing implementation in audioconvert.
2500         Also take this into account when fixing channel layouts.
2501
2502         Allow setting channel positions for 1/2 channels when using
2503         gst_audio_set_structure_channel_position().
2504
2505         * gst/audioconvert/gstchannelmix.c:
2506         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2507         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2508         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2509         Major rewrite of the channel mixing.
2510
2511         We now allow previously conflicting channel positions to appear
2512         together (rear center and rear left/right for example).
2513         Fixes bug #533817.
2514
2515         Rework the way channels are mixed together to take more possible
2516         channel positions into account, properly mix from/to side channels
2517         and don't assume that either center, left&right or nothing of a
2518         specific position is available anymore.
2519
2520         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2521         Adjust unit tests with non-standard 1/2 channel layouts to the more
2522         correct new behaviour.
2523
2524         Add a unit test for 5.1->Stereo downmixing.
2525
2526 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2527
2528         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2529         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2530         Add sane defaults for the 7 and 8 channel layouts as those are
2531         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2532         more than 8 channels instead of erroring out. Fixes bug #535356.
2533
2534 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2535
2536         * docs/plugins/Makefile.am:
2537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2539         * ext/theora/theoraparse.c:
2540         Add theoraparse to the docs and fix some docs.
2541
2542 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2543
2544         * gst-libs/gst/cdda/gstcddabasesrc.c:
2545         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2546         Fix EOS condition and track addition check, the track.end sector is
2547         included in the track. Fixes #533265.
2548
2549 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2550
2551         Patch by: Mark Nauwelaerts <manauw at skynet be>
2552
2553         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2554         (gst_video_rate_flush_prev), (gst_video_rate_event),
2555         (gst_video_rate_chain):
2556         * gst/videorate/gstvideorate.h:
2557         React (more) to NEWSEGMENT
2558         Small adjustment in timestamp calculation to prevent mismatches
2559         Fixes #435633.
2560
2561 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2562
2563         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2564           Initialise error to NULL as we should.
2565
2566 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         * gst/adder/gstadder.c: (gst_adder_query_duration),
2569         (gst_adder_query_latency), (gst_adder_query):
2570         Implement latency query.
2571
2572 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2573
2574         * gst/adder/gstadder.c: (gst_adder_query_duration):
2575         Correctly resync the iterator if gst_iterator_next() returns
2576         GST_ITERATOR_RESYNC.
2577
2578 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2579
2580         * win32/vs6/libgstpbutils.dsp:
2581           Add pbutils-enumtypes.c to sources (#518037).
2582
2583 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2584
2585         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2586         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2587         * gst-libs/gst/audio/gstaudioclock.h:
2588         Add method to inform the clock that the time starts from 0 again. We use
2589         this info to calculate a clock offset so that the time we report in
2590         internal_time is monotonically increasing, as required by the clock base
2591         class. Fixes #521761.
2592         API: GstAudioClock::gst_audio_clock_reset()
2593
2594         * gst-libs/gst/audio/gstbaseaudiosink.c:
2595         (gst_base_audio_sink_skew_slaving),
2596         (gst_base_audio_sink_change_state):
2597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2598         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2599         Reset reported time when we (re)create the ringbuffer.
2600
2601 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2602
2603         * ext/alsa/gstalsamixertrack.c:
2604           (gst_alsa_mixer_track_update_alsa_capabilities):
2605           Make sure playback volumes aren't accidentally overwritten by
2606           capture volumes if an alsa mixer track has both playback and
2607           capture capabilities: we create two GstMixerTracks in that
2608           case, so make sure we query only the alsa capabilities that
2609           refer to the type of GstMixerTrack we created from the dual
2610           capability alsa element. Should fix issues with Audigy2 sound
2611           cards (#518082).
2612
2613 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2614
2615         * tests/check/pipelines/oggmux.c: (test_pipeline):
2616           Don't use deprecated function.
2617
2618 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2619
2620         * gst/playback/gstdecodebin2.c:
2621         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2622         Check for NULL cases and log them, creating ghostpads can, for example,
2623         fail when the pad returns wrong caps.
2624
2625         * gst/playback/gstplaybin2.c: (perform_eos):
2626         When pushing out the EOS event, collect the return value and warn when
2627         something failed.
2628
2629 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2630
2631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2632         (gst_riff_create_video_template_caps):
2633         Add support for DVCPRO.
2634
2635 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2636
2637         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2638           Change default scaling method from nearest-neighbour to bilinear.
2639
2640 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2641
2642         * tests/check/libs/video.c:
2643           More checks.
2644
2645 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2646
2647         * gst/subparse/gstsubparse.c: (parser_state_init),
2648           (gst_sub_parse_format_autodetect), (handle_buffer):
2649         * gst/subparse/gstsubparse.h:
2650         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2651           Limit duration to a maximum of five seconds for tmplayer format where
2652           we can guess the duration only from the timestamp of the next line of
2653           text. We don't want to show a text for eternities just because nothing
2654           else is being said for a while.
2655
2656 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2657
2658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2659         (gst_base_rtp_depayload_chain),
2660         (gst_base_rtp_depayload_handle_sink_event),
2661         (gst_base_rtp_depayload_push_full),
2662         (gst_base_rtp_depayload_change_state):
2663         Check sequence numbers, mark input buffers with a discont flag for the
2664         subclass when we detected a gap, drop duplicate buffers. We do this
2665         because one can use the element without a jitterbuffer in front and we
2666         don't want to feed the subclasses invalid or reordered data.
2667         Do an error when the subclass did not provide a process function instead
2668         of crashing.
2669         Some other small cleanups.
2670
2671 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2672
2673         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2674           May just as well use the precalculated uvstride here.
2675
2676 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2677
2678         * docs/plugins/Makefile.am:
2679         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2681         * docs/plugins/gst-plugins-base-plugins.args:
2682         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2683         * docs/plugins/gst-plugins-base-plugins.interfaces:
2684         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2685         * docs/plugins/inspect/plugin-adder.xml:
2686         * docs/plugins/inspect/plugin-alsa.xml:
2687         * docs/plugins/inspect/plugin-audioconvert.xml:
2688         * docs/plugins/inspect/plugin-audiorate.xml:
2689         * docs/plugins/inspect/plugin-audioresample.xml:
2690         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2691         * docs/plugins/inspect/plugin-cdparanoia.xml:
2692         * docs/plugins/inspect/plugin-decodebin.xml:
2693         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2694         * docs/plugins/inspect/plugin-gdp.xml:
2695         * docs/plugins/inspect/plugin-gio.xml:
2696         * docs/plugins/inspect/plugin-gnomevfs.xml:
2697         * docs/plugins/inspect/plugin-libvisual.xml:
2698         * docs/plugins/inspect/plugin-ogg.xml:
2699         * docs/plugins/inspect/plugin-pango.xml:
2700         * docs/plugins/inspect/plugin-playback.xml:
2701         * docs/plugins/inspect/plugin-queue2.xml:
2702         * docs/plugins/inspect/plugin-subparse.xml:
2703         * docs/plugins/inspect/plugin-tcp.xml:
2704         * docs/plugins/inspect/plugin-theora.xml:
2705         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2706         * docs/plugins/inspect/plugin-uridecodebin.xml:
2707         * docs/plugins/inspect/plugin-video4linux.xml:
2708         * docs/plugins/inspect/plugin-videorate.xml:
2709         * docs/plugins/inspect/plugin-videoscale.xml:
2710         * docs/plugins/inspect/plugin-videotestsrc.xml:
2711         * docs/plugins/inspect/plugin-volume.xml:
2712         * docs/plugins/inspect/plugin-vorbis.xml:
2713         * docs/plugins/inspect/plugin-ximagesink.xml:
2714         * docs/plugins/inspect/plugin-xvimagesink.xml:
2715         * ext/cdparanoia/gstcdparanoiasrc.c:
2716         * ext/ogg/gstoggdemux.c:
2717         * ext/ogg/gstoggdemux.h:
2718         * ext/ogg/gstoggmux.c:
2719         * ext/ogg/gstoggmux.h:
2720         * gst/audioconvert/audioconvert.c:
2721         * gst/audioconvert/audioconvert.h:
2722         * gst/audioconvert/gstaudioconvert.h:
2723         * gst/gdp/gstgdpdepay.h:
2724         * gst/gdp/gstgdppay.h:
2725         * gst/playback/gstdecodebin.c:
2726         * gst/playback/gstdecodebin2.c:
2727         * gst/playback/gstplaybin.c:
2728         * gst/playback/gstplaybin2.c:
2729         * gst/playback/gsturidecodebin.c:
2730         * gst/tcp/gstmultifdsink.c:
2731         * gst/tcp/gstmultifdsink.h:
2732         * gst/tcp/gsttcp.h:
2733
2734         Add some documentation comments, and some new headers to be scanned.
2735         Rename some internal enum declarations (audioconvert's DitherType and
2736         NoiseShapingType, GstUnitType from the TCP elements) to match the
2737         documented GObject type names so that the docs pick them up.
2738         Name the playbin2 docs markups properly so they get picked up. They'll
2739         need renaming back when/if playbin2 becomes playbin.
2740
2741         100% symbol coverage for the plugin docs, booya.
2742
2743 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2746
2747         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2748         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2749
2750 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2751
2752         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2753
2754         * gst/playback/gstdecodebin.c: (remove_fakesink):
2755         Lock the fakesink before setting the state to NULL and removing it from
2756         the bin so that a concurrent state change cannot interfere. 
2757         Fixes #534331.
2758
2759 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2760
2761         * docs/Makefile.am:
2762         Fix installing plugin documentation when gtk-doc is disabled.
2763
2764 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2765
2766         * gst-libs/gst/rtsp/Makefile.am:
2767         Distribute, don't install md5.h
2768
2769 2008-05-21  Julien Moutte  <julien@fluendo.com>
2770
2771         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2772         instead of SOL_IP, works on more platforms.
2773         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2774         arguments.
2775
2776 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2777
2778         * ext/vorbis/vorbisdec.c:
2779         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2781         Some debug and comment fixes.
2782
2783         * tests/examples/dynamic/addstream.c: (main):
2784         Fix , to ;
2785
2786 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2787
2788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2789         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2790         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2791         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2792         (cleanup_decodebin):
2793         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2794         (connect_element), (gst_decode_group_control_demuxer_pad):
2795         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2796         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2797         (mute_group_type):
2798         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2799         (gst_play_bin_set_property), (handoff), (gen_video_element),
2800         (gen_text_element), (gen_audio_element), (gen_vis_element),
2801         (remove_sinks), (add_sink), (setup_sinks):
2802         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2803         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2804         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2805         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2806         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2807         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2808         (gen_vis_chain), (gst_play_sink_reconfigure),
2809         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2810         (gst_play_sink_request_pad):
2811         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2812         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2813         (cb_newpad):
2814         * gst/playback/test6.c: (new_decoded_pad_cb):
2815         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2816         * tests/check/elements/audiorate.c: (test_injector_chain),
2817         (do_perfect_stream_test):
2818         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2819         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2820         * tests/check/elements/gnomevfssink.c:
2821         * tests/check/elements/textoverlay.c:
2822         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2823         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2824         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2825         * tests/check/pipelines/oggmux.c: (test_pipeline):
2826         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2827         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2828         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2829         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2830         * tests/examples/seek/seek.c: (make_mod_pipeline),
2831         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2832         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2833         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2834         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2835         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2836         (update_fill), (msg_buffering):
2837         Don't use bad gst_element_get_pad().
2838
2839 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2840
2841         * gst-libs/gst/riff/riff-media.c:
2842           Fix wrong method name in docs. Fix calculation of strf fields for
2843           broken mulaw/alaw.
2844   
2845         * gst-libs/gst/riff/riff-read.c:
2846           Whitespace fix and removing double ';'.
2847
2848 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2849
2850         * docs/design/part-playbin2.txt:
2851         Add some leftover doc.
2852
2853 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2854
2855         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2856         Fix copy & paste error in last commit.
2857
2858 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2861         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2862         other channel positions when source has SIDE channels and dest doesn't
2863         or the other way around.
2864
2865 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2866
2867         Patch by: Henrik Eriksson <henriken at axis dot com>
2868
2869         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2870         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2871         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2872         (gst_multi_fd_sink_get_property):
2873         * gst/tcp/gstmultifdsink.h:
2874         Add support for DSCP QOS. Fixes #469933.
2875
2876 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2877
2878         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2879         Add another test that checks if conversion between standard 1 and 2
2880         channel layouts with and without positions set is working.
2881
2882 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2883
2884         * gst-libs/gst/audio/multichannel.c:
2885         (gst_audio_check_channel_positions):
2886         Allow non-standard 2 channel layouts.
2887         
2888         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2889         Add some tests for converting and remapping non-standard 1 and 2
2890         channel layouts.
2891
2892 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         * gst/audioconvert/gstchannelmix.c:
2895         (gst_channel_mix_fill_normalize):
2896         Prevent division by zero if the channel mix matrix contains only
2897         zeroes.
2898
2899 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2900
2901         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2902
2903         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2904         Close a buffer memory leak. Fixes bug #534071.
2905
2906 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2907
2908         * gst-libs/gst/rtsp/gstrtsptransport.h:
2909         Make the GstRTSPTransport struct members public as there are no
2910         setters/getters and it's supposed to be changed directly.
2911         Fixes bug #533087.
2912
2913 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2914
2915         * gst/adder/gstadder.c:
2916         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2917         claim this on the pad template caps.
2918
2919 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2920
2921         * gst-libs/gst/audio/gstbaseaudiosink.c:
2922         (gst_base_audio_sink_sync_latency):
2923         We can only use our optimal calibration if we prerolled before the
2924         latency expired.
2925
2926 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2927
2928         * configure.ac:
2929           Require core CVS for GstBaseSrc buffer caps setting magic.
2930
2931 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2932
2933         * gst/audioconvert/gstaudioconvert.c:
2934         (gst_audio_convert_fixate_channels):
2935         Fix logic in last commit.
2936
2937 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         * gst/audioconvert/gstaudioconvert.c:
2940         (gst_audio_convert_fixate_channels):
2941         Passthrough the channel positions if the number of output channels is
2942         the same as the number of input channels, the input had a channel
2943         layout and downstream requests no special one. We did this already for
2944         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2945
2946 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2949         (gst_gnome_vfs_src_finalize),
2950         (gst_gnome_vfs_src_received_headers_callback),
2951         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2952         * ext/gnomevfs/gstgnomevfssrc.h:
2953         Set the ICY caps on the srcpad from where they get picked up by the base
2954         class now and set on the outgoing buffers.
2955
2956         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2957         (gst_base_audio_src_create):
2958         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2959         BaseSrc now sets the caps on outgoing buffers automatically.
2960
2961 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         * gst-libs/gst/audio/gstbaseaudiosink.c:
2964         (gst_base_audio_sink_resample_slaving),
2965         (gst_base_audio_sink_skew_slaving),
2966         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2967         (gst_base_audio_sink_async_play),
2968         (gst_base_audio_sink_change_state):
2969         Change the way in which the ringbuffer is started when dealing with a
2970         slaved clock and latency. We now sync to the clock until we reach
2971         upstream latency before starting the ringbuffer. This has the effect
2972         that we can accurately align the master and slave clocks and let the
2973         rate correction code take care of the initial drift or rounding errors
2974         instead of leaving them uncorrected with the old approach.
2975
2976 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2977
2978         * gst/audioconvert/gstaudioconvert.c:
2979         (gst_audio_convert_fixate_channels):
2980         Correctly set the default channel positions when converting to 8
2981         channels.
2982
2983 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2984
2985         * configure.ac:
2986           Error out if we don't have the required version of core.
2987
2988 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2989
2990         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2991           Use data scan helper in aac typefinder and stop scanning
2992           for headers when we've found a type. Also fix potential invalid
2993           memory access when calculating the frame length.
2994
2995 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2996
2997         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2998           (mpeg_sys_is_valid_pack):
2999           Don't modify scan context when we return FALSE in ensure_data, so
3000           it's possible to continue scanning, and we don't end up with a NULL
3001           data pointer and a positive size, which might bite us the next time
3002           we're called. Small constification.
3003
3004 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3005
3006         * gst/adder/gstadder.c:
3007         Adder doesn't support 24 bit samples so don't claim it supports them
3008         in the pad template caps.
3009
3010 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3011
3012         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3013         (gst_base_rtp_depayload_chain):
3014         Validate the RTP packet before further processing it. It's just too
3015         dangerous to accept random packets and people are not forced to use a
3016         jitterbuffer or session manager to filter out the bad packets.
3017
3018         * gst-libs/gst/rtp/gstrtpbuffer.c:
3019         (gst_rtp_buffer_set_extension_data),
3020         (gst_rtp_buffer_get_payload_subbuffer):
3021         Small cleanups.
3022         When setting extension data in a buffer that is too small, we fail and
3023         we should not set the extension bit.
3024         Change GST_WARNINGS into g_warning because they really are
3025         programming errors.
3026
3027         * tests/check/libs/rtp.c: (GST_START_TEST):
3028         Catch the g_warnings now in the unit tests and that fact that failing to
3029         set extension data left the extension bit untouched.
3030
3031 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3032
3033         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3034           Revert previous change which made basetransform handle buffer_alloc
3035           and which breaks things badly in the non-passthrough case since it
3036           returned buffers with a different (ie. sometimes smaller) size than
3037           the size requested.
3038
3039 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3040
3041         Patch by: Bernard B <b-gnome at largestprime dot net>
3042
3043         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3044         Fix seqnum compare function for bordercase values and fix the docs
3045         again. Fixes #533075.
3046
3047         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3048         Add a testcase for seqnum compare function.
3049
3050 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3051
3052         * gst/adder/gstadder.c: (gst_adder_setcaps),
3053         (gst_adder_class_init):
3054         Correctly declare the supported endianness on the pad templates
3055         and check for correct endianness in the set caps function. Adder
3056         only supports native endianness.
3057         Also use gst_element_class_set_details_simple().
3058
3059 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3060
3061         * sys/xvimage/xvimagesink.c:
3062           Better debug logging in port value handling. Merging separate port
3063           value loops into one.
3064
3065 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3066
3067         Patch by: Hannes Bistry <hannesb at gmx dot de>
3068
3069         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3070         * gst/tcp/gsttcpserversink.c:
3071         (gst_tcp_server_sink_handle_server_read),
3072         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3073         Fix regression in clientsrc because we did not add the fd to the poll
3074         set anymore. Fixes #532364.
3075         Do some cleanups here and there.
3076
3077 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3078
3079         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3080         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3081         * gst/playback/gstplay-marshal.list:
3082         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3083         Use correct marshallers. GstCaps are a boxed type and no GObject
3084         subclass.
3085
3086 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3087
3088         * win32/common/libgstrtsp.def:
3089         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3090         symbols.
3091
3092 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3093
3094         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3095
3096         * tests/check/elements/audioresample.c:
3097         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3098         (live_switch_push), (GST_START_TEST):
3099         Add unit test for the latest basetransform negotiation changes.
3100         See bug #526768.
3101
3102 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3103
3104         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3105         Fix nv12<->nv21 conversion if stride is larger than width.
3106
3107 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         Patch by: Jan Gerber <j at oil21 dot org>
3110
3111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3112         (gst_ogg_pad_parse_skeleton_fisbone):
3113         * ext/ogg/gstoggdemux.h:
3114         Parse presentation time from skeleton streams and use it as offset
3115         for the timestamps. Fixes bug #530068.
3116
3117 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * gst-libs/gst/audio/gstbaseaudiosink.c:
3120         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3121         Revert previous patch that attempted to more accurately calculate the
3122         initial offset between master and slave clock. The best thing we can do
3123         in general is take the time of both clocks as the diff since we don't
3124         know when the actual preroll happened.
3125
3126 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3127
3128         * gst-libs/gst/pbutils/install-plugins.c:
3129           Fix docs: type and missing word.
3130
3131 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3132
3133         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3134           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3135           for this instead; don't check if we've found enough markers after
3136           each and every step, it's enough to do that only if we've actually
3137           found a new marker.
3138           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3139
3140 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3141
3142         * gst/typefind/gsttypefindfunctions.c:
3143           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3144           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3145           (mpeg_video_stream_type_find):
3146           Move scan helper thingy to the beginning of the file so we can use
3147           it in other typefind functions. Rename it to something more
3148           generic. Also improve handling of things towards the end of the
3149           typefind data: peek as much as we can if we know the size of the
3150           data, rather than just min_size.
3151
3152 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3153
3154         * docs/libs/gst-plugins-base-libs-sections.txt:
3155         * gst-libs/gst/interfaces/colorbalance.c:
3156         * gst-libs/gst/interfaces/colorbalance.h:
3157         * gst-libs/gst/interfaces/colorbalancechannel.c:
3158         * gst-libs/gst/interfaces/colorbalancechannel.h:
3159         * gst-libs/gst/interfaces/tuner.c:
3160         * gst-libs/gst/interfaces/tunerchannel.c:
3161         * gst-libs/gst/interfaces/tunerchannel.h:
3162         * gst-libs/gst/interfaces/tunernorm.c:
3163         * gst-libs/gst/interfaces/tunernorm.h:
3164         * gst-libs/gst/video/video.c:
3165         * gst-libs/gst/video/video.h:
3166         Document the GstTuner and GstColorBalance interfaces, and some
3167         other random API functions that needed it. 70% symbol coverage, woo.
3168
3169 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3170
3171         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3172         Choose to allocate one less segment but require one additional segment
3173         as latency. 
3174
3175         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3176         No need to increment the number of segments in the source.
3177
3178         * gst-libs/gst/audio/gstbaseaudiosink.c:
3179         (gst_base_audio_sink_get_time), (clock_convert_external),
3180         (gst_base_audio_sink_resample_slaving),
3181         (gst_base_audio_sink_skew_slaving),
3182         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3183         (gst_base_audio_sink_async_play):
3184         Remove adding latency when returning the internal time while subtracting
3185         it again when we use the value a little later.
3186         When calculating the end timestamp, we are making a rounding error
3187         with the current algorithm. Ensure that we don't accumulate these
3188         rounding errors when aligning samples by not resampling at all if we
3189         don't need to. Fixes #419351.
3190         Make the initial calibration of the clock slaving a little more
3191         predictable and accurate. Also handle the case where we don't do
3192         clock slaving.
3193
3194 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         Based on a patch by:
3197           Björn Benderius <bjoern dot benderius at axis dot com>
3198
3199         * gst/ffmpegcolorspace/avcodec.h:
3200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3201         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3202         (gst_ffmpegcsp_avpicture_fill):
3203         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3204         * gst/ffmpegcolorspace/imgconvert_template.h:
3205         Add conversions from/to NV12 and NV21 and conversions between those
3206         two formats. Fixes bug #532166.
3207
3208 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3209
3210         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3211         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3212         which happens for example with files smaller than 128kb.
3213
3214 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3215
3216         Patch by: Wouter Cloetens <zombie at e2big dot org>
3217
3218         * gst-libs/gst/rtsp/Makefile.am:
3219         * gst-libs/gst/rtsp/gstrtspconnection.c:
3220         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3221         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3222         (add_auth_header), (gst_rtsp_connection_free),
3223         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3224         (gst_rtsp_connection_set_auth_param),
3225         (gst_rtsp_connection_clear_auth_params):
3226         * gst-libs/gst/rtsp/gstrtspconnection.h:
3227         Add Digest authorization support for RTSP connections. See #532065.
3228
3229         * gst-libs/gst/rtsp/md5.c:
3230         * gst-libs/gst/rtsp/md5.h:
3231         Yeap, another md5 implementation until we can depend on a glib that has
3232         support for it.
3233
3234 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3235
3236         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3237
3238         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3239         Let audioresample use the buffer allocation of basetransform instead
3240         of it's own stuff.
3241
3242         * tests/check/elements/audioresample.c: (alloc_only_48000),
3243         (GST_START_TEST), (audioresample_suite):
3244         Add unit test for the recent basetransform bugfix, where upstream
3245         changes caps to something that can't be passed through anymore.
3246
3247 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3248
3249         * win32/common/config.h.in:
3250           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3251           use the real thing than having "???" unconditionally.
3252
3253 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3254
3255         * gst-libs/gst/audio/gstbaseaudiosink.c:
3256         (gst_base_audio_sink_query):
3257         Report the latency with the new seglatency parameter.
3258
3259         * gst-libs/gst/audio/gstringbuffer.c:
3260         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3261         (gst_ring_buffer_acquire):
3262         * gst-libs/gst/audio/gstringbuffer.h:
3263         Add new field to the ringbufferspec to specify the expected latency
3264         between the underlying device read/write pointer, this is needed
3265         when writing sinks that sit a little closer to the hardware.
3266         Add some more docs for other fields.
3267
3268 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3269
3270         * gst/volume/gstvolume.c: (volume_transform_ip):
3271         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3272         reason instead of crashing later. Might fix bug #509125.
3273
3274 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3275
3276         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3277
3278         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3279         * gst/audioconvert/audioconvert.h:
3280         * gst/audioconvert/gstaudioconvert.c:
3281         (gst_audio_convert_parse_caps),
3282         (structure_has_fixed_channel_positions),
3283         (gst_audio_convert_transform_caps):
3284         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3285         Add support for more than 8 channels and NONE channel layouts. For
3286         more than 8 channels no channel conversion is supported yet, only
3287         format conversions are supported. Fixes bug #398033.
3288
3289         * tests/check/elements/audioconvert.c: (verify_convert),
3290         (GST_START_TEST), (audioconvert_suite):
3291         Add some unit tests by Tim for checking the NONE channel layouts
3292         and more than 8 channels and add some more unit tests for channel
3293         conversions.
3294
3295 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3296
3297         * gst/playback/gstdecodebin2.c: (connect_pad):
3298         When autoplugging fails, set the element back to NULL before
3299         unreffing it.
3300
3301 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3302
3303         * win32/common/libgstaudio.def:
3304         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3305         symbols.
3306
3307 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3308
3309         * gst/subparse/samiparse.c: (handle_start_sync),
3310         (end_sami_element), (characters_sami):
3311         Remove trailing, leading and double whitespaces.
3312         Correctly timestamp buffers and output the last buffer too.
3313
3314         * tests/check/elements/subparse.c: (GST_START_TEST),
3315         (subparse_suite):
3316         Add a simple unit test for SAMI parsing.
3317
3318 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3321
3322         * gst/subparse/samiparse.c: (handle_start_sync),
3323         (start_sami_element), (end_sami_element), (characters_sami),
3324         (sami_context_reset):
3325         Only output characters inside the "sync" elements. There could be
3326         other elements like "style" that have some content but should
3327         not be printed. Fixes bug #467911.
3328
3329 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3332         (set_active_source):
3333         * gst/playback/gstplaybasebin.h:
3334         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3335         (playbin_set_audio_mute):
3336         Allow setting -1 as current-audio to mute the current audio stream,
3337         similar to what is done for subtitles. Fixes bug #342294.
3338
3339 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3340
3341         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3342         It's SorensOn and not SorensEn.
3343
3344 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3345
3346         * gst-libs/gst/pbutils/descriptions.c: (formats):
3347           Fix description of video/x-flash-video.
3348
3349 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3352         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3353         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3354         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3355         Remove some unused code.
3356
3357         * gst/audioconvert/gstaudioquantize.c:
3358         (gst_audio_quantize_free_noise_shaping):
3359         Don't return before freeing the noise shaping history.
3360
3361 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3362
3363         * tests/check/elements/subparse.c: (do_test),
3364           (test_tmplayer_style3b), (subparse_suite):
3365           Add unit test for the tmplayer variant from bug #530962.
3366
3367 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3368
3369         * gst/subparse/gstsubparse.c: (handle_buffer),
3370           (gst_sub_parse_sink_event):
3371         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3372           (tmplayer_parse_line):
3373           Fix parsing of tmplayer subtitle variant where every single line contains
3374           text and there isn't an empty line after each line to determine the
3375           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3376           making sure that we push out the last line of text without a duration if
3377           there's still text left in the buffer at the end.
3378
3379 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3380
3381         * gst/subparse/gstsubparse.c: (feed_textbuf):
3382           Fix detection of discontinuities based on the buffer offset (doesn't work
3383           so well if no buffer offset is set) and also check for the DISCONT buffer
3384           flag. This keeps the parser state from being reset after each buffer in
3385           the unit test.
3386
3387 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3388
3389         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3390           Further fine-tuning: don't absolutely require sequence or GOP headers
3391           (as introduced in the previous commit), but adjust the typefind
3392           probabilities returned accordingly if we don't see them. Also make sure
3393           picture header and first slice are somewhat close to each other (which
3394           is not perfect but still better than requiring a fixed offset or having
3395           no limit at all).
3396
3397 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3398
3399         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3400         (gst_basertppayload_sink_setcaps),
3401         (gst_basertppayload_sink_getcaps):
3402         Rename the setcaps/getcaps function internally to make it clear that
3403         they are called for the sink pad.
3404
3405 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3408         (gst_base_rtp_depayload_class_init),
3409         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3410         (gst_base_rtp_depayload_packet_lost),
3411         (gst_base_rtp_depayload_set_gst_timestamp):
3412         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3413         Catch packet-lost events from the jitterbuffer and convert them into a
3414         vmethod call (lost-packet) so that depayloaders can do something smart.
3415         Also add a default packet-lost function that sends out a segment update
3416         to the decoders.
3417
3418 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3419
3420         * gst/playback/test4.c:
3421         * gst/playback/test5.c:
3422         * gst/playback/test6.c:
3423         * gst/playback/test7.c:
3424           Also include config.h when relying on defines from it. Fixes the
3425           build. Its been a please to serve :)
3426
3427 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3428
3429         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3430         (paint_setup_NV21), (paint_hline_NV12_NV21):
3431         Add support for NV12 and NV21 in videotestsrc
3432
3433 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/videoscale/gstvideoscale.c:
3436         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3437         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3438         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3439         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3440         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3441         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3442         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3443         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3444         (vs_image_scale_linear_RGB555):
3445         Support 1x1 images as input and output as for example the BBC HQ new
3446         streams have 1x1 GIFs in the playlists for some reason.
3447
3448 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3449
3450         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3451           (try_to_link_1):
3452           If we can't activate one of the decoders we plugged in (such as,
3453           say, musepackdec) for some reason (it might not support push mode,
3454           for example), remove any pad probes that close_pad_link() might
3455           have set up. This makes sure we later don't try to remove a probe
3456           for a pad that doesn't exist any longer, and avoids nast warnings
3457           and probably other things too.
3458
3459 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3460
3461         * gst/typefind/gsttypefindfunctions.c:
3462           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3463           (plugin_init):
3464           Rework mpeg video stream typefinding a bit more: make sure sequence,
3465           GOP, picture and slice headers appear in the order they should and
3466           that we've in fact at least had one of each; fix picture header
3467           detection; decouple picture and slice header check - don't assume
3468           they're at a fixed offset, there may be extra data in between. Also,
3469           announce varying degrees of probability depending on what we found
3470           exactly (multiple pictures, at least one picture, just sequence and
3471           GOP headers). Finally, in _ensure_data(), take into account that we
3472           might be typefinding smaller amounts of data, such as the first
3473           buffer of a stream, so fall back to the minimum size needed as long
3474           as that's available, instead of erroring out if there's less than
3475           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3476           fuzzed file from #399342 as valid.
3477
3478 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3479
3480         * ext/theora/theoradec.c:
3481           Cool kids don't divide by zero.
3482           Treat PAR of x:0 as 1:1.
3483           Fixes #530719.
3484
3485 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3486
3487         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3488           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3489           (mpeg_video_stream_type_find):
3490           Refactor a bit: use context structure to track parsing offset and
3491           size of available data and make the code a bit clearer. Fixes bad
3492           memory access in #356937.
3493
3494 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3495
3496         * gst/playback/test4.c:
3497         * gst/playback/test5.c:
3498         * gst/playback/test6.c:
3499         * gst/tcp/gstmultifdsink.c:
3500           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3501           is defined.
3502
3503 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3504
3505         * gst-libs/gst/audio/gstbaseaudiosink.h:
3506         Clarify some docs.
3507
3508         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3509         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3510         (gst_base_audio_src_set_slave_method),
3511         (gst_base_audio_src_get_slave_method),
3512         (gst_base_audio_src_set_property),
3513         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3514         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3515         Add property and methods for selecting the clock slave method in the
3516         source, like in the sink.
3517         We only implement "none" and "re-timestamp" for now.
3518         API: gst_base_audio_src_set_slave_method()
3519         API: gst_base_audio_src_get_slave_method()
3520
3521 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * gst-libs/gst/rtp/gstrtpbuffer.c:
3524         Fix the docs about the seqnum compare function, it returns a difference.
3525
3526 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3527
3528         * ext/alsa/gstalsadeviceprobe.c:
3529         (gst_alsa_get_device_list): Don't return before freeing up
3530         the allocated structures.
3531
3532 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3533
3534         * gst/playback/gstplaybin.c:
3535           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3536
3537 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3538
3539         * ext/ogg/gstoggdemux.c:
3540           Revert the event part, that should not go in.
3541
3542 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3543
3544         * ext/ogg/gstoggdemux.c:
3545           Don't leak GstPluginFeatures when filtering.
3546
3547 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3548
3549         * sys/xvimage/xvimagesink.c:
3550           Add some logging for cases when grabbing the xv failed.
3551
3552 2008-04-21  David Schleef  <ds@schleef.org>
3553
3554         * ext/ogg/gstoggmux.c:
3555           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3556           packet.  Should conform to what we currently think is the
3557           final Ogg/Dirac muxing spec.
3558
3559 2008-04-21  David Schleef  <ds@schleef.org>
3560
3561         * sys/xvimage/xvimagesink.c:
3562           Fix typo that causes the overlay keying color to bright green
3563           on a 16-bit display.  Dark grey good.  Bright green bad.
3564
3565 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3566
3567         * ext/gnomevfs/gstgnomevfsuri.c:
3568           Add  FIXME comment about using uri-list for source and sink.
3569
3570 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3573         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3574         vaargs functions to gint. Otherwise the fractions will get 0 set
3575         instead of the correct value on big endian systems. Fixes bug #529018.
3576
3577 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         * ext/gnomevfs/gstgnomevfssink.c:
3580         (gst_gnome_vfs_sink_uri_get_protocols):
3581         * ext/gnomevfs/gstgnomevfssrc.c:
3582         (gst_gnome_vfs_src_uri_get_protocols):
3583         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3584         (gst_gnomevfs_get_supported_uris):
3585         Get the list of supported URI schemes in a threadsafe way and use the
3586         same list for the source and sink.
3587
3588 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3589
3590         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3591         (gst_gio_get_supported_protocols):
3592         Don't generate a new supported protocols list on each call but cache
3593         it. It's supposed to be static anyway, this way we only leak it once
3594         per process.
3595
3596         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3597         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3598         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3599         (gst_gio_sink_start):
3600         * ext/gio/gstgiosink.h:
3601         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3602         (gst_gio_src_class_init), (gst_gio_src_finalize),
3603         (gst_gio_src_set_property), (gst_gio_src_get_property),
3604         (gst_gio_src_start):
3605         * ext/gio/gstgiosrc.h:
3606         API: Add "file" properties where one can set a GFile as
3607         source/destination.
3608
3609         Add locking to the properties and use
3610         gst_element_class_set_details_simple() instead of a static
3611         GstElementDetails struct.
3612
3613 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3616         (plugin_init):
3617         Add "mpp" and "mp+" as possible extensions for MusePack files.
3618
3619         Add typefinding for MusePack StreamVersion 8 files and include the
3620         stream version in the caps.
3621
3622 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3623
3624         * gst-libs/gst/rtp/gstrtppayloads.c:
3625         (gst_rtp_payload_info_for_name):
3626         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3627
3628 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3629
3630         * configure.ac:
3631           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3632           (NB: this only affects compilation of some of the examples).
3633           Remove some configure.ac cruft that's not needed any longer.
3634
3635 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3636
3637         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3638         Don't validate the payload if there isn't any.
3639         Fixes #525915
3640
3641 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3642
3643         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3644         Use g_atomic_int_set() instead of gst_atomic_int_set().
3645
3646 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3649         Return NULL instead of a gchar * array with one NULL element if we
3650         don't get any supported URI schemes from GIO.
3651
3652 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3653
3654         * gst/audiotestsrc/gstaudiotestsrc.c:
3655           Remove cpp style commented old code.
3656
3657 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * gst/playback/gstdecodebin2.c:
3660           Fix signal docs.
3661
3662 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3663
3664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3665           (gst_text_overlay_init):
3666           Fix textoverlay unit test again by making the supposed default
3667           value for the wait-text property the actual default value.
3668           Also fix Since: tag for new property.
3669
3670 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3671
3672         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3673           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3674           (gst_video_format_get_pixel_stride),
3675           (gst_video_format_get_component_width),
3676           (gst_video_format_get_component_height),
3677           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3678           (gst_video_format_convert):
3679           Add guards to these functions to ensure sane input values.
3680
3681         * tests/check/libs/video.c:
3682           Fix unit test not to create caps with width=0 and height=0.
3683
3684 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         * docs/design/draft-keyframe-force.txt:
3687         Fix typo.
3688
3689         * gst/playback/gstqueue2.c: (update_buffering),
3690         (gst_queue_handle_src_query):
3691         Set buffering mode in the messages.
3692         Set buffering percent in the query.
3693
3694         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3695         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3696         Do some more fancy things based on the buffering method in use.
3697
3698 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3699
3700         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3701         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3702         (msg_buffering), (main):
3703         Add basic download reports to seek using the new buffering API.
3704
3705 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * gst/playback/gstqueue2.c: (update_buffering),
3708         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3709         (gst_queue_src_checkgetrange_function):
3710         Include extra buffering stats in the buffering message.
3711         Implement BUFFERING query.
3712
3713         * gst/playback/gsturidecodebin.c: (do_async_start),
3714         (do_async_done), (type_found), (setup_streaming), (setup_source),
3715         (gst_uri_decode_bin_change_state):
3716         Only add decodebin2 when the type is found in streaming mode.
3717         Make uridecodebin async to PAUSED even when we don't have decodebin2
3718         added yet.
3719
3720 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3721
3722         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3723         Filter cdda from the supported URI schemes. We can't support
3724         musicbrainz tags and everything else one expects from a cdda source
3725         with GIO. Fixes bug #526794.
3726
3727 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3728
3729         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3730         (gst_xvimagesink_buffer_alloc):
3731         Fix calculation of 'expected size' for YV12 buffers.
3732         Be a little more verbose in the debug output for buffer-alloc'ed
3733         buffers which turn out to have the wrong size.
3734
3735 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * NEWS:
3738         * RELEASE:
3739         * gst-plugins-base.doap:
3740           Merge other changes from 0.10.19 release branch.
3741
3742 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3743
3744         * gst-libs/gst/audio/gstbaseaudiosink.c:
3745           (gst_base_audio_sink_class_init):
3746         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3747           (gst_base_audio_src_class_init):
3748         * gst/playback/gstplayback.c: (plugin_init):
3749         * gst/volume/gstvolume.c: (plugin_init):
3750           Work around missing bits of thread-safety on older GLibs some
3751           more to avoid assertions when starting up multiple playbin
3752           objects concurrently (see #512382).
3753
3754 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3757           Remove some more fields.
3758
3759 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3760
3761         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3762
3763         * configure.ac:
3764         Actually build dlls when cross-compiling with mingw32.
3765         Fixes bug #526247.
3766
3767 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3768
3769         * configure.ac:
3770           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3771
3772 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3773
3774         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3775         (msg_buffering), (connect_bus_signals), (main):
3776         Add statusbar.
3777         Add buffering support with feedback in the statusbar.
3778
3779 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * ext/ogg/gstoggmux.c:
3782           Fix sample pipeline description.
3783
3784 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3785
3786         * docs/plugins/Makefile.am:
3787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3788         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3789         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3790           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3791
3792         * docs/plugins/gst-plugins-base-plugins.args:
3793         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3794         * docs/plugins/gst-plugins-base-plugins.interfaces:
3795         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3796         * docs/plugins/inspect/plugin-adder.xml:
3797         * docs/plugins/inspect/plugin-alsa.xml:
3798         * docs/plugins/inspect/plugin-audioconvert.xml:
3799         * docs/plugins/inspect/plugin-audiorate.xml:
3800         * docs/plugins/inspect/plugin-audioresample.xml:
3801         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3802         * docs/plugins/inspect/plugin-cdparanoia.xml:
3803         * docs/plugins/inspect/plugin-decodebin.xml:
3804         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3805         * docs/plugins/inspect/plugin-gdp.xml:
3806         * docs/plugins/inspect/plugin-gnomevfs.xml:
3807         * docs/plugins/inspect/plugin-libvisual.xml:
3808         * docs/plugins/inspect/plugin-ogg.xml:
3809         * docs/plugins/inspect/plugin-pango.xml:
3810         * docs/plugins/inspect/plugin-playback.xml:
3811         * docs/plugins/inspect/plugin-queue2.xml:
3812         * docs/plugins/inspect/plugin-subparse.xml:
3813         * docs/plugins/inspect/plugin-tcp.xml:
3814         * docs/plugins/inspect/plugin-theora.xml:
3815         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3816         * docs/plugins/inspect/plugin-uridecodebin.xml:
3817         * docs/plugins/inspect/plugin-video4linux.xml:
3818         * docs/plugins/inspect/plugin-videorate.xml:
3819         * docs/plugins/inspect/plugin-videoscale.xml:
3820         * docs/plugins/inspect/plugin-videotestsrc.xml:
3821         * docs/plugins/inspect/plugin-volume.xml:
3822         * docs/plugins/inspect/plugin-vorbis.xml:
3823         * docs/plugins/inspect/plugin-ximagesink.xml:
3824         * docs/plugins/inspect/plugin-xvimagesink.xml:
3825           Update introspection data.
3826
3827         * ext/ogg/gstoggmux.c:
3828           Document oggmux.
3829
3830         * gst/playback/gstdecodebin2.c:
3831           Don't use gtk-doc style comment start for private stuff, but make it
3832           formatted like this for consistency.
3833
3834 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3835
3836         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3837         (gst_decode_bin_init), (gst_decode_bin_dispose),
3838         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3839         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3840         (analyze_new_pad), (connect_pad), (expose_pad),
3841         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3842         (gst_decode_group_expose), (gst_decode_group_free),
3843         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3844         Remove fakesink hack, we can now implement this more elegantly.
3845         Added property to bypass typefinding.
3846         Removed underrun callback and demuxer pad probe, we now use the srcpad
3847         probe to expose groups.
3848         API::sink-caps property
3849
3850         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3851         Guard against multiple emissions of the no_more_pads signal, which
3852         happens when we are dealing with chained oggs.
3853
3854         * gst/playback/gsturidecodebin.c: (remove_decoders),
3855         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3856         (setup_source):
3857         For streams, use our own typefind element and plug our queue after it.
3858         We will need this to determine the type of buffering to use for the
3859         queue soon.
3860
3861 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         * gst-libs/gst/audio/gstbaseaudiosink.c:
3864         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3865         Guard against over and underflows because of clock slaving.
3866         When we are using our own clock, still compensate for any calibrations
3867         that we might have done to our clock.
3868
3869 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3870
3871         * ext/theora/theoradec.c: (theora_handle_type_packet),
3872         (theora_dec_chain):
3873         Don't try to do anything fancy with the return code from pushing an
3874         event, it does not have enough information to turn it into a
3875         GST_FLOW_ERROR.
3876
3877 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3880         (gst_ogg_demux_chain_elem_pad):
3881         Add small debug line.
3882         Pass return code from the internal decoder instead of the too generic
3883         GST_FLOW_ERROR.
3884
3885 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3886
3887         * gst-libs/gst/cdda/Makefile.am:
3888         * gst-libs/gst/cdda/base64.c:
3889         * gst-libs/gst/cdda/base64.h:
3890         * gst-libs/gst/cdda/gstcddabasesrc.c:
3891         (gst_cddabasesrc_calculate_musicbrainz_discid):
3892         Use GLib's base64 implementation instead of our own.
3893
3894 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3897         (gst_ogg_demux_read_chain):
3898         Refix oggdemux, we only have a problem if we failed to find a chain and
3899         we are not EOF.
3900
3901 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3902
3903         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3904
3905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3906         (gst_ogg_demux_read_chain):
3907         When we fail to find a BOS page and we and up with no chain, error out
3908         properly instead of segfaulting. Fixes #525665.
3909
3910 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3911
3912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3913         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3914         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3915         no-more-pads...
3916
3917 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3918
3919         * gst/playback/gstqueue2.c: (update_out_rates),
3920         (gst_queue_open_temp_location_file),
3921         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3922         (gst_queue_handle_src_query), (gst_queue_set_property):
3923         Update the estimated input data when we push out a buffer.
3924         Add some debug info about the temp file.
3925         Only forward src events when we are not using a temp file.
3926         Don't block the duration query, we need to find something better.
3927         Don't leak the temp filename.
3928
3929 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3930
3931         * configure.ac:
3932         Require GLib 2.12 and liboil 0.3.14.
3933
3934         * gst/volume/gstvolume.c: (volume_process_double):
3935         Unconditionally use liboil 0.3.14 function.
3936
3937 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3938
3939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3940         ms-gsm can have arbitrarty sample rates. See #481354.
3941
3942 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3943
3944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3945         MP4S is generic MPEG-4, not a microsoft variant.
3946
3947 2008-03-27  Michael Smith <msmith@fluendo.com>
3948
3949         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3950           Check the body CRC (if set) when depayloading.
3951           Fixes #522401.
3952
3953 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3956           Fix Since: version for new property.
3957
3958 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3959
3960         * gst-libs/gst/rtsp/gstrtspconnection.c:
3961         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3962         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3963         Don't error when poll_wait returns EAGAIN.
3964
3965 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3966
3967         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3968         The queue is never filled when there are no buffers in the queue at all.
3969         Fixes #523993.
3970
3971 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3972
3973         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3974         (init_group), (free_group), (gst_play_bin_init),
3975         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3976         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3977         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3978         (gst_play_bin_set_current_video_stream),
3979         (gst_play_bin_set_current_audio_stream),
3980         (gst_play_bin_set_current_text_stream),
3981         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3982         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3983         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3984         (activate_group), (deactivate_group), (setup_next_source),
3985         (save_current_group), (gst_play_bin_change_state):
3986         Update some docs.
3987         Add new locks and conds to protect pipeline creation and group
3988         switching.
3989         Implement the sub-uri property.
3990         Keep track of pending uridecodebin creation and configure the output
3991         pipeline after all streams are configured.
3992         Propagate subtitle encoding to the uridecodebins.
3993         Implement getting the video/audio/visualisation elements.
3994         Use input-selector for stream switching.
3995         If we are asked to do visualisation, prefer to autoplug raw sinks
3996         instead of sinks that accept encoded data.
3997
3998 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3999
4000         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4001         (gst_play_sink_init), (gst_play_sink_dispose),
4002         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4003         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4004         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4005         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4006         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4007         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4008         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4009         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4010         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4011         * gst/playback/gstplaysink.h:
4012         Add methods to get audio/video/vis elements.
4013         Add methods to set the font description for the overlay.
4014         Remove properties, we're using this element with its methods only.
4015         Add support for subtitles.
4016         Rearrange the locking a bit to not use the object lock for protecting
4017         the pipeline construction.
4018         Try to use the volume and mute property on the sink when its available.
4019         Implement the mute option with volume when the sink does not have a mute
4020         property.
4021         Only add volume element when the sink has no volume property.
4022         Only do visualisations with raw audio pads.
4023
4024 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4027         (gst_text_overlay_init), (gst_text_overlay_set_property),
4028         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4029         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4030         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4031         (gst_text_overlay_change_state):
4032         * ext/pango/gsttextoverlay.h:
4033         Add property to configure waiting for text on the textpad or not, with
4034         the default behaviour being the old one (always wait for text before
4035         rendering the video). This default behaviour is usually not the best one
4036         because the text stream can very sparse and could require queueing a lot
4037         of video.
4038         Fix the flushing and EOS handing so that we don't mix up their meaning.
4039
4040 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4041
4042         * gst/playback/gsturidecodebin.c:
4043         (gst_uri_decode_bin_autoplug_factories),
4044         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4045         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4046         (gst_uri_decode_bin_set_property),
4047         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4048         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4049         (proxy_autoplug_factories_signal), (make_decoder),
4050         (source_new_pad), (setup_source):
4051         Add a readonly source property and notify.
4052         Add new lock for protecting the construction of the pipeline.
4053         Keep track of the decodebins we plugged.
4054         Correctly proxy the autoplug signal so that it actually continues.
4055         Proxy subtitle-encoding to the decodebins.
4056
4057 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4058
4059         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4060         (text_toggle_cb), (update_streams), (main):
4061         Rearrange some buttons in playbin2 and make some other boxes insensitive
4062         when needed.
4063         Add language codes to subtitle selection boxes when we gind the right
4064         tags for the streams.
4065
4066 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4067
4068         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4069         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4070         (gst_decode_bin_set_subs_encoding),
4071         (gst_decode_bin_get_subs_encoding),
4072         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4073         (deactivate_free_recursive):
4074         Protect caps property with the object lock.
4075         Protect encoding property with the object lock.
4076         Keep list of elements we added that have the subtitle-encoding property.
4077         Distribute the subtitle-encoding to all of the elements when it
4078         changes.
4079
4080 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4081
4082         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4083         Small debug improvement.
4084
4085         * gst-libs/gst/audio/gstbaseaudiosink.c:
4086         (gst_base_audio_sink_render):
4087         Fix bug in determining the sample start/stop position, we want to base
4088         this decision on the fact that we are going forwards or backwards, not
4089         slower or faster. This fixes some ugly resync warnings when playing at
4090         very slow speeds.
4091
4092 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4093
4094         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4095         Correctly set the supported URI schemes and don't leave
4096         some schemes in the middle or at the start at NULL.
4097
4098 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * tests/check/elements/gdpdepay.c:
4101           Make test compile without unused function/variable warnings on PPC.
4102  
4103 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4104
4105         * configure.ac:
4106         * ext/alsa/gstalsamixerelement.c:
4107         (gst_alsa_mixer_element_class_init):
4108         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4109         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4110         * ext/cdparanoia/gstcdparanoiasrc.c:
4111         (gst_cd_paranoia_src_class_init):
4112         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4113         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4114         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4115         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4116         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4119         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4120         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4121         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4122         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4123         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4124         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4125         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4126         (gst_audio_filter_template_class_init):
4127         * gst-libs/gst/audio/gstbaseaudiosink.c:
4128         (gst_base_audio_sink_class_init):
4129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4130         (gst_base_audio_src_class_init):
4131         * gst-libs/gst/cdda/gstcddabasesrc.c:
4132         (gst_cdda_base_src_class_init):
4133         * gst-libs/gst/interfaces/mixertrack.c:
4134         (gst_mixer_track_class_init):
4135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4136         (gst_base_rtp_depayload_class_init):
4137         * gst-libs/gst/rtp/gstbasertppayload.c:
4138         (gst_basertppayload_class_init):
4139         * gst/audioconvert/gstaudioconvert.c:
4140         (gst_audio_convert_class_init):
4141         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4142         * gst/audioresample/gstaudioresample.c:
4143         (gst_audioresample_class_init):
4144         * gst/audiotestsrc/gstaudiotestsrc.c:
4145         (gst_audio_test_src_class_init):
4146         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4147         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4149         (preroll_unlinked):
4150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4151         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4152         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4153         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4154         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4155         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4156         (gst_stream_selector_class_init):
4157         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4158         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4160         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4161         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4162         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4163         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4164         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4165         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4166         * gst/videotestsrc/gstvideotestsrc.c:
4167         (gst_video_test_src_class_init):
4168         * gst/volume/gstvolume.c: (gst_volume_class_init):
4169         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4170         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4171         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4173         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4175         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4176         static strings (i.e. all). This gives us less memory usage,
4177         fewer allocations and thus less memory defragmentation. Depend
4178         on core CVS for this. Fixes bug #523806.
4179
4180 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4181
4182         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4183         Filter http and https protocols. GIO/GVfs handles them but it's
4184         impossible to implement iradio/icecast with it. Better use
4185         souphttpsrc or something else for this.
4186
4187         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4188         If getting the file informations by a query fails try it with the
4189         seek-to-end trick too.
4190
4191 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4192
4193         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4194         (gst_volume_base_init), (gst_volume_class_init),
4195         (volume_process_double), (volume_process_float),
4196         (volume_transform_ip), (plugin_init):
4197         memset buffers to zero if we get a GAP buffer. We usually see a
4198         buffer as one unit so let's handle it as one and don't care about
4199         volume changes while processing one buffer.
4200         Also clean up some stuff a bit.
4201
4202 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4203
4204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4205         (gst_audio_convert_create_silence_buffer),
4206         (gst_audio_convert_transform):
4207         Make audioconvert GAP-aware by outputting silence buffers when the
4208         input has the GAP flag set. This is up to 8x faster.
4209         Based on a patch by Stefan Kost. Fixes bug #517813.
4210
4211 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4212
4213         * gst/volume/gstvolume.c: (volume_process_double):
4214         Use oil_scalarmultiply_f64_ns() for double processing when it's
4215         available at compile time.
4216
4217 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4218
4219         * configure.ac:
4220         Fix lrint/lrintf checks to actually work. These functions are
4221         in libm on Linux at least so try to link to it.
4222
4223 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4224
4225         * configure.ac:
4226         Back to development - 0.10.18.1
4227
4228 === release 0.10.18 ===
4229
4230 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4231
4232         * configure.ac:
4233           releasing 0.10.18, "I will follow"
4234
4235 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4236
4237         * configure.ac:
4238         * win32/common/config.h:
4239         0.10.17.4 pre-release
4240
4241 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4242
4243         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4244         Use GST_STR_NULL when trying to print strings that could be NULL because
4245         this might crash on some platforms. See #520808.
4246
4247 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4248
4249         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4250
4251         * gst-libs/gst/rtsp/gstrtspconnection.c:
4252         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4253         (read_line), (gst_rtsp_connection_read_internal):
4254         Generic Windows fixes that makes libgstrtsp work on Windows when
4255         coupled with the new GstPoll API. See #520808.
4256
4257 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4260
4261         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4262           If seeking to a new position succeeds don't simply return from
4263           create() without creating a buffer. Do this only in the case
4264           seeking to the new position fails. Fixes bug #523054.
4265
4266 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4269           (gst_video_format_from_rgba32_masks):
4270           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4271           (#522635).
4272
4273         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4274           Add unit test for the RGB caps parsing and creation, checking for
4275           internal consistency of the new API and consistency of the API with
4276           the old GST_VIDEO_CAPS_* defines.
4277
4278 2008-03-14  David Schleef  <ds@schleef.org>
4279
4280         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4281           because -base is in freeze.
4282
4283 2008-03-14  David Schleef  <ds@schleef.org>
4284
4285         Patch by: William M. Brack
4286
4287         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4288
4289 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4290
4291         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4292         (gst_selector_pad_chain):
4293         * gst/playback/gststreamselector.h:
4294         Revert change that caused regression until a real fix is found.
4295         Fixes #522203.
4296
4297 2008-03-12  Michael Smith <msmith@fluendo.com>
4298
4299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4300         * gst-libs/gst/audio/gstringbuffer.h:
4301           Rename recently added buffer types to make more sense.
4302         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4303         (gst_alsasink_write):
4304           Adapt for above API changes.
4305           Fixes bug #520523.
4306
4307 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         * win32/common/libgstnetbuffer.def:
4310         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4311
4312 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4313
4314         * configure.ac:
4315         * win32/common/config.h:
4316         0.10.17.3 pre-release
4317
4318 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4319
4320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4321         (gst_base_audio_src_create):
4322         Fix duration when no clock was provided. Fixes #520300.
4323
4324 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         Patch by: Olivier Crete  <tester at tester ca>
4327
4328         * docs/libs/gst-plugins-base-libs-sections.txt:
4329         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4330         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4331         Add trivial function to compare GstNetAddress. See #520626.
4332         API: GstNetBuffer::gst_netaddress_equal
4333
4334 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4335
4336         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4337         Update mode property docs, it's deprecated now.
4338
4339 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4340
4341         * gst-libs/gst/rtsp/gstrtspconnection.c:
4342         (gst_rtsp_connection_create):
4343         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4344         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4345         * gst/tcp/gstmultifdsink.h:
4346         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4347         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4348         Remove GstPollMode from gstpoll constructor.
4349
4350 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4351
4352         * configure.ac:
4353         * win32/common/config.h:
4354         0.10.17.2 pre-release
4355
4356 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4357
4358         * gst/Makefile.am:
4359         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4360         them twice
4361
4362         * win32/common/libgstinterfaces.def:
4363         * win32/common/libgstrtp.def:
4364         Add new API to the defs
4365
4366 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4367
4368         Patch by: Mersad Jelacic  <mersad at axis dot com>
4369
4370         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4371         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4372         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4373         possible to specify the sample size in bits. (#509637)
4374
4375 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         * tests/check/libs/mixer.c:
4378           Add a few simple checks for the new message types.
4379
4380 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4381
4382         * docs/libs/gst-plugins-base-libs-sections.txt:
4383         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4384           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4385           (gst_mixer_message_get_type),
4386           (gst_mixer_message_parse_option_changed),
4387           (gst_mixer_message_parse_options_list_changed):
4388         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4389           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4390           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4391           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4392           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4393           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4394
4395 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4398           (gst_mixer_options_get_values):
4399         * gst-libs/gst/interfaces/mixeroptions.h:
4400           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4401           (_GstMixerOptions), (_GstMixerOptionsClass):
4402           API: add GstMixerOptions::get_values vfunc (#519906)
4403
4404 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4405
4406         * configure.ac:
4407         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4408         plug-ins are included/excluded. (#498222)
4409
4410 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4411
4412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4413         Add typefinder for IMelody files, using audio/x-imelody.
4414         See bug #519516.
4415
4416 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4417
4418         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4419         * ext/alsa/gstalsasink.c: (set_hwparams):
4420         * ext/alsa/gstalsasrc.c: (set_hwparams):
4421         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4422         * ext/ogg/gstoggmux.h:
4423         * ext/ogg/gstogmparse.c:
4424         * gst-libs/gst/audio/audio.c:
4425         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4426         * gst-libs/gst/pbutils/missing-plugins.c:
4427         (gst_missing_uri_sink_message_new),
4428         (gst_missing_element_message_new),
4429         (gst_missing_decoder_message_new),
4430         (gst_missing_encoder_message_new):
4431         * gst-libs/gst/rtp/gstbasertppayload.c:
4432         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4433         (gst_rtcp_packet_bye_get_reason):
4434         * gst/audioconvert/gstaudioconvert.c:
4435         * gst/audioresample/gstaudioresample.c:
4436         * gst/ffmpegcolorspace/imgconvert.c:
4437         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4438         * gst/typefind/gsttypefindfunctions.c:
4439         * gst/videoscale/vs_4tap.c:
4440         * gst/videoscale/vs_4tap.h:
4441         * sys/v4l/gstv4lelement.c:
4442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4443         * sys/v4l/v4l_calls.c:
4444         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4445         (gst_v4lsrc_try_capture):
4446         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4447         (gst_ximagesink_ximage_new):
4448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4449         (gst_xvimagesink_xvimage_new):
4450         * tests/check/elements/audioconvert.c:
4451         * tests/check/elements/audioresample.c:
4452         (fail_unless_perfect_stream):
4453         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4454         * tests/check/elements/decodebin.c:
4455         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4456         (setup_gdpdepay_streamheader):
4457         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4458         (setup_gdppay_streamheader):
4459         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4460         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4461         * tests/check/elements/textoverlay.c:
4462         * tests/check/elements/videorate.c: (setup_videorate):
4463         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4464         * tests/check/elements/volume.c: (setup_volume):
4465         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4466         * tests/check/elements/vorbistag.c:
4467         * tests/check/generic/clock-selection.c:
4468         * tests/check/generic/states.c: (setup), (teardown):
4469         * tests/check/libs/cddabasesrc.c:
4470         * tests/check/libs/video.c:
4471         * tests/check/pipelines/gio.c:
4472         * tests/check/pipelines/oggmux.c:
4473         * tests/check/pipelines/simple-launch-lines.c:
4474         (simple_launch_lines_suite):
4475         * tests/check/pipelines/streamheader.c:
4476         * tests/check/pipelines/theoraenc.c:
4477         * tests/check/pipelines/vorbisdec.c:
4478         * tests/check/pipelines/vorbisenc.c:
4479         * tests/examples/seek/scrubby.c:
4480         * tests/examples/seek/seek.c: (query_positions_elems),
4481         (query_positions_pads):
4482         * tests/icles/stress-xoverlay.c: (myclock):
4483         Correct all relevant warnings found by the sparse semantic code
4484         analyzer. This include marking several symbols static, using
4485         NULL instead of 0 for pointers and using "foo (void)" instead
4486         of "foo ()" for declarations.
4487
4488         * win32/common/libgstrtp.def:
4489         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4490
4491 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4492
4493         Patch by: José Alburquerque <jaalburqu svn gnome org>
4494
4495         * gst/playback/gstplaybin2.c:
4496           Make the function signature of the _get_*_tags() functions match
4497           the signature of the vfuncs they implement, ie. return a
4498           GstTagList rather than a GstStructure, which is more correct,
4499           even if one is typedef'ed to the other (#518940).
4500
4501 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4502
4503         * gst-libs/gst/rtsp/gstrtspconnection.c:
4504           Don't include unix headers unconditionally (fixes #518037).
4505
4506 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4509           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4510           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4511           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4512           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4513           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4514           (gst_video_format_is_packed), (video_format_is_packed):
4515           Add unit test that makes sure that the strides, offsets and
4516           sizes returned for the various YUV formats by the new video API
4517           match the old reference implementation in videotestsrc.
4518
4519 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4520
4521         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4522           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4523           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4524           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4525           (gst_video_format_get_pixel_stride),
4526           (gst_video_format_get_component_width),
4527           (gst_video_format_get_component_height),
4528           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4529         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4530           (GST_VIDEO_FORMAT_Y42B):
4531           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4532
4533 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4536           YV12 is I420 with swapped components 1 and 2, so the offset of
4537           component 1 for I420 should be the offset for component 2 for YV12
4538           and vice versa.
4539
4540 2008-02-29  Rene Stadler  <mail@renestadler.de>
4541
4542         * sys/v4l/gstv4lelement.c:
4543         Add missing semicolon to fix indentation.
4544
4545 2008-02-29  Julien Moutte  <julien@fluendo.com>
4546
4547         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4548         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4549         if we can do SPDIF output.
4550         * ext/alsa/gstalsa.h:
4551         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4552         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4553         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4555         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4556         to support AC3, EC3 and IEC958 buffers.
4557
4558 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4559
4560         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4561           (gst_mixer_message_parse_mute_toggled),
4562           (gst_mixer_message_parse_record_toggled),
4563           (gst_mixer_message_parse_volume_changed),
4564           (gst_mixer_message_parse_option_changed):
4565           De-cruft and fix message type assertions (NULL is not a really
4566           valid mixer message type string).
4567
4568 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4569
4570         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4571         When negotiating, actually start from a format that we can support
4572         instead of from the too generic template.
4573
4574 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4575
4576         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4577         Enable vis setting.
4578
4579         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4580         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4581         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4582         (gen_vis_chain):
4583         Implement vis switching while playing.
4584
4585 2008-02-28  David Schleef  <ds@schleef.org>
4586
4587         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4588
4589 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4590
4591         Patch by: Peter Kjellerstedt  <pkj at axis com>
4592
4593         * gst/tcp/Makefile.am:
4594         * gst/tcp/fdsetstress.c:
4595         * gst/tcp/gstfdset.c:
4596         * gst/tcp/gstfdset.h:
4597         Removed fdset and stress test, they are now known as GstPoll in
4598         core. 
4599
4600         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4601         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4602         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4603         (gst_multi_fd_sink_handle_client_write),
4604         (gst_multi_fd_sink_queue_buffer),
4605         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4606         (gst_multi_fd_sink_stop):
4607         * gst/tcp/gstmultifdsink.h:
4608         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4609         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4610         (gst_tcp_gdp_read_caps):
4611         * gst/tcp/gsttcp.h:
4612         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4613         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4614         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4615         * gst/tcp/gsttcpclientsink.h:
4616         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4617         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4618         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4619         * gst/tcp/gsttcpclientsrc.h:
4620         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4621         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4622         * gst/tcp/gsttcpserversink.h:
4623         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4624         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4625         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4626         * gst/tcp/gsttcpserversrc.h:
4627         Port to GstPoll. See #505417.
4628
4629 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4630
4631         Patch by: Peter Kjellerstedt  <pkj at axis com>
4632
4633         * gst-libs/gst/rtsp/gstrtspconnection.c:
4634         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4635         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4636         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4637         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4638         (gst_rtsp_connection_flush):
4639         * gst-libs/gst/rtsp/gstrtspconnection.h:
4640         Use GstPoll for the rtsp connection. See #505417.
4641
4642 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4643
4644         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4645         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4646         Add combo box for visualisations, populate it with a factory list
4647         of all visualisation plugins, configure vis plugin instance in
4648         playbin2. 
4649
4650 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4651
4652         * tests/check/libs/rtp.c: (GST_START_TEST):
4653         Add check for RTP buffer defaults, padding and marker bit API.
4654
4655 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4658         Use memcpy() instead of upcasting a byte array to long *. This
4659         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4660         This should be ported to GCheckSum once we can use GLib 2.16.
4661         Partially fixes bug #500833.
4662
4663 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4666           Push tag event after the newsegment event. Log the pointer of
4667           the buffer we're actually going to push rather than the buffer
4668           we're feeding to _make_metadata_writable().
4669
4670 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4671
4672         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4673         Comment smoke typefinder for now. The smokedec plugin needs one
4674         frame per buffer but we have no parser yet, thus it simply crashes
4675         in most situations.
4676
4677 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4678
4679         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4680         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4681
4682 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4685         (plugin_init):
4686         Add midi typefinder, copied from the timidity plugin.
4687
4688 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4689
4690         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4691
4692         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4693         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4694           (subparse_suite):
4695           Forward slashes at the beginning and end of a line also signify
4696           italics (Fixes: #518162).
4697
4698 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4699
4700         * tests/check/gst-plugins-base.supp:
4701         Add a suppression for a cached value in GIO that wasn't moved
4702         while moving gio from -bad to -base.
4703
4704 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4705
4706         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4707
4708         * configure.ac:
4709         Don't hardcode -Wall and -Werror for configure checks, this fails
4710         with non-GCC compilers. Fixes bug #517991.
4711
4712 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4713
4714         * gst/audioconvert/gstaudioconvert.c:
4715         * gst/audioconvert/gstaudioquantize.c:
4716         * gst/audioconvert/gstaudioquantize.h:
4717           Make audioconvert gap aware. If noiseshaping is used, wait for
4718           noiseshaping to converge before marking as GAP. Fixes #517813.
4719
4720 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4721
4722         * gst/audiotestsrc/gstaudiotestsrc.c:
4723           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4724
4725 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4726
4727         * ext/gnomevfs/gstgnomevfssink.c:
4728         (gst_gnome_vfs_sink_handle_event):
4729         Return FALSE when seeking for a new segment fails instead
4730         of silently ignoring the failure and appending every buffer
4731         that comes for the new segment.
4732
4733 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4734
4735         * gst/playback/gstplaysink.c: (find_property),
4736         (gst_play_sink_find_property), (gen_video_chain),
4737         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4738         Recursively search the sink element for a last-frame property so that we
4739         can also find the property in autovideosink and friends that don't
4740         always proxy the internal sink properties.
4741
4742 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         * gst-libs/gst/audio/multichannel.c:
4745           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4746           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4747           (gst_audio_set_structure_channel_positions_list),
4748           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4749           (gst_audio_fixate_channel_positions):
4750           Fix confusing terminology in docs and code: structure fields are
4751           'fields' and not 'properties'.
4752
4753 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * gst-libs/gst/audio/multichannel.c:
4756           (gst_audio_check_channel_positions), (add_list_to_struct):
4757           Give more useful warning messages if one of the channel
4758           layout enums passed to us is invalid and if the "channels"
4759           field in the caps has a GType we don't expect.
4760
4761 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * gst-libs/gst/audio/multichannel.c:
4764           Fix typo in docs blurb.
4765
4766 2008-02-19  Julien Moutte  <julien@fluendo.com>
4767
4768         Patch by: Josep Torra Valles <josep@fluendo.com>
4769
4770         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4771         typefind lookup to fix typefinding on HD clips.
4772
4773 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4774
4775         * gst/playback/gstscreenshot.c:
4776         * gst/playback/gstscreenshot.h:
4777           Fix up copyright (I rewrote the GStreamer-0.10 code for
4778           this from scratch back in the days).
4779
4780 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         * gst/playback/Makefile.am:
4783         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4784         (create_element), (gst_play_frame_conv_convert):
4785         * gst/playback/gstscreenshot.h:
4786         Add screenshot conversion code from totem.
4787
4788         * gst/playback/gstplay-marshal.list:
4789         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4790         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4791         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4792         Implement frame property to get a color-unconverted snapshot.
4793         Implement convert-frame action signal to get a converted snapshot image.
4794         Configure connection speed in uridecodebin.
4795         Document some more properties.
4796
4797         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4798         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4799         (gst_play_sink_get_last_frame):
4800         * gst/playback/gstplaysink.h:
4801         Use last-buffer property of the video sink to get a video snapshot.
4802
4803         * tests/examples/seek/seek.c: (shot_cb), (main):
4804         Add snapshot button for playbin2 and use the frame property to save the
4805         frame as a png in the current directory.
4806
4807 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         Patch by: Josep Torra Valles <josep at fluendo dot com>
4810
4811         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4812         (plugin_init):
4813         Add typefinding support for h264 elementary streams.
4814         Fixes bug #517420.
4815
4816 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4817
4818         * configure.ac:
4819           Require CVS of core for new API in collectpads.
4820
4821         * gst/adder/gstadder.c:
4822           Use new API to make adder sparse stream aware.
4823
4824 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4825
4826         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4827         (no_more_pads_cb):
4828         Get the object data correct so that we can remove our channels
4829         correctly.
4830
4831         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4832         (gen_vis_chain), (gst_play_sink_reconfigure),
4833         (gst_play_sink_request_pad):
4834         Add option to disable async behaviour in the sinks when possible. This
4835         makes it possible to avoid an audio queue when dealing with
4836         visualisations.
4837         Add option to add a queue for the audio path.
4838
4839         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4840         (main):
4841         Disable the vis checkbox to match the defaults of playbin2.
4842         Only get the stream info when we need to.
4843
4844 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4845
4846         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4847         (gst_gio_base_sink_set_stream):
4848         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4849         (gst_gio_base_src_set_stream):
4850         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4851         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4852         Don't use async operations as they require a running main loop.
4853         This makes us block again when closing streams and unable
4854         to mount the enclosing volume of an URI if it isn't yet.
4855
4856 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4857
4858         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4859         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4860         (gen_vis_chain), (gst_play_sink_reconfigure),
4861         (gst_play_sink_request_pad):
4862         Move tee in front of the audio and vis pipelines.
4863         Add queue for audio for now.
4864         Add visualisation support.
4865
4866         * tests/examples/seek/seek.c: (main):
4867         Visualisation is by default disabled.
4868
4869 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4870
4871         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4872         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4873         Improve debugging a bit.
4874
4875         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4876         * ext/gio/gstgiosink.h:
4877         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4878         * ext/gio/gstgiosrc.h:
4879         Try to mount the enclosing volume of a GFile if it isn't mounted
4880         yet. This requires us to wait for an async operation to finish, done
4881         with an nested GMainLoop. Authentication is not supported yet, will
4882         come later.
4883
4884 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4885
4886         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4887         (gst_play_bin_set_property), (gst_play_bin_get_property),
4888         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4889         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4890         (gst_play_sink_get_mute), (gen_audio_chain):
4891         * gst/playback/gstplaysink.h:
4892         Add mute property.
4893
4894         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4895         (gst_selector_pad_chain):
4896         * gst/playback/gststreamselector.h:
4897         Make sure we forward the event only once.
4898
4899         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4900         Add and implement the mute button for playbin2.
4901
4902 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4903
4904         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4905
4906         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4907         Add some more debug info.
4908         Make sure we never return a negative delay. Fixes #516246.
4909
4910 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4913           Revert patch that makes the sink hold the object lock when
4914           calling snd_pcm_delay(), since it breaks playback for me.
4915
4916 2008-02-12  Julien Moutte  <julien@fluendo.com>
4917
4918         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4919         some seek flags when changing rate.
4920
4921 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4922
4923         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4924         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4925         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4926         Fix potential leaks.
4927
4928         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4929         Fix leak when there is no function configured.
4930
4931 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4932
4933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4934         (gst_v4lsrc_buffer_finalize):
4935         Correctly chain up the finalize method.
4936
4937 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4938
4939         * ext/gio/gstgiostreamsink.c:
4940         * ext/gio/gstgiostreamsrc.c:
4941         Add documentation and example code for giostreamsink/giostreamsrc.
4942
4943         * tests/check/pipelines/gio.c: (GST_START_TEST):
4944         Ask the GMemoryOutputStream for the data instead of assuming that
4945         the pointer to the data stayed the same. It could've been realloc'ed.
4946
4947 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4948
4949         * ext/gio/gstgiosink.c:
4950         * ext/gio/gstgiosrc.c:
4951         Make the documentation of giosink/giosrc complete, large parts
4952         are based on the gnomevfssink/gnomevfssrc docs.
4953
4954 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4955
4956         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4957         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4958         * docs/plugins/gst-plugins-base-plugins.args:
4959         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4960         * docs/plugins/gst-plugins-base-plugins.interfaces:
4961         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4962         * docs/plugins/gst-plugins-base-plugins.signals:
4963         * docs/plugins/inspect/plugin-adder.xml:
4964         * docs/plugins/inspect/plugin-audioconvert.xml:
4965         * docs/plugins/inspect/plugin-audiorate.xml:
4966         * docs/plugins/inspect/plugin-audioresample.xml:
4967         * docs/plugins/inspect/plugin-decodebin.xml:
4968         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4969         * docs/plugins/inspect/plugin-gdp.xml:
4970         * docs/plugins/inspect/plugin-gio.xml:
4971         * docs/plugins/inspect/plugin-gnomevfs.xml:
4972         * docs/plugins/inspect/plugin-libvisual.xml:
4973         * docs/plugins/inspect/plugin-ogg.xml:
4974         * docs/plugins/inspect/plugin-pango.xml:
4975         * docs/plugins/inspect/plugin-playback.xml:
4976         * docs/plugins/inspect/plugin-queue2.xml:
4977         * docs/plugins/inspect/plugin-subparse.xml:
4978         * docs/plugins/inspect/plugin-theora.xml:
4979         * docs/plugins/inspect/plugin-uridecodebin.xml:
4980         * docs/plugins/inspect/plugin-videorate.xml:
4981         * docs/plugins/inspect/plugin-videoscale.xml:
4982         * docs/plugins/inspect/plugin-volume.xml:
4983         * docs/plugins/inspect/plugin-vorbis.xml:
4984         Add the GIO documentation again and while at that run make update.
4985
4986 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4989         * ext/alsa/gstalsasink.c: (set_swparams):
4990         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4991           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4992           against libasound >= 1.0.16, since it's been deprecated in
4993           0.10.16, and alignment is always 1 then, apparently. (#512899)
4994
4995 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * gst/playback/gstplaybin.c: (gen_audio_element):
4998         * gst/playback/gstplaysink.c: (gen_audio_chain):
4999           Handle case where we can't create the volume element a bit
5000           better (#514307).
5001
5002 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5005         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5006           Add support for https protocol. Fixes #510229.
5007
5008 2008-02-11  Julien Moutte  <julien@fluendo.com>
5009         
5010         Patch by: Alan Peevers <peeves@pacbell.net>
5011
5012         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5013         lock when calling alsa methods.
5014
5015 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * gst/typefind/gsttypefindfunctions.c:
5018           Bump rank of jpeg and png typefinders, which will return maximum
5019           probability in the most common cases (thus short-circuiting more
5020           expensive typefinders like the mp3 one for these two quite common
5021           image types).
5022
5023 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5024
5025         * ext/theora/theoraparse.c:
5026         Fix long description of the theora parser to be more verbose than just
5027         the type name.
5028
5029 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         Patch by: Branko Čibej <brane at xbc dot nu>
5032
5033         * sys/xvimage/xvimagesink.c:
5034         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5035         Fixes bug #515654.
5036
5037 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5038
5039         * gst/playback/gstplaybasebin.c:
5040         Set is_dynamic as True if there are elements with both request
5041         and sometimes src pad templates instead of breaking out when it
5042         finds the first pad template that is a src.
5043
5044 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5045
5046         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5047         (update_streams), (video_combo_cb), (audio_combo_cb),
5048         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5049         Add some stream switching and volume gui for playbin2.
5050
5051 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5052
5053         * gst/playback/gstplay-marshal.list:
5054         Added marshal for streamselector Tags.
5055
5056         * gst/playback/gstplaybasebin.c: (set_active_source):
5057         Streamselector now selects pads based on the pad object instead of its
5058         name.
5059
5060         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5061         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5062         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5063         (gst_play_bin_get_text_tags),
5064         (gst_play_bin_set_current_video_stream),
5065         (gst_play_bin_set_current_audio_stream),
5066         (gst_play_bin_set_current_text_stream),
5067         (gst_play_bin_set_property), (gst_play_bin_get_property),
5068         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5069         Remove option to mute streams with the current-a/v/t property, we have
5070         this functionality in the flags.
5071         Add signals to notify when the number of A/V/T channels changed.
5072         Add action signals to get tags for the A/V/T streams.
5073         Implement setting the current A/V/T stream.
5074         Rearrange some things to simplify stream selection.
5075         Implement volume.
5076
5077         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5078         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5079         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5080         (activate_vis), (gst_play_sink_reconfigure):
5081         * gst/playback/gstplaysink.h:
5082         Add and implement volume setting methods.
5083
5084         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5085         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5086         (gst_selector_pad_event), (gst_stream_selector_class_init),
5087         (gst_stream_selector_init), (gst_stream_selector_finalize),
5088         (gst_stream_selector_set_property),
5089         (gst_stream_selector_get_property),
5090         (gst_stream_selector_get_linked_pad),
5091         (gst_stream_selector_request_new_pad):
5092         * gst/playback/gststreamselector.h:
5093         Add pad properties for tags and status of pads.
5094         Keep tags on pads.
5095         Make active pad selection based on pad object instead of name.
5096
5097 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5098
5099         * configure.ac:
5100           Revert last change as we now check in gtk-doc.m4 for sed.
5101
5102 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5103
5104         * configure.ac:
5105         Find and subst SED when building the docs.
5106
5107 2008-02-08  Julien Moutte  <julien@fluendo.com>
5108
5109         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5110         (main): Make sure bus signals are reconnected when pressing STOP
5111         and then PLAY again for a parse launch pipeline. Fix a ref leak
5112         on the bus.
5113         * win32/common/config.h: Updated.
5114
5115 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5116
5117         * configure.ac:
5118         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5119         pre-releases or releases.
5120
5121 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5122
5123         * configure.ac:
5124         * ext/gio/Makefile.am:
5125         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5126         reporting
5127
5128 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5129
5130         * docs/plugins/Makefile.am:
5131         Add the headers which need scanning for the GIO plugin. The rest of
5132         the docs still need migrating.
5133
5134 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5135
5136         * ext/Makefile.am:
5137         * tests/check/Makefile.am:
5138         * tests/check/pipelines/.cvsignore:
5139         Add gio in a few more places.
5140
5141 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5142
5143         * configure.ac:
5144         * ext/Makefile.am:
5145         * tests/check/Makefile.am:
5146         Move gio plugin from -bad and mark as experimental.
5147
5148 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5149
5150         * gst-libs/gst/interfaces/mixeroptions.c:
5151         * gst-libs/gst/interfaces/mixertrack.c:
5152         Comment out a couple of other things which break the build when
5153         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5154
5155 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * docs/libs/gst-plugins-base-libs-sections.txt:
5158           Fix pbutils header.
5159
5160 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5161
5162         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5163         Fix compiler warning.
5164
5165 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5166
5167         Patch by: Peter Kjellerstedt  <pkj at axis com>
5168
5169         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5170         Clear the addrinfo struct using memset. Fixes #514937.
5171
5172 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5173
5174         * gst/tcp/gstfdset.h:
5175         Remove unused field to same some memory.
5176
5177         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5178         Mark action signals as such.
5179
5180 2008-02-06  Michael Smith <msmith@fluendo.com>
5181
5182         * ext/theora/theoradec.c: (_theora_granule_frame),
5183         (_inc_granulepos):
5184           Increment granulepos for new-bitstream versions appropriately.
5185           Fixes #514623.
5186
5187 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5188
5189         * tests/examples/seek/seek.c: (do_seek),
5190         (rate_spinbutton_changed_cb), (update_streams), (main):
5191         Remove obsolete stream_time reset after flushing seek, core does that
5192         automatically now.
5193         Improve accuracy of speed spinbutton.
5194         Only do playbin2 stuff when we actually use it.
5195
5196 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * tests/check/Makefile.am:
5199           Revert previous change of the test environment's GST_PLUGIN_PATH.
5200           The problem is not with the plugins, but with element factories
5201           and only occurs if elements are split out from existing plugins
5202           or if plugins change name (see #512740).
5203
5204 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * tests/check/Makefile.am:
5207           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5208           with the core's plugins first and our local build directories last,
5209           since we might be building against an installed core, and that
5210           core's plugin directory may contain older or other versions of
5211           our own -base plugins, but we really do want to test our local
5212           ones (if there are multiple plugins or element factories with the
5213           same name, those inspected last will trump those read in earlier).
5214           Fixes #512740 for the most part.
5215
5216 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * configure.ac:
5219         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5220         Use gmtime_r if available as gmtime is not MT-safe.
5221         Fixes bug #511810.
5222
5223 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5224
5225         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5226         Cast glong to time_t as time_t might have a different type on
5227         other platforms, like FreeBSD, and we get a compiler warning
5228         otherwise. Fixes bug #511825.
5229
5230 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5231
5232         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5233         (get_group), (get_n_pads), (gst_play_bin_get_property),
5234         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5235         (autoplug_select_cb), (deactivate_group):
5236         Remove stream-info, we going for something easier.
5237         Refactor getting the current group.
5238         Implement getting the number of audio/video/text streams.
5239
5240         * gst/playback/gststreamselector.c:
5241         (gst_stream_selector_class_init), (gst_stream_selector_init),
5242         (gst_stream_selector_get_property),
5243         (gst_stream_selector_request_new_pad),
5244         (gst_stream_selector_release_pad):
5245         * gst/playback/gststreamselector.h:
5246         Add property for number of pads.
5247
5248         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5249         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5250         (text_toggle_cb), (update_streams), (msg_async_done),
5251         (msg_state_changed), (main):
5252         Block slider callback when updating the slider position.
5253         Add gui elements for controlling playbin2.
5254         Add callback for async_done that updates position/duration.
5255
5256 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5257
5258         * docs/plugins/Makefile.am:
5259         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5261         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5262         * docs/plugins/gst-plugins-base-plugins.interfaces:
5263         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5264           First round of plugin docs cleansups.
5265
5266         * docs/plugins/inspect/plugin-adder.xml:
5267         * docs/plugins/inspect/plugin-alsa.xml:
5268         * docs/plugins/inspect/plugin-audioconvert.xml:
5269         * docs/plugins/inspect/plugin-audiorate.xml:
5270         * docs/plugins/inspect/plugin-audioresample.xml:
5271         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5272         * docs/plugins/inspect/plugin-cdparanoia.xml:
5273         * docs/plugins/inspect/plugin-decodebin.xml:
5274         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5275         * docs/plugins/inspect/plugin-gdp.xml:
5276         * docs/plugins/inspect/plugin-gnomevfs.xml:
5277         * docs/plugins/inspect/plugin-libvisual.xml:
5278         * docs/plugins/inspect/plugin-ogg.xml:
5279         * docs/plugins/inspect/plugin-pango.xml:
5280         * docs/plugins/inspect/plugin-subparse.xml:
5281         * docs/plugins/inspect/plugin-tcp.xml:
5282         * docs/plugins/inspect/plugin-theora.xml:
5283         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5284         * docs/plugins/inspect/plugin-video4linux.xml:
5285         * docs/plugins/inspect/plugin-videorate.xml:
5286         * docs/plugins/inspect/plugin-videoscale.xml:
5287         * docs/plugins/inspect/plugin-videotestsrc.xml:
5288         * docs/plugins/inspect/plugin-volume.xml:
5289         * docs/plugins/inspect/plugin-vorbis.xml:
5290         * docs/plugins/inspect/plugin-ximagesink.xml:
5291         * docs/plugins/inspect/plugin-xvimagesink.xml:
5292           Regenerate.
5293
5294         * ext/ogg/Makefile.am:
5295         * ext/ogg/gstoggmux.c:
5296         * ext/ogg/gstoggmux.h:
5297           Add header for oggmux. the c-file needs a doc blob still.
5298
5299 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5300
5301         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5302
5303         * gst-libs/gst/rtp/gstrtpbuffer.c:
5304         (gst_rtp_buffer_set_extension_data):
5305         * gst-libs/gst/rtp/gstrtpbuffer.h:
5306         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5307         Add gst_rtp_buffer_set_extension_data() 
5308         Add a unit test for this addition. Fixes #511478.
5309         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5310
5311 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5312
5313         * configure.ac:
5314         Back to CVS
5315
5316 === release 0.10.17 ===
5317
5318 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5319
5320         * configure.ac:
5321           releasing 0.10.17, "Peanut Butter and Jelly"
5322
5323 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * gst-libs/gst/interfaces/mixeroptions.c:
5326         * gst-libs/gst/interfaces/mixertrack.c:
5327         Also remove the conditional registration of the signals
5328         that disappeared with the ABI change in 0.10.14
5329
5330 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5331
5332         * gst-libs/gst/rtsp/gstrtspconnection.c:
5333         Revert patch to gstrtspconnection.c for brown paper bag
5334         release of -base. Re-opens: #511825
5335
5336 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5337
5338         * gst-libs/gst/interfaces/mixeroptions.h:
5339         * gst-libs/gst/interfaces/mixertrack.h:
5340         Change the way these deprecated function pointers are removed
5341         so that the compiled ABI is unconditionally smaller. This 
5342         sets in stone an ABI break that actually occurred when the
5343         things were deprecated in 0.10.14, which seems to be the best
5344         fix as the only known users are oss-mixer and sunaudio-mixer in 
5345         gst-plugins-good.
5346         Fixes: #513018
5347
5348 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * win32/common/libgstpbutils.def:
5351           Export the two new _get_type() functions which are needed
5352           by the python bindings.
5353
5354 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5355
5356         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5357         Cast glong to time_t as time_t might have a different type on
5358         other platforms, like FreeBSD, and we get a compiler warning
5359         otherwise. Fixes bug #511825.
5360
5361 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5362
5363         * gst-libs/gst/audio/gstaudiofilter.c:
5364         (gst_audio_filter_class_init):
5365         Initialize the GstRingerBuffer class to get it's debug category
5366         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5367         category and otherwise we get some g_critical(). Fixes bug #512334.
5368
5369 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5370
5371         * configure.ac:
5372         Back to CVS
5373
5374 === release 0.10.16 ===
5375
5376 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5377
5378         * configure.ac:
5379           releasing 0.10.16, "Scheduled Interruption"
5380
5381 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5382
5383         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5384
5385         * gst-libs/gst/rtp/gstrtpbuffer.c:
5386         (gst_rtp_buffer_get_extension_data):
5387         Fix typos and wrong extension check. Fixes #511274.
5388
5389 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5390
5391         * po/sk.po:
5392         Oops - add new sk.po mentioned in the LINGUAS I just committed
5393
5394 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5395
5396         * po/LINGUAS:
5397         Add ca translation to the disted list.
5398
5399         * win32/vs6/libgstsdp.dsp:
5400         Convert line endings to CRLF
5401
5402 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5403
5404         * win32/MANIFEST:
5405         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5406
5407 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5408
5409         * win32/common/libgstsdp.def:
5410         * win32/common/libgstvideo.def:
5411         Add new API declarations
5412
5413 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5414
5415         * ext/theora/gsttheoradec.h:
5416         * ext/theora/gsttheoraparse.h:
5417         * ext/theora/theoradec.c:
5418         * ext/theora/theoraparse.c:
5419         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5420         and parser by inspecting the bitstream version of the incoming data.
5421
5422 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5423
5424         * configure.ac:
5425         * pkgconfig/Makefile.am:
5426         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5427         * pkgconfig/gstreamer-audio.pc.in:
5428         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5429         * pkgconfig/gstreamer-cdda.pc.in:
5430         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5431         * pkgconfig/gstreamer-fft.pc.in:
5432         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5433         * pkgconfig/gstreamer-floatcast.pc.in:
5434         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5435         * pkgconfig/gstreamer-interfaces.pc.in:
5436         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5437         * pkgconfig/gstreamer-netbuffer.pc.in:
5438         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5439         * pkgconfig/gstreamer-pbutils.pc.in:
5440         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5441         * pkgconfig/gstreamer-riff.pc.in:
5442         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5443         * pkgconfig/gstreamer-rtp.pc.in:
5444         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5445         * pkgconfig/gstreamer-rtsp.pc.in:
5446         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5447         * pkgconfig/gstreamer-sdp.pc.in:
5448         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5449         * pkgconfig/gstreamer-tag.pc.in:
5450         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5451         * pkgconfig/gstreamer-video.pc.in:
5452         Provide one pkg-config file for every gst-plugins-base library.
5453         This makes linking to those libraries much more intuitive and
5454         provides standard pkg-config behaviour for them. Fixes bug #499697.
5455
5456 2008-01-13  David Schleef  <ds@schleef.org>
5457
5458         * gst/videoscale/vs_4tap.c:
5459           Fix valgrind error on 4tap scaling method.
5460
5461 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5462
5463         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5464         Include Winsock2.h for VS6 and use a different way initialize
5465         hints structure so it can build with VS6.
5466         * win32/MANIFEST:
5467         * win32/vs6/libgstsdp.dsp:
5468         * win32/common/libgstsdp.def:
5469         Add new files for libgstsdp.
5470         * win32/vs6/grammar.dsp:
5471         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5472         * win32/vs6/gst_plugins_base.dsw:
5473         * win32/vs6/libgstdecodebin.dsp:
5474         * win32/vs6/libgstdecodebin2.dsp:
5475         * win32/vs6/libgstplaybin.dsp:
5476         * win32/vs6/libgstvolume.dsp:
5477         Add new dependencies to the link list.
5478
5479 2008-01-13  Julien Moutte  <julien@fluendo.com>
5480
5481         * win32/common/config.h:
5482         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5483         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5484         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5485         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5486         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5487         * win32/common/interfaces-enumtypes.c:
5488         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5489         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5490         (gst_mixer_track_flags_get_type),
5491         (gst_tuner_channel_flags_get_type):
5492         * win32/common/multichannel-enumtypes.c:
5493         (gst_audio_channel_position_get_type):
5494         * win32/common/pbutils-enumtypes.c:
5495         (gst_install_plugins_return_get_type):
5496         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5497         in the win32 build directory.
5498
5499 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5500
5501         * tests/check/Makefile.am:
5502         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5503
5504         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5505         * tests/check/elements/playbin.c:
5506         * tests/check/libs/mixer.c: (test_element_interface_supported),
5507         (gst_implements_interface_init):
5508         * tests/check/libs/rtp.c: (GST_START_TEST):
5509         Fix various assignment type mismatches.
5510
5511 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5512
5513         * configure.ac:
5514         * gst-libs/gst/rtsp/Makefile.am:
5515         Add test to see if hstrerror is available or if we need libresolv
5516         (Solaris) for it, then use it in libgstrtsp.
5517
5518 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5519
5520         * gst-libs/gst/tag/Makefile.am:
5521         Fix include path order
5522
5523 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5524
5525         * gst-libs/gst/pbutils/install-plugins.c:
5526         (gst_install_plugins_context_copy),
5527         (gst_install_plugins_context_get_type):
5528         * gst-libs/gst/pbutils/install-plugins.h:
5529         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5530         for bindings.
5531
5532 2008-01-11  Michael Smith <msmith@fluendo.com>
5533
5534         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5535         (_theora_granule_frame), (_theora_granule_start_time),
5536         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5537           Adapt for post-alpha meaning of granulepos, when we
5538           have a newer version of libtheora.
5539         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5540         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5541         (theora_enc_is_discontinuous), (theora_enc_chain):
5542           Likewise.
5543         * tests/check/Makefile.am:
5544           Link libtheora into theoraenc test so we can check which version of
5545           libtheora we're testing against.
5546         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5547         (check_buffer_granulepos),
5548         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5549         (theoraenc_suite):
5550           Adapt tests to check the values that are now defined for theora; make
5551           the tests backwards-adapt the passed values if we're running against an
5552           old libtheora.
5553           Fixes #497964
5554
5555 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * gst-libs/gst/audio/gstbaseaudiosink.c:
5558           (gst_base_audio_sink_class_init):
5559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5560           (gst_base_audio_src_class_init):
5561           Ref audio clock class from a thread-safe context to make sure
5562           we're not bit by GObjects lack of thread-safety here (#349410),
5563            however unlikely that may be in practice.
5564
5565 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5566
5567         * autogen.sh:
5568           Add -Wno-portability to the automake parameters to stop warnings
5569           about GNU make extensions being used. We require GNU make in almost
5570           every Makefile anyway.
5571           
5572         * configure.ac:
5573           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5574           at the same time is required for per target flags.
5575
5576 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5579           Post an error message if we can't pull as many bytes as we need
5580           for the tag. This makes sure the user gets to see a proper error
5581           message if a file with a partial ID3 tag is fed to decodebin, and
5582           not a 'no ID3 tag demuxer' error, which would be confusing
5583           (see #508138).
5584
5585 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5586
5587         * gst-libs/gst/pbutils/descriptions.c: (formats):
5588           Add description strings for ID3, APE, and ICY tags.
5589
5590 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         * gst/playback/gstdecodebin.c: (try_to_link_1):
5593           Make sure we error out correctly if we can't activate one of
5594           the elements we've added.  Fixes #508138.
5595           
5596 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         Patch by: Bastien Nocera <hadess at hadess net>
5599
5600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5601           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5602           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5603           the volume is the same for all channels. This works around
5604           some problem in alsa that leaves us with inconsistent state
5605           for some reason (#486840).
5606
5607 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         Patch by: Jerone Young <jerone at gmail com>
5610
5611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5612           If there's no mixer track by the name of 'Master' or 'Front',
5613           check if there's one called 'PCM' before trying the generic
5614           fallback logic (fixes #506928, where we pick 'Mic' as master
5615           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5616
5617 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5618
5619         * gst/playback/gstplay-enum.c:
5620         (register_gst_autoplug_select_result),
5621         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5622         (gst_play_flags_get_type):
5623         * gst/playback/gstplay-enum.h:
5624         Add enums for configuration flags.
5625
5626         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5627         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5628         (gst_play_bin_get_property), (no_more_pads_cb),
5629         (autoplug_select_cb), (gst_play_bin_change_state):
5630         Merge mode with flags.
5631         Add more property getters/setters, defaults and docs.
5632         Add properties to get number of audio/video/text streams.
5633         Create sink object in _init so that we can always rely on it being
5634         there.
5635
5636         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5637         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5638         (activate_vis), (gst_play_sink_reconfigure),
5639         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5640         (gst_play_sink_change_state):
5641         * gst/playback/gstplaysink.h:
5642         Use flags to configure the sink pipelines.
5643         Add tee before audio pipeline so that we can use it for visualisations.
5644         Start working on integrating visualisations.
5645         Remove mode, we can do everything with the flags now.
5646         Add method to configue the sink pipeline.
5647
5648 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5649
5650         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5651           (check_buffer_timestamp), (check_buffer_duration):
5652           Turn these functions into macros so we can see right away
5653           where the failure occured.
5654
5655 2008-01-05  Julien Moutte  <julien@fluendo.com>
5656
5657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5658         debugging information to understand how X calculates the stride
5659         for XvImages.
5660
5661 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5662
5663         * gst/volume/Makefile.am:
5664         * gst/volume/gstvolume.c: (volume_choose_func),
5665         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5666         (volume_setup):
5667         * gst/volume/gstvolume.h:
5668         Use GstAudioFilter as base class for the volume element instead of
5669         plain GstBaseTransform.
5670
5671 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5672
5673         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5674         Don't set element details for the abstract GstAudioFilter class.
5675
5676 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5677
5678         * gst-libs/gst/audio/gstaudiofilter.c:
5679         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5680         Implement get_unit_size() vmethod of GstBaseTransform.
5681
5682 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5683
5684         * gst-libs/gst/pbutils/Makefile.am:
5685         * gst-libs/gst/pbutils/pbutils.h:
5686         Use glib-enum generator to have a proper enum GType for
5687         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5688
5689 2007-12-31  David Schleef  <ds@schleef.org>
5690
5691         * tests/check/Makefile.am:
5692         * tests/check/pipelines/theoraenc.c:
5693           Reenable theoraenc test, which fails on the buildbot but
5694           not locally.
5695
5696 2007-12-31  David Schleef  <ds@schleef.org>
5697
5698         * docs/libs/.cvsignore:
5699         * docs/plugins/.cvsignore:
5700           Add *-undeclared.txt to fix buildbot.
5701
5702 2007-12-31  David Schleef  <ds@schleef.org>
5703
5704         * tests/check/Makefile.am:
5705           Second attempt at disabling theoraenc test long enough to
5706           get buildbot to compile -base.
5707
5708 2007-12-31  David Schleef  <ds@schleef.org>
5709
5710         * tests/check/pipelines/theoraenc.c:
5711           Disable theoraenc test long enough to get the buildbot to
5712           compile a recent -base.
5713
5714 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5715
5716         * tests/examples/seek/seek.c: (stop_cb):
5717         Make sure we reset the slider value to 0.0 without racing against a
5718         possible g_idle that sets it to something else.
5719
5720 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5721
5722         * sys/ximage/ximagesink.c:
5723         fix typo
5724
5725 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5726
5727         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5728         * gst-libs/gst/rtsp/gstrtspdefs.h:
5729         Add Location header so that we can start implementing redirects.
5730         See #506025.
5731
5732 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5733
5734         * gst/subparse/gstssaparse.c:
5735         combine if's
5736
5737 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5738
5739         * gst/subparse/gstssaparse.c:
5740         remove duplicate log message
5741
5742 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5743
5744         * ext/libvisual/visual.c: (gst_visual_chain):
5745         Fix 'xyz may be used uninitialized' compiler warnings caused
5746         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5747         abort() in any case but properly report the error.
5748
5749 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5750
5751         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5752         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5753         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5754         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5755         (autoplug_select_cb), (activate_group), (deactivate_group),
5756         (setup_next_source), (save_current_group),
5757         (gst_play_bin_change_state):
5758         Code cleanups.
5759         Remove next-uri, we can use the uri property just fine.
5760         Fix some crasher.
5761         Unref uridecodebin when switching.
5762         Fix going to READY.
5763
5764         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5765         (gst_play_sink_init), (gst_play_sink_dispose),
5766         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5767         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5768         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5769         (gst_play_sink_set_property), (gst_play_sink_get_property),
5770         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5771         (gen_vis_element), (gst_play_sink_get_mode),
5772         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5773         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5774         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5775         (gst_play_sink_change_state):
5776         * gst/playback/gstplaysink.h:
5777         Add some locking to make things threadsafe.
5778
5779         * gst/playback/test7.c: (about_to_finish_cb):
5780         Fix test.
5781
5782 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5785           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5786           (gst_video_scale_transform):
5787           Don't claim to be able to handle/transform caps that can't really
5788           be handled by the currently selected scaling method (here: RGB or
5789           packed YUV with 4-tap method). Also add locking to method property.
5790
5791         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5792           (test_basetransform_based):
5793           Some test pipelines for the above (not entirely valgrind clean yet
5794           apparently).
5795
5796 2007-12-21  David Schleef  <ds@schleef.org>
5797
5798         * gst-libs/gst/video/video.c:
5799         * gst-libs/gst/video/video.h:
5800           Add additional RGBA and RGB-24 video formats.
5801
5802 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5803
5804         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5805           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5806           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5807         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5808           (cddabasesrc_suite):
5809           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5810           deprecated in the future (see #498924).
5811
5812 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5815           Don't leak event.
5816
5817 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5818
5819         * gst-libs/gst/riff/riff-read.c:
5820         Use GST_ROUND_UP_2 macro
5821
5822 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5823
5824         * gst/playback/.cvsignore:
5825           Ignore more.
5826
5827 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5830         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5831           (set_active_source):
5832         * gst/playback/gstplaybasebin.h:
5833         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5834           (setup_sinks), (playbin_set_subtitles_visible):
5835           Make switching off of subtitles work. To avoid all kind of
5836           problems with unlinking of the subtitle input, we just keep
5837           the subtitle inputs linked as they are and tell textoverlay
5838           not to render them. Fixes #373011.
5839           Other subtitle switching issues (esp. when there are both
5840           external and in-stream subtitles) remain. They'll be solved
5841           in playbin2.
5842
5843 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5844
5845         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5846         Init the pad segment too.
5847
5848 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5849
5850         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5851         (gst_audioringbuffer_open_device),
5852         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5853         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5854         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5855         (gst_audio_sink_create_ringbuffer):
5856         Improve debug output.
5857
5858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5859         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5860         Prevent some functions from doing things and failing when the
5861         ringbuffer is not yet acquired.
5862
5863 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5864
5865         * gst-libs/gst/interfaces/interfaces.h:
5866           Also remove interfaces.h from CVS as it is not needed anymore.
5867
5868 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5869
5870         * gst-libs/gst/interfaces/Makefile.am:
5871           interfaces.h is not used anymore so remove it from the build
5872           process.
5873
5874 2007-12-17  David Schleef  <ds@schleef.org>
5875
5876         * gst/videotestsrc/gstvideotestsrc.c:
5877         * gst/videotestsrc/gstvideotestsrc.h:
5878           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5879           for testing vertical refresh synchronization.
5880
5881 2007-12-17  David Schleef  <ds@schleef.org>
5882
5883         * docs/libs/gst-plugins-base-libs-sections.txt:
5884         * gst-libs/gst/video/video.c:
5885         * gst-libs/gst/video/video.h:
5886           Add new GstVideFormat enum and write a bunch of helper functions
5887           based around it.
5888
5889 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         * Makefile.am:
5892           Use new common/win32.mak.
5893
5894 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5895
5896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5897         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5898         Add debug info.
5899         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5900         the parent state change function, just like the audiosink, because the
5901         parent waits for the element to finish its processing before completing
5902         the state change. This makes going to PAUSED a lot snappier.
5903         When going from READY to PAUSED, don't allow the ringbuffer to start
5904         yet.
5905
5906 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5907
5908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5909         Yet another fix for broken software that produce files with an empty
5910         blockalign field. Instead of completely failing, make a second attempt
5911         at guessing the width/depth by looking at strf->size.
5912
5913 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5916           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5917         * gst-libs/gst/pbutils/install-plugins.c:
5918           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5919         * gst-libs/gst/pbutils/missing-plugins.c:
5920           (gst_missing_plugin_message_get_installer_detail),
5921           (gst_missing_encoder_installer_detail_new):
5922         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5923         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5924           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5925           avoid compiler warnings (#503930).
5926
5927 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5928
5929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5930         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5931         for jpeg video streams.
5932         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5933         for the above modification.
5934
5935 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5938           (gst_x_overlay_handle_events):
5939           More guards (we don't want klass to end up being NULL).
5940
5941 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5942
5943         * configure.ac:
5944         * gst/volume/gstvolume.c: (gst_volume_init):
5945           Use new gst_base_transform_set_gap_aware() function as volume
5946           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5947           for this.
5948
5949 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5950
5951         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5952         Don't go to READY on EOS as this avoids testing of seeking and
5953         restarting after EOS, use the stop button when you want to READY.
5954         Don't try to do a flushing seek in segment-done, it does not make
5955         sense to use this for gapless playback and is not needed.
5956
5957 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5958
5959         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5960         (reset_rate_timer), (update_in_rates), (update_out_rates),
5961         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5962         (gst_queue_chain), (gst_queue_loop):
5963         Use separate timers for input and output rates.
5964         Pause measuring the output rate when we block for more data.
5965         See #503262.
5966
5967 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5968
5969         * gst/playback/gstqueue2.c: (gst_queue_chain):
5970         Pause the timer to measure the input rate when we block because the
5971         queue is filled. See #503262.
5972
5973 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5974
5975         Patch by: Peter Kjellerstedt  <pkj at axis com>
5976
5977         * gst-libs/gst/rtsp/gstrtspconnection.c:
5978         (gst_rtsp_connection_free):
5979         Close control sockets. Fixes #503440.
5980
5981 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5982
5983         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5984         Expose the right pad in the right place with the right element.
5985
5986 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * gst-libs/gst/pbutils/descriptions.c: (formats):
5989           Add description for 'private' dts caps (who come up with that name?).
5990
5991 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5992
5993         * Makefile.am:
5994           Add check-exports target and run it with 'make check'.
5995
5996         * configure.ac:
5997           Be stricter about what we export in our libraries: change regexp so that
5998           we only export _gst_foo(), but not __gst_foo().
5999
6000         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6001         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6002           Change internal functions to __gst_foo so they dont' get exported.
6003
6004         * win32/common/libgstaudio.def:
6005           Add missing symbols.
6006
6007 2007-12-11  David Schleef  <ds@schleef.org>
6008
6009         * ChangeLog: remove conflict markers
6010
6011 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * ext/gnomevfs/Makefile.am:
6014         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6015           Use gst_tag_freeform_string_to_utf8() here, which also takes
6016           into account any character sets specified by the user via
6017           environment variables.
6018
6019 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6020
6021         * gst/audioconvert/Makefile.am:
6022         Also link to libm.
6023
6024 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6025
6026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6027         No need for floating point operations here. avoids having to link
6028         against the math library too.
6029
6030 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst-libs/gst/pbutils/descriptions.c: (formats),
6033           (format_info_get_desc):
6034         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6035           (GST_START_TEST):
6036           Add one or two missing formats.  Generate ADPCM description
6037           dynamically depending on layout/format.
6038
6039 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6040
6041         * configure.ac:
6042           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6043
6044 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6047
6048         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6049           Some .srt files start with chunk number 0 and not chunk number 1,
6050           recognise and accept those as well (fixes #502497).
6051
6052         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6053           (test_src):
6054           Add unit test for the above.
6055
6056 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6057
6058         * gst/playback/gstplay-enum.c:
6059         (register_gst_autoplug_select_result),
6060         (gst_autoplug_select_result_get_type):
6061         * gst/playback/gstplay-enum.h:
6062         Add missing files.
6063
6064 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6065
6066         * gst/playback/Makefile.am:
6067         Group decodebin2 and uridecodebin into the same plugin so that they
6068         can share the GEnumType.
6069
6070         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6071         (_gst_select_accumulator), (gst_decode_bin_class_init),
6072         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6073         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6074         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6075         Add signal to sort factories instead of the more awkward autoplug-select
6076         signal.
6077         Modify autoplug_select so that we can try, skip or expose the
6078         autopluggin of an element on a pad.
6079
6080         * gst/playback/gstfactorylists.c: (compare_ranks),
6081         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6082         (element_filter), (gst_factory_list_get_elements),
6083         (gst_factory_list_debug), (gst_factory_list_filter):
6084         * gst/playback/gstfactorylists.h:
6085         Simplify the API, allow getting elements based on mask.
6086
6087         * gst/playback/gstplay-marshal.list:
6088         Add some more marshallers.
6089
6090         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6091         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6092         (autoplug_select_cb), (activate_group):
6093         Add support for managing non-raw sinks by providing a custom element and
6094         sink list to decodebin2.
6095         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6096         decodebin2.
6097
6098         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6099         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6100         * gst/playback/gstplaysink.h:
6101         Add support for raw and non-raw sinks. 
6102         Add support to force sinks selected by playbin2.
6103         Don't plug raw converters for non-raw sinks.
6104
6105         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6106         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6107         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6108         (plugin_init):
6109         Use right accumulators.
6110         Proxy new signal.
6111
6112 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6113
6114         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6115         Use runnning time as the base time instead of the timestamp.
6116         Spotted by Saur on IRC.
6117
6118 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6119
6120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6121         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6122
6123 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6124
6125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6126         (gst_ogg_demux_read_chain):
6127         If we find a new serial number but it does not contain a BOS page, make
6128         sure we initialize the chain to NULL because else we will try to scan it
6129         and crash. Fixes #500763
6130
6131 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6132
6133         * gst/playback/Makefile.am:
6134         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6135         (get_feature_array), (decoders_filter), (sinks_filter),
6136         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6137         (gst_factory_list_filter):
6138         * gst/playback/gstfactorylists.h:
6139         Refactor some common code to filter factories and check caps compat.
6140
6141         * gst/playback/gstdecodebin.c:
6142         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6143         (gst_decode_bin_init), (gst_decode_bin_dispose),
6144         (gst_decode_bin_autoplug_continue),
6145         (gst_decode_bin_autoplug_factories),
6146         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6147         (find_compatibles):
6148         * gst/playback/gstplaybin.c:
6149         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6150         (gst_play_bin_init), (gst_play_bin_finalize),
6151         (autoplug_factories_cb), (activate_group):
6152         * gst/playback/gstqueue2.c:
6153         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6154         (proxy_autoplug_continue_signal),
6155         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6156         (proxy_drained_signal):
6157         Add some more debug info and use factor filtering code.
6158
6159 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * gst/audiotestsrc/gstaudiotestsrc.c:
6162         * gst/volume/gstvolume.c:
6163         * gst/volume/gstvolume.h:
6164           Add GAP-flag support.
6165
6166 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6167
6168         * tests/examples/seek/seek.c: (main): Increase the range of the
6169         rate selector as I would like to test QOS behavior at higher
6170         forward and reverse playback speed like say 64x.
6171
6172 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6173
6174         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6175         (audioresample_query), (audioresample_query_type),
6176         (gst_audioresample_set_property):
6177         Implement latency query.
6178
6179 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6180
6181         * gst-libs/gst/audio/gstbaseaudiosink.c:
6182         (gst_base_audio_sink_drain):
6183         Our EOS time contains the base_time, _wait_eos() expects a running_time
6184         so we have to subtract the base_time again before calling the function.
6185         This fixes an EOS regression where the base_time was added twice and EOS
6186         took longer and longer in certain situations.
6187         Fixes #498767.
6188
6189 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6190
6191         * docs/libs/gst-plugins-base-libs-sections.txt:
6192         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6193         (gst_base_audio_sink_set_provide_clock),
6194         (gst_base_audio_sink_get_provide_clock),
6195         (gst_base_audio_sink_set_slave_method),
6196         (gst_base_audio_sink_get_slave_method),
6197         (gst_base_audio_sink_set_property),
6198         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6199         (gst_base_audio_sink_none_slaving),
6200         (gst_base_audio_sink_handle_slaving):
6201         * gst-libs/gst/audio/gstbaseaudiosink.h:
6202         Expose methods for some object properties so that subclasses can more
6203         easily configure them.
6204         Added slave method none, that completely disables slaving to the
6205         internal clock.
6206         API: gst_base_audio_sink_set_provide_clock()
6207         API: gst_base_audio_sink_get_provide_clock()
6208         API: gst_base_audio_sink_set_slave_method()
6209         API: gst_base_audio_sink_get_slave_method()
6210
6211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6212         (gst_base_audio_src_set_provide_clock),
6213         (gst_base_audio_src_get_provide_clock),
6214         (gst_base_audio_src_set_property),
6215         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6216         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6217         Expose methods for some object properties so that subclasses can more
6218         easily configure them.
6219         API: gst_base_audio_src_set_provide_clock()
6220         API: gst_base_audio_src_get_provide_clock()
6221
6222 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6223
6224         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6225
6226         * gst-libs/gst/sdp/gstsdpmessage.c:
6227         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6228
6229 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6230
6231         * tests/check/libs/fft.c: (GST_START_TEST):
6232         Fix scaling to really have dB instead of something else.
6233
6234 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6235
6236         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6237         GTK version, use it.
6238
6239 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6240
6241         * tests/examples/seek/seek.c: (main): Try to support stable version
6242         of GTK.
6243
6244 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6245
6246         * gst/playback/README:
6247         * gst/playback/test7.c:
6248           Fix the build + little README update.
6249
6250 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6253         Add playbin2 seek pipeline.
6254
6255 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6256
6257         * gst/playback/Makefile.am:
6258         * gst/playback/gstplayback.c: (plugin_init):
6259         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6260         (eos_cb), (about_to_finish_cb), (main):
6261         Add playbin2.
6262         Added gapless playback example.
6263
6264         * gst/playback/gstplaybasebin.c:
6265         * gst/playback/gstplaybasebin.h:
6266         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6267         * gst/playback/gstqueue2.c:
6268         * gst/playback/test.c:
6269         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6270         (pad_removed_cb):
6271         * gst/playback/gststreaminfo.h:
6272         Change email.
6273
6274         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6275         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6276         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6277         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6278         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6279         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6280         (drained_cb), (unlink_group), (activate_group),
6281         (setup_next_source), (gst_play_bin_change_state),
6282         (gst_play_bin2_plugin_init):
6283         Added raw first version of playbin2. Does chained oggs and gapless
6284         playback fine. No support for raw sinks yet. No visualisations or
6285         subtitles yet.
6286
6287         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6288         (gst_play_sink_class_init), (gst_play_sink_init),
6289         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6290         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6291         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6292         (gst_play_sink_set_property), (gst_play_sink_get_property),
6293         (post_missing_element_message), (free_chain), (add_chain),
6294         (activate_chain), (gen_video_chain), (gen_text_element),
6295         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6296         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6297         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6298         (gst_play_sink_send_event), (gst_play_sink_change_state):
6299         * gst/playback/gstplaysink.h:
6300         Added Element that abstracts the sinks and their pipelines for playbin2.
6301
6302 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6303
6304         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6305         (gst_selector_pad_class_init), (gst_selector_pad_init),
6306         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6307         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6308         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6309         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6310         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6311         (gst_stream_selector_init), (gst_stream_selector_set_property),
6312         (gst_stream_selector_get_linked_pad),
6313         (gst_stream_selector_getcaps),
6314         (gst_stream_selector_is_active_sinkpad),
6315         (gst_stream_selector_activate_sinkpad),
6316         (gst_stream_selector_get_linked_pads),
6317         (gst_stream_selector_request_new_pad),
6318         (gst_stream_selector_release_pad):
6319         * gst/playback/gststreamselector.h:
6320         Improve streamselector, make it select and unselect the current pad more
6321         intelligently. 
6322         Subclass GstPad for the sinkpads of the selector.
6323         Handle segments more correctly.
6324         Fix caps negotiation.
6325         Implement release_pad.
6326
6327 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6328
6329         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6330         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6331         (remove_fakesink):
6332         Add drained signal fired when decodebin finishes decoding the data.
6333         Remove deprecated STATE_DIRTY message.
6334
6335         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6336         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6337         (analyse_source), (proxy_drained_signal), (make_decoder),
6338         (source_new_pad), (value_list_append_structure_list),
6339         (handle_redirect_message), (handle_message):
6340         Proxy the new drained signal.
6341         Handle pad removed from decodebin.
6342         Handle redirect messages by sorting multiple redirections based on the
6343         connection speed.
6344
6345 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6346
6347         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6348
6349         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6350         Fix leaking headers. Fixes #496761.
6351
6352 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6353
6354         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6355
6356         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6357         (gst_ximagesink_change_state):
6358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6359         Don't leak the PAR on errors. Fixes #496731.
6360
6361 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6364           (gst_tag_from_id3_user_tag):
6365           Add mapping for audio cd discid tags, so we can extract
6366           them from tags as well (see #347848). Also compare identifiers
6367           in ID3v2 TXXX frames in a case-insensitive way to increase
6368           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6369
6370 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6371
6372         * gst-plugins-base.doap:
6373         Oops, fix the release name.
6374
6375 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6376
6377         * gst-plugins-base.doap:
6378         Add 0.10.15 release
6379
6380 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6381
6382         * configure.ac:
6383         Back to CVS
6384
6385 === release 0.10.15 ===
6386
6387 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6388
6389         * configure.ac:
6390           releasing 0.10.15, "No need to argue"
6391
6392 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6393
6394         * win32/vs6/libgstfft.dsp:
6395         Convert line endings to DOS.
6396
6397 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6398
6399         * win32/vs6/gst_plugins_base.dsw:
6400         * win32/vs6/libgstfft.dsp:
6401         * win32/MANIFEST:
6402         Add a project file for fft plugin and remove socket
6403         based plugin which don't build from the workspace.
6404         * win32/vs6/libgstaudio.dsp:
6405         * win32/vs6/libgstrtp.dsp:
6406         * win32/vs6/libgsttag.dsp:
6407         Convert line endings back to DOS.
6408         Fixes #496724
6409
6410 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6411
6412         * win32/vs6/libgstinterfaces.dsp:
6413         * win32/vs6/libgstrtsp.dsp:
6414         Convert line endings back to DOS
6415
6416 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6417
6418         * gst-libs/gst/fft/kiss_fft_f32.h:
6419         * gst-libs/gst/fft/kiss_fft_f64.h:
6420         * gst-libs/gst/fft/kiss_fft_s16.h:
6421         * gst-libs/gst/fft/kiss_fft_s32.h:
6422         Don't include malloc.h which doesn't exist on Mac OSX.
6423         Instead, pull in glib.h and use g_malloc/g_free for 
6424         consistency. Fixes: #496548
6425
6426 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6427
6428         * gst/playback/gstdecodebin2.c:
6429           Dont leak ghostpad. Fixes #475451.
6430
6431 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6432
6433         * docs/design/design-decodebin.txt:
6434         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6435         Update some more docs and comments.
6436
6437 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         Patch by: Sebastien Moutte  <sebastien moutte net>
6440
6441         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6442           (gst_rtcp_unix_to_ntp):
6443         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6444           Fix some C99-isms and and a missing function that some versions of
6445           MSVC don't like too much (#494346).
6446
6447         * win32/vs6/gst_plugins_base.dsw:
6448         * win32/vs6/libgstaudio.dsp:
6449         * win32/vs6/libgstrtp.dsp:
6450         * win32/vs6/libgsttag.dsp:
6451           Update vs6 projects files (#494346).
6452
6453 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6456
6457         * win32/common/libgstaudio.def:
6458         * win32/common/libgstcdda.def:
6459         * win32/common/libgstinterfaces.def:
6460         * win32/common/libgstnetbuffer.def:
6461         * win32/common/libgstpbutils.def:
6462         * win32/common/libgstrtp.def:
6463         * win32/common/libgstrtsp.def:
6464         * win32/common/libgsttag.def:
6465         * win32/common/libgstvideo.def:
6466           More missing symbols to export (fixes #493986).
6467
6468 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6469
6470         * docs/libs/gst-plugins-base-libs-sections.txt:
6471         * gst-libs/gst/fft/gstfftf32.c:
6472         * gst-libs/gst/fft/gstfftf32.h:
6473         * gst-libs/gst/fft/gstfftf64.c:
6474         * gst-libs/gst/fft/gstfftf64.h:
6475         * gst-libs/gst/fft/gstffts16.c:
6476         * gst-libs/gst/fft/gstffts16.h:
6477         * gst-libs/gst/fft/gstffts32.c:
6478         * gst-libs/gst/fft/gstffts32.h:
6479         * tests/check/libs/fft.c: (GST_START_TEST):
6480         Remove the magnitude and phase calculation functions as these have
6481         very special use cases and can't even be used for the spectrum
6482         element. Also adjust the docs to mention some properties of the used
6483         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6484
6485 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6486
6487         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6488           (finish_source):
6489           Avoid crash when there are external subtitles (fixes #491722).
6490
6491 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6494         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6495           'Could not open resource for writing' is not an acceptable
6496           error message when we can't open the audio device (see #492334),
6497           even less so when we're trying to open it to record something.
6498
6499 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6502
6503         * win32/common/libgstrtp.def:
6504           Add some more missing symbols (#492813).
6505
6506 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6509
6510         * tests/check/elements/audioconvert.c: (verify_convert):
6511           Add check to make sure that the out caps have a channel layout
6512           set on them where they should have one.
6513
6514 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6517
6518         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6519         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6520           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6521           (#492306).
6522
6523         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6524           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6525           (it disappeared in GLib 2.14.0) (#492306).
6526
6527         * gst-libs/gst/sdp/Makefile.am:
6528         * gst-libs/gst/sdp/gstsdpmessage.c:
6529           Fix includes and LIBS for win32/Mingw (#492306).
6530
6531         * tests/examples/dynamic/addstream.c (pause_play_stream):
6532           Use more portable g_usleep() instead of sleep() (#492306).
6533
6534 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6537
6538         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6539           (gst_ring_buffer_parse_caps):
6540           Return NULL instead of an enum that happens to be 0, fixes warning
6541           on MSVC (#492114).
6542
6543         * gst-libs/gst/audio/gstringbuffer.h:
6544           No trailing commas in enum list (for gcc-2.9x).
6545
6546         * gst/videotestsrc/videotestsrc.c: (random_char):
6547           Make information loss explicit instead of implicitly truncating to
6548           eight bits via the return value.  Fixes runtime error on MSVC when
6549           using the debug CRT (#492114).
6550
6551         * win32/common/config.h.in:
6552           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6553
6554         * win32/common/libgstinterfaces.def:
6555         * win32/common/libgstrtp.def:
6556           Export a few more symbols (#492114).
6557
6558 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * gst-libs/gst/audio/audio.c:
6561         * gst-libs/gst/audio/audio.h:
6562           Readd the deprecation guards, but preserve compilability.
6563
6564 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6567           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6568           Preserve channel layout when fixating the number of channels in the
6569           output caps, or make sure there's a suitable channel position layout
6570           set on the caps if required. Fixes #430677.
6571
6572 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6575           Make sure the pipeline really operates in push mode as it should
6576           in this case.
6577
6578 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * gst-libs/gst/audio/audio.h:
6581           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6582           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6583           (ie. normal cvs builds) will fail.
6584
6585 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6586
6587         * docs/libs/Makefile.am:
6588         * gst-libs/gst/audio/audio.c:
6589         * gst-libs/gst/audio/audio.h:
6590         * gst-libs/gst/interfaces/mixer.c:
6591           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6592
6593 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6596           (test_channel_layout_value_intersect), (audio_suite):
6597           Add simple unit test to make sure GstValue intersection
6598           of channel layouts works the way I think it does.
6599
6600 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * docs/libs/gst-plugins-base-libs-sections.txt:
6603         * gst-libs/gst/audio/gstaudiofilter.h:
6604         * gst-libs/gst/interfaces/mixer.h:
6605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6606         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6607         * gst-libs/gst/sdp/gstsdpmessage.c:
6608           Fix the docs according to what gtk-doc complained about.
6609
6610 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6611
6612         * tests/icles/stress-playbin.c:
6613           Fix the build.
6614
6615 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6618         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6619           Post nice/more useful error message if we don't have a decoder for
6620           the primary type.
6621
6622 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6623
6624         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6625         Be a bit more useful, unblock the pads after we fired the no-more-pads
6626         signal so that we can use the signal to inspect and connect all pads
6627         without having to keep extra state outside of decodebin.
6628
6629 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6630
6631         * gst/playback/gsturidecodebin.c:
6632         (gst_uri_decode_bin_autoplug_continue),
6633         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6634         Implement default signal handler so that we return TRUE when nothing is
6635         connected.
6636
6637 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6638
6639         * gst-libs/gst/riff/riff-media.c:
6640         (gst_riff_wavext_add_channel_layout),
6641         (gst_riff_wave_add_default_channel_layout),
6642         (gst_riff_wavext_get_default_channel_mask),
6643         (gst_riff_create_audio_caps):
6644         Use the ALSA channel layout as default for wav files without channel
6645         layout information. This fixes playback of chan-id.wav on 5.1 systems
6646         for example. Also refactor the channel layout setting a bit and add
6647         more default channel orders. Fixes #489010.
6648
6649 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6652           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6653           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6654           instead.
6655
6656 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6657
6658         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6659         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6660         (gst_decode_bin_set_subs_encoding),
6661         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6662         (gst_decode_bin_get_property), (analyze_new_pad):
6663         Move subtitle encoding property to decodebin2 so that it can set the
6664         property value on all elements that it autoplugs and that require it.
6665         Make caps refcounting more consistent in get/set.
6666
6667         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6668         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6669         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6670         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6671         (proxy_autoplug_continue_signal),
6672         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6673         (make_decoder):
6674         Proxy properties and relevant signals from the internal decodebin.
6675         Make properties MT safe.
6676
6677 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6680         * gst-libs/gst/tag/tags.c:
6681           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6682           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6683
6684         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6685           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6686
6687         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6688           (gst_tag_to_vorbis_comments):
6689           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6690           just mapping everything I found in the wild) (#414539).
6691
6692 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6693
6694         Inspired by patch of: René Stadler <mail at renestadler dot de>
6695
6696         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6697         (gst_decode_bin_autoplug_continue),
6698         (gst_decode_bin_autoplug_factories),
6699         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6700         (find_compatibles):
6701         * gst/playback/gstplay-marshal.list:
6702         Remove the autoplug-sort signal and replace it with a binding friendly
6703         autoplug-select signal.
6704         Add an autoplug-factories signal that can be used to generate a list of
6705         factories to try to autoplug.
6706         Add the GstPad to the autoplugging signal args as it might be needed to
6707         make a good factory selection.
6708         Fix up the marshallers for this. Fixes #407282.
6709
6710 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst-libs/gst/tag/gsttagdemux.c:
6713           Don't abort with an assertion if we receive a seek event with
6714           a start type of NONE (see launchpad bug #155878).
6715
6716 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6717
6718         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6719         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6720         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6722         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6723         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6724         Make sure that before we clean up the X resources, we shutdown and join
6725         the event thread.
6726         Also make sure the event thread does not shut down immediatly after
6727         startup because the running variable is not yet correctly set.
6728         Fixes #378770. 
6729
6730 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6731
6732         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6733         Make the window for a race in typefind and shutting down smaller until
6734         we figure out the right locking here. Avoids #485753 usually.
6735
6736         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6737         Remove unneeded lock causing a race in typefind and shutting down.
6738         Fixes #485753.
6739
6740         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6741         Also remove sinks when going to NULL because we might not complete the
6742         state change to PAUSED, causing the PAUSED->READY state change not to
6743         happen.
6744
6745 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6746
6747         * gst-libs/gst/audio/gstbaseaudiosink.c:
6748         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6749         Also explicitly release the ringbuffer when going to NULL because it
6750         is required in the setcaps function, before the state change to PAUSED
6751         completes.
6752
6753 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * tests/icles/.cvsignore:
6756         * tests/icles/Makefile.am:
6757         * tests/icles/stress-playbin.c:
6758           Does what it says on the tin.
6759
6760 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6761
6762         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6763         Fix queue negotiation. See #486758.
6764
6765 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6766
6767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6768         (gst_xvimagesink_xwindow_new),
6769         (gst_xvimagesink_update_colorbalance),
6770         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6771
6772         Fix handling of some of the X atoms. If the last parameter is True,
6773         XInternAtom won't create the atom if it doesn't exist, and therefore
6774         might return None. This causes X errors on Xv implementations that
6775         don't provide the colour balance attributes.
6776
6777 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6778
6779         * gst-libs/gst/tag/gstvorbistag.c:
6780         * tests/check/libs/tag.c:
6781           Extract vorbis comment LICENSE tags correctly.
6782
6783 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6786
6787         * gst-libs/gst/tag/gstid3tag.c:
6788         * tests/check/libs/tag.c:
6789           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6790
6791 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst-libs/gst/tag/gsttagdemux.c:
6794           Don't error out when a buggy downstream element doesn't
6795           handle the newsegment event we send properly (especially
6796           not without posting a meaningful error message on the
6797           bus). See bug #471370 and launchpad bug #136264.
6798
6799 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6800
6801         * gst-libs/gst/audio/gstbaseaudiosink.c:
6802         (gst_base_audio_sink_drain):
6803         Use new basesink method to make our EOS drain interruptable.
6804
6805 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6806
6807         * gst-libs/gst/rtp/gstrtppayloads.c:
6808         Fix silly search-replace oversight.
6809
6810 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6813
6814         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6815         (gst_basertppayload_set_outcaps):
6816         Fix caps memleak. Fixes #484989.
6817
6818
6819 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6822         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6823         Fix debug output.
6824
6825 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6826
6827         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6828         (gst_base_audio_src_create):
6829         Also handle the case where there is no clock set on the audio source,
6830         like in the unit tests.
6831
6832 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6833
6834         * gst-libs/gst/rtp/gstrtppayloads.c:
6835         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6836         to avoid compiler warnings
6837
6838 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6839
6840         * gst/playback/gstdecodebin.c: (type_found),
6841         (gst_decode_bin_change_state):
6842         * gst/playback/gstdecodebin2.c: (type_found),
6843         (gst_decode_bin_change_state):
6844         Don't disconnect the have_type signal because we never reconnect it
6845         later on. Instead keep a variable to see if we already detected a type.
6846
6847 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6848
6849         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6850         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6851         (type_found):
6852         Unlink the signal handler when we found the type, we're not going to do
6853         anything sensible with more type_found signals anyway.
6854
6855 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         * gst-libs/gst/tag/gsttagdemux.c:
6858           Don't leak caps.
6859
6860 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         * gst-libs/gst/tag/Makefile.am:
6863         * gst-libs/gst/tag/gsttagdemux.c:
6864         * gst-libs/gst/tag/gsttagdemux.h:
6865           API: add GstTagDemux base class for simple tag demuxers.
6866
6867         * docs/libs/gst-plugins-base-libs-docs.sgml:
6868         * docs/libs/gst-plugins-base-libs-sections.txt:
6869           Add GstTagDemux to docs.
6870
6871 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6872
6873         * gst-libs/gst/rtp/gstrtpbuffer.c:
6874         (gst_rtp_buffer_get_payload_subbuffer):
6875         Fix bug introduced with last commit which inverted the logic and
6876         caused all buffers to be dropped. Fixes #483620.
6877         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6878
6879 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6880
6881         * gst-libs/gst/rtp/gstrtpbuffer.c:
6882           Replace g_return_if_val (as it could be disabled), with regular return
6883           and warning.
6884
6885 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6886
6887         * tests/check/pipelines/simple-launch-lines.c:
6888           Print message name and not just number.
6889
6890 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6891
6892         * gst-libs/gst/audio/gstbaseaudiosink.c:
6893         (gst_base_audio_sink_async_play):
6894         When slaved to the clock, don't try to align a sample with the previous
6895         one when going to PLAYING again.
6896
6897 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6898
6899         * tests/examples/snapshot/snapshot.c:
6900           Fix the build.
6901
6902 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         * gst-libs/gst/sdp/gstsdpmessage.h:
6905         Add RFC 3556 bandwidth modifiers.
6906
6907 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6908
6909         * docs/libs/gst-plugins-base-libs-docs.sgml:
6910         * docs/libs/gst-plugins-base-libs-sections.txt:
6911         * gst-libs/gst/rtp/gstrtppayloads.c:
6912         Update documentation.
6913
6914 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6915
6916         * gst-libs/gst/rtp/Makefile.am:
6917         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6918         (gst_rtp_payload_info_for_name):
6919         * gst-libs/gst/rtp/gstrtppayloads.h:
6920         Added new file and header to deal with payload info.
6921
6922         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6923         (gst_rtp_buffer_default_clock_rate):
6924         * gst-libs/gst/rtp/gstrtpbuffer.h:
6925         Payload specific stuff is move to new headers.
6926         Implement _default_clock rate using the new payload function.
6927
6928         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6929         (gst_sdp_parse_line):
6930         * gst-libs/gst/sdp/gstsdpmessage.h:
6931         Add some more comments.
6932
6933 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6934
6935         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6936         (sdp_check_header), (sdp_type_find), (plugin_init):
6937         Add typefind function for application/sdp.
6938         Remove some old dirac typefind code that was ifdeffed out.
6939
6940 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6941
6942         * win32/common/libgstaudio.def:
6943         Add new exported functions.
6944         * win32/vs6/grammar.dsp:
6945         Add autogeneration and copy of some autegenerated files from win32/common
6946         for rtsp library.
6947         * win32/vs6/libgstaudioconvert.dsp:
6948         Add gstaudioquantize.c to the build.
6949         * win32/vs6/libgstinterfaces.dsp:
6950         Add videoorientation.c to the build.
6951         * win32/vs6/libgstriff.dsp:
6952         Add libgsttag to the link libraries list.
6953         * win32/vs6/libgstvolume.dsp:
6954         Add liboil to the link.
6955         * win32/vs6/gst_plugins_base.dsw:
6956         * win32/vs6/libgstrtsp.dsp:
6957         * win32/common/libgstrtsp.def:
6958         Add files to build libgstrtsp library.
6959         
6960 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6961
6962         * tests/examples/snapshot/snapshot.c: (main):
6963         Print error when pipeline failed to construct.
6964
6965 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * configure.ac:
6968         * gst-libs/gst/tag/gstid3tag.c:
6969         * gst-libs/gst/tag/gstvorbistag.c:
6970           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6971           and ID3v2 tags.
6972
6973 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * gst-libs/gst/floatcast/floatcast.h:
6976           Don't include config.h in an installed public header, this
6977           might break compilation of applications that don't have such
6978           a header and doesn't necessarily do what it's supposed to do
6979           anyway (ie. check for the lrint/lrintf defines) (#442065).
6980           Add docs for the various macros and document how this header
6981           has to be used (link against libm, etc.); add a few FIXMEs;
6982           include math.h for non-c99 code path.  Based on patch by
6983           Jan Schmidt.
6984           
6985 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6986
6987         * configure.ac:
6988         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6989         of duplicating these macros in configure.ac.
6990
6991 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6992
6993         * po/hu.po:
6994         * po/sv.po:
6995         * po/uk.po:
6996           Updated translations to 0.10.14
6997
6998 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6999
7000         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7001
7002         * po/pl.po:
7003           Added Polish translation.
7004
7005 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7006
7007         translated by: Ilkka Tuohela <hile@iki.fi>
7008
7009         * po/fi.po:
7010           Added Finnish translation.
7011
7012 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7013
7014         translated by: Jorge González González <aloriel@gmail.com>
7015
7016         * po/es.po:
7017           Added Spanish translation.
7018
7019 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7020
7021         translated by: Mogens Jaeger <mogens@jaeger.tf>
7022
7023         * po/da.po:
7024           Added Danish translation.
7025
7026 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7027
7028         translated by: Funda Wang <fundawang@linux.net.cn>
7029
7030         * po/zh_CN.po:
7031           Added Chinese (simplified) translation.
7032
7033 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7034
7035         translated by: Alexander Shopov <ash@contact.bg>
7036
7037         * po/bg.po:
7038           Added Bulgarian translation.
7039
7040 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7041
7042         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7043         Fix compilation wrt printf arguments.
7044
7045 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7046
7047         * configure.ac:
7048         * tests/examples/Makefile.am:
7049         * tests/examples/snapshot/.cvsignore:
7050         * tests/examples/snapshot/Makefile.am:
7051         * tests/examples/snapshot/snapshot.c: (main):
7052         Add simple snapshot example program using appsink.
7053
7054 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7055
7056         * tests/check/generic/states.c:
7057           Improved state change unit test.
7058
7059 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7060
7061         * docs/plugins/.cvsignore:
7062         * tests/check/.cvsignore:
7063           Ignore registries in any format.
7064
7065 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7068         (gst_base_rtp_depayload_chain),
7069         (gst_base_rtp_depayload_set_gst_timestamp):
7070         Only copy timestamp on outgoing packets if the depayloader did not set
7071         one.
7072         Also copy duration on outgoing packets.
7073
7074 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7077         (gst_basertppayload_set_outcaps):
7078         Fix compilation because of missing %d in printf.
7079         When fixating caps, fixate what we can and throw away all remaining
7080         unfixed caps, subclasses should do something smart if they need to.
7081
7082 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7083
7084         * ext/gnomevfs/gstgnomevfssrc.c:
7085           Improve debug logs a bit and be more verbose if things go wrong.
7086
7087 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7088
7089         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7090         (gst_text_overlay_set_property):
7091         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7092         * gst-libs/gst/audio/gstbaseaudiosink.c:
7093         (gst_base_audio_sink_render):
7094         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7095         (gst_rtcp_unix_to_ntp):
7096         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7097         * gst/playback/gstqueue2.c:
7098         * tests/examples/seek/seek.c: (set_scale):
7099         Fix a bunch of compile warnings shown with Forte.
7100
7101         * gst/audiorate/gstaudiorate.c:
7102         Always pull in config.h before including any system headers.
7103
7104 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7105
7106         * gst/playback/gstqueue2.c: (update_buffering),
7107         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7108         (gst_queue_handle_sink_event), (gst_queue_chain),
7109         (gst_queue_push_one), (gst_queue_sink_activate_push),
7110         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7111         Also fix #476514 for queue2.
7112
7113 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7116         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7117         (gst_base_rtp_depayload_chain),
7118         (gst_base_rtp_depayload_handle_sink_event),
7119         (gst_base_rtp_depayload_push_full),
7120         (gst_base_rtp_depayload_set_gst_timestamp),
7121         (gst_base_rtp_depayload_change_state):
7122         Remove code to deal with RTP to GST time conversion, we now just copy
7123         the GST timestamp we receive to the outgoing buffers.
7124         Handle segment and flushes correctly.
7125
7126         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7127         When we have no valid input timestamp, use the previous rtp timestamp on
7128         the outgoing RTP packet instead of the RTP base time.
7129
7130 2007-09-15  David Schleef  <ds@schleef.org>
7131
7132         * ext/alsa/gstalsa.c:
7133         * ext/alsa/gstalsadeviceprobe.c:
7134         * ext/alsa/gstalsamixer.c:
7135         * ext/alsa/gstalsasink.c:
7136         * ext/alsa/gstalsasrc.c:
7137           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7138
7139 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7140
7141         * gst-libs/gst/rtp/gstbasertppayload.c:
7142         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7143         Add some debug info when negotiating caps.
7144
7145 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7148         A buffer with an empty payload is also a valid buffer.
7149
7150 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7151
7152         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7153         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7154         (gst_basertppayload_change_state):
7155         Make sure we start our RTP timestamp from the random base RTP
7156         timestamp even if the buffer timestamp starts from some random value.
7157
7158 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7159
7160         * configure.ac:
7161         * tests/examples/Makefile.am:
7162         * tests/examples/dynamic/.cvsignore:
7163         * tests/examples/dynamic/Makefile.am:
7164         * tests/examples/dynamic/addstream.c: (create_stream),
7165         (pause_play_stream), (message_received), (eos_message_received),
7166         (perform_step), (main):
7167         Add simple exmple app to demonstrate starting and pausing live and
7168         non-live bins in a PLAYING pipeline.
7169
7170 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7171
7172         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7173         typefind for QCP files (RFC #3625)
7174
7175 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         * gst-libs/gst/audio/gstbaseaudiosink.c:
7178         (gst_base_audio_sink_init):
7179         Disable pull mode scheduling, we're not ready for it yet and it subtly
7180         breaks a lot of things.
7181
7182 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * tests/check/elements/libvisual.c:
7185           Test all libvisual plugins, not just the first one; this reproduces
7186           bug #450336 quite easily.  Looks like a problem with the 'jess'
7187           visualisation.
7188
7189 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * tests/check/Makefile.am:
7192         * tests/check/elements/.cvsignore:
7193         * tests/check/elements/libvisual.c:
7194           Add basic libvisual test case in an attempt to reproduce bug #450336.
7195           Doesn't reproduce that bug, but some other crasher instead (invalid
7196           free), at least with make elements/libvisual.forever and the bumscope
7197           plugin on x86-64/gutsy. Leaving test disabled for now.
7198
7199 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7200
7201         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7202
7203         * gst-libs/gst/rtsp/gstrtspconnection.c:
7204         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7205         (read_body), (gst_rtsp_connection_receive):
7206         Make sure we can not cancel in the middle of receiving a message.
7207         Fixes #475731.
7208
7209 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         Patch by: Josep Torra Valles <josep@fluendo.com>
7212
7213         * gst/playback/gstplaybasebin.c:
7214           Increase upper limit for audio queue a bit; fixes preroll problem
7215           with playbin and decodebin2 when playing a quicktime trailer with
7216           multichannel audio via http (#464666).
7217
7218 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7219
7220         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7221         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7222         (gst_base_audio_src_provide_clock),
7223         (gst_base_audio_src_set_property),
7224         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7225         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7226         Allow othe clocks than the internal clock to be used for the pipeline.
7227         Add property to disable clock provide.
7228         API: GstBaseAudioSrc::provide-clock
7229
7230 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * gst/playback/gstdecodebin2.c:
7233           Don't leak request pads. Fixes #475395.
7234
7235 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         Patch by: René Stadler <mail at renestadler dot de>
7238
7239         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7240         (gst_ximage_buffer_class_init):
7241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7242         (gst_xvimage_buffer_class_init):
7243         Correctly chain up finalize with the parent class to prevent
7244         memory leaks. Fixes #474880.
7245
7246 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7247
7248         * gst/volume/gstvolume.c: (volume_choose_func):
7249         * tests/check/elements/volume.c: (GST_START_TEST):
7250         Revert the latest change: floating point samples are allowed to
7251         have any value, not only values in the range [-1,1]. Thanks to Andy
7252         Wingo for noticing.
7253         Also fix processing of int32 samples with volumes > 4 by making the
7254         unity value smaller which prevents overflows.
7255
7256 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst-libs/gst/rtp/gstrtpbuffer.c:
7259         * tests/check/libs/rtp.c:
7260           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7261
7262 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7265
7266         * gst-libs/gst/rtp/gstrtpbuffer.c:
7267           Fix up GstRTPHeader helper struct so that compilers will not under
7268           any circumstances add padding in between our fields, as currently
7269           happens with MSVC on win32, because that would lead to us sending
7270           out RTP payloads with broken RTP headers (#471194).
7271           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7272           
7273         * tests/check/Makefile.am:
7274         * tests/check/libs/.cvsignore:
7275         * tests/check/libs/rtp.c:
7276           Add some simple unit tests for GstRTPBuffer. Some are disabled
7277           because the code tested still needs fixing (set_csrc() does not work).
7278
7279 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * win32/MANIFEST:
7282         * win32/common/gstrtsp-enumtypes.c:
7283         * win32/common/gstrtsp-enumtypes.h:
7284         * win32/common/interfaces-enumtypes.c:
7285         * win32/common/interfaces-enumtypes.h:
7286         * win32/common/multichannel-enumtypes.c:
7287           Add rtsp enumtypes (#474384) and update others.
7288
7289 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7290
7291         * configure.ac:
7292           Fix configure check for HAVE_LIBXML_HTML.
7293
7294 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7295
7296         * tests/check/libs/.cvsignore:
7297           Ignore more, in case the build bots work again one day.
7298
7299 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7300
7301         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7302
7303         * configure.ac:
7304         * gst-libs/gst/Makefile.am:
7305         * gst-libs/gst/fft/Makefile.am:
7306         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7307         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7308         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7309         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7310         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7311         * gst-libs/gst/fft/gstfft.h:
7312         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7313         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7314         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7315         * gst-libs/gst/fft/gstfftf32.h:
7316         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7317         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7318         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7319         * gst-libs/gst/fft/gstfftf64.h:
7320         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7321         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7322         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7323         * gst-libs/gst/fft/gstffts16.h:
7324         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7325         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7326         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7327         * gst-libs/gst/fft/gstffts32.h:
7328         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7329         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7330         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7331         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7332         * gst-libs/gst/fft/kiss_fft_f32.h:
7333         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7334         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7335         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7336         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7337         * gst-libs/gst/fft/kiss_fft_f64.h:
7338         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7339         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7340         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7341         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7342         * gst-libs/gst/fft/kiss_fft_s16.h:
7343         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7344         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7345         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7346         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7347         * gst-libs/gst/fft/kiss_fft_s32.h:
7348         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7349         (kiss_fftr_f32), (kiss_fftri_f32):
7350         * gst-libs/gst/fft/kiss_fftr_f32.h:
7351         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7352         (kiss_fftr_f64), (kiss_fftri_f64):
7353         * gst-libs/gst/fft/kiss_fftr_f64.h:
7354         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7355         (kiss_fftr_s16), (kiss_fftri_s16):
7356         * gst-libs/gst/fft/kiss_fftr_s16.h:
7357         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7358         (kiss_fftr_s32), (kiss_fftri_s32):
7359         * gst-libs/gst/fft/kiss_fftr_s32.h:
7360         * gst-libs/gst/fft/kiss_version:
7361         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7362         * pkgconfig/gstreamer-plugins-base.pc.in:
7363         Add libgstfft, a FFT library based on Kiss FFT which is
7364         BSD licensed. Supported sample formats are int16, int32,
7365         float and double. For those formats a real FFT and IFFT
7366         can be done, different windowing functions can be applied
7367         and functions for extracting the magnitude and phase exist.
7368         Fixes #468619.
7369
7370         * docs/libs/Makefile.am:
7371         * docs/libs/gst-plugins-base-libs-docs.sgml:
7372         * docs/libs/gst-plugins-base-libs-sections.txt:
7373         Integrate libgstfft into the docs.
7374
7375         * tests/check/Makefile.am:
7376         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7377         Add unit tests for libgstfft, currently only testing the FFT.
7378         Unit tests for IFFT will follow soon.
7379
7380 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7381
7382         Patch by: Peter Kjellerstedt  <pkj at axis com>
7383
7384         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7385         (gst_sdp_message_init), (gst_sdp_message_uninit),
7386         (is_multicast_address), (gst_sdp_message_as_text),
7387         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7388         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7389         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7390         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7391         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7392         (gst_sdp_media_init), (gst_sdp_media_uninit),
7393         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7394         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7395         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7396         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7397         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7398         * gst-libs/gst/sdp/gstsdpmessage.h:
7399         Separate INIT_ARRAY() and related macros into two versions, one for
7400         structures and one for pointers (e.g., INIT_ARRAY() and
7401         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7402         lists of emails and phone numbers.
7403         Add missing const as appropriate.
7404         Change all gint to guint since they all actually represent unsigned
7405         values.
7406         Do not use time as a variable name as it shadows the global time().
7407         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7408         Actually implement gst_sdp_message_add_time().
7409         Make gst_sdp_message_add_time() take repeat times as an argument.
7410         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7411         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7412         misspelled as badwidth).
7413         gst-indented and a little clean up. Fixes #471067.
7414
7415 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7416
7417         * gst/volume/gstvolume.c: (volume_choose_func),
7418         (volume_process_double), (volume_process_double_clamp),
7419         (volume_process_float_clamp):
7420         Correctly clamp float/double samples in the [-1.0,1.0] range to
7421         prevent weird effects.
7422         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7423         Add unit tests for all samples types that had none before.
7424
7425 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * gst-libs/gst/rtp/gstrtpbuffer.c:
7428           Need to include stdlib.h for abs() here too.
7429
7430 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7431
7432         * gst/playback/gststreaminfo.c:
7433           Fix build.
7434
7435 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7436
7437         * gst/playback/gststreaminfo.c:
7438           Clean up some half-disabled code and comment.
7439
7440 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7443
7444         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7445         (gst_base_rtp_payload_audio_handle_event):
7446         Return FALSE from the event handler to let the parent class handle the
7447         event. Fixes #446766.
7448
7449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7450         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7451         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7452
7453         * gst-libs/gst/rtp/gstbasertppayload.c:
7454         Bump the MTU to 1400.
7455
7456 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7457
7458         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7459         Add an audio/x-nsf typefind function for the nsfdec element.
7460
7461 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7462         * gst/playback/gstplaybasebin.c:
7463         Included "myth://" on stream_uris list for enable buffering to mythtv files
7464
7465 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7466
7467         * docs/libs/gst-plugins-base-libs-sections.txt:
7468         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7469         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7470         (gst_rtcp_unix_to_ntp):
7471         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7472         Fix parsing of RB blocks.
7473         Fix docs.
7474         Added helper functions to convert to/from UNIX and NTP time.
7475         API: gst_rtcp_ntp_to_unix()
7476         API: gst_rtcp_unix_to_ntp()
7477
7478         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7479         (gst_rtp_buffer_get_header_len),
7480         (gst_rtp_buffer_get_extension_data),
7481         (gst_rtp_buffer_get_payload_subbuffer),
7482         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7483         (gst_rtp_buffer_ext_timestamp):
7484         * gst-libs/gst/rtp/gstrtpbuffer.h:
7485         Fix some more docs.
7486         Implement handling of packets with extensions.
7487         Fix padding check in _validate().
7488         Added function to get extension data.
7489         API: gst_rtp_buffer_get_header_len()
7490         API: gst_rtp_buffer_get_extension_data()
7491
7492 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7493
7494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7495         (gst_base_rtp_depayload_class_init),
7496         (gst_base_rtp_depayload_set_gst_timestamp):
7497         Add some more docs for the queue-delay property and fix a typo in a
7498         comment.
7499
7500         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7501         Fix typo.
7502
7503 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7504
7505         * gst-libs/gst/audio/gstbaseaudiosink.c:
7506         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7507         (gst_base_audio_sink_change_state):
7508         When skew slaving, try to hover around the middle of a segment so that
7509         we at most drift by half a segment.
7510         If we are aligning in the oposite direction of the clock skew, we don't
7511         have to resync.
7512
7513 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7514
7515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7516         (gst_base_rtp_depayload_setcaps),
7517         (gst_base_rtp_depayload_set_gst_timestamp):
7518         Be less silly with the segment start, just apply the clock-base to the
7519         timestamp.
7520
7521 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7522
7523         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7524         (gst_base_rtp_depayload_class_init),
7525         (gst_base_rtp_depayload_finalize),
7526         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7527         (gst_base_rtp_depayload_handle_sink_event),
7528         (gst_base_rtp_depayload_set_gst_timestamp),
7529         (gst_base_rtp_depayload_change_state):
7530         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7531         Deprecate the queue handling thread thing and remove the code.
7532         Use new method to calculate the extended timestamp.
7533
7534 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7535
7536         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7537         (gst_rtcp_packet_sdes_copy_entry):
7538         Use g_strndup which does exactly what we want.
7539
7540         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7541         (gst_rtp_buffer_ext_timestamp):
7542         * gst-libs/gst/rtp/gstrtpbuffer.h:
7543         Add helper function to compare seqnums.
7544         Add helper function to calculate extended timestamps.
7545         API: gst_rtp_buffer_compare_seqnum()
7546         API: gst_rtp_buffer_ext_timestamp()
7547
7548 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7549
7550         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7551         (gst_rtcp_packet_sdes_get_entry),
7552         (gst_rtcp_packet_sdes_copy_entry):
7553         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7554         Fix and document SDES item data function.
7555         Add new function that makes a proper copy of SDES item data.
7556         API: gst_rtcp_packet_sdes_copy_entry()
7557
7558 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * configure.ac:
7561         * gst/Makefile.am:
7562           The tcp and subparse plugins are under gst, but not totaly free of
7563           dependencies. Handle selection inconfigure.ac, so that they show up
7564           on the final list of what is build and what is not. Maybe they should
7565           better be moved to ext.
7566
7567 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7568
7569         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7570
7571         * configure.ac:
7572         * gst/Makefile.am:
7573           Check if libxml provides HTML parser which subparse needs.
7574           Fixes #451970.
7575
7576 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * ext/alsa/gstalsa.c:
7579           Fix typo and compilation on big endian systems.
7580
7581 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         * gst/subparse/gstssaparse.c:
7584           Convert SSA newline codes into actual newline characters (#470766).
7585
7586 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7587
7588         * docs/libs/gst-plugins-base-libs-sections.txt:
7589         * gst-libs/gst/pbutils/install-plugins.c:
7590         * gst-libs/gst/pbutils/install-plugins.h:
7591         * tests/check/libs/pbutils.c:
7592           API: also add gst_install_plugins_supported() while we're at it
7593           (see #470456).
7594
7595 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * docs/libs/gst-plugins-base-libs-sections.txt:
7598         * gst-libs/gst/pbutils/missing-plugins.c:
7599         * gst-libs/gst/pbutils/missing-plugins.h:
7600         * tests/check/libs/pbutils.c:
7601           API: add gst_missing_*_installer_detail_new() convenience API so
7602           that applications that know exactly what they're missing can request
7603           installer detail strings for those items directly instead of having
7604           to first create a dummy missing-plugin message and then get the
7605           installer detail string from that.  Fixes #470456.
7606
7607 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7608
7609         * gst/playback/gstdecodebin.c: (close_pad_link):
7610         We need to set up delayed-linking whenever the caps are non-fixed,
7611         not just when there are multiple types - use gst_pad_is_fixed()
7612         to test.
7613
7614 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * gst-libs/gst/pbutils/missing-plugins.c:
7617           (gst_missing_plugin_message_get_installer_detail):
7618           Add missing separator in PID fallback case.
7619
7620 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7621
7622         * ext/alsa/Makefile.am:
7623         There is no GST_PLUGINS_BASE_LIBS defined.
7624         
7625         * ext/alsa/gstalsa.c:
7626         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7627         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7628         Add support for ALSA 24-bit formats.
7629         snd_pcm_delay can return an error code, especially
7630         during XRUNS. In that case, the best we can do is assume
7631         delay = 0.
7632
7633         * gst/audioconvert/Makefile.am:
7634         Add flags from -base before any more-remote dependencies.
7635
7636 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7637
7638         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7639
7640         * gst/volume/gstvolume.c: (volume_choose_func),
7641         (volume_update_real_volume), (gst_volume_set_volume),
7642         (gst_volume_init), (volume_process_int32),
7643         (volume_process_int32_clamp), (volume_process_int24),
7644         (volume_process_int24_clamp), (volume_process_int16),
7645         (volume_process_int16_clamp), (volume_process_int8),
7646         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7647         * gst/volume/gstvolume.h:
7648         Add support for int32, int24 and int8 to the volume element.
7649         Fixes #445529.
7650
7651 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         * tests/examples/Makefile.am:
7654           Fix even more.
7655
7656 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7657
7658         * configure.ac:
7659         * docs/libs/Makefile.am:
7660         * docs/libs/gst-plugins-base-libs-docs.sgml:
7661         * docs/libs/gst-plugins-base-libs-sections.txt:
7662         * ext/gnomevfs/gstgnomevfssrc.c:
7663         * ext/gnomevfs/gstgnomevfssrc.h:
7664         * gst-libs/gst/Makefile.am:
7665         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7666         * pkgconfig/gstreamer-plugins-base.pc.in:
7667         * sys/v4l/v4lsrc_calls.c:
7668         * tests/examples/Makefile.am:
7669         * win32/common/config.h:
7670           Revert unwanted commit. many thanks to moap. I want a fix for 
7671           https://thomas.apestaart.org/moap/trac/ticket/239
7672
7673 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7674
7675         * gst/volume/gstvolume.c:
7676           Move passthrough below gst_object_sync_values(). Fixes #442654.
7677
7678 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7679
7680         * gst-libs/gst/audio/audio.c:
7681         Clarify the docs a little.
7682
7683 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7684
7685         * gst/volume/gstvolume.c:
7686           Enable liboil for float and add more details about problems with
7687           int16.
7688
7689 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7690
7691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7692         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7693
7694 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7695
7696         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7697         When calculating the first timestamp of the buffers, don't go below 0
7698         and clip the samples because the offset was on the eos page.
7699         Fixes #466717.
7700
7701 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7702
7703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7704         (gst_ogg_demux_collect_chain_info):
7705         Also submit the eos page when trying to find the first timestamp.
7706         See #466717.
7707
7708 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7709
7710         * gst-libs/gst/audio/audio.h:
7711         Use gst_util_uint64_scale() instead of doing the math
7712         with double for GST_FRAMES_TO_CLOCK_TIME() and
7713         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7714         prevents rounding errors. Fixes #467667.
7715
7716 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7717
7718         * gst-libs/gst/rtsp/gstrtspconnection.c:
7719         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7720         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7721         * gst-libs/gst/rtsp/gstrtspconnection.h:
7722         Small cleanups.
7723         On shutdown, don't read the control socket yet.
7724         Set timeout value correctly in all cases.
7725         Add function to check if the server accepts reads or writes.
7726         API: gst_rtsp_connection_poll()
7727
7728         * gst-libs/gst/rtsp/gstrtspdefs.h:
7729         Fix compilation with -pedantic.
7730         Add enum for _poll.
7731
7732 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7733
7734         Patch by: Olivier Crete  <tester at tester ca>
7735
7736         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7737         (gst_basertppayload_getcaps):
7738         * gst-libs/gst/rtp/gstbasertppayload.h:
7739         Add getcaps vfunc to basertppayload. See #465146.
7740
7741 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7742
7743         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7744         Only post buffering messages when we are a stream.
7745
7746 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7747
7748         * gst-libs/gst/pbutils/install-plugins.c:
7749         * gst-libs/gst/pbutils/missing-plugins.c:
7750           Small docs fix and addition.
7751
7752 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * tests/icles/.cvsignore:
7755         * tests/icles/Makefile.am:
7756         * tests/icles/test-textoverlay.c:
7757           Add a dumb little test for textoverlay alignments.
7758
7759 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         Patch by: Dan Williams  <dcbw redhat com>
7762
7763         * ext/pango/gsttextoverlay.c:
7764         * ext/pango/gsttextoverlay.h:
7765           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7766           "silent" property so there's a Since tag in the API reference.
7767
7768 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7769
7770         * gst-libs/gst/rtp/gstbasertppayload.c:
7771         (gst_basertppayload_set_outcaps):
7772         * gst-libs/gst/rtp/gstbasertppayload.h:
7773         Improve caps negotiation so that downstream elements can confiure
7774         certain RTP properties by fixing them on the caps. See #465146.
7775         Add docs.
7776
7777 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * docs/libs/gst-plugins-base-libs-sections.txt:
7780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7782           Mark as deprecated some macros which were presumably meant to be
7783           private API and accidentally exposed in the public header file.
7784           Also actually _init() lock (only works at the moment because the
7785           struct is zeroed out when created and the initial values in the
7786           mutex struct are zeroes too). (#459585)
7787
7788 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7789
7790         * docs/libs/Makefile.am:
7791           Remove cruft and do some cleanups.
7792
7793         * docs/libs/gst-plugins-base-libs-docs.sgml:
7794           Prepare for comming gtkdoc features (rebase against online docs).
7795
7796 2007-08-10  Michael Smith <msmith@fluendo.com>
7797
7798         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7799           Debug output fixes.
7800         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7801         (GST_START_TEST):
7802           Change the number of buffers used; 500 is too many and leads to
7803           timeouts.
7804
7805 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * gst/playback/gstqueue2.c:
7808         * gst/videorate/gstvideorate.c:
7809           Printf format fixes (#465028).
7810
7811 2007-08-09  Michael Smith <msmith@fluendo.com>
7812
7813         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7814           If we have a large (> 1 second) discontinuity, push a series of
7815           smaller buffers rather than a single very large buffer. Avoids
7816           unreasonably large single buffer allocations when encountering a
7817           large gap.
7818         * tests/check/elements/audiorate.c: (GST_START_TEST),
7819         (audiorate_suite):
7820           Add a test for this.
7821
7822 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7823
7824         * gst/playback/gstplaybasebin.c: (group_commit),
7825         (queue_remove_probe), (queue_threshold_reached):
7826
7827         Patch by: Josep Torra Valles <josep@fluendo.com>
7828         Fixes: #465015
7829         Make sure we remove the check_queues buffer probe from the 
7830         correct queue to avoid racily going back to "buffering 99%" when
7831         buffering is actually complete.
7832
7833         Also, fix the spelling of Josep's surname in the ChangeLog.
7834
7835 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7836
7837         * ext/ogg/gstoggmux.c:
7838           Do not leak oggmux instance.
7839         
7840         * ext/vorbis/vorbisenc.c:
7841           Also log values.
7842
7843 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7844
7845         * po/hu.po:
7846         * po/it.po:
7847         * po/nl.po:
7848         * po/uk.po:
7849         * po/vi.po:
7850           Updated translations.
7851
7852 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7853
7854         patch by: Yang Hong <hongyang@redflag-linux.com>
7855
7856         * ext/pango/gsttextoverlay.c:
7857         * ext/pango/gsttextoverlay.h:
7858           Add 'silent' property to GstTimeOverlay. Fixes #462979
7859
7860 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7861
7862         Patch by: Josep Torra Valles <josep@fluendo.com>
7863
7864         * docs/plugins/gst-plugins-base-plugins.args:
7865         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7866         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7867         (gst_uri_decode_bin_get_property), (gen_source_element):
7868         Add connection-speed property. Fixes #464690.
7869
7870 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7871
7872         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7873
7874         * configure.ac:
7875         * gst-libs/gst/rtsp/Makefile.am:
7876         * gst-libs/gst/rtsp/gstrtspconnection.c:
7877         (gst_rtsp_connection_connect):
7878         Fix compilation on windows. Fixes #464320.
7879
7880 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7881
7882         Patch by: Josep Torra Valles <josep@fluendo.com>
7883
7884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7885         (gst_play_base_bin_init), (queue_threshold_reached),
7886         (gen_source_element), (setup_substreams),
7887         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7888         (gst_play_base_bin_get_streaminfo_value_array):
7889         * gst/playback/gstplaybasebin.h:
7890         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7891         (gst_play_bin_set_property), (gst_play_bin_get_property),
7892         (gst_play_bin_handle_redirect_message):
7893         Move connection-speed property from playbin to playbasebin so that we
7894         can also configure it in source elements that have the connection-speed
7895         property. Fixes #464028.
7896         Add some debug info here and there.
7897
7898 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7899
7900         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7901         Properly respond to conversion queries. Fixes #464079.
7902
7903 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7904
7905         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7906         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7907         (gst_audio_test_src_init_sine_table),
7908         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7909         * gst/audiotestsrc/gstaudiotestsrc.h:
7910         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7911         Also set the default volume to the default value specified in the
7912         GParamSpec.
7913
7914 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7915
7916         Patch by: Jens Granseuer <jensgr at gmx dot net>
7917
7918         * gst/audioconvert/gstaudioquantize.c:
7919         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7920
7921 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7922
7923         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7924         Add rdt manager for rdt transport.
7925         Fix parsing of RDT transport.
7926
7927 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7928
7929         * configure.ac:
7930         Back to CVS
7931
7932 === release 0.10.14 ===
7933
7934 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7935
7936         * configure.ac:
7937           releasing 0.10.14, "Light Years Ahead"
7938
7939 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7940
7941         * tests/check/libs/audio.c: (GST_START_TEST):
7942         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7943
7944 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7945
7946         * gst-libs/gst/audio/audio.c:
7947         When clipping a buffer with no timestamp, assume it is
7948         within the segment without warnings.
7949
7950         Fixes: #460978
7951
7952 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7953
7954         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7955         Fire the signal on the object, not the interface.
7956
7957 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7958
7959         * gst-libs/gst/rtsp/.cvsignore:
7960         Ber. Don't include the full path, idiot.
7961
7962 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7963
7964         * gst-libs/gst/rtsp/.cvsignore:
7965         Ignore generated files.
7966
7967 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7968
7969         * gst-libs/gst/interfaces/Makefile.am:
7970         * gst-libs/gst/interfaces/interfaces-marshal.list:
7971         * gst-libs/gst/interfaces/rtspextension.c:
7972         * gst-libs/gst/interfaces/rtspextension.h:
7973         * gst-libs/gst/rtsp/Makefile.am:
7974         * gst-libs/gst/rtsp/gstrtsp.h:
7975         * gst-libs/gst/rtsp/gstrtspextension.c:
7976         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7977         (gst_rtsp_extension_detect_server),
7978         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7979         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7980         (gst_rtsp_extension_configure_stream),
7981         (gst_rtsp_extension_get_transports),
7982         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7983         * gst-libs/gst/rtsp/gstrtspextension.h:
7984         * gst-libs/gst/rtsp/rtsp-marshal.list:
7985         Move the rtspextension.h interface into gstrtspextension.h
7986         as part of libgstrtsp instead of libgstinterfaces, because it's
7987         only for use within plugins, not applications. 
7988         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7989         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7990         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7991         is abstract.
7992
7993 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7994
7995         * gst-libs/gst/interfaces/Makefile.am:
7996         * gst-libs/gst/interfaces/interfaces-marshal.list:
7997         * gst-libs/gst/interfaces/rtspextension.c:
7998         (gst_rtsp_extension_iface_init),
7999         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8000         * gst-libs/gst/interfaces/rtspextension.h:
8001         Fix marshaller for the send signal.
8002         Add URL to stream selection interface method.
8003
8004 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8005
8006         * gst-libs/gst/riff/Makefile.am:
8007         Pull in our dependencies from -base before those from outside.
8008
8009 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8010
8011         * docs/libs/gst-plugins-base-libs-sections.txt:
8012         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8013         * gst-libs/gst/rtsp/gstrtspbase64.h:
8014         API: gst_rtsp_base64_decode_ip()
8015         Added function to decode Base64 in-place.
8016
8017 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8018
8019         * tests/check/libs/.cvsignore:
8020         Ignore the mixer test binary.
8021
8022 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8023
8024         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8025         Gratuitous comment change to trigger a rebuild on the buildbots.
8026
8027 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8030         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8031         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8032         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8033         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8034         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8035         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8036         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8037         (gst_sdp_media_get_attribute_val):
8038         * gst-libs/gst/sdp/gstsdpmessage.h:
8039         Constify args where we can.
8040
8041 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8042
8043         * gst-libs/gst/interfaces/Makefile.am:
8044         * gst-libs/gst/interfaces/rtspextension.c:
8045         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8046         (gst_rtsp_extension_detect_server),
8047         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8048         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8049         (gst_rtsp_extension_configure_stream),
8050         (gst_rtsp_extension_get_transports),
8051         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8052         * gst-libs/gst/interfaces/rtspextension.h:
8053         Move interface for RTSP extensions from -good to here.
8054         Added helper methods to invoke interface methods.
8055
8056 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8057
8058         * docs/libs/gst-plugins-base-libs-sections.txt:
8059         * gst-libs/gst/rtsp/gstrtspdefs.h:
8060         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8061         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8062         (gst_rtsp_message_init_response),
8063         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8064         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8065         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8066         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8067         (gst_rtsp_message_get_body), (dump_key_value):
8068         * gst-libs/gst/rtsp/gstrtspmessage.h:
8069         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8070         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8071         (gst_rtsp_range_parse):
8072         * gst-libs/gst/rtsp/gstrtsprange.h:
8073         * gst-libs/gst/rtsp/gstrtsptransport.c:
8074         * gst-libs/gst/rtsp/gstrtspurl.c:
8075         Fix some more RTSP docs.
8076         Add some missing methods for dealing with messages.
8077
8078 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8079
8080         * docs/libs/gst-plugins-base-libs-docs.sgml:
8081         * docs/libs/gst-plugins-base-libs-sections.txt:
8082         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8083         * gst-libs/gst/rtsp/gstrtspbase64.h:
8084         * gst-libs/gst/rtsp/gstrtspconnection.c:
8085         (gst_rtsp_connection_connect), (add_auth_header),
8086         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8087         (read_body), (gst_rtsp_connection_receive),
8088         (gst_rtsp_connection_next_timeout),
8089         (gst_rtsp_connection_reset_timeout),
8090         (gst_rtsp_connection_set_auth):
8091         * gst-libs/gst/rtsp/gstrtspconnection.h:
8092         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8093         * gst-libs/gst/rtsp/gstrtspdefs.h:
8094         * gst-libs/gst/rtsp/gstrtspmessage.h:
8095         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8096         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8097         (gst_rtsp_range_parse):
8098         * gst-libs/gst/rtsp/gstrtspurl.h:
8099         Added beginnings of RTSP documentation.
8100
8101 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8102
8103         * docs/libs/Makefile.am:
8104         * docs/libs/gst-plugins-base-libs-docs.sgml:
8105         * docs/libs/gst-plugins-base-libs-sections.txt:
8106         * gst-libs/gst/sdp/gstsdp.h:
8107         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8108         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8109         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8110         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8111         (gst_sdp_message_get_attribute_val),
8112         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8113         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8114         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8115         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8116         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8117         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8118         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8119         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8120         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8121         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8122         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8123         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8124         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8125         (gst_sdp_media_get_attribute_val_n),
8126         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8127         (print_media), (gst_sdp_message_dump):
8128         * gst-libs/gst/sdp/gstsdpmessage.h:
8129         Document the SDP library.
8130         Add some of the missing SDPMedia methods.
8131
8132 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8133
8134         * configure.ac:
8135         * gst-libs/gst/Makefile.am:
8136         * gst-libs/gst/rtsp/Makefile.am:
8137         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8138         * gst-libs/gst/rtsp/gstrtspbase64.h:
8139         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8140         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8141         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8142         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8143         (parse_response_status), (parse_request_line), (parse_line),
8144         (gst_rtsp_connection_read), (read_body),
8145         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8146         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8147         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8148         (gst_rtsp_connection_set_auth):
8149         * gst-libs/gst/rtsp/gstrtspconnection.h:
8150         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8151         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8152         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8153         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8154         (gst_rtsp_find_method):
8155         * gst-libs/gst/rtsp/gstrtspdefs.h:
8156         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8157         (gst_rtsp_message_new), (gst_rtsp_message_init),
8158         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8159         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8160         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8161         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8162         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8163         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8164         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8165         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8166         (gst_rtsp_message_dump):
8167         * gst-libs/gst/rtsp/gstrtspmessage.h:
8168         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8169         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8170         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8171         * gst-libs/gst/rtsp/gstrtsprange.h:
8172         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8173         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8174         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8175         (range_as_text), (rtsp_transport_mode_as_text),
8176         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8177         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8178         (gst_rtsp_transport_free):
8179         * gst-libs/gst/rtsp/gstrtsptransport.h:
8180         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8181         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8182         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8183         * gst-libs/gst/rtsp/gstrtspurl.h:
8184         * gst-libs/gst/sdp/Makefile.am:
8185         * gst-libs/gst/sdp/gstsdp.h:
8186         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8187         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8188         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8189         (gst_sdp_attribute_init), (gst_sdp_message_new),
8190         (gst_sdp_message_init), (gst_sdp_message_uninit),
8191         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8192         (gst_sdp_media_uninit), (gst_sdp_media_free),
8193         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8194         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8195         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8196         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8197         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8198         (gst_sdp_message_get_attribute_val),
8199         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8200         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8201         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8202         (gst_sdp_media_get_attribute_val_n),
8203         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8204         (read_string), (read_string_del), (gst_sdp_parse_line),
8205         (gst_sdp_message_parse_buffer), (print_media),
8206         (gst_sdp_message_dump):
8207         * gst-libs/gst/sdp/gstsdpmessage.h:
8208         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8209         Move SDP and RTSP from helper objects in -good to a reusable library.
8210         Use a proper gst_ namespace.
8211
8212 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8213
8214         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8215         (vorbis_dec_flush_decode):
8216         Use the new buffer clipping function from gstaudio here.
8217
8218 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8219
8220         * docs/libs/gst-plugins-base-libs-sections.txt:
8221         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8222         * gst-libs/gst/audio/audio.h:
8223         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8224         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8225         Also add deprecation guards for gst_audio_structure_set_int() to the
8226         header.
8227
8228 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8229
8230         * docs/libs/gst-plugins-base-libs-sections.txt:
8231           Cleanup the docs.
8232
8233 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8234
8235         Patch by: Dan Williams <dcbw at redhat dot com>
8236
8237         * gst/playback/gstplaybasebin.c:
8238         (gst_play_base_bin_get_streaminfo_value_array):
8239         Don't return NULL when querying the stream info value array but instead
8240         return an empty array. Fixes #459204.
8241
8242 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8243
8244         * gst/playback/gsturidecodebin.c:
8245           Init debug category before using it.
8246
8247 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8248
8249         * gst-libs/gst/interfaces/mixer.h:
8250         Add padding vars in place of the signal pointers
8251         when building with DISABLE_DEPRECATED so that the
8252         interface structure doesn't change size.
8253
8254 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8255
8256         * docs/libs/gst-plugins-base-libs-sections.txt:
8257         * ext/alsa/gstalsamixer.c:
8258         * ext/alsa/gstalsamixer.h:
8259         * ext/alsa/gstalsamixerelement.c:
8260         * ext/alsa/gstalsamixertrack.c:
8261         * gst-libs/gst/interfaces/mixer.c:
8262         * gst-libs/gst/interfaces/mixer.h:
8263         * gst-libs/gst/interfaces/mixeroptions.c:
8264         * gst-libs/gst/interfaces/mixeroptions.h:
8265         * gst-libs/gst/interfaces/mixertrack.c:
8266         * gst-libs/gst/interfaces/mixertrack.h:
8267         * tests/check/Makefile.am:
8268         * tests/check/libs/mixer.c:
8269
8270         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8271         Fixes: #152864 
8272
8273         Add support for notifying mixer changes on the message bus, and
8274         implement it in alsamixer.
8275
8276         API: gst_mixer_get_mixer_flags
8277         API: gst_mixer_message_parse_mute_toggled
8278         API: gst_mixer_message_parse_record_toggled
8279         API: gst_mixer_message_parse_volume_changed
8280         API: gst_mixer_message_parse_option_changed
8281         API: GstMixerMessageType
8282         API: GstMixerFlags
8283
8284 2007-07-20  Michael Smith <msmith@fluendo.com>
8285
8286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8287         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8288           xcontext->im_format is only for testing XShm support (as the header
8289           file comments document). Use xvimage->im_format for everything else.
8290           Avoids spurious warnings on buffer allocation before setcaps.
8291
8292 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * tests/examples/volume/Makefile.am:
8295         * tests/icles/Makefile.am:
8296           We should use $(LIBM).
8297
8298 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8299
8300         * tests/icles/Makefile.am:
8301           This needs -lm.
8302
8303 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8304
8305         * gst-libs/gst/rtp/gstbasertppayload.c:
8306         (gst_basertppayload_class_init), (gst_basertppayload_init),
8307         (gst_basertppayload_set_property),
8308         (gst_basertppayload_get_property):
8309         Don't break ABI, restore previous ranges. Keep the default random
8310         selection of timestamp and seqnum offset but as soon as the app sets a
8311         specific value, use that one.
8312
8313 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8314
8315         Patch by: Bastien Nocera <hadess at hadess dot net>
8316
8317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8318         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8319         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8320         * sys/xvimage/xvimagesink.h:
8321         Add option to turn off double-buffering for debugging purposes.
8322         Fixes #437169.
8323
8324 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8325
8326         Patch by: Jorn Baayen <jorn at openedhand dot com>
8327
8328         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8329         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8330         (gst_ximagesink_init), (gst_ximagesink_class_init):
8331         * sys/ximage/ximagesink.h:
8332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8333         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8334         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8335         * sys/xvimage/xvimagesink.h:
8336         add 'handle-expose' property. Useful for video widgets which may want to
8337         be in control of Expose behaviour. Fixes #380625
8338
8339 2007-07-14  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_event), (gst_basertppayload_push),
8344         (gst_basertppayload_set_property),
8345         (gst_basertppayload_get_property),
8346         (gst_basertppayload_change_state):
8347         * gst-libs/gst/rtp/gstbasertppayload.h:
8348         Fix ranges of rtp payloader properties so that the full range can be
8349         used in addition to -1 (random).
8350         Fix wrong seqnum reporting in caps.
8351         Fixes #420326.
8352
8353 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8354
8355         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8356         (gst_video_rate_query):
8357         Use boilerplate.
8358         Add latency query, might not be perfect yet but already works a lot
8359         better. Fixes #442557.
8360
8361 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8362
8363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8364         (gst_xvimagesink_setcaps):
8365         * sys/xvimage/xvimagesink.h:
8366         After a caps change, redraw our borders to avoid garbage left there
8367         when the image format changes to a smaller size, like 16:9 -> 4:3
8368         Also, hold the flow_lock a bit longer in the set_caps while we're
8369         fiddling with the xcontext.
8370
8371 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8372
8373         * Makefile.am:
8374         * configure.ac:
8375         * tests/Makefile.am:
8376         Remove bogus check for libcheck, since we check for
8377         gstreamer-check and it pulls in the required info from there, and we
8378         weren't actually _using_ the information for libcheck ourselves
8379         anyway.
8380
8381 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8382
8383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8384         (gst_ffmpeg_caps_to_pixfmt):
8385         Fix the r_mask test for RGBA32 on little-endian.
8386         Fix a stupid typo that would have obviously broken 
8387         compilation on big-endian, if anyone was testing.
8388
8389 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8390
8391         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8392         (paint_hline_str4):
8393         * gst/videotestsrc/videotestsrc.h:
8394         Add alpha to the color struct.
8395         Use a default alpha value of 255 instead of 128.
8396
8397 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8398
8399         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8400         (setup_source):
8401         Clear the dynamic pads counter when starting a new uri. This makes
8402         reusing playbin work again.
8403         Fixes #454264.
8404
8405 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8406
8407         * configure.ac:
8408           Use pkg-config to locate check.
8409
8410 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * configure.ac:
8413         * tests/check/elements/volume.c: (GST_START_TEST):
8414           Fix 'make check' build against core CVS.
8415
8416 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8417
8418         * gst-libs/gst/interfaces/propertyprobe.c:
8419         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8420         * gst-libs/gst/tag/gstvorbistag.c:
8421           Make gtk-doc happy.
8422
8423 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8424
8425         * gst-libs/gst/audio/gstbaseaudiosink.c:
8426         (gst_base_audio_sink_callback):
8427           Quick hack to make audiosinks stop at EOS when operating in
8428           pull-mode; needs to be fixed properly some day.
8429
8430 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8431
8432         * docs/libs/gst-plugins-base-libs-sections.txt:
8433           Fix location of includes in the docs.
8434
8435 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8436
8437         * gst/ffmpegcolorspace/avcodec.h:
8438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8439         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8440         (gst_ffmpegcsp_avpicture_fill):
8441         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8442         (img_get_alpha_info):
8443         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8444         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8445         end of the word. Partially fixes #451908
8446
8447 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8448
8449         * docs/libs/Makefile.am:
8450         * docs/plugins/Makefile.am:
8451           Simplify --extra-dir as gtkdoc scans recursively.
8452
8453 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8454
8455         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8456         (gst_adder_request_new_pad):
8457         Make getcaps more robust by not using the proxycaps function. This makes
8458         sure that we don't end up recursively calling getcaps upstream.
8459         See #316248.
8460
8461 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8462
8463         * gst/audioconvert/audioconvert.c:
8464         Include math.h to fix compilation.
8465
8466 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8469         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8470         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8471         format, as produced by some dc1394 cameras like the iSight.
8472         See http://www.fourcc.org/yuv.php#IYU1
8473
8474 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8475
8476         * gst/audioconvert/Makefile.am:
8477         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8478         (check_default), (audio_convert_prepare_context),
8479         (audio_convert_clean_context), (audio_convert_convert):
8480         * gst/audioconvert/audioconvert.h:
8481         * gst/audioconvert/gstaudioconvert.c:
8482         (gst_audio_convert_dithering_get_type),
8483         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8484         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8485         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8486         * gst/audioconvert/gstaudioconvert.h:
8487         * gst/audioconvert/gstaudioquantize.c:
8488         (gst_audio_quantize_setup_noise_shaping),
8489         (gst_audio_quantize_free_noise_shaping),
8490         (gst_audio_quantize_setup_dither),
8491         (gst_audio_quantize_free_dither),
8492         (gst_audio_quantize_setup_quantize_func),
8493         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8494         * gst/audioconvert/gstaudioquantize.h:
8495         Implement dithering and noise shaping in audioconvert. By default now
8496         TPDF dithering (and no noise shaping) will be used when converting
8497         from a higher bit depth to 20 bit depth or smaller, otherwise
8498         everything will be as it is now.
8499         For the last audioconvert in a pipeline it would make sense to
8500         use some kind of noise shaping, enabling it by default for all
8501         conversions would give undesired results though. Fixes #360246.
8502         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8503         (GST_START_TEST):
8504         Adjust unit test for the new audioconvert.
8505
8506 2007-06-28  Wim Taymans  <wim@fluendo.com>
8507
8508         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8509         Use other metrics as well when estimating the buffer level.
8510
8511 2007-06-28  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8514         Small debug improvement.
8515
8516         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8517         (plugin_init):
8518         Tweak the rate estimation period.
8519         When calculating the buffer filledness in rate estimation mode, don't
8520         mix it with other metrics.
8521
8522 2007-06-28  Wim Taymans  <wim@fluendo.com>
8523
8524         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8525         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8526         When creating the groups, allow for a 5 second, unlimited buffers
8527         preroll phase after which we expose the group.
8528         When the group is exposed, use a small number of buffers up to a 2
8529         second limit. Also disconnect the overrun signal from multiqueue when we
8530         exposed the group because it is not needed anymore.
8531
8532 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8535           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8536           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8537           (#451707); also, output some debugging info when dealing with
8538           freeform strings.
8539
8540         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8541           Add unit test for the above.
8542
8543 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8546           Add description for Windows Media RTP caps.
8547
8548         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8549           Remove RTP fields that don't define the format from caps.
8550
8551 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8554           Skip empty buffers, but not empty header buffers. That way the original
8555           vorbisdec unit test still passes (#451145); also, take into account
8556           that those empty packets might carry a granulepos.
8557
8558         * tests/check/Makefile.am:
8559         * tests/check/elements/vorbisdec.c:
8560         (_create_codebook_header_buffer), (_create_audio_buffer),
8561         (GST_START_TEST), (vorbisdec_suite):
8562           Add unit test that sends an empty packet.
8563
8564 2007-06-27  Wim Taymans  <wim@fluendo.com>
8565
8566         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8567         Don't error out on 0-sized packets, just emit a warning because this is
8568         not a fatal error. Fixes #451145.
8569
8570 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * docs/plugins/gst-plugins-base-plugins.args:
8573         * docs/plugins/gst-plugins-base-plugins.signals:
8574         * docs/plugins/inspect/plugin-adder.xml:
8575         * docs/plugins/inspect/plugin-alsa.xml:
8576         * docs/plugins/inspect/plugin-audioconvert.xml:
8577         * docs/plugins/inspect/plugin-audiorate.xml:
8578         * docs/plugins/inspect/plugin-audioresample.xml:
8579         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8580         * docs/plugins/inspect/plugin-cdparanoia.xml:
8581         * docs/plugins/inspect/plugin-decodebin.xml:
8582         * docs/plugins/inspect/plugin-decodebin2.xml:
8583         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8584         * docs/plugins/inspect/plugin-gdp.xml:
8585         * docs/plugins/inspect/plugin-gnomevfs.xml:
8586         * docs/plugins/inspect/plugin-libvisual.xml:
8587         * docs/plugins/inspect/plugin-ogg.xml:
8588         * docs/plugins/inspect/plugin-pango.xml:
8589         * docs/plugins/inspect/plugin-playbin.xml:
8590         * docs/plugins/inspect/plugin-subparse.xml:
8591         * docs/plugins/inspect/plugin-tcp.xml:
8592         * docs/plugins/inspect/plugin-theora.xml:
8593         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8594         * docs/plugins/inspect/plugin-video4linux.xml:
8595         * docs/plugins/inspect/plugin-videorate.xml:
8596         * docs/plugins/inspect/plugin-videoscale.xml:
8597         * docs/plugins/inspect/plugin-videotestsrc.xml:
8598         * docs/plugins/inspect/plugin-volume.xml:
8599         * docs/plugins/inspect/plugin-vorbis.xml:
8600         * docs/plugins/inspect/plugin-ximagesink.xml:
8601         * docs/plugins/inspect/plugin-xvimagesink.xml:
8602           Update docs with caps info.
8603
8604 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * po/POTFILES.in:
8607           Add more files with translatable strings (#450875).
8608
8609 2007-06-23  Edward Hervey  <edward@fluendo.com>
8610
8611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8612         The chain should be freed if we error out here, else it will leak.
8613         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8614         (cleanup_decodebin):
8615         Don't forget to *properly* remove the signals, else it will leak.
8616
8617 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8618
8619         * MAINTAINERS:
8620         Updating all the maintainers files
8621
8622 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8623
8624         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8625         (main):
8626           Destroy and recreate parse-launch based pipeline after stop to be able
8627           to play again. Reorder some code and add more comments.
8628
8629 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8630
8631         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8632         When handling a delayed-caps notification case, mark
8633         the group as dynamic so that the nbdynamic count is
8634         incremented and decremented correctly. Fixes: #449156
8635         Patch by: Wim Taymans <wim@fluendo.com>
8636
8637 2007-06-19  Andy Wingo  <wingo@pobox.com>
8638
8639         * gst-libs/gst/audio/gstbaseaudiosink.c
8640         (gst_base_audio_sink_init): Enable pull-mode operation.
8641
8642 2007-06-19  Michael Smith <msmith@fluendo.com>
8643
8644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8645           Change minimum rate back to 1000 to allow low-sample-rate wav files
8646           to play back.
8647
8648 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8649
8650         * po/vi.po:
8651           Update translations.
8652
8653 2007-06-15  David Schleef  <ds@schleef.org>
8654
8655         * gst/playback/gstqueue2.c:
8656           Fix compile error from ignored return value.
8657
8658 2007-06-15  Michael Smith <msmith@fluendo.com>
8659
8660         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8661           Update tmpbuf for all neccesary rows, not just one, as is required
8662           when downscaling.
8663           Fixes #402076.
8664
8665 2007-06-15  Michael Smith <msmith@fluendo.com>
8666
8667         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8668         (eos_buffer_probe):
8669           Add a test that ensures we set DELTA_UNIT on all non-header,
8670           non-video buffers, if we have a video stream.
8671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8672         (gst_ogg_mux_process_best_pad):
8673           Move setting delta_pad to earlier, where we inspect all pads, so
8674           that leading audio pages don't get DELTA_UNIT unset if they come
8675           before the first DELTA_UNIT from video pages. Fixes the newly-added
8676           test. Fixes #385527.
8677
8678 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8681           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8682           fails on the p5-ppc64 build bot and the failure looks like it is due
8683           to the same issue as #348114, ie. a compiler bug.
8684
8685 2007-06-13  Edward Hervey  <edward@fluendo.com>
8686
8687         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8688         Fix build on MacOSX.
8689
8690 2007-06-13  Wim Taymans  <wim@fluendo.com>
8691
8692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8693         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8694         Fix compilation on mingw. Fixes #446972.
8695
8696 2007-06-12  Wim Taymans  <wim@fluendo.com>
8697
8698         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8699
8700         * gst/playback/gstqueue2.c: (update_buffering),
8701         (gst_queue_locked_enqueue):
8702         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8703         also update the buffering status when receiving events. Fixes #446551.
8704
8705 2007-06-11  Wim Taymans  <wim@fluendo.com>
8706
8707         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8708
8709         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8710         (gst_queue_handle_src_query):
8711         Wait for preroll before attempting to forward a duration query upstream.
8712         Fixes #445505.
8713
8714 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8715
8716         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8717         (gst_base_rtp_depayload_set_gst_timestamp):
8718         Use G_GINT64_CONSTANT macro for int64 constant.
8719         * win32/common/libgstinterfaces.def:
8720         * win32/common/libgsttag.def:
8721         Add new exported functions.
8722
8723 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8726           The BOS page of the first Dirac video stream needs to come before
8727           the BOS page of any Vorbis streams or other audio streams, just like
8728           it is with Theora.
8729
8730 2007-06-07  Wim Taymans  <wim@fluendo.com>
8731
8732         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8733         Fix compilation.
8734
8735 2007-06-06  Wim Taymans  <wim@fluendo.com>
8736
8737         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8738
8739         * gst/playback/gstqueue2.c: (gst_queue_init),
8740         (gst_queue_handle_sink_event), (gst_queue_chain),
8741         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8742         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8743         (gst_queue_src_activate_pull):
8744         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8745         Does not yet completely work because duration queries upstream won't
8746         block yet.
8747
8748 2007-06-06  Wim Taymans  <wim@fluendo.com>
8749
8750         * configure.ac:
8751         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8752         Some more fseeko checks.
8753
8754 2007-06-06  Wim Taymans  <wim@fluendo.com>
8755
8756         * configure.ac:
8757         check for large file support.
8758
8759 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8760
8761         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8762
8763         * gst/subparse/gstsubparse.c: (parse_subrip),
8764         (subviewer_unescape_newlines), (parse_subviewer),
8765         (gst_sub_parse_data_format_autodetect),
8766         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8767         * gst/subparse/gstsubparse.h:
8768         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8769         * tests/check/elements/subparse.c: (GST_START_TEST),
8770         (subparse_suite):
8771         Add a unit test for both SubViewer formats.
8772
8773 2007-06-01  Michael Smith <msmith@fluendo.com>
8774
8775         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8776           Don't overflow intermediate values when seeking to large time values
8777           in audiotestsrc.
8778
8779 2007-06-05  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8782         (gst_queue_create_read), (gst_queue_read_item_from_file),
8783         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8784         Include stdio to define fseeko.
8785
8786 2007-06-05  Wim Taymans  <wim@fluendo.com>
8787
8788         Patch by: Edward Hervey  <edward@fluendo.com>
8789
8790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8791         (gst_v4lsrc_query):
8792         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8793
8794 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796         * gst-libs/gst/riff/Makefile.am:
8797         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8798           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8799           our own implementation.
8800
8801 2007-06-05  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8804         (gst_base_rtp_depayload_setcaps),
8805         (gst_base_rtp_depayload_set_gst_timestamp),
8806         (gst_base_rtp_depayload_change_state):
8807         Handle timestamp wraparound.
8808
8809 2007-06-05  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8812         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8813         (gst_uri_decode_bin_change_state):
8814         Make sure we name srcpads uniquely even when using different internal
8815         decodebins.
8816         Signal no-more-pads when no more dynamic elements exist.
8817         Remove pads on cleanup.
8818
8819 2007-06-05  Wim Taymans  <wim@fluendo.com>
8820
8821         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8822
8823         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8824         (gst_queue_init), (gst_queue_finalize),
8825         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8826         (gst_queue_create_read), (gst_queue_read_item_from_file),
8827         (gst_queue_open_temp_location_file),
8828         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8829         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8830         (gst_queue_is_empty), (gst_queue_is_filled),
8831         (gst_queue_change_state), (gst_queue_set_temp_location),
8832         (gst_queue_set_property):
8833         Add support for filebased buffering. Fixes #441264.
8834
8835 2007-06-05  Wim Taymans  <wim@fluendo.com>
8836
8837         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8838         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8839         (caps_notify_group_cb), (gst_decode_group_new),
8840         (gst_decode_group_free):
8841         Add support for delayed caps fixation when autoplugging.
8842         Optimize cases where a multiqueue is not needed/wanted, like right after
8843         anything that is not a demuxer.
8844
8845 2007-06-05  Wim Taymans  <wim@fluendo.com>
8846
8847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8848         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8849         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8850         consideratly speedup ogg chain detection by not trying to find a base
8851         timestamp for skeleton streams. 
8852
8853 2007-06-05  Wim Taymans  <wim@fluendo.com>
8854
8855         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8856         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8857         (gst_multi_fd_sink_remove_flush),
8858         (gst_multi_fd_sink_remove_client_link),
8859         (gst_multi_fd_sink_handle_client_write),
8860         (gst_multi_fd_sink_handle_clients):
8861         * gst/tcp/gstmultifdsink.h:
8862         Add support for remove_flush.
8863
8864 2007-06-05  Wim Taymans  <wim@fluendo.com>
8865
8866         * docs/design/draft-keyframe-force.txt:
8867         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8868         (theora_enc_chain):
8869         Add draft design for forcing keyframes in encoders and implement in
8870         theoraenc.
8871
8872 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8873
8874         * configure.ac:
8875           Back to CVS
8876
8877 === release 0.10.13 ===
8878
8879 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8880
8881         * configure.ac:
8882           releasing 0.10.13, "What's Going on?"
8883
8884 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8885
8886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8887         In riff, the depth is stored in the size field but it just means that
8888         the least significant bits are cleared. We can therefore just play
8889         the sample as if it had a depth == width. Fixes: #440997
8890
8891         Patch by: Wim Taymans <wim@fluendo.com> 
8892         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8893
8894 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8895
8896         * gst-libs/gst/floatcast/floatcast.h:
8897         Define inline when needed on win32 builds. Fixes: #441295
8898         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8899
8900 2007-05-29  Wim Taymans  <wim@fluendo.com>
8901
8902         * gst/playback/gstplaybasebin.c: (queue_overrun),
8903         (no_more_pads_full):
8904         Stop buffering when the group is commited because the queues filled up.
8905         Fixes #442024.
8906
8907 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8908
8909         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8910         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8911         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8912         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8913         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8914         * ext/alsa/gstalsamixer.h:
8915         * ext/alsa/gstalsamixerelement.c:
8916         (gst_alsa_mixer_element_interface_supported),
8917         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8918         (gst_alsa_mixer_element_set_property),
8919         (gst_alsa_mixer_element_get_property),
8920         (gst_alsa_mixer_element_change_state):
8921         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8922         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8923         (gst_mixer_option_changed):
8924         * gst-libs/gst/interfaces/mixer.h:
8925         Revert commits towards #152864 made so far. We'll pick it up again
8926         after the 0.10.13 release.
8927
8928 2007-05-24  Wim Taymans  <wim@fluendo.com>
8929
8930         * gst-libs/gst/audio/gstbaseaudiosink.c:
8931         (gst_base_audio_sink_render):
8932         After an interrupt (PAUSED/flush) assume that the next sample should not
8933         be aligned to the previous sample. Fixes #417992.
8934
8935 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8938           Don't add channels and rate fields to the template caps for
8939           audio/x-dts, as wavparse might not always be able to set them,
8940           which would then lead to 'caps are not a real subset of the
8941           template caps' warnings.
8942
8943 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8944
8945         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8946         Handle unknown or invalid pads without crashing, as might occur if
8947         a media file like an mp3 is specified as a subtitle file.
8948         Fixes: #410039
8949
8950 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8953         (setup_sinks):
8954         Block the subtitle bin output queue before ghosting it and linking,
8955         then unblock after. This avoids spurious not-linked errors caused 
8956         by the queue starting up (because it gets linked when it is ghosted). 
8957         Fixes: #350299
8958
8959 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8960
8961         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8962         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8963         file. Avoids flukes where the input gets typefound to some valid but
8964         useless type.
8965
8966 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8967
8968         * tests/check/Makefile.am:
8969         * tests/check/elements/.cvsignore:
8970         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8971         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8972           Add unit test for gnomevfssink seeking and position reporting for
8973           file:// URIs.
8974
8975 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         Patch by: Mark Nauwelaerts <manauw at skynet be>
8978
8979         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8980         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8981         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8982         * ext/gnomevfs/gstgnomevfssink.h:
8983           Fix position reporting, especially after a seek (from upstream),
8984           see #412648.
8985
8986 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * ext/cdparanoia/gstcdparanoiasrc.c:
8989           Repair umlaut.
8990
8991 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8992
8993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8994         Specify the full valid range for MP3 samplerates. Fixes a regression
8995         caused by extra header checks since the last release.
8996
8997 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8998
8999         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9001         Fix a locking-order bug I introduced with my changes the other day.
9002         Patch by Mike Smith.
9003
9004 2007-05-21  Michael Smith <msmith@fluendo.com>
9005
9006         * ext/theora/theoradec.c: (theora_handle_data_packet):
9007           Don't look inside 0-length packets (which indicate duplicated
9008           frames)
9009
9010 2007-05-21  Wim Taymans  <wim@fluendo.com>
9011
9012         * ext/cdparanoia/gstcdparanoiasrc.c:
9013         (gst_cd_paranoia_src_read_sector):
9014         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9015         (gst_base_audio_src_create):
9016         Small cleanups.
9017
9018         * ext/theora/theoradec.c: (theora_dec_sink_event):
9019         Fix typo.
9020
9021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9022         (gst_base_rtp_depayload_set_gst_timestamp):
9023         Add some FIXME
9024
9025         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9026         And some debug info when a FIXME path is hit.
9027
9028 2007-05-21  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9031         (gst_base_rtp_audio_payload_class_init),
9032         (gst_base_rtp_audio_payload_init),
9033         (gst_base_rtp_audio_payload_finalize),
9034         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9035         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9036         (gst_base_rtp_payload_audio_handle_event):
9037         Some cleanups, remove minptime property as it is now in the parent
9038         class.
9039         Override parent class event function.
9040
9041         * gst-libs/gst/rtp/gstbasertppayload.c:
9042         (gst_basertppayload_class_init), (gst_basertppayload_init),
9043         (gst_basertppayload_event), (gst_basertppayload_set_property),
9044         (gst_basertppayload_get_property):
9045         * gst-libs/gst/rtp/gstbasertppayload.h:
9046         Add min-ptime property.
9047         Add handle-event vmethod. Fixes #415001.
9048
9049 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9050
9051         * gst-libs/gst/audio/gstbaseaudiosink.c
9052           (gst_base_audio_sink_change_state):
9053           Fix typo in comment.
9054
9055         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9056           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9057           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9058           close_link):
9059         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9060           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9061           Remove trailing whitespaces in comments.
9062
9063         * gst/volume/Makefile.am:
9064           Fix tabs.
9065
9066 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9067
9068         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9069
9070         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9071           set_option, get_option, _gst_reserved):
9072           Revert reordering functions (keep ABI).
9073
9074 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9075
9076         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9077         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9078         (gst_ximagesink_show_frame):
9079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9080         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9081         (gst_xvimagesink_show_frame):
9082         When we create our own window, indicate that we handle the 
9083         WM_DELETE client message from the window manager, so that it won't 
9084         kill our window (and our app) along with it. Handle ClientMessage,
9085         post an error on the bus, and close the window. Further buffers
9086         arriving will result in a FlowError because the window has been
9087         destroyed.
9088
9089         Fixes: #393975
9090
9091         Clean up the X event handling loop and make them the same for
9092         both xvimagesink and ximagesink while I'm at it.
9093
9094 2007-05-17  Wim Taymans  <wim@fluendo.com>
9095
9096         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9097         Make decodebin2 autoplug depayloaders too.
9098
9099         * gst/playback/gsturidecodebin.c: (source_new_pad):
9100         Set the newly created decoder in a usable state when autoplugging a
9101         dynamic source such as RTSP.
9102
9103 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         * gst/playback/gststreaminfo.c: (cb_probe):
9106           Ignore video-codec tag for audio streams and ignore audio-codec tags
9107           for video streams. Should make codec name collection a bit more
9108           robust against sloppy demuxers that send tag events containing both
9109           tags down each pad.
9110
9111 2007-05-17  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/playback/gstqueue2.c: (update_rates):
9114         Tweak the buffering thresholds a little.
9115         Update the buffer size with the previously calculate rate instead of
9116         only when we calculate a new rate so that we get smoother buffering
9117         updates.
9118
9119         * gst/playback/Makefile.am:
9120         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9121         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9122         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9123         (gst_uri_decode_bin_get_property), (unknown_type),
9124         (add_element_stream), (no_more_pads_full), (no_more_pads),
9125         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9126         (gen_source_element), (has_all_raw_caps), (analyse_source),
9127         (remove_decoders), (make_decoder), (remove_source),
9128         (source_new_pad), (setup_source), (decoder_query_init),
9129         (decoder_query_duration_fold), (decoder_query_duration_done),
9130         (decoder_query_position_fold), (decoder_query_position_done),
9131         (decoder_query_latency_fold), (decoder_query_latency_done),
9132         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9133         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9134         (gst_uri_decode_bin_change_state), (plugin_init):
9135         New element that intergrates a source, optional buffering element and
9136         decodebin.
9137
9138 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * configure.ac:
9141           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9142           (also has a .pc file, so we don't need the fallback check any
9143           longer). Fixes #438840.
9144
9145 2007-05-17  Wim Taymans  <wim@fluendo.com>
9146
9147         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9148         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9149         (apply_segment), (apply_buffer), (update_buffering),
9150         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9151         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9152         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9153         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9154         (plugin_init):
9155         fix build.
9156
9157 2007-05-17  Wim Taymans  <wim@fluendo.com>
9158
9159         * gst/playback/Makefile.am:
9160         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9161         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9162         (gst_queue_getcaps), (gst_queue_bufferalloc),
9163         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9164         (apply_buffer), (update_buffering), (reset_rate_timer),
9165         (update_rates), (gst_queue_locked_flush),
9166         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9167         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9168         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9169         (gst_queue_loop), (gst_queue_handle_src_event),
9170         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9171         (gst_queue_src_activate_push), (gst_queue_change_state),
9172         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9173         On our way to playbin2 this is the new network queue that does buffering
9174         all by itself using high and low watermarks. It can also measure up and
9175         downstream bandwidth to optimally size the queue.
9176
9177 2007-05-17  Michael Smith <msmith@fluendo.com>
9178
9179         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9180         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9181           Use the segment->last_stop value to calculate the next timestamp to
9182           generate after a seek; not the segment->start value.
9183
9184 2007-05-15  David Schleef  <ds@schleef.org>
9185
9186         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9187           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9188
9189 2007-05-15  Wim Taymans  <wim@fluendo.com>
9190
9191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9192         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9193         Some more chained streaming ogg timestamp fixes.
9194
9195 2007-05-15  Wim Taymans  <wim@fluendo.com>
9196
9197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9198         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9199         (gst_ogg_demux_handle_page):
9200         Add some FIXMEs.
9201         Fix chain start/stop segment handling based on patch by
9202         <ahalda at cs dot mcgill dot ca> see #320984.
9203
9204 2007-05-15  Michael Smith <msmith@fluendo.com>
9205
9206         * configure.ac:
9207           We don't require a C++ compiler. So don't require one.
9208
9209 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9210
9211         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9212           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9213           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9214           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9215           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9216           gst_alsa_mixer_update_track):
9217           Apply some of the cleanup Tim suggested in #152864 afterwards.
9218
9219 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9220
9221         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9222
9223         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9224           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9225           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9226           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9227           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9228           gst_alsa_mixer_handle_source_callback,
9229           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9230           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9231           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9232           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9233           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9234           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9235         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9236         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9237           gst_alsa_mixer_element_interface_supported,
9238           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9239           gst_alsa_mixer_element_set_property,
9240           gst_alsa_mixer_element_get_property,
9241           gst_alsa_mixer_element_change_state):
9242         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9243         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9244           gst_mixer_option_changed):
9245         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9246           volume_changed, option_changed, _gst_reserved):
9247           Implement notification for alsamixer. Fixes #152864
9248
9249 2007-05-14  David Schleef  <ds@schleef.org>
9250
9251         * gst/videotestsrc/videotestsrc.c:
9252         * gst/videotestsrc/videotestsrc.h:
9253           Add support for video/x-raw-bayer.
9254
9255 2007-05-12  David Schleef  <ds@schleef.org>
9256
9257         * sys/xvimage/xvimagesink.c:
9258           Add some sanity checking for the XVImage size returned by X.
9259           Related to #377400.
9260
9261 2007-05-12  Wim Taymans  <wim@fluendo.com>
9262
9263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9264         (gst_base_rtp_depayload_setcaps),
9265         (gst_base_rtp_depayload_set_gst_timestamp):
9266         Parse and use additional caps fields as described in updated
9267         application/x-rtp caps spec.
9268
9269 2007-05-12  Wim Taymans  <wim@fluendo.com>
9270
9271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9272         (gst_ogg_demux_collect_chain_info):
9273         If there is a stream in a chain without any data packets, ignore the
9274         stream in the total length calculations. Might be related to #436820.
9275
9276 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9277
9278         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9279         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9280         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9281         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9282         (plugin_init):
9283
9284         Consolidate and re-work our mpeg system stream detection to probe
9285         more packets and produce a higher confidence result. Fixes a
9286         regression caused by lowering the typefind probability last year
9287         - related to bug #397810. Remove the redundant MPEG-1 specific 
9288         typefind function, as the new one detects both MPEG-1 & MPEG-2
9289         happily.
9290
9291         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9292         little. 
9293
9294         Tested against my media test directory, with some improvements and
9295         no regressions.
9296
9297 2007-05-10  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9300         (queue_out_of_data):
9301         Connect to the new queue "pushing" signal instead of the broken
9302         "running" one.
9303
9304 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9305
9306         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9307         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9308         Move variable declaration before the first instruction.
9309         * gst/videotestsrc/videotestsrc.c:
9310         Define M_PI if it's not defined yet.
9311         * win32/common/libgstrtp.def:
9312         Add new exported functions.
9313
9314 2007-05-09  Michael Smith <msmith@fluendo.com>
9315
9316         * ext/theora/theoradec.c: (theora_handle_type_packet):
9317           gst_pad_push_event() does not return a GstFlowReturn!
9318
9319 2007-05-09  Wim Taymans  <wim@fluendo.com>
9320
9321         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9322         * tests/examples/seek/seek.c: (do_seek):
9323         Some small cosmetic changes.
9324
9325 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9326
9327         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9328           gst_adder_change_state):
9329         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9330           segment_pending, segment_position, segment_rate):
9331           Handle playback-rate on adder.
9332
9333 2007-05-07  Michael Smith <msmith@fluendo.com>
9334
9335         * ext/theora/gsttheoradec.h:
9336         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9337         (theora_dec_sink_event), (theora_handle_comment_packet),
9338         (theora_handle_type_packet), (theora_dec_change_state):
9339           Don't push events (newsegment, tags) before initialising the
9340           decoder.
9341           This is neccesary for seeking to work correctly in gnonlin.
9342
9343 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9344
9345         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9346         * gst/adder/gstadder.c:
9347         * gst/audiotestsrc/gstaudiotestsrc.c
9348           (gst_audio_test_src_create_white_noise):
9349         * gst/videotestsrc/gstvideotestsrc.c:
9350         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9351           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9352           volume_sink_template, volume_src_template, gst_volume_init,
9353           volume_process_double, volume_process_int16,
9354           volume_process_int16_clamp):
9355           Doc fixes and formatting.
9356
9357 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9358
9359         * tests/check/Makefile.am:
9360         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9361           Minimal check for volume's GstController usability; also another
9362           test for #422295.
9363
9364 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * gst-libs/gst/cdda/gstcddabasesrc.c:
9367         (gst_cdda_base_src_add_track):
9368           Fix it so that it (a) makes sense and (b) doesn't break
9369           everything cdda-related including the unit test.
9370
9371 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9372
9373         * gst-libs/gst/cdda/gstcddabasesrc.c:
9374         (gst_cdda_base_src_add_track):
9375           Fix build when disabling asserts.
9376
9377 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9378
9379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9380           When XShm is not available, we might get row strides that are not
9381           rounded up to multiples of four; this is bad, because virtually
9382           every RGB-processing element in GStreamer assumes rowstrides are
9383           rounded up to multiples of four, so let's allocate at least enough
9384           memory to avoid crashes in this case. The image will still be
9385           displayed distorted though if this happens, so that still needs
9386           fixing (maybe by allocating a bigger image with an 'even' width
9387           and then clipping it appropriately when rendering - something for
9388           Xlib aficionados in any case).
9389
9390 2007-05-03  Michael Smith <msmith@fluendo.com>
9391
9392         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9393           If a buffer doesn't have a timestamp, assume it's contiguous with
9394           the previous buffer, and synthesise timestamps appropriately.
9395
9396 2007-05-03  Edward Hervey  <edward@fluendo.com>
9397
9398         * tests/check/elements/videorate.c: (GST_START_TEST):
9399         Set buffer timestamp to a valid value in order to test the buffer
9400         really does stay in videorate.
9401
9402 2007-05-03  Edward Hervey  <edward@fluendo.com>
9403
9404         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9405         There is no sensible way to handle incoming buffers which don't have a
9406         valid timestamp. We therefore discard them and wait for the next one.
9407
9408 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9409
9410         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9411         * gst/playback/gstdecodebin2.c: (plugin_init):
9412           Better error message for text files.
9413
9414 2007-04-29  Wim Taymans  <wim@fluendo.com>
9415
9416         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9417         Fix offset bug in generation RR packets.
9418
9419 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9420
9421         * ext/theora/theoradec.c: (_theora_granule_time),
9422         (theora_dec_push_forward), (theora_handle_data_packet),
9423         (theora_dec_decode_buffer): Calculate buffer duration correctly
9424         to generate a perfect stream (#433888).
9425         * gst/audioresample/gstaudioresample.c:
9426         (audioresample_check_discont): Glib provides ABS.
9427
9428 2007-04-27  Wim Taymans  <wim@fluendo.com>
9429
9430         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9431         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9432         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9433         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9434         (gst_rtcp_packet_bye_set_reason):
9435         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9436         Fix RB block parsing and writing.
9437         Add support for constructing BYE packets.
9438
9439 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9442         (gst_base_audio_src_create):
9443         * po/POTFILES.in:
9444           When posting a warning message because samples were dropped, post
9445           something more intelligible than he default error message for clock
9446           errors which is just confusing in this context (#432984).
9447
9448 2007-04-25  Wim Taymans  <wim@fluendo.com>
9449
9450         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9451         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9452         (read_packet_header), (gst_rtcp_packet_move_to_next),
9453         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9454         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9455         (gst_rtcp_packet_sdes_get_item_count),
9456         (gst_rtcp_packet_sdes_first_item),
9457         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9458         (gst_rtcp_packet_sdes_first_entry),
9459         (gst_rtcp_packet_sdes_next_entry),
9460         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9461         (gst_rtcp_packet_sdes_add_entry):
9462         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9463         Implement code to write SR, RR and SDES packets.
9464
9465 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9468
9469         * sys/ximage/ximagesink.c:
9470           Fix build if XShm is not available (#432362).
9471
9472 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9473
9474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9475         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9476         pointers to random memory which are passed to g_free() when
9477         audio_convert_prepare_context() is called the first time.
9478
9479 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         Patch by: Dan Williams <dcbw redhat com>
9482
9483         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9484           Don't leak incoming buffer if gst_pad_push() returns a
9485           non-OK flow. Fixes #432755.
9486          
9487         * tests/check/elements/videorate.c: (GST_START_TEST),
9488         (videorate_suite):
9489           Unit test for the above by Yours Truly.
9490
9491 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9492
9493         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9494         (gst_adder_sink_event), (gst_adder_collected):
9495           Fix non-flushing segmented seeks, Fixes #340060 for me
9496
9497 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         Patch by: Olivier Crete  <tester at tester ca>
9500
9501         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9502         (gst_base_rtp_audio_payload_class_init),
9503         (gst_base_rtp_audio_payload_init),
9504         (gst_base_rtp_audio_payload_dispose):
9505           Chain up to parent class in dispose function; get rid of
9506           unnecessary 'diposed' flag in private structure (#415001).
9507
9508 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * docs/libs/gst-plugins-base-libs.types:
9511         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9512         (gst_base_rtp_audio_payload_class_init):
9513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9514         * gst-libs/gst/rtp/gstbasertppayload.c:
9515           Some minor docs fixes and additions; also add missing 'Since' bits.
9516
9517 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         Patch by: Zeeshan Ali  <zeenix gmail com>
9520
9521         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9522         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9523         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9524         (gst_base_rtp_audio_payload_push):
9525         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9526           The recently-added gst_base_rtp_audio_payload_push() should take an
9527           object of type GstBaseRTPAudioPayload as first argument (#431672).
9528
9529 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * gst/audioresample/gstaudioresample.c:
9532           Make more functions static, just because we can.
9533
9534 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * tests/check/elements/audioresample.c:
9537           Add unit test for audioresample shutdown crasher (#420106).
9538
9539 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9540
9541         * gst/subparse/gstsubparse.c:
9542         * gst/subparse/samiparse.c:
9543           Use GST_DISABLE_XML here
9544
9545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9546         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9547         (gst_xvimagesink_buffer_alloc),
9548         (gst_xvimagesink_navigation_send_event):
9549         * sys/xvimage/xvimagesink.h:
9550           Include stdlib.h when using atoi.
9551           
9552         * tests/check/elements/playbin.c: (playbin_suite):
9553           Use GST_DISABLE_REGISTRY here
9554
9555 2007-04-19  Michael Smith  <msmith@fluendo.com>
9556
9557         * ext/theora/gsttheoraenc.h:
9558         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9559         (theora_enc_sink_event), (theora_enc_change_state):
9560           Track initialisation state; don't try to use encoder state if we're
9561           not initialised (it'll segfault).
9562
9563 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9564
9565         * tests/check/pipelines/.cvsignore:
9566         Fix build.
9567
9568 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9569
9570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9571         Allow random depths between 1 and 32 instead of only multiplies of 8.
9572
9573 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9574
9575         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9576         Set the maximum number of channels for PCM and float in the correct
9577         place to have it also used when creating the template caps.
9578
9579 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9580
9581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9582         Correctly support 4, 6 and 8 channels with normal PCM and float
9583         wav files.
9584
9585         Fix the depth and signedness calculation in extensible wav files and
9586         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9587         mask is found.
9588
9589         Add support for float, alaw and mulaw in extensible wav files.
9590
9591         This allows correct playback of all but 5 files from
9592         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9593         
9594         (gst_riff_create_audio_template_caps):
9595         Add voxware and float formats to the template caps.     
9596
9597 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9598
9599         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9600
9601         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9602         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9603
9604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9605         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9606         Use the correct format strings for integer formats.
9607
9608 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9609
9610         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9611           Don't use pad_alloc_buffer_and_set_caps to create a small header
9612           packet, or, worse, to create a big temporary video buffer using the
9613           src pad.
9614
9615 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9616
9617         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9618         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9619           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9620           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9621
9622 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9623
9624         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9625           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9626           streamheader_suite):
9627           Add another test set up for failure
9628
9629 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9630
9631         * tests/check/Makefile.am:
9632         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9633           GST_START_TEST, streamheader_suite, main):
9634           Add a test for the streamheader bug Wim fixed.
9635
9636 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9637
9638         * ext/theora/theoradec.c: (theora_dec_sink_event):
9639         Fix misleading comment.
9640
9641 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9642
9643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9644           More sanity checks for the header fields.
9645
9646 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9647
9648         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9649           Try encodings from all environment variables, not just those in the
9650           first environment variable that is set.
9651
9652 2007-04-12  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9655         (gst_video_rate_chain):
9656         Add some debug.
9657
9658         * tests/check/elements/videorate.c: (GST_START_TEST),
9659         (videorate_suite):
9660         Added check for videorate changing caps handling. Closes #421834.
9661
9662 2007-04-12  Michael Smith  <msmith@fluendo.com>
9663
9664         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9665           Use scale functions to avoid overflow when calculating duration of 
9666           vorbis buffers.
9667
9668 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9669
9670         * docs/libs/gst-plugins-base-libs-sections.txt:
9671         * gst-libs/gst/tag/tag.h:
9672         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9673           API: add gst_tag_freeform_string_to_utf8() (#405072).
9674
9675         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9676           Use gst_tag_freeform_string_to_utf8() here.
9677
9678 2007-04-12  Wim Taymans  <wim@fluendo.com>
9679
9680         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9681         (gst_gdp_pay_sink_event):
9682         Make sure we set the IN_CAPS flag correctly.
9683
9684         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9685         Get the IN_CAPS flag before we call functions that mess with the flags.
9686
9687 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9690           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9691           Only stamp buffers with offset/offset_end right before they get
9692           pushed.  This ensures offset continuity, which was not the case
9693           before as shown by
9694           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9695
9696 2007-04-06  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst/playback/gstplaybin.c: (add_sink),
9699         (gst_play_bin_change_state):
9700         Activate sync in playbin, we are ready to handle it for live streams.
9701
9702 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         * tests/check/elements/playbin.c:
9705         (test_sink_usage_video_only_stream), (playbin_suite):
9706           Add small test for stream-info-value-array code paths.
9707
9708 2007-04-05  Wim Taymans  <wim@fluendo.com>
9709
9710         * gst-libs/gst/audio/gstbaseaudiosink.c:
9711         (gst_base_audio_sink_skew_slaving):
9712         Don't try to create invalid calibration parameters by making the
9713         internal time go backwards, instead make external time go forward.
9714
9715 2007-04-05  Wim Taymans  <wim@fluendo.com>
9716
9717         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9718
9719         * gst/playback/gstplaybasebin.c: (add_stream):
9720         Fix leak in add_stream(), when g_value_set_object() increases the
9721         refcount of streaminfo object. Fixes #426250.
9722
9723 2007-04-03  David Schleef  <ds@schleef.org>
9724
9725         * gst/videotestsrc/gstvideotestsrc.c:
9726         * gst/videotestsrc/gstvideotestsrc.h:
9727         * gst/videotestsrc/videotestsrc.c:
9728         * gst/videotestsrc/videotestsrc.h:
9729           Add a test pattern called "circular", which has concentric
9730           rings with varying radial frequency.  The main purpose of this
9731           pattern is to test fidelity loss in a filter or scaler element.
9732           Notably, this pattern is scale invariant, and is optimally viewed
9733           with a width (and height) of 400.
9734
9735 2007-04-03  Wim Taymans  <wim@fluendo.com>
9736
9737         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9738
9739         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9740         (deactivate_free_recursive):
9741         Decodebin2 doesn't unref pads it obtains in some occasions:
9742         - multiqueue src pads, when either connecting further or exposing
9743         - sink pads of new autoplugged elements
9744         - peer pads when recursively freeing elements
9745         Fixes #425455.
9746
9747 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9748
9749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9750         Add audio/x-raw-float support, now that audioconvert support
9751         non-native endianness floats.
9752
9753 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * docs/libs/gst-plugins-base-libs-docs.sgml:
9756           gstreamer-plugins-base.pc doesn't exist, it's
9757           gstreamer-plugins-base-0.10.pc.
9758
9759 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9760
9761         Patch by: René Stadler <mail at renestadler dot de>
9762         with some minor changes
9763
9764         * gst-libs/gst/floatcast/floatcast.h:
9765         Use more efficient float endianness conversion functions that don't
9766         involve 2 function calls per value.
9767         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9768         (check_default), (audio_convert_prepare_context):
9769         * gst/audioconvert/gstaudioconvert.c:
9770         (gst_audio_convert_parse_caps), (make_lossless_changes):
9771         Support non-native endianness floats as input and output.
9772         Fixes #339838.
9773         * tests/check/elements/audioconvert.c: (verify_convert),
9774         (GST_START_TEST):
9775         Add unit tests for the non-native endianness float conversions.
9776
9777 2007-03-29  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9780         (gst_base_rtp_depayload_base_init),
9781         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9782         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9783         (gst_base_rtp_depayload_set_gst_timestamp),
9784         (gst_base_rtp_depayload_change_state),
9785         (gst_base_rtp_depayload_set_property),
9786         (gst_base_rtp_depayload_get_property):
9787         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9788         Add Private structure.
9789         Bring element code to 2007.
9790         Parse clock-base caps param and use it when generating the
9791         newsegment.
9792         Reset variables before going to PAUSED.
9793         Fix some docs.
9794
9795 2007-03-29  Wim Taymans  <wim@fluendo.com>
9796
9797         * docs/libs/gst-plugins-base-libs-docs.sgml:
9798         * docs/libs/gst-plugins-base-libs-sections.txt:
9799         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9800         (gst_base_rtp_audio_payload_get_adapter):
9801         Add RTCP docs.
9802         Fix some more docs.
9803
9804         * gst-libs/gst/rtp/Makefile.am:
9805         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9806         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9807         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9808         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9809         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9810         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9811         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9812         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9813         (gst_rtcp_packet_sr_get_sender_info),
9814         (gst_rtcp_packet_sr_set_sender_info),
9815         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9816         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9817         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9818         (gst_rtcp_packet_sdes_get_chunk_count),
9819         (gst_rtcp_packet_sdes_first_chunk),
9820         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9821         (gst_rtcp_packet_sdes_first_item),
9822         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9823         (gst_rtcp_packet_bye_get_ssrc_count),
9824         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9825         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9826         (gst_rtcp_packet_bye_get_reason_len),
9827         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9828         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9829         Add new helper object for parsing and creating RTCP messages.
9830
9831 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9832
9833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9834         PCM samples with width=8 must be always unsigned, no matter what
9835         depth they have.
9836
9837 2007-03-29  Andy Wingo  <wingo@pobox.com>
9838
9839         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9840         perfect offsets also, not just timestamps.
9841
9842         * tests/check/elements/videorate.c (test_more): Test that given
9843         any incoming offsets, that videorate produces perfect offsets.
9844
9845 2007-03-29  Wim Taymans  <wim@fluendo.com>
9846
9847         * gst-libs/gst/riff/riff-ids.h:
9848         Add some more RIFF formats.
9849
9850 2007-03-29  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst-libs/gst/rtp/gstrtpbuffer.c:
9853         (gst_rtp_buffer_default_clock_rate):
9854         * gst-libs/gst/rtp/gstrtpbuffer.h:
9855         Fix fixed payload names and docs.
9856         Added method to get the default clock rates of fixed payload types.
9857         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9858
9859 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9860
9861         * tests/check/pipelines/.cvsignore:
9862         Add new vorbisdec test to cvsignore.
9863
9864 2007-03-28  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9867         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9868         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9869         (gst_base_audio_sink_set_property),
9870         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9871         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9872         (gst_base_audio_sink_skew_slaving),
9873         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9874         (gst_base_audio_sink_async_play):
9875         * gst-libs/gst/audio/gstbaseaudiosink.h:
9876         Store private stuff in GstBaseAudioSinkPrivate.
9877         Add configurable clock slaving modes property.
9878         API:: GstBaseAudioSink::slave-method property
9879         Some more latency reporting tweaks.
9880         Added skew based clock slaving correction and make it the default until
9881         the resampling method is more robust.
9882
9883 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9884
9885         * gst/audioconvert/audioconvert.c:
9886         Add docs to the integer pack functions and implement proper
9887         rounding. Before we had rounding towards negative infinity, i.e.
9888         always the smaller number was taken. Now we use natural rounding,
9889         i.e. rounding to the nearest integer and to the one with the largest
9890         absolute value for X.5. The old rounding introduced some minor
9891         distortions. Fixes #420079
9892         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9893         Fix one unit test that assumed the old rounding and added unit tests
9894         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9895         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9896         rounding from signed int32 to signed/unsigned int16.
9897
9898 2007-03-27  Michael Smith  <msmith@fluendo.com>
9899
9900         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9901         (gst_audio_convert_transform_caps):
9902           Fix typo in debug line introduced recently, as pointed out on irc.
9903
9904 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9907         * tests/check/libs/tag.c: (GST_START_TEST):
9908           Make sure we parse floating-point numbers in vorbis comments
9909           correctly with either '.' or ',' as separator, no matter what
9910           the current locale is. Add unit test for this too.
9911
9912 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9913
9914         Patch by: René Stadler  <mail at renestadler de>
9915
9916         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9917           When writing out floating-point numbers to vorbis comment tags, always
9918           use the same character as separator no matter what the current locale is
9919           (fixes #423051).
9920
9921         * tests/check/libs/tag.c: (GST_START_TEST):
9922           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9923
9924 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9925
9926         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9927           vorbis_handle_data_packet):
9928           Correctly set DURATION to generate a timestamp-continuous stream.
9929           One bug left at the end; see
9930           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9931         * tests/check/Makefile.am:
9932         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9933           Add a test to check this.  Without the above patch this test fails.
9934
9935 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9936
9937         * gst-libs/gst/rtp/Makefile.am:
9938         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9939
9940 2007-03-23  Michael Smith  <msmith@fluendo.com>
9941
9942         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9943         (gst_video_rate_reset), (gst_video_rate_chain):
9944           If videorate changes caps, we can no longer use the old buffer
9945           (which may have a different size, incompatible with our caps).
9946           So don't do that; just duplicate the new frame more times.
9947
9948 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9949
9950         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9951         Remove playbin's override of the set_clock vmethod. It's irrelevant
9952         after Wim's commit on the 19th.
9953
9954 2007-03-22  Wim Taymans  <wim@fluendo.com>
9955
9956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9957         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9958         * ext/gnomevfs/gstgnomevfssrc.h:
9959         Don't cache file sizes. Fixes #341078.
9960
9961 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9962
9963         * gst/playback/gstplaybin.c: (add_sink):
9964           Use GST_PTR_FORMAT to log caps. 
9965
9966 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9967
9968         Patch by: Young-Ho Cha <ganadist at chollian net>
9969
9970         * gst/subparse/samiparse.c: (handle_start_font):
9971           Special-case some more colour names that pango doesn't handle by
9972           default. Fixes #420578.
9973
9974 2007-03-20  Michael Smith  <msmith@fluendo.com>
9975
9976         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9977           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9978           that marks EOS internally. After that, libvorbis will buffer all
9979           input data, and encode none of it, eventually leading to memory
9980           exhaustion.
9981
9982 2007-03-19  Wim Taymans  <wim@fluendo.com>
9983
9984         * gst/playback/gstdecodebin.c: (remove_fakesink):
9985         Don't post STATE_DIRTY anymore.
9986
9987         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9988         (gst_play_bin_change_state):
9989         Remove stream_time reset in seek handling, core does that now.
9990         Disable clocking for live pipelines by forcing a NULL clock to the
9991         complete pipeline, core is too smart now for our previous hack.
9992         We can always autoplug in PAUSED now.
9993
9994 2007-03-17  David Schleef  <ds@schleef.org>
9995
9996         * REQUIREMENTS:  Update this file, change the formatting to make
9997         it more consistent, plus more machine readable.
9998
9999 2007-03-16  Michael Smith  <msmith@fluendo.com>
10000
10001         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10002         (strip_width_64), (append_with_other_format):
10003           Previous fix was too simplistic, and broke the tests. Use a better
10004           approach; only strip 64 from widths for integer audio.
10005
10006 2007-03-16  Michael Smith  <msmith@fluendo.com>
10007
10008         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10009         (gst_audio_convert_transform_caps):
10010           We don't support 64 bit integer audio, so don't try to claim we can.
10011           Stops us producing caps don't match our template caps.
10012           Update comments.
10013
10014 2007-03-15  Michael Smith  <msmith@fluendo.com>
10015
10016         * gst/audioresample/gstaudioresample.c:
10017         (audioresample_check_discont), (audioresample_transform):
10018           Don't trigger discontinuities for very small imperfections; a filter
10019           flush will sound bad, and many plugins have rounding errors leading
10020           to these.
10021
10022 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10023
10024         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10025
10026         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10027         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10028         API: add "min-ptime" property to RTP base audio payloader.
10029         API: add gst_base_rtp_audio_payload_push().
10030         API: add gst_base_rtp_audio_payload_get_adapter().
10031         Fixes #415001
10032         Indentation/whitespace/documentation fixes.
10033
10034 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10035
10036         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10037         (audioresample_transform_size), (audioresample_do_output),
10038         (audioresample_transform), (audioresample_pushthrough): Handle
10039         discontinuous streams.
10040         * gst/audioresample/gstaudioresample.h:
10041         * tests/check/elements/audioresample.c:
10042         (test_discont_stream_instance), (GST_START_TEST),
10043         (audioresample_suite): Add a test for discontinuous streams.
10044         * win32/common/config.h: Updated.
10045
10046 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10047
10048         * po/af.po:
10049         * po/az.po:
10050         * po/cs.po:
10051         * po/en_GB.po:
10052         * po/it.po:
10053         * po/nb.po:
10054         * po/nl.po:
10055         * po/or.po:
10056         * po/sq.po:
10057         * po/sr.po:
10058         * po/sv.po:
10059         * po/uk.po:
10060         * po/vi.po:
10061           Update translations from translation project.
10062
10063 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10064
10065         * gst/audioresample/debug.h:
10066         * gst/audioresample/resample.c: (resample_init):
10067           Since I really am not interested in a debug line for each sample
10068           being processed, move the library's debugging to its own category,
10069           libaudioresample
10070
10071 2007-03-13  Michael Smith  <msmith@fluendo.com>
10072
10073         * ext/theora/theoradec.c: (theora_handle_type_packet):
10074           Since the plugin doesn't support anything other than 4:2:0 right
10075           now, post an error and fail if we get something else. Won't matter
10076           until libtheora supports the other pixel formats, but hopefully
10077           that'll be soon...
10078
10079 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10080
10081         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10082         Use gst_guint64_to_gdouble for conversion.
10083         * win32/MANIFEST:
10084         Add new files to the win32 MANIFEST.
10085         * win32/common/libgstaudio.def:
10086         * win32/common/libgstpbutils.def:
10087         Add new exported functions.
10088         * win32/vs6/gst_plugins_base.dsw:
10089         * win32/vs6/libgstdecodebin.dsp:
10090         * win32/vs6/libgstplaybin.dsp:
10091         Change the link to libgstpbutils.lib.
10092         * win32/vs6/libgstdecodebin2.dsp:
10093         Add a new project for decodebin2.
10094         * win32/vs6/libgstpbutils.dsp:
10095         Add a new project for pbutils.
10096
10097 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10100           Also accept partial dates with only year and month,
10101           like 1999-12-00 (fixes #410396 even more).
10102
10103         * tests/check/libs/tag.c: (GST_START_TEST):
10104           Add unit test for the above.
10105
10106 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * tests/check/elements/subparse.c: (GST_START_TEST),
10109         (subparse_suite):
10110           Add unit test for MPL2 subtitle format (#413799).
10111
10112 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10115
10116         * gst/subparse/Makefile.am:
10117         * gst/subparse/gstsubparse.c:
10118         (gst_sub_parse_data_format_autodetect),
10119         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10120         (gst_subparse_type_find):
10121         * gst/subparse/gstsubparse.h:
10122         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10123         * gst/subparse/mpl2parse.h:
10124           Add support for MPL2 subtitle format (#413799).
10125
10126 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         * configure.ac:
10129           We require core CVS for the new buffer metadata copy functions.
10130
10131 2007-03-09  Wim Taymans  <wim@fluendo.com>
10132
10133         * gst-libs/gst/tag/gstid3tag.c:
10134         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10135         Fixes #414496.
10136
10137         Patch by: Alex Lancaster <alexl at users sourceforge net>
10138
10139 2007-03-09  Wim Taymans  <wim@fluendo.com>
10140
10141         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10142         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10143         Improve adapter usage and comments.
10144
10145 2007-03-09  Wim Taymans  <wim@fluendo.com>
10146
10147         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10148         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10149         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10150         Use new metadata copy function.
10151
10152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10153         (gst_ffmpegcsp_transform):
10154         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10155         Basetransform copied the metadata for us.
10156
10157 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10160         (gst_text_overlay_video_event):
10161           Some more logging. Only accept newsegment events in TIME format and
10162           send a WARNING message if they are not in TIME format.
10163
10164         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10165         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10166         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10167         * gst/subparse/gstsubparse.h:
10168           No need to allocate GstSegment structure dynamically, just put it
10169           into the instance structure; ignore newsegment events in BYTE
10170           format and in particular don't let it overwrite our saved TIME
10171           segment from the last seek.
10172
10173 2007-03-09  Michael Smith  <msmith@fluendo.com>
10174
10175         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10176           Replace AC3 typefinder with one that isn't terrible, and actually
10177           works usefully.
10178
10179 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10180
10181         * gst/audioconvert/gstaudioconvert.c:
10182         (gst_audio_convert_transform):
10183           fix error category and translatable string
10184           
10185
10186 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10189         * pkgconfig/gstreamer-plugins-base.pc.in:
10190           Fix up utils => pbutils here too.
10191
10192 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/subparse/gstsubparse.c: (handle_buffer):
10195           Break out of loop in chain function as soon as possible if we get
10196           a non-OK flow return.
10197
10198 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10199
10200         * tests/check/elements/alsa.c: (GST_START_TEST):
10201         Unref the mixer if the state change fails too (if the
10202         alsa devices are inaccessible, for example)
10203
10204 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10205
10206         * tests/check/Makefile.am:
10207         Don't test libvisual elements in the states check, because libvisual
10208         seems to leak internally.
10209
10210         Re-enable the alsa and states tests now that there's new suppressions
10211         in gst.supp.
10212
10213         * tests/check/elements/alsa.c: (GST_START_TEST):
10214         Don't leak the alsamixer we instantiated.
10215
10216 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10217
10218         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10219         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10220         (gst_ximagesink_finalize):
10221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10222         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10223         Move some cleanup stuff from the state change handler into a _reset()
10224         function that can be called from _finalize(). This ensures that things
10225         get freed even if (for some reason) the NULL->READY state transition
10226         fails in the parent class.
10227         Even if a parent state change fails, process our downward state change
10228         logic instead of bailing out early.
10229         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10230
10231 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10232
10233         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10234         Extra log line.
10235
10236         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10237         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10238         Use pango_font_description_set_family_static instead of 
10239         pango_font_description_set_family to save a string copy (it was
10240         leaking due to the strdup anyway)
10241
10242         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10243         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10244         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10245         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10246         Chain up in finalize.
10247
10248 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10249
10250         * gst-libs/gst/interfaces/mixertrack.c:
10251         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10252         (gst_mixer_track_set_property):
10253           API: add "untranslated-label" property which should be set by
10254           implementations at construct time (#414645).
10255
10256         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10257         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10258           Set "untranslated-label" when constructing mixer track objects.
10259
10260         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10261           Unit test to check the above.
10262
10263 2007-03-07  Wim Taymans  <wim@fluendo.com>
10264
10265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10266         Fix confusing debug message.
10267
10268 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10269
10270         * gst-plugins-base.doap:
10271         update doap file with new version
10272
10273 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10274
10275         * configure.ac:
10276         Back to CVS
10277
10278 === release 0.10.12 ===
10279
10280 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10281
10282         * configure.ac:
10283           releasing 0.10.12, "Zombie Horde"
10284
10285 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10286
10287         * configure.ac:
10288         Bump version to 0.10.11.4 pre-release
10289
10290 2007-03-06  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst-libs/gst/audio/gstbaseaudiosink.c:
10293         (gst_base_audio_sink_async_play):
10294         Fix regression that made GStreamer skip the first samples of audio.
10295         Fixes #414684.
10296
10297 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10298
10299         * configure.ac:
10300         Bump version to 0.10.11.3 pre-release
10301
10302 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10303
10304         * po/POTFILES.in:
10305           Update paths for the rename from utils to pbutils to fix the build.
10306
10307 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst-libs/gst/pbutils/Makefile.am:
10310           Change directory to install headers in from gst/utils to gst/pbutils
10311           as well.
10312
10313 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * configure.ac:
10316         * docs/libs/gst-plugins-base-libs-docs.sgml:
10317         * docs/libs/gst-plugins-base-libs-sections.txt:
10318         * gst-libs/gst/Makefile.am:
10319         * gst-libs/gst/interfaces/mixer.c:
10320         * gst-libs/gst/pbutils/Makefile.am:
10321         * gst-libs/gst/pbutils/descriptions.c:
10322         (gst_pb_utils_get_source_description),
10323         (gst_pb_utils_get_sink_description),
10324         (gst_pb_utils_get_decoder_description),
10325         (gst_pb_utils_get_encoder_description),
10326         (gst_pb_utils_get_element_description),
10327         (gst_pb_utils_add_codec_description_to_tag_list),
10328         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10329         * gst-libs/gst/pbutils/descriptions.h:
10330         * gst-libs/gst/pbutils/install-plugins.c:
10331         * gst-libs/gst/pbutils/install-plugins.h:
10332         * gst-libs/gst/pbutils/missing-plugins.c:
10333         (gst_missing_uri_source_message_new),
10334         (gst_missing_uri_sink_message_new),
10335         (gst_missing_element_message_new),
10336         (gst_missing_decoder_message_new),
10337         (gst_missing_encoder_message_new),
10338         (gst_missing_plugin_message_get_description):
10339         * gst-libs/gst/pbutils/missing-plugins.h:
10340         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10341         * gst-libs/gst/pbutils/pbutils.h:
10342         * gst-libs/gst/utils/Makefile.am:
10343         * gst-libs/gst/utils/base-utils.c:
10344         * gst-libs/gst/utils/base-utils.h:
10345         * gst-libs/gst/utils/descriptions.c:
10346         * gst-libs/gst/utils/descriptions.h:
10347         * gst-libs/gst/utils/install-plugins.c:
10348         * gst-libs/gst/utils/install-plugins.h:
10349         * gst-libs/gst/utils/missing-plugins.c:
10350         * gst-libs/gst/utils/missing-plugins.h:
10351         * gst-plugins-base.spec.in:
10352         * gst/playback/Makefile.am:
10353         * gst/playback/gstdecodebin.c:
10354         * gst/playback/gstdecodebin2.c:
10355         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10356         (gen_source_element):
10357         * gst/playback/gstplaybin.c: (plugin_init):
10358         * tests/check/Makefile.am:
10359         * tests/check/libs/pbutils.c: (GST_START_TEST),
10360         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10361         * tests/check/libs/utils.c:
10362           rename utils to pbutils
10363
10364 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10365
10366         * docs/plugins/Makefile.am:
10367         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10368         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10369         * docs/plugins/inspect/plugin-decodebin2.xml:
10370         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10371         Add documentation for decodebin2 that indicates that the API
10372         is still unstable.
10373
10374 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10375
10376         * configure.ac:
10377         Update to 0.10.11.2 (0.10.12 pre-release)
10378
10379 2007-03-01  Wim Taymans  <wim@fluendo.com>
10380
10381         * gst-libs/gst/audio/gstbaseaudiosink.c:
10382         (gst_base_audio_sink_async_play):
10383         base time is irrelevant here.
10384
10385 2007-03-01  Wim Taymans  <wim@fluendo.com>
10386
10387         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10388         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10389         Improve debugging.
10390
10391         * gst-libs/gst/audio/gstbaseaudiosink.c:
10392         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10393         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10394         Improve latency and clock slaving calculations.
10395         Improve slave clock calibration.
10396
10397         * gst-libs/gst/audio/gstringbuffer.c:
10398         (gst_ring_buffer_commit_full):
10399         When we are asked to render N sample to 0 bytes, return N.
10400
10401 2007-03-01  Wim Taymans  <wim@fluendo.com>
10402
10403         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10404         (gst_alsasink_write), (gst_alsasink_reset):
10405         * ext/alsa/gstalsasink.h:
10406         Remove unused dispose function.
10407         Rename lock to not interfere with alsasrc lock.
10408
10409         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10410         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10411         (gst_alsasrc_read), (gst_alsasrc_reset):
10412         * ext/alsa/gstalsasrc.h:
10413         Implement finalize function.
10414         Use lock to protect alsa access.
10415         Implement _reset.
10416         Fine tune sw params.
10417
10418 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10419
10420         * configure.ac:
10421           Convert to new AG_GST style.
10422
10423 2007-02-28  Wim Taymans  <wim@fluendo.com>
10424
10425         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10426
10427         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10428         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10429         Fix race condition when rapidly switching visualisations in playbin.
10430         Fixes #401029.
10431
10432 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10433
10434         * tests/check/Makefile.am:
10435         Include local stuff before system installed things in LDFLAGS and
10436         CFLAGS.
10437
10438 2007-02-28  Wim Taymans  <wim@fluendo.com>
10439
10440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10441         Improve debugging.
10442
10443 2007-02-28  Wim Taymans  <wim@fluendo.com>
10444
10445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10446         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10447         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10448         Fix duration and timestamping, taking latency into account.
10449         Implement latency query.
10450
10451 2007-02-28  Wim Taymans  <wim@fluendo.com>
10452
10453         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10454         (gst_audio_clock_new):
10455         Fix clock name.
10456
10457         * gst-libs/gst/audio/gstbaseaudiosink.c:
10458         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10459         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10460         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10461         (gst_base_audio_src_create):
10462         Improve latency query code.
10463         Use proper clock names.
10464
10465 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10466
10467         * tests/check/generic/states.c: (GST_START_TEST):
10468           Copy the states.c test from core again
10469         * tests/check/Makefile.am:
10470           ignore cdio and cdparanoiasrc
10471
10472 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10473
10474         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10475         (double_hq), (audio_convert_get_func_index), (check_default),
10476         (audio_convert_prepare_context), (audio_convert_convert):
10477           Also make valgrind happy and avoid copying data in some cases.
10478
10479 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10480
10481         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10482         (double_hq), (audio_convert_get_func_index),
10483         (audio_convert_prepare_context), (audio_convert_convert):
10484         * gst/audioconvert/gstaudioconvert.c:
10485         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10486         (gst_audio_convert_transform_caps):
10487         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10488         (audioconvert_suite):
10489           Don't run inplace if that overwrites source data as we go. Add more
10490           tests. Fixes #339837 even more.
10491
10492 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10493
10494         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10495         (msg_segment_done): Fix various seeking bugs (Slider was not
10496         updating when doing a non flushing seek, Reverse playback 
10497         on segment seek was wrong).
10498
10499 2007-02-26  Wim Taymans  <wim@fluendo.com>
10500
10501         * tests/examples/seek/seek.c: (stop_seek):
10502         When we stop scrubbing, don't leave the pipeline PLAYING when we
10503         requested a PAUSED state.
10504
10505 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         Patch by: René Stadler <mail at renestadler de>
10508
10509         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10510           Parse date strings in vorbis comments that have an invalid (zero)
10511           month or day (#410396).
10512
10513         * tests/check/libs/tag.c: (GST_START_TEST):
10514           Test case for the above.
10515
10516 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10519
10520         * configure.ac:
10521         * ext/alsa/Makefile.am:
10522         * gst/audiotestsrc/Makefile.am:
10523           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10524
10525 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * gst/playback/gstplaybin.c:
10528           Improve docs: point out that the application needs to assist playbin
10529           with buffering.
10530
10531 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst-libs/gst/utils/install-plugins.c:
10534         * gst-libs/gst/utils/missing-plugins.c:
10535         * tests/check/libs/utils.c: (missing_msg_check_getters):
10536           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10537           to just 'gstreamer'. Document the caps string component of the
10538           decoder/encoder detail a bit better, since not everyone will be
10539           familiar with the GStreamer media type/caps system (but they better
10540           enjoy nested itemized lists).
10541
10542 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10545         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10546           Fix copying of GstNetBuffer (would crash before, or at least lead to
10547           invalid memory access, #410772), for now by copying the GstBuffer copy
10548           code from the core over here so we can copy the GstBuffer fields on a
10549           provided buffer instance (of type GstNetBuffer in this case). Would be
10550           better to fix this with some support by the core though (and in the long
10551           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10552
10553         * tests/check/Makefile.am:
10554           Enable unit test for GstNetBuffer.
10555
10556 2007-02-22  Andy Wingo  <wingo@pobox.com>
10557
10558         * gst-libs/gst/audio/gstbaseaudiosink.c
10559         (gst_base_audio_sink_init): Disable pull-mode activation until we
10560         figure out how to make audio sinks go to PLAYING.
10561
10562 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10563
10564         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10565         (double_hq), (audio_convert_get_func_index),
10566         (audio_convert_prepare_context), (audio_convert_convert):
10567         * gst/audioconvert/audioconvert.h:
10568         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10569         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10570         * gst/audioconvert/gstchannelmix.h:
10571         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10572           Add float as an intermediate format, as well as float mixing. Enable
10573           test that was failing before. Fixes #339837
10574
10575 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10576
10577         * tests/examples/seek/seek.c: (do_seek):
10578         Undo the previous commit: -1 as a stop time implies that the stop
10579         time is the end of file, clearing any previously configured segment.
10580
10581 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10582
10583         * tests/examples/seek/seek.c: (do_seek):
10584         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10585
10586 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10587
10588         * gst/volume/gstvolume.c: (volume_process_int16),
10589         (volume_process_int16_clamp), (volume_set_caps):
10590           Unbreak volume, value remains gint.
10591
10592 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10593
10594         * gst/volume/gstvolume.c: (volume_choose_func),
10595         (volume_update_real_volume), (gst_volume_set_volume),
10596         (gst_volume_init), (volume_process_double), (volume_process_float),
10597         (volume_process_int16), (volume_process_int16_clamp),
10598         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10599         * gst/volume/gstvolume.h:
10600           Extend float audio support (double) and some int->uint cleanups.
10601
10602 2007-02-20  Edward Hervey  <edward@fluendo.com>
10603
10604         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10605         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10606         (sort_end_pads), (gst_decode_group_expose),
10607         (gst_decode_group_hide):
10608         Don't free groups from the streaming threads. Just put them aside and
10609         free them in dispose.
10610
10611 2007-02-20  Edward Hervey  <edward@fluendo.com>
10612
10613         * gst/playback/gstdecodebin2.c: (connect_element),
10614         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10615         (sort_end_pads), (gst_decode_group_expose):
10616         Handle dynamic pads within groups.
10617         Sort pads before exposing them in order to make playbin happy.
10618         There still is a race with the multiqueue filling up. This should be
10619         solved separately.
10620         Fixes #398721
10621
10622 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * gst-libs/gst/utils/base-utils.c:
10625         * gst-libs/gst/utils/descriptions.c:
10626         * gst-libs/gst/utils/install-plugins.c:
10627         * gst-libs/gst/utils/missing-plugins.c:
10628           Some more docs (and descriptions for two subtitle formats).
10629
10630 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * gst-libs/gst/audio/audio.c:
10633           Fix documentation.
10634
10635 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         Patch by: Yves Lefebvre  <ivanohe abacom com>
10638
10639         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10640           Don't leak caps. Fixes #408278.
10641
10642 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10643
10644         * ext/cdparanoia/gstcdparanoiasrc.h:
10645         * ext/ogg/gstoggdemux.h:
10646         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10647         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10648         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10649         * gst-libs/gst/audio/audio.h:
10650         * gst-libs/gst/audio/gstaudiofilter.h:
10651         * gst-libs/gst/interfaces/videoorientation.h:
10652         * gst/adder/gstadder.h:
10653           More docs coverage and some ChangeLog surgery (add missing names)
10654
10655 2007-02-15  Wim Taymans  <wim@fluendo.com>
10656
10657         * sys/ximage/ximagesink.c:
10658         (gst_ximagesink_calculate_pixel_aspect_ratio):
10659         * sys/xvimage/xvimagesink.c:
10660         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10661         Small constifications.
10662
10663 2007-02-15  Wim Taymans  <wim@fluendo.com>
10664
10665         * gst-libs/gst/audio/gstbaseaudiosink.c:
10666         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10667         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10668         (gst_base_audio_sink_async_play),
10669         (gst_base_audio_sink_change_state):
10670         Answer latency query.
10671         Use configured latency when syncing.
10672         Fix clock slaving.
10673
10674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10675         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10676         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10677         Fix possible memleak.
10678         Implement latency query.
10679         Small cleanups.
10680
10681 2007-02-15  Wim Taymans  <wim@fluendo.com>
10682
10683         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10684         Ignore errors in reset, these are not fatal. They also grab the element
10685         lock which is already taking when this function is called. Fixes
10686         #405451.
10687
10688 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10689
10690         * configure.ac:
10691           Remove 'tests/examples/xerror/Makefile' from output files again.
10692
10693 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10694
10695         * configure.ac:
10696         * docs/plugins/Makefile.am:
10697           Also crossref against gst-plugins-base-libs.
10698
10699 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10700
10701         * configure.ac:
10702         * docs/libs/Makefile.am:
10703         * docs/plugins/Makefile.am:
10704           Add crossreferences to glib/gobject/gstream docs.
10705
10706         * gst-libs/gst/audio/audio.h:
10707           Source formatting.
10708
10709         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10710           Add own debug category.
10711
10712 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         Patch by: René Stadler <mail at renestadler de>
10715
10716         * gst-libs/gst/tag/gstvorbistag.c:
10717           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10718           (#403597).
10719
10720 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10721
10722         * gst/playback/gstplaybasebin.c: (setup_source):
10723           When we have external subtitles and wait for the subtitle decodebin
10724           to get up and running, we set up a (sync) bus handler for the
10725           subtitle decodebin, so we can stop waiting when it posts an error
10726           message. However, we should do that before we set the subtitle
10727           decodebin's state to playing, otherwise things are racy and we might
10728           miss error messages posted before we had a chance to set up the bus.
10729           This should finally fix totem hanging on .txt pseudo-subtitle files.
10730           
10731 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10732
10733         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10734           Use gst_gdouble_to_guint64 for conversions.
10735         * win32/common/config.h.in:
10736           Add a define for GST_INSTALL_PLUGINS_HELPER
10737         * win32/common/libgstaudio.def:
10738         * win32/common/libgstcdda.def:
10739         * win32/common/libgstnetbuffer.def:
10740         * win32/common/libgstrtp.def:
10741         * win32/common/libgutils.def:
10742           Add new exported functions.
10743         * win32/vs6/gst_plugins_base.dsw:
10744         * win32/vs6/libgstdecodebin.dsp:
10745         * win32/vs6/libgstnetbuffer.dsp:
10746         * win32/vs6/libgstplaybin.dsp:
10747         * win32/vs6/libgstrtp.dsp:
10748         * win32/vs6/libgstvorbis.dsp:
10749         * win32/vs6/libgstcdda.dsp:
10750         * win32/vs6/libgstgdp.dsp:
10751         * win32/vs6/libgstutils.dsp:
10752           Update and add new project files.
10753
10754 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10757         (subrip_remove_unhandled_tags), (parse_subrip):
10758           For SubRip (.srt) subtitles, ignore all markup tags we don't
10759           handle (like font tags, for example).
10760
10761         * tests/check/elements/subparse.c:
10762           Add test for this.
10763
10764 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/playback/gstdecodebin.c: (add_fakesink),
10767         (gst_decode_bin_change_state):
10768         * gst/playback/gstdecodebin2.c: (add_fakesink),
10769         (gst_decode_bin_change_state):
10770           Don't error out if there is no fakesink in the NULL to READY state
10771           change, since when decodebin is re-used, we're only adding the
10772           fakesink element in READY to PAUSED.
10773
10774         * tests/check/elements/decodebin.c:
10775         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10776         (decodebin_suite):
10777           Minimal unit test to make sure we can use the same decodebin
10778           instance twice (at least with audiotestsrc input).
10779
10780 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10783           Try to get devic-name from device string first, and from handle only
10784           as fallback (seems to yield better results and is more robust
10785           against buggy probing code on the application side).
10786
10787 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10790
10791         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10792         (gst_alsa_find_device_name):
10793         * ext/alsa/gstalsa.h:
10794         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10795         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10796           Improve device-name detection a bit, especially in the case where
10797           the device is not actually open (#405020, #405024). Move common code
10798           into gstalsa.c instead of duplicating it.
10799
10800 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/audioconvert/gstaudioconvert.c:
10803           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10804
10805 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10806
10807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10808         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10809         (gst_xvimagesink_interface_supported),
10810         (gst_xvimagesink_probe_get_properties),
10811         (gst_xvimagesink_probe_probe_property),
10812         (gst_xvimagesink_probe_needs_probe),
10813         (gst_xvimagesink_probe_get_values),
10814         (gst_xvimagesink_property_probe_interface_init),
10815         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10816         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10817         (gst_xvimagesink_get_type):
10818         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10819         for XVAdaptors so that one can choose the adaptor to use with 
10820         gstreamer-properties.
10821
10822 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10823
10824         * gst/audioconvert/gstaudioconvert.c:
10825           Also mention that a conversion from double to float is suboptimal still.
10826
10827 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * gst-libs/gst/audio/gstaudiofilter.c:
10830         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10831           Clear our formats structure and free the caps contained in it when
10832           shutting down.
10833
10834 2007-02-05  Andy Wingo  <wingo@pobox.com>
10835
10836         * gst-libs/gst/audio/gstbaseaudiosink.c
10837         (gst_base_audio_sink_callback): Update basesink->offset so that we
10838         pull monotonically increasing offsets instead of, um, seeking back
10839         to 0 each time. Fixes alsasrc ! alsasink!
10840
10841 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/videoscale/gstvideoscale.c:
10844           A width and height of 1 makes us crash, so increase minimum size to
10845           2x2 pixels until someone feels like fixing this (#404512).
10846
10847 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10850           Add small test to make sure request pads are cleaned up properly
10851           even if oggmux never changes state out of NULL.
10852
10853 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * tests/check/libs/utils.c: (GST_START_TEST):
10856           Fix unit test. Turns out things work much better when you
10857           NULL-terminate string arrays. Should make p5 build bot happy again.
10858
10859 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst-libs/gst/audio/Makefile.am:
10862         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10863         (gst_audio_filter_template_base_init),
10864         (gst_audio_filter_template_class_init),
10865         (gst_audio_filter_template_init),
10866         (gst_audio_filter_template_set_property),
10867         (gst_audio_filter_template_get_property),
10868         (gst_audio_filter_template_setup),
10869         (gst_audio_filter_template_filter),
10870         (gst_audio_filter_template_filter_inplace), (plugin_init):
10871           Oops, forgot to commit fixed-up example.
10872
10873 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * docs/libs/gst-plugins-base-libs-sections.txt:
10876         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10877         (gst_audio_filter_class_init), (gst_audio_filter_init),
10878         (gst_audio_filter_set_caps),
10879         (gst_audio_filter_class_add_pad_templates):
10880         * gst-libs/gst/audio/gstaudiofilter.h:
10881           Port GstAudioFilter to 0.10. This change technically breaks
10882           API and ABI (and thus also every library developer's heart),
10883           but seems justifiable on the grounds that the base class was
10884           completely unusable before (ie. would crash immediately when
10885           actually used). Fixes #403963 (and eventually also #403572).
10886           Also document all of this a bit.
10887
10888 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst-libs/gst/utils/install-plugins.c:
10891         (gst_install_plugins_spawn_child):
10892         * tests/check/libs/utils.c:
10893         (test_base_utils_install_plugins_do_callout):
10894           Lowering log level to see why things fail on the p5 build bot;
10895           fix some typos in unit test messages.
10896
10897 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * tests/check/libs/utils.c:
10900         (test_base_utils_install_plugins_do_callout):
10901           Don't hard-code temp directory for test helper; use GLib functions
10902           to write out file and do error checking etc.
10903
10904 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst-libs/gst/utils/Makefile.am:
10907         * gst-libs/gst/utils/base-utils.h:
10908         * gst-libs/gst/utils/install-plugins.c:
10909         (gst_install_plugins_context_set_xid),
10910         (gst_install_plugins_context_new),
10911         (gst_install_plugins_context_free),
10912         (gst_install_plugins_get_helper),
10913         (gst_install_plugins_spawn_child),
10914         (gst_install_plugins_return_from_status),
10915         (gst_install_plugins_installer_exited),
10916         (gst_install_plugins_async), (gst_install_plugins_sync),
10917         (gst_install_plugins_return_get_name),
10918         (gst_install_plugins_installation_in_progress):
10919         * gst-libs/gst/utils/install-plugins.h:
10920           API: add API for applications to initiate installation of missing
10921           plugins, ie. gst_install_plugins_async() primarily.
10922           Based on libgimme-codec by Ryan Lortie.
10923
10924         * configure.ac:
10925           Add --with-install-plugins-helper configure option so distros can specify
10926           the path of the helper script or program to call when plugin installation
10927           is requested (distros: please do any argument munging in this helper
10928           script instead of patching GStreamer to pass arguments differently
10929           to another program directly).
10930
10931         * docs/libs/gst-plugins-base-libs-docs.sgml:
10932         * docs/libs/gst-plugins-base-libs-sections.txt:
10933           Build and document new API.
10934
10935         * tests/check/libs/utils.c: (result_cb),
10936         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10937         (libgstbaseutils_suite):
10938           Some simple checks for the new API.
10939
10940 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * tests/check/elements/audioconvert.c: (test_float_conversion):
10943           Add small test for 32bit float <=> 64bit float conversion (works
10944           only one way so far, 32=>64 produces structured noise).
10945
10946 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * gst/audioconvert/gstaudioconvert.c:
10949         (set_structure_widths_32_and_64), (make_lossless_changes):
10950           We don't support floats with a width of 40, 48 or 56 bits.
10951
10952 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10953
10954         * gst/audioconvert/audioconvert.c: (float), (double),
10955         (audio_convert_get_func_index):
10956         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10957         (make_lossless_changes):
10958           Support for 64-bit float audio in audioconvert (#339837)
10959
10960 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         Patch by: Holger Wansing  <linux wansing-online de>
10963
10964         * po/LINGUAS:
10965         * po/de.po:
10966           Add German translation (#352069).
10967
10968 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10969
10970         reviewed by: Wim Taymans <wim@fluendo.com>
10971
10972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10973         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10974         Use newly added GstCollectPads API to free the allocated resources in
10975         the GstOggPad structures (#402393).
10976
10977 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10978
10979         * gst/playback/gstplaybin.c: (gen_vis_element):
10980           Add audioresample+audioconvert in front of the visualisation
10981           element, so that elements like libvisual 0.4 that don't support all
10982           samplerates can work.
10983
10984           Fixes: #402505
10985
10986 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10989         (gst_play_base_bin_get_streaminfo_value_array):
10990           Take some locks and make a copy of the streaminfo value array we
10991           maintain while holding the lock, so that the application can
10992           retrieve the stream-info as a value array in a thread-safe way.
10993
10994 2007-01-30  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst/audioconvert/gstaudioconvert.c:
10997         Don't fail on 0 sized buffers. Fixes #396835.
10998
10999 2007-01-29  David Schleef  <ds@schleef.org>
11000
11001         * gst/typefind/gsttypefindfunctions.c:
11002           Detect BBCD as video/x-dirac, so we can play raw dirac
11003           streams.
11004
11005 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * ext/theora/theoraenc.c: (theora_enc_chain):
11008           Check return value of theora_encode_header(), or we might try to
11009           allocate a random number of bytes. theora_encode_header() can fail
11010           if libtheora has been compiled with encoding support disabled.
11011           Fixes #398110.
11012
11013 2007-01-29  Wim Taymans  <wim@fluendo.com>
11014
11015         * tests/check/gst/.cvsignore:
11016         Do as buildbot says.
11017
11018 2007-01-29  Wim Taymans  <wim@fluendo.com>
11019
11020         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11021         Fix strides in libvisual. Gst uses X strides.
11022         Inspired by: <ed at catmur dot co dot uk> and 
11023         <tim at centricular dot net>
11024         Fixes #401118.
11025
11026 2007-01-27  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11029         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11030         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11031         (gst_ogg_demux_perform_seek),
11032         (gst_ogg_demux_bisect_forward_serialno),
11033         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11034         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11035         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11036         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11037         * ext/ogg/gstoggdemux.h:
11038         Properly propagate streaming errors when we are scanning the file for
11039         chains so that we don't crash when shut down. Might fix some crashers
11040         when quickly switching oggs in RB such as #332503 and #378436.
11041
11042 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11045           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11046           error code as well.
11047
11048 2007-01-25  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/playback/gstplaybasebin.c: (remove_source):
11051         Don't try to disconnect a signal from a finalized object.
11052
11053 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11056           Cast lock macro parameters to make sure we're actually accessing the
11057           lock member at the right class level. Free list itself in _dispose()
11058           as well and NULL it in case dispose gets called multiple times.
11059
11060 2007-01-25  Edward Hervey  <edward@fluendo.com>
11061
11062         * gst/playback/gstdecodebin2.c:
11063         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11064         Free GstDecodeGroups no longer used.
11065         (gst_decode_group_expose):
11066         Don't unlock too many times !
11067         (deactivate_free_recursive):
11068         Free iterator once we're done with it.
11069         Fix for recursively deactivating elements (stop at ghostpads).
11070
11071 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11072
11073         * gst/playback/gstplaybin.c: (handoff):
11074           Fix up caps on the frame buffer before we save it and potentially
11075           make it accessible to other threads via g_object_get; also use
11076           gst_buffer_replace() instead of gst_mini_object_replace().
11077
11078 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11081           Make getting the current frame thread-safe.
11082
11083 2007-01-25  Edward Hervey  <edward@fluendo.com>
11084
11085         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11086         (gst_decode_group_new), (gst_decode_group_free):
11087         Set queues to bigger sizes to cope with HD contents.
11088         Fix some mutex freeing and add comment about MT safe methods.
11089
11090 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11093         (gst_text_overlay_text_event):
11094           Don't unnecessarily ref (and then leak) upstream events if the text
11095           pad is not linked. Fixes #399948.
11096
11097         * tests/check/gst-plugins-base.supp:
11098           Add suppression for pango on edgy/x86 for textoverlay test.
11099
11100 2007-01-24  Wim Taymans  <wim@fluendo.com>
11101
11102         * gst-libs/gst/rtp/gstrtpbuffer.h:
11103         Add some more fixed payloads.
11104
11105 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11108           Error out properly if we get an error from libogg while reading the
11109           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11110
11111 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11114           Don't leak mutex.
11115
11116         * tests/check/elements/playbin.c:
11117         (test_sink_usage_video_only_stream),
11118         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11119         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11120         (test_missing_suburisource_handler),
11121         (test_missing_primary_decoder), (playbin_suite):
11122           Run all tests once with decodebin and once with decodebin2.
11123           One test does not pass yet with decodebin2.
11124
11125 2007-01-23  Edward Hervey  <edward@fluendo.com>
11126
11127         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11128         Fix the cases where oggmux doesn't properly figure out that all
11129         sinkpads have gone EOS, and therefore doesn't push out the remaining
11130         buffers and the final EOS event.
11131         Fixes #363379
11132
11133 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11134
11135         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11137         Don't lock on navigation event push, just on keysym to string.
11138         Fixes #397673 again.
11139
11140 2007-01-22  Edward Hervey  <edward@fluendo.com>
11141
11142         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11143         (get_current_group), (group_demuxer_event_probe),
11144         (gst_decode_group_expose), (deactivate_free_recursive),
11145         (gst_decode_group_free):
11146         Cleanups.
11147         Don't forget to emit 'no-more-pads' once a group is exposed.
11148         Cleanup elements from a DecodeGroup once we remove it.
11149         Protect call to gst_decode_group_expose() with the decodebin lock.
11150
11151 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11152
11153         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11155         Looking at Xorg code i can't figure out if that XKeysymToString
11156         function is thread sensible or not. Lock it just in case as
11157         recommended by Radek Doulik <rodo at ximian dot com>.
11158
11159 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11160
11161         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11163         Lock that X Call as well. Fixes #397673.
11164
11165 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11168           Don't go into an endless loop if the file starts with 00 00 01 2X,
11169           like quicktime redirect files might. Fixes #396042.
11170
11171         * tests/check/Makefile.am:
11172         * tests/check/gst/.cvsignore:
11173         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11174         (typefindfunctions_suite):
11175           Add unit test for the above.
11176
11177 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11180           On second thought, use "depth" field rather than "bpp" field.
11181
11182 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11183
11184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11185           Camtasia caps apparently need a bpp field (#398875).
11186
11187 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11190         (gen_source_element), (gst_play_base_bin_change_state):
11191           Attempt at a better error message in case we don't have the required
11192           URI handler installed; post missing-plugin message also when we're
11193           missing an URI handler for the subtitle URI; clean up properly also
11194           when an error occurs and we never made it to PAUSED state.
11195
11196         * tests/check/elements/playbin.c: (GST_START_TEST),
11197         (playbin_suite):
11198           Check that we're also getting a missing-plugin messsage for a
11199           missing subtitle URI handler (and clean up properly).
11200
11201 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11202
11203         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11204           Plug a few reference leaks.
11205
11206 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11209           Lower probability a bit if the marker isn't right at the start,
11210           to decrease the chance of false positives.
11211
11212 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11215           Small mpeg2 system stream typefinding improvement: make typefinder
11216           probe a bit into the stream instead of just looking for a marker
11217           at the beginning. Fixes #397810.
11218
11219 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         * gst/audioconvert/gstchannelmix.c:
11222           Remove compatibility cruft for prehistoric GLib versions.
11223
11224 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * gst/playback/Makefile.am:
11227         * gst/playback/gstdecodebin.c: (close_pad_link):
11228         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11230         (gst_play_base_bin_handle_message_func), (unknown_type):
11231           Let decodebin be the element to post missing-plugin messages for
11232           missing decoders (rather than playbin); make playbin implement
11233           GstBin::handle_message so we can suppress missing-plugin messages
11234           for types we're not handling on purpose (don't want to bring up an
11235           installer in those cases).
11236
11237 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11240         * gst-libs/gst/tag/gstvorbistag.c:
11241         (gst_tag_list_to_vorbiscomment_buffer):
11242         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11243           Fix potentially unaligned access (#397207).
11244
11245 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11246
11247         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11248         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11249         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11250         (main):
11251           Allow to toggle looping while it plays. Fix callback prototype. Clean
11252           up code a bit more. Add copyright header.
11253
11254 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11255
11256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11257           Red and blue mask was swapped (spotted by Dan Williams).
11258
11259 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11260
11261         * gst-libs/gst/tag/gstid3tag.c:
11262         * gst-libs/gst/tag/gstvorbistag.c:
11263           Use new beats-per-minute tag from core.
11264
11265 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         * po/POTFILES.in:
11268           Add new files with translatable strings, so they actually make it
11269           into the template file one day.
11270
11271 2007-01-12  Andy Wingo  <wingo@pobox.com>
11272
11273         * gst-libs/gst/audio/gstbaseaudiosink.c
11274         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11275         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11276         stuff, as the base class handles this now. Actually tell the ring
11277         buffer to start.
11278         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11279         How did this work before? Maybe I'm not as awesome a programmer as
11280         I think.
11281
11282         * gst-libs/gst/audio/gstbaseaudiosrc.c
11283         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11284         of a pad function.
11285
11286 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11289           Remove more fields so that the application can better blacklist
11290           formats that have been tried before.
11291
11292 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst-libs/gst/audio/mixerutils.h:
11295           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11296           used when compiling with c++ compilers as well.
11297
11298 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11299
11300         * gst/typefind/gsttypefindfunctions.c:
11301           Fix comment.
11302
11303 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * gst/playback/gstplaybin.c: (post_missing_element_message),
11306         (gen_video_element), (gen_text_element), (gen_audio_element),
11307         (gen_vis_element):
11308           Post missing-plugin messages also when we error out because
11309           converters, textoverlay or auto*sinks are missing (#161922).
11310
11311 2007-01-10  Wim Taymans  <wim@fluendo.com>
11312
11313         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11314         (is_demuxer_element), (new_caps):
11315         * gst/playback/gstplaybasebin.c: (source_new_pad):
11316         Fix the case where we try to ref a NULL element when we delay a link
11317         because of unfixed caps.
11318         Set the state of autoplugged decodebins to PAUSED.
11319         RTSP now works in playbin, we can remove it from the blacklist.
11320
11321 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/playback/Makefile.am:
11324         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11325         (unknown_type), (setup_subtitle), (gen_source_element):
11326         * gst/playback/gstplaybin.c: (plugin_init):
11327           Post missing-plugin messages on the bus for missing sources and
11328           missing decoders/demuxers/depayloaders; fix error code used when
11329           we're missing an URI handler source; for media types that we are not
11330           handling on purpose at the moment, don't print "don't know how to
11331           handle xyz" messages to the terminal or post missing-plugin
11332           messages on the bus.
11333
11334         * tests/check/elements/playbin.c: (create_playbin),
11335         (GST_START_TEST), (gst_codec_src_uri_get_type),
11336         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11337         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11338         (gst_codec_src_init_type), (gst_codec_src_base_init),
11339         (gst_codec_src_create), (gst_codec_src_class_init),
11340         (gst_codec_src_init), (plugin_init), (playbin_suite):
11341           Add some tests for the missing-plugin stuff.
11342
11343 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11344
11345         * configure.ac:
11346         * gst-libs/gst/Makefile.am:
11347         * gst-libs/gst/utils/Makefile.am:
11348         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11349         * gst-libs/gst/utils/base-utils.h:
11350         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11351         (find_format_info), (caps_are_rtp_caps),
11352         (gst_base_utils_get_source_description),
11353         (gst_base_utils_get_sink_description),
11354         (gst_base_utils_get_decoder_description),
11355         (gst_base_utils_get_encoder_description),
11356         (gst_base_utils_get_element_description),
11357         (gst_base_utils_add_codec_description_to_tag_list),
11358         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11359         * gst-libs/gst/utils/descriptions.h:
11360         * gst-libs/gst/utils/missing-plugins.c:
11361         (missing_structure_get_type), (copy_and_clean_caps),
11362         (gst_missing_uri_source_message_new),
11363         (gst_missing_uri_sink_message_new),
11364         (gst_missing_element_message_new),
11365         (gst_missing_decoder_message_new),
11366         (gst_missing_encoder_message_new),
11367         (missing_structure_get_string_detail),
11368         (missing_structure_get_caps_detail),
11369         (gst_missing_plugin_message_get_installer_detail),
11370         (gst_missing_plugin_message_get_description),
11371         (gst_is_missing_plugin_message):
11372         * gst-libs/gst/utils/missing-plugins.h:
11373           API: add new libgstbaseutils library with functions
11374           - to create and parse missing-plugins messages
11375           - that provide (translated) descriptions for caps/decoders/sources/etc.
11376           Closes #392393.
11377
11378         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11379         * pkgconfig/gstreamer-plugins-base.pc.in:
11380           Add new lib.
11381
11382         * docs/libs/gst-plugins-base-libs-docs.sgml:
11383         * docs/libs/gst-plugins-base-libs-sections.txt:
11384           Generate docs for new lib and API.
11385
11386         * tests/check/Makefile.am:
11387         * tests/check/libs/.cvsignore:
11388         * tests/check/libs/utils.c: (missing_msg_check_getters),
11389         (GST_START_TEST), (libgstbaseutils_suite):
11390           Add some basic unit tests.
11391
11392 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * ext/ogg/Makefile.am:
11395           Dist gstoggdemux.h to fix 'make distcheck'.
11396
11397         * sys/v4l/Makefile.am:
11398           Fix 'make distcheck' even more.
11399
11400 2007-01-09  Wim Taymans  <wim@fluendo.com>
11401
11402         * docs/plugins/Makefile.am:
11403         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11405         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11406         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11407         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11408         (gst_ogg_demux_perform_seek):
11409         * ext/ogg/gstoggdemux.h:
11410         Added docs.
11411         Add some more comments.
11412         Small cleanups.
11413
11414 2007-01-09  Wim Taymans  <wim@fluendo.com>
11415
11416         * ext/theora/theoradec.c:
11417         * ext/vorbis/vorbisdec.c:
11418         * gst-libs/gst/audio/gstringbuffer.c:
11419         (gst_ring_buffer_commit_full):
11420         * gst-libs/gst/audio/gstringbuffer.h:
11421         * gst-libs/gst/rtp/gstrtpbuffer.c:
11422         * gst-libs/gst/tag/gstvorbistag.c:
11423         Small documentation updates/fixes
11424
11425 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * configure.ac:
11428           Require core CVS HEAD for Andy's basesrc/sink API additions.
11429
11430 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11433
11434         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11435         (plugin_init):
11436           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11437           on flac.sf.net (there appear to be other versions of the first
11438           ogg page in the wild) (#391365).
11439
11440 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * configure.ac:
11443           Check if localtime_r() is available.
11444
11445         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11446           If localtime_r() is not available, fall back to localtime(). Should
11447           fix build on MingW (#393310).
11448
11449 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11450
11451         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11452         * gst/subparse/gstsubparse.h:
11453           Remove spurious 1000 subtrahend when calculating the timestamp from
11454           the frame number and the frame rate . Also, use the frames/second
11455           value specified in the first line of the file, if one is specified
11456           there. Should fix #357503.
11457
11458         * tests/check/elements/subparse.c: (do_test),
11459         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11460         (subparse_suite):
11461           Add some basic unit tests for the microdvd subtitle format.
11462
11463 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11464
11465         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11466
11467         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11468         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11469         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11470         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11471         (gst_xvimagesink_set_xwindow_id),
11472         (gst_xvimagesink_set_event_handling),
11473         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11474         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11475         Fixes: #390076.
11476         Add an adaptor property to select a specific XV adaptor.
11477         * sys/xvimage/xvimagesink.h:
11478
11479 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11480
11481         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11482         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11483         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11484         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11485         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11486         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11488         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11489         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11490         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11491         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11492         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11493         Use flow_lock much more to protect every access to xwindow.
11494         Try to catch erros while creating images in case some drivers are
11495         just generating an XError when the requested image is too big.
11496         Should fix : #354698, #384008, #384060.
11497         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11498         Implement some stress testing of setting window xid.
11499
11500 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11501
11502         * win32/common/libgsaudio.def:
11503           Add new exported function.
11504         * win32/common/libgstogg.dsp:
11505           Add gstoggaviparse.c to the build.
11506         * win32/common/libgstvideoscale.dsp:
11507           Add vs_4tap.c to the build.
11508         * win32/common/libgstvorbis.dsp:
11509           Add vorbistag.c to the build.
11510         
11511 2007-01-06  Andy Wingo  <wingo@pobox.com>
11512
11513         * gst-libs/gst/audio/gstbaseaudiosink.c
11514         (gst_base_audio_sink_class_init)
11515         (gst_base_audio_sink_init): 
11516         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11517         to baseaudiosink, and tell basesink that we can work in pull mode.
11518         This way the ring buffer thread drives the pipeline directly, if
11519         pull mode is possible. There is some lingering nastiness regarding
11520         capsnego, however.
11521         (gst_base_audio_sink_callback): Implement the callback to pull
11522         data. This interface is a bit light, though -- it should get a
11523         GstFlowReturn return value at least.
11524
11525 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11528         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11529         * gst/playback/gstdecodebin2.c:
11530         (gst_decode_group_check_if_blocked):
11531           Printf format and missing argument fixes.
11532
11533 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11534
11535         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11536         (gst_ogm_parse_change_state):
11537         Activate pads before adding them to the element.
11538
11539 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * tests/examples/seek/scrubby.c: (main):
11542         * tests/examples/seek/seek.c: (main):
11543           Call g_thread_init() first thing in main() (see #391278).
11544
11545 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         * tests/check/Makefile.am:
11548         * tests/check/libs/.cvsignore:
11549         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11550         (netbuffer_suite):
11551           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11552           for the time being, since it's broken, see #393099.
11553
11554 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11555
11556         * tests/check/Makefile.am:
11557           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11558
11559 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         * configure.ac:
11562           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11563           so that GST_BASE_CFLAGS can go inbetween them, making sure
11564           we use uninstalled gst-libs headers
11565         * docs/libs/Makefile.am:
11566         * ext/alsa/Makefile.am:
11567         * ext/cdparanoia/Makefile.am:
11568         * ext/gnomevfs/Makefile.am:
11569         * ext/libvisual/Makefile.am:
11570         * ext/ogg/Makefile.am:
11571         * ext/theora/Makefile.am:
11572         * ext/vorbis/Makefile.am:
11573         * gst-libs/gst/audio/Makefile.am:
11574         * gst-libs/gst/cdda/Makefile.am:
11575         * gst-libs/gst/interfaces/Makefile.am:
11576         * gst-libs/gst/riff/Makefile.am:
11577         * gst-libs/gst/rtp/Makefile.am:
11578         * gst-libs/gst/tag/Makefile.am:
11579         * gst/adder/Makefile.am:
11580         * gst/audioconvert/Makefile.am:
11581         * gst/audiorate/Makefile.am:
11582         * gst/audioresample/Makefile.am:
11583         * gst/playback/Makefile.am:
11584         * gst/tcp/Makefile.am:
11585         * gst/videoscale/Makefile.am:
11586         * gst/volume/Makefile.am:
11587         * sys/ximage/Makefile.am:
11588         * sys/xvimage/Makefile.am:
11589         * tests/icles/Makefile.am:
11590           adapt
11591
11592 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11593
11594         * gst-libs/gst/interfaces/xoverlay.c:
11595         (gst_x_overlay_handle_events):
11596         * gst-libs/gst/interfaces/xoverlay.h:
11597         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11598         (gst_ximagesink_set_xwindow_id),
11599         (gst_ximagesink_set_event_handling),
11600         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11601         (gst_ximagesink_get_property), (gst_ximagesink_init),
11602         (gst_ximagesink_class_init):
11603         * sys/ximage/ximagesink.h:
11604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11605         (gst_xvimagesink_set_xwindow_id),
11606         (gst_xvimagesink_set_event_handling),
11607         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11608         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11609         (gst_xvimagesink_class_init):
11610         * sys/xvimage/xvimagesink.h:
11611         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11612         Add a method to the XOverlay interface to allow disabling of 
11613         event handling in x[v]imagesink elements. This will let X events
11614         propagate to parent windows which can be usefull in some cases.
11615         Be carefull that the application is then responsible of pushing
11616         navigation events and expose events to the video sink.
11617         Fixes: #387138.
11618
11619 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * gst-libs/gst/tag/gstvorbistag.c:
11622         * tests/check/libs/tag.c: (GST_START_TEST):
11623           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11624           (fixes #392070).
11625
11626 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * configure.ac:
11629         * docs/Makefile.am:
11630         * docs/design/Makefile.am:
11631           Dist design docs.
11632
11633 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11634
11635         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11636         typo. Fixes: #390063.
11637
11638 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11639
11640         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11642         caps leak.
11643         * win32/common/config.h: Updated.
11644
11645 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11646
11647         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11648         (setup_gdpdepay_streamheader):
11649         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11650         (setup_gdppay_streamheader):
11651           Fix the dp tests, but activating the pads for the streamheader tests
11652           too and cleaning up conditionaly
11653
11654 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * gst/ffmpegcolorspace/avcodec.h:
11657         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11658         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11659         (gst_ffmpegcsp_avpicture_fill):
11660         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11661         (img_get_alpha_info):
11662         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11663         other end of the word. Fixes: #387073.
11664
11665         Add some inconsequential branch hints in a couple of places.
11666
11667 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11670         (gst_ffmpeg_caps_to_smpfmt):
11671           The "signed" field in raw audio caps is of boolean type, trying to
11672           extract the value with _get_int() will fail (fix to keep in sync with
11673           the copy in gst-ffmpeg)
11674
11675 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11676
11677         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11678         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11679         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11680         (cleanup_gdpdepay):
11681         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11682         * tests/check/elements/subparse.c: (teardown_subparse):
11683         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11684         * tests/check/elements/videorate.c: (cleanup_videorate):
11685         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11686         * tests/check/elements/volume.c: (cleanup_volume):
11687         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11688         (cleanup_vorbisdec):
11689         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11690         (cleanup_vorbistag):
11691           consistent pad (de)activation
11692
11693 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11694
11695         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11696           Forgot to register the extensions.
11697
11698 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11701         (plugin_init):
11702           Add typefinder for VIVO files (my christmas present to the 90s).
11703
11704 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * gst/playback/gstdecodebin.c: (type_found):
11707           Special-case the text/plain media type: we only want to recognise it
11708           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11709           parser, but not if the entire stream is of text/plain type. If the
11710           entire stream is text/plain, we should just error out.
11711
11712           This fixes playback of audio files with lyrics in totem. Totem can't
11713           distinguish between text files and subtitle files and passes any
11714           .txt file with the same basename as the main file to playbin as
11715           suburi, and playbin will then throw a 'subtitle found, but no video
11716           stream' error, which isn't entirely helpful. See #380342.
11717
11718           Also, with this change we'll show a slightly more correct error
11719           message in case totem passes a playlist file to us (although a
11720           custom error message wording instead of the default text would
11721           probably not be a bad idea either).
11722
11723           Same problem also needs to be fixed for playbin+decodebin2.
11724
11725         * tests/check/Makefile.am:
11726         * tests/check/elements/decodebin.c: (src_handoff_cb),
11727         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11728         (decodebin_suite):
11729           Add simple unit test for decodebin for the above.
11730
11731 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11734         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11735           Refuse to change state to READY when we failed to create any of the
11736           required elements in our instance init function.
11737
11738 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * docs/libs/gst-plugins-base-libs-sections.txt:
11741           Small docs fixes/updates.
11742
11743         * gst-libs/gst/video/gstvideosink.h:
11744           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11745           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11746           removed from the base sink API between 0.9.6 and 0.9.7).
11747           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11748           accessor macros, so we don't do a runtime GObject type check every
11749           time we use them.
11750
11751 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11752
11753         * Makefile.am:
11754         * gst-plugins-base.doap:
11755         * gst-plugins-base.spec.in:
11756           add doap file
11757
11758 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         Patch by: Jens Granseuer <jensgr at gmx net>
11761
11762         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11763         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11764         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11765         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11767           Declare variables at the beginning of a block. Fixes #383195.
11768
11769 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11770
11771         * configure.ac:
11772         Bump version nano - back to CVS.
11773
11774
11775 === release 0.10.11 ===
11776
11777 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11778
11779         * configure.ac:
11780           releasing 0.10.11, "Dumb things"
11781
11782 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11783
11784         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11785         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11786         Handle the case where an element has multiple pads with 
11787         unfixed caps as well as still possibly producing more dynamic 
11788         pads by storing each case as a distinct entry in the dynamic list.
11789         Fixes #38223 again.
11790
11791 2006-12-04  Wim Taymans  <wim@fluendo.com>
11792
11793         * gst/playback/gstdecodebin.c: (close_pad_link):
11794         Fix #382223, add more dynamic caps handling.
11795
11796 2006-12-04  Wim Taymans  <wim@fluendo.com>
11797
11798         * gst-libs/gst/audio/gstringbuffer.h:
11799         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11800         (gst_netaddress_set_ip4_interface),
11801         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11802         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11803         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11804         (gst_netaddress_get_ttl):
11805         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11806         * gst/playback/gstdecodebin.c: (close_pad_link):
11807         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11808         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11809         * win32/common/config.h:
11810
11811 2006-12-01  Michael Smith  <msmith@fluendo.com>
11812
11813         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11814           Delete bad debug code.
11815           Fixes #381219
11816
11817 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11818
11819         * gst/videoscale/vs_4tap.c:
11820         * win32/MANIFEST:
11821         * win32/common/config.h:
11822         * win32/vs8/libgstvideoscale.vcproj:
11823         Fix compilation on win32 under VS8
11824         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11825         Partially fixes #381175
11826
11827 2006-11-30  Michael Smith  <msmith@fluendo.com>
11828
11829         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11830         (GST_START_TEST):
11831           It would be very bad if, after a discont buffer, we thought every
11832           single following buffer was also discont. So, add to the test to
11833           ensure that this isn't the case.
11834           
11835         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11836           ... it was the case. So fix it.
11837
11838 2006-11-28  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/playback/gstplaybasebin.c: (check_queue_event):
11841         Improve debug.
11842
11843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11844         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11845         padtemplate caps. Refixes #357577.
11846
11847 2006-11-28  Wim Taymans  <wim@fluendo.com>
11848
11849         * gst/playback/gstplaybasebin.c: (check_queue_event),
11850         (queue_threshold_reached), (queue_out_of_data),
11851         (gen_preroll_element):
11852         Add event probe to see when EOS is in a queue and we can disable the
11853         underrun signals. Fixes #357577.
11854
11855 2006-11-28  Edward Hervey  <edward@fluendo.com>
11856
11857         * gst/playback/Makefile.am:
11858         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11859         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11860         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11861         (gst_decode_bin_init), (gst_decode_bin_dispose),
11862         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11863         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11864         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11865         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11866         (connect_element), (expose_pad), (type_found),
11867         (pad_added_group_cb), (pad_removed_group_cb),
11868         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11869         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11870         (are_raw_caps), (multi_queue_overrun_cb),
11871         (multi_queue_underrun_cb), (gst_decode_group_new),
11872         (get_current_group), (group_demuxer_event_probe),
11873         (gst_decode_group_control_demuxer_pad),
11874         (gst_decode_group_control_source_pad),
11875         (gst_decode_group_check_if_blocked),
11876         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11877         (gst_decode_group_hide), (gst_decode_group_free),
11878         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11879         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11880         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11881         (plugin_init):
11882         New decodebin2 element.
11883         Closes #370092
11884         * gst/playback/gstplay-marshal.list:
11885         Added marshallers for new signals in decodebin2
11886         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11887         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11888         is set.
11889
11890 2006-11-28  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/playback/gstplaybasebin.c: (setup_source),
11893         (gst_play_base_bin_change_state):
11894         Disable rtsp:// uris for the release, it's not good enough yet.
11895         Remove unused var.
11896
11897 2006-11-26  Wim Taymans  <wim@fluendo.com>
11898
11899         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11900         (theora_dec_push_forward), (theora_dec_push_reverse),
11901         (theora_handle_data_packet), (theora_dec_decode_buffer),
11902         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11903         (theora_dec_chain_forward), (theora_dec_chain):
11904         Implement reverse playback.
11905
11906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11907         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11908         (vorbis_dec_chain_forward):
11909         Clear buffers used for reverse playback in _reset.
11910         No need to set the eos flag, we clip samples using the segment.
11911
11912 2006-11-24  Wim Taymans  <wim@fluendo.com>
11913
11914         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11915         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11916         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11917         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11918         Some cleanups.
11919         Handle continued pages in reverse mode.
11920
11921 2006-11-24  Wim Taymans  <wim@fluendo.com>
11922
11923         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11924         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11925         (vorbis_dec_flush_decode):
11926         Small cleanups.
11927         Don't try to add invalid timestamps.
11928         Clipping will unref the buffer.
11929
11930 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11931
11932         * gst/adder/gstadder.h:
11933         * gst/audiotestsrc/gstaudiotestsrc.h:
11934           remove obsolete _factory_init protos
11935
11936 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11937
11938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11939           Fix spacing in debug message.
11940
11941 2006-11-23  Wim Taymans  <wim@fluendo.com>
11942
11943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11944         (gst_ogg_demux_chain):
11945         Don't just ignore return values from _pad_push().
11946         Small debug improvements.
11947
11948 2006-11-23  Michael Smith  <msmith@fluendo.com>
11949
11950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11951           If our incoming buffer is marked as DISCONT, then increment the page
11952           number (so that the discontinuity is marked in the final ogg
11953           bitstream) and flush the previous page.
11954
11955 2006-11-22  Michael Smith  <msmith@fluendo.com>
11956
11957         * ext/theora/gsttheoraenc.h:
11958         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11959         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11960         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11961         (theora_enc_chain), (theora_enc_change_state):
11962           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11963
11964         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11965         (GST_START_TEST), (theoraenc_suite):
11966           Enable discontinuity test, fix it.
11967
11968 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11971         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11972         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11973         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11974         (gst_text_overlay_change_state):
11975         * ext/pango/gsttextoverlay.h:
11976           Some textoverlay fixes: for one, in the video chain function,
11977           actually wait for a text buffer to come in if there is none at the
11978           moment and there should be one; also, deal more gracefully with
11979           incoming buffers that do not have a timestamp or duration; discard
11980           text buffer when not needed any longer. Fixes #341681.
11981
11982         * tests/check/Makefile.am:
11983         * tests/check/elements/.cvsignore:
11984         * tests/check/elements/textoverlay.c:
11985         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11986         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11987         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11988         (test_video_waits_for_text_send_text_newsegment_thread),
11989         (test_video_waits_for_text_shutdown_element),
11990         (test_render_continuity_push_video_buffers_thread),
11991         (textoverlay_suite):
11992           Add some unit tests for textoverlay.
11993
11994 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11997           Avoid integer underflow when the found probability for mp3 is
11998           smaller than the 'penalty' we subtract if there's not a clean
11999           mp3 header sync at offset 0.
12000
12001 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12002
12003         * docs/libs/gst-plugins-base-libs-sections.txt:
12004           Add some new symbols to the docs
12005
12006 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12007
12008         * tests/check/Makefile.am:
12009         * tests/check/elements/ffmpegcolorspace.c:
12010         (ffmpegcolorspace_suite):
12011           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12012           (for now not for valgrinding though, since it takes too long).
12013
12014 2006-11-20  Wim Taymans  <wim@fluendo.com>
12015
12016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12017         (gst_ffmpeg_pixfmt_to_caps):
12018         Fix RGBA32 caps. Fixes #357038.
12019
12020 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12021
12022         * gst-libs/gst/interfaces/mixertrack.h:
12023           Add FIXME so we can add some padding here in 0.11
12024
12025 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12028           Fix GstBaseRTPAudioPayload structure so the whole GObject
12029           inheritance business actually works (parent class instance structure
12030           must always come first in the derived class instance structure).
12031
12032 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst/videotestsrc/Makefile.am:
12035         * tests/check/Makefile.am:
12036           Make sure our checks and the videotestsrc plugin link against the
12037           local uninstalled gst libs and not any installed gst libs that
12038           might happen to exist as well.
12039
12040         * tests/check/elements/adder.c: (message_received),
12041         (test_event_message_received), (test_play_twice_message_received):
12042         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12043           Fix compiler warnings when compiling against core with disabled
12044           debugging system.
12045
12046 2006-11-16  Michael Smith  <msmith@fluendo.com>
12047
12048         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12049         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12050           Fix audiorate, so that it accurately sets offsets and timestamps.
12051           Doesn't change the fundamental algorithmic decisions; so should be
12052           safe.
12053
12054         * tests/check/Makefile.am:
12055           Enable audiorate test now that it passes.
12056
12057 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12058
12059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12060           clear xv when going to NULL, remove // commented non-existant proto
12061
12062         * tests/examples/seek/seek.c: (main):
12063           add missing tooltip description for scrub and play_scrub
12064
12065 2006-11-14  David Schleef  <ds@schleef.org>
12066
12067         * configure.ac:
12068           Bump liboil requirement to 0.3.8.
12069         * gst-libs/gst/riff/riff-media.c:
12070           Add Dirac fourcc.
12071         * gst/videoscale/vs_image.h:
12072         * gst/videoscale/vs_scanline.h:
12073           Use liboil's stdint.h.
12074         * gst/videotestsrc/videotestsrc.c:
12075           Remove liboil related ifdef's, since they aren't needed now, and
12076           won't work with future versions.
12077
12078 2006-11-14  David Schleef  <ds@schleef.org>
12079
12080         * gst/videoscale/Makefile.am:
12081         * gst/videoscale/gstvideoscale.c:
12082         * gst/videoscale/gstvideoscale.h:
12083         * gst/videoscale/vs_4tap.c:
12084         * gst/videoscale/vs_4tap.h:
12085         * gst/videoscale/vs_image.c:
12086         * gst/videoscale/vs_image.h:
12087         * gst/videoscale/vs_scanline.c:
12088         * gst/videoscale/vs_scanline.h:
12089           Add a 4-tap image scaler.  Theoretically looks much prettier.
12090           The tap calculation could use some improvement.
12091
12092 2006-11-14  Wim Taymans  <wim@fluendo.com>
12093
12094         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12095
12096         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12097         (gst_riff_parse_strf_iavs):
12098         * gst/subparse/gstsubparse.c: (convert_encoding):
12099         * gst/tcp/gstmultifdsink.c:
12100         (gst_multi_fd_sink_handle_client_write):
12101         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12102         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12103         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12104         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12105         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12106         (gst_ximagesink_ximage_new):
12107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12108         Various gsize and gssize printf fixes. Fixes #372507.
12109
12110 2006-11-13  Wim Taymans  <wim@fluendo.com>
12111
12112         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12113         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12114         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12115         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12116         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12117         * ext/vorbis/vorbisdec.h:
12118         First stab at vorbis reverse playback.
12119
12120 2006-11-13  Wim Taymans  <wim@fluendo.com>
12121
12122         * gst-libs/gst/audio/gstbaseaudiosink.c:
12123         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12124         * gst-libs/gst/audio/gstbaseaudiosink.h:
12125         Make the clock sync code more accurate wrt resampling and playback
12126         at different rates.
12127         
12128         * gst-libs/gst/audio/gstringbuffer.c:
12129         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12130         * gst-libs/gst/audio/gstringbuffer.h:
12131         Use better algorithm to interpolate sample rates. 
12132
12133 2006-11-13  Michael Smith  <msmith@fluendo.com>
12134
12135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12136           Improve a debug line slightly.
12137
12138         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12139           Call gst_riff_init() in plugin_init, to avoid getting errors from
12140           the debug system (unrelated changes to another plugin made this turn
12141           up; not sure why).
12142
12143 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12146
12147         * win32/common/libgsttag.def:
12148           Add missing symbol (#366492).
12149
12150 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12153           Don't unref a NULL pad.
12154
12155 2006-11-09  Wim Taymans  <wim@fluendo.com>
12156
12157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12158         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12159         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12160         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12161         (gst_ogg_demux_loop):
12162         Implement first stab at reverse playback.
12163
12164 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12165
12166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12167         (gst_riff_create_video_template_caps):
12168           add h263/h264 variants to the caps, Fixes #363118
12169
12170 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12173         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12174           Use g_strerror instead of strerror so we get UTF-8.
12175
12176 2006-11-03  David Schleef  <ds@schleef.org>
12177
12178         * ext/ogg/gstoggdemux.c:
12179         * ext/ogg/gstoggmux.c:
12180           Add/remove KW-DIRAC header here, since it is ogg-specific.
12181
12182 2006-11-03  Michael Smith  <msmith@fluendo.com>
12183
12184         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12185           Recognise more mpeg4 elementary video streams.
12186
12187 2006-11-02  Edward Hervey  <edward@fluendo.com>
12188
12189         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12190         Lower the probability of mp3 typefinding functions if we don't find a
12191         valid mp3 header at the start of the file.
12192         Closes #369482
12193
12194 2006-11-02  Wim Taymans  <wim@fluendo.com>
12195
12196         * ext/theora/gsttheoradec.h:
12197         * ext/theora/theoradec.c: (gst_theora_dec_init),
12198         (theora_dec_sink_event), (theora_dec_chain_forward),
12199         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12200         (theora_dec_chain):
12201         Document and partially implement an algorithm for doing reverse playback
12202         of theora video.
12203
12204 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12205
12206         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12207
12208         * win32/common/config.h:
12209         * win32/common/interfaces-enumtypes.c:
12210         * win32/common/libgsttag.def:
12211         * win32/vs8/gst-plugins-base.sln:
12212         * win32/vs8/libgstaudioresample.vcproj:
12213         * win32/vs8/libgstinterfaces.vcproj:
12214         * win32/vs8/libgstogg.vcproj:
12215         * win32/vs8/libgstriff.vcproj:
12216         * win32/vs8/libgsttag.vcproj:
12217         * win32/vs8/libgsttheora.vcproj:
12218         * win32/vs8/libgstvideoscale.vcproj:
12219         * win32/vs8/libgstvorbis.vcproj:
12220           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12221           to libgsttag.def; add missing dependencies for some vs8 projects;
12222           re-arrange placement of .def files in vs8 projects (#366334).
12223
12224 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12225
12226         * ext/ogg/gstogg.c:
12227           Remove unused variable.
12228
12229         * ext/ogg/gstoggdemux.c:
12230           Fix Wim's surname in plugin description.
12231
12232 2006-10-31  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst-plugins-base.spec.in:
12235         spec new .h file. Fixes #368310.
12236
12237 2006-10-31  Michael Smith  <msmith@fluendo.com>
12238
12239         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12240         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12241         (gst_multi_fd_sink_get_stats),
12242         (gst_multi_fd_sink_remove_client_link),
12243         (gst_multi_fd_sink_queue_buffer),
12244         (gst_multi_fd_sink_handle_clients):
12245         * gst/tcp/gstmultifdsink.h:
12246           Make using the remove or clear signals threadsafe.
12247           Make calling get-stats with an invalid fd not segfault.
12248           Fixes 368273.
12249
12250 2006-10-31  Wim Taymans  <wim@fluendo.com>
12251
12252         * gst-libs/gst/rtp/Makefile.am:
12253         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12254         (gst_base_rtp_audio_payload_init):
12255         Fix and activate base audio payloader.
12256
12257 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12260         (plugin_init):
12261           Add typefinder for QuickTime Image Files (see #366156).
12262
12263 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12264
12265         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12266           Another typo fix (#366212).
12267
12268 2006-10-27  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/volume/gstvolume.c: (volume_transform_ip):
12271         Use stream time to synchronize volume property instead of rather random
12272         timestamps. This is needed when gnonlin does its time shifting.
12273
12274 2006-10-27  Wim Taymans  <wim@fluendo.com>
12275
12276         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12277
12278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12279         Remove the pad from the element in release_pad. Fixes #364812.
12280
12281 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12282
12283         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12285           Explicitly create our custom buffer classes at a thread-safe
12286           location as well, since g_type_class_ref() doesn't seem to be
12287           entirely thread-safe either (#365501; also see #349410).
12288
12289 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12290
12291         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12292         (gst_riff_parse_info):
12293           If strings in INFO chunk are not UTF-8, do something similar to
12294           what we do for ID3v1 tags: check a number of environment variables
12295           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12296           character sets to try, otherwise try the current locale and/or fall
12297           back on ISO-8859-1. Fixes #360552.
12298
12299 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * gst/videotestsrc/gstvideotestsrc.c:
12302         (gst_video_test_src_pattern_get_type),
12303         (gst_video_test_src_set_pattern):
12304         * gst/videotestsrc/gstvideotestsrc.h:
12305         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12306         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12307         (gst_video_test_src_checkers8):
12308         * gst/videotestsrc/videotestsrc.h:
12309           Add a bunch of exciting new checkers patterns.
12310
12311 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         * gst/subparse/Makefile.am:
12314         * gst/subparse/gstsubparse.c:
12315         (gst_sub_parse_data_format_autodetect),
12316         (gst_sub_parse_format_autodetect), (handle_buffer),
12317         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12318         * gst/subparse/gstsubparse.h:
12319         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12320         (parse_tmplayer):
12321         * gst/subparse/tmplayerparse.h:
12322           Add support for TMPlayer-type subtitles (#362845).
12323
12324         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12325         (GST_START_TEST), (subparse_suite):
12326           Add some basic unit tests for the above.
12327
12328 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * tests/check/elements/audiorate.c: (test_injector_base_init),
12331         (test_injector_class_init), (test_injector_chain),
12332         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12333         (GST_START_TEST), (audiorate_suite):
12334           More tests for audiorate: inject buffers to check behaviour when
12335           buffers overlap.
12336
12337 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * tests/check/Makefile.am:
12340         * tests/check/elements/.cvsignore:
12341         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12342         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12343           Add some basic unit tests for audiorate. Disabled at the moment
12344           since it doesn't pass yet (see bug #363119).
12345
12346 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12349         (parse_subrip), (handle_buffer):
12350           Add missing closing tags for markup and fix broken markup,
12351           otherwise pango won't render anything (fixes #357531). Also,
12352           make sure the text we send out is always NUL-terminated
12353           (better safe than sorry etc.).
12354
12355         * tests/check/elements/subparse.c: (test_srt_do_test),
12356         (test_srt):
12357           Some more tests for .srt incl. tests for the above stuff.
12358
12359 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12360
12361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12363         Patch by: Stefan Kost  <ensonic@users.sf.net>
12364         Try to redraw borders only when needed. Apparently this consumes
12365         resources on small devices... :-O (#363607)
12366
12367 2006-10-20  Michael Smith  <msmith@fluendo.com>
12368
12369         * gst/tcp/gstmultifdsink.c:
12370         (gst_multi_fd_sink_client_queue_buffer):
12371           If caps change, then update the client's idea of the caps so that we
12372           don't end up re-sending streamheaders for every single buffer after
12373           the caps change.
12374
12375 2006-10-20  Michael Smith  <msmith@fluendo.com>
12376
12377         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12378         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12379           Set caps on pushed buffers; fix up refcounting of caps objects.
12380
12381 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12384         (plugin_init):
12385           Typefind mmsh header data packet to application/x-mmsh (#362625).
12386
12387 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * tests/check/Makefile.am:
12390         * tests/check/elements/.cvsignore:
12391         * tests/check/elements/subparse.c: (buffer_from_static_string),
12392         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12393         (GST_START_TEST), (subparse_suite):
12394           Add very simple unit test for subparse.
12395
12396 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12399         (parse_subrip):
12400           Strip trailing newlines from subtitle text output.
12401
12402 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12405         (gst_sub_parse_change_state):
12406           Fix memleak; clear subparse->textbuf n state change function.
12407
12408 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * gst/subparse/gstsubparse.c:
12411         (gst_sub_parse_data_format_autodetect):
12412           Don't require subrip (.srt) files to start with a chunk number of 1.
12413
12414 2006-10-18  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst-libs/gst/audio/gstbaseaudiosink.c:
12417         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12418         * gst-libs/gst/audio/gstbaseaudiosink.h:
12419         Extract rate from the NEWSEGMENT event.
12420         Use commit_full to also take rate adjustment into account when writing
12421         samples to the ringbuffer.
12422         
12423         * gst-libs/gst/audio/gstringbuffer.c:
12424         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12425         (gst_ring_buffer_read):
12426         * gst-libs/gst/audio/gstringbuffer.h:
12427         Added _commit_full() to also take rate into account.
12428         Use simple interpolation algorithm to resample audio.
12429         API: gst_ring_buffer_commit_full()
12430
12431         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12432         * tests/examples/seek/seek.c: (segment_done):
12433         Don't try to seek with 0.0 rate, just pause instead.
12434         Remove bogus debug line.
12435
12436 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12439         (setup_source):
12440           Catch async errors when starting up the subtitle bin, so we can
12441           stop waiting and continue with the main film instead of hanging
12442           forever. Fixes #339366.
12443
12444         * tests/check/elements/playbin.c: (playbin_suite):
12445           Enable unit test for the above.
12446
12447 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         * tests/check/Makefile.am:
12450         * tests/check/elements/.cvsignore:
12451         * tests/check/elements/playbin.c: (GST_START_TEST),
12452         (gst_red_video_src_uri_get_type),
12453         (gst_red_video_src_uri_get_protocols),
12454         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12455         (gst_red_video_src_uri_handler_init),
12456         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12457         (gst_red_video_src_create), (gst_red_video_src_class_init),
12458         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12459           Some small and basic unit tests for playbin; not very useful yet,
12460           but at least a start.
12461
12462 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12463
12464         * gst/playback/gstplaybin.c: (setup_sinks):
12465           The old pad activation spiel.
12466
12467 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12468
12469         * gst/playback/gstplaybasebin.c: (setup_source):
12470           Don't hang forever if the subbin already fails to start up in 
12471           the state change to PAUSED (#339366).
12472
12473 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12476         (gst_tuner_set_channel), (gst_tuner_get_channel),
12477         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12478         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12479         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12480         (gst_tuner_find_channel_by_name):
12481           Fix some function guards, add some more function guards.
12482
12483 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12484
12485         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12486         (remove_element_chain):
12487         Don't return a pad from get_our_ghost_pad unless it is actually the
12488         one we want.
12489         Change a cast in remove_element_chain slightly.
12490
12491 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12492
12493         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12494         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12495         Segment seeking needs to use the rate and set stop to -1.
12496
12497 2006-10-13  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst-libs/gst/audio/gstbaseaudiosink.c:
12500         (gst_base_audio_sink_setcaps):
12501         Don't crash when ringbuffer is not yet created.
12502         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12503         Fixes #361634.
12504
12505         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12506         * gst/playback/gststreamselector.c:
12507         (gst_stream_selector_request_new_pad):
12508         Activate pads befre adding them to running elements.
12509
12510 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12511
12512         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12513         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12514         updater when we start grabing the slider. Don't wait for the
12515         pipeline to be PAUSED.
12516
12517 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12518
12519         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12520         (gst_mixer_set_volume), (gst_mixer_get_volume),
12521         (gst_mixer_set_mute), (gst_mixer_set_option),
12522         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12523         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12524         (gst_mixer_option_changed):
12525           Guard mixer interface functions against bogus arguments.
12526
12527 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12528
12529         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12530         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12531         (msg_state_changed), (main): Use state-changed messages to trigger
12532         start/stop of scale update timer. Indeed the scale slider was
12533         jumping here and there because the update timer was activated 
12534         before seek completed. This fixes instant applying of rate changes
12535         by pressing the spinbutton like a crazy man !
12536
12537 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12540
12541         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12542         (gst_basertppayload_finalize):
12543           Fix two small memory leaks (#361456).
12544
12545 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12546
12547         * tests/examples/seek/seek.c: (do_seek),
12548         (rate_spinbutton_changed_cb): When changing spinbutton we try
12549         to change the rate on the fly.
12550
12551 2006-10-10  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst-libs/gst/riff/riff-ids.h:
12554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12555         (gst_riff_create_audio_template_caps):
12556         Add WMS caps.
12557
12558 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12559
12560         Patch by: Josep Torra Valles <josep@fluendo.com>
12561
12562         * ext/gnomevfs/gstgnomevfssink.c:
12563         * ext/gnomevfs/gstgnomevfssrc.c:
12564         Fix URI interface implementation return type.
12565         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12566         Fix what looks like a copy/paste issue when assigning values.
12567         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12568         (gst_audio_filter_template_get_type):
12569         Cast to prevent Forte warnings.
12570         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12571         Fix URI interface implementation return type.
12572         gst_pad_query_position requires a signed integer pointer as
12573         3rd parameter, GstClockTime is unsigned.
12574         * gst/audioconvert/audioconvert.c:
12575         Fix integer overflow when treated as signed.
12576         * gst/audioresample/resample.c: (resample_add_input_data):
12577         Cast to prevent warnings on Forte.
12578         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12579         Fix integer overflow when treated as signed.
12580         * gst/ffmpegcolorspace/imgconvert_template.h:
12581         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12582         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12583         (cleanup_decodebin):
12584         Who initialises a guint to -1!
12585         Cast function pointers to prevent warnings on Forte.
12586         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12587         (queue_threshold_reached):
12588         Cast function pointers correctly to prevent warnings on Forte.
12589         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12590         Cast function pointers correctly to prevent warnings on Forte.
12591         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12592         Obvious change to unsigned, 0xEF > max signed char.
12593         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12594         GstClockTime is unsigned, initialise correctly.
12595         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12596         Cast so pointer arithemetic doesn't cause warnings on Forte.
12597         * gst/videorate/gstvideorate.c:
12598         Use correct return value.
12599         * tests/examples/seek/scrubby.c:
12600         GstClockTime is unsigned, initialise correctly.
12601
12602 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12605
12606         * gst/typefind/gsttypefindfunctions.c:
12607           Recognise XML files and XML-like files shorter than 256 bytes as
12608           well (fixes #359237).
12609
12610 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12611
12612         Patch by: Renato Filho <renato.filho@indt.org.br>
12613         
12614         * gst/typefind/gsttypefindfunctions.c:
12615         Added typefind functions to video/x-nuv media.
12616         
12617 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * gst-libs/gst/interfaces/xoverlay.c:
12620         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12621           Some more guards against invalid input.
12622
12623 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12624
12625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12626         Useless goto.
12627         * tests/examples/seek/seek.c: (do_seek),
12628         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12629         seek example to experiment with rates != 1.0 (reverse playback !)
12630
12631 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12632
12633         * gst-libs/gst/interfaces/xoverlay.c:
12634           Unref message in doc-example (spotted by Robert McQueen)
12635
12636 2006-10-06  Wim Taymans  <wim@fluendo.com>
12637
12638         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12639         (mpeg1_parse_header), (mpeg1_sys_type_find):
12640         printf fix.
12641
12642 2006-10-06  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12645         (close_pad_link):
12646         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12647         Activate dynamic pads before adding them to the element.
12648
12649 2006-10-06  Michael Smith  <msmith@fluendo.com>
12650
12651         * gst-libs/gst/floatcast/floatcast.h:
12652           Fix obviously-bogus macros; use the correct types.
12653
12654 2006-10-06  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12657         (gst_base_rtp_depayload_change_state):
12658         Also call parent state change function to activate pads.
12659
12660         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12661         (mpeg1_parse_header), (mpeg1_sys_type_find):
12662         Add some more debug info in mpeg typefinding.
12663
12664 2006-10-06  Michael Smith  <msmith@fluendo.com>
12665
12666         * ext/theora/theoradec.c: (theora_dec_chain):
12667           Zero byte theora packets are valid and well-defined; don't warn on
12668           them.
12669
12670 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12671
12672         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12673         (gst_multi_fd_sink_get_stats), (find_limits),
12674         (gst_multi_fd_sink_queue_buffer):
12675           API: add dropped_buffers to the get-stats GValueArray
12676
12677 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * ext/alsa/gstalsadeviceprobe.c:
12680         (gst_alsa_device_property_probe_get_values):
12681         * ext/alsa/gstalsasink.c: (set_hwparams):
12682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12683         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12685         (gst_ogg_mux_process_best_pad):
12686         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12687         (gst_ogg_parse_chain):
12688         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12689         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12690         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12691         (gst_vorbis_enc_buffer_check_discontinuous):
12692         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12693         * gst-libs/gst/audio/gstbaseaudiosink.c:
12694         (gst_base_audio_sink_render):
12695         * gst-libs/gst/cdda/gstcddabasesrc.c:
12696         (gst_cdda_base_src_handle_track_seek):
12697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12698         (gst_base_rtp_depayload_push_full):
12699         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12700         * gst/audioresample/resample.c: (resample_input_pushthrough):
12701         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12702         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12703         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12704         (wavpack_type_find):
12705         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12706         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12707         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12708         * tests/check/elements/volume.c: (GST_START_TEST):
12709           Printf format fixes.
12710
12711 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12714           Fix a simple mistake (see the docs)
12715           Fixes #359580
12716
12717 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * docs/plugins/Makefile.am:
12720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12722         * docs/plugins/gst-plugins-base-plugins.args:
12723         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12724         * docs/plugins/inspect/plugin-adder.xml:
12725         * docs/plugins/inspect/plugin-alsa.xml:
12726         * docs/plugins/inspect/plugin-audioconvert.xml:
12727         * docs/plugins/inspect/plugin-audiorate.xml:
12728         * docs/plugins/inspect/plugin-audioresample.xml:
12729         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12730         * docs/plugins/inspect/plugin-cdparanoia.xml:
12731         * docs/plugins/inspect/plugin-decodebin.xml:
12732         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12733         * docs/plugins/inspect/plugin-gdp.xml:
12734         * docs/plugins/inspect/plugin-gnomevfs.xml:
12735         * docs/plugins/inspect/plugin-libvisual.xml:
12736         * docs/plugins/inspect/plugin-ogg.xml:
12737         * docs/plugins/inspect/plugin-pango.xml:
12738         * docs/plugins/inspect/plugin-playbin.xml:
12739         * docs/plugins/inspect/plugin-subparse.xml:
12740         * docs/plugins/inspect/plugin-tcp.xml:
12741         * docs/plugins/inspect/plugin-theora.xml:
12742         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12743         * docs/plugins/inspect/plugin-video4linux.xml:
12744         * docs/plugins/inspect/plugin-videorate.xml:
12745         * docs/plugins/inspect/plugin-videoscale.xml:
12746         * docs/plugins/inspect/plugin-videotestsrc.xml:
12747         * docs/plugins/inspect/plugin-volume.xml:
12748         * docs/plugins/inspect/plugin-vorbis.xml:
12749         * docs/plugins/inspect/plugin-ximagesink.xml:
12750         * docs/plugins/inspect/plugin-xvimagesink.xml:
12751           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12752
12753 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12756
12757         * ext/vorbis/Makefile.am:
12758         * ext/vorbis/vorbis.c: (plugin_init):
12759         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12760         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12761         * ext/vorbis/vorbisparse.h:
12762         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12763         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12764         (gst_vorbis_tag_parse_packet):
12765         * ext/vorbis/vorbistag.h:
12766           Add new vorbistag element which derives from vorbisparse
12767           and is essentially the same as well, only that it implements
12768           the GstTagSetter interface and can modify the stream's
12769           vorbiscomment on the fly (#335635).
12770
12771         * tests/check/Makefile.am:
12772         * tests/check/elements/.cvsignore:
12773         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12774         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12775         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12776         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12777           Add unit test for new vorbistag element.
12778
12779 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12782         (vorbis_parse_push_headers), (vorbis_parse_chain):
12783           Set BOS flag in packet structure to fix 'jump depends
12784           on unitialized value' errors in valgrind; various minor
12785           clean-ups.
12786
12787 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12788
12789         * gst/playback/gstdecodebin.c: (close_pad_link):
12790         Fix typo in a debug statement.
12791
12792         * gst/playback/gstplaybasebin.c: (probe_triggered),
12793         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12794         (gen_source_element), (source_new_pad), (analyse_source),
12795         (setup_source):
12796         When handling no_more_pads in new_decoded_pad, make sure to treat
12797         subtitle pads correctly. Fixes playback with subtitle files.
12798
12799         Move a recurring message to LOG level.
12800
12801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12802         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12803         which ends up as -1 when cast to an int. Make the logic handle the
12804         max value as an unsigned mask and only change the colorkey when it's
12805         a value we recognise.
12806
12807 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12808
12809         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12810         Removed empty * between paragraphs
12811
12812 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12813
12814         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12815         * gst-libs/gst/rtp/README:
12816         Moved some documentation into .c file
12817
12818 2006-09-29  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/playback/gstdecodebin.c: (no_more_pads):
12821         Fix compilation.
12822
12823 2006-09-29  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/playback/gstdecodebin.c: (new_caps):
12826         Remove g_print
12827
12828         * gst/playback/gstplaybin.c:
12829         Add some docs.
12830
12831 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * tests/check/Makefile.am:
12834           Re-enable cddabasesrc test to see if it works again
12835           now.
12836
12837 2006-09-29  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12840         (gen_source_element):
12841         Handle invalid URIs a bit more gracefully.
12842
12843 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * tests/check/pipelines/oggmux.c:
12846           Remove obsolete comment.
12847
12848 2006-09-29  Michael Smith  <msmith@fluendo.com>
12849
12850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12851         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12852         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12853         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12854         (gst_ogg_mux_collected):
12855           Commit patch from James "Doc" Livingston, adds proper EOS handling
12856           in oggmux. GStreamer can, for the first time ever, create a valid
12857           Ogg file! Yay!
12858
12859         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12860         (oggmux_suite):
12861           Reenable tests now that they pass.
12862
12863 2006-09-29  Wim Taymans  <wim@fluendo.com>
12864
12865         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12866         Stop reading commands when EOF (we read 0) as well.
12867
12868 2006-09-28  Wim Taymans  <wim@fluendo.com>
12869
12870         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12871         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12872         (find_dynamic), (unlinked), (close_link):
12873         Implement delayed caps linking needed for element with a lot of
12874         different caps on the src pads that get fixed at runtime.
12875         Improve management of dynamic elements.
12876
12877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12878         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12879         (gen_preroll_element), (remove_groups), (unknown_type),
12880         (add_element_stream), (no_more_pads_full), (no_more_pads),
12881         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12882         (new_decoded_pad), (setup_subtitle), (array_has_value),
12883         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12884         (analyse_source), (remove_decoders), (make_decoder),
12885         (remove_source), (setup_source), (finish_source), (prepare_output),
12886         (gst_play_base_bin_change_state):
12887         * gst/playback/gstplaybasebin.h:
12888         Use more _CAST instead of full type checking casts.
12889         Small cleanups, plug some leaks.
12890         Handle dynamic sources.
12891         Add some helper functions to create lists of strings used for
12892         blacklisting and other stuff.
12893         Refactor some code dealing with analysing the source.
12894         Re-enable sources without pads (like cd:// or other selfcontained
12895         elements).
12896
12897 2006-09-28  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst-libs/gst/audio/gstbaseaudiosink.c:
12900         (gst_base_audio_sink_render):
12901         When we have a timestamp, we can still perform clipping.
12902         When we have no clock, we must play the sample ASAP.
12903
12904 2006-09-28  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12907         Set caps on outgoing buffers.
12908
12909         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12910         (gst_video_rate_event), (gst_video_rate_chain):
12911         * gst/videorate/gstvideorate.h:
12912         Fix videorate some more. Fixes #357977
12913
12914 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12915
12916         * tests/check/elements/adder.c: (adder_suite):
12917           Don't set timeout to 6 seconds when we're running
12918           in valgrind ... (and how is 6 seconds longer than
12919           the default anyway?)
12920
12921 2006-09-28  Wim Taymans  <wim@fluendo.com>
12922
12923         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12924         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12925         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12926         Keep sink and src segment to keep track of time and support more
12927         input formats.
12928         Fix bogus next_offset and run_time calculation, don't understand how
12929         this could have worked before. Fixes #357976.
12930         Remove some unneeded vars.
12931
12932 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12933
12934         * gst/playback/gstplaybin.c: (remove_sinks):
12935           Only remove visualisation from visbin if there is a visbin (or:
12936           don't throw warnings when closing totem without playing a file).
12937
12938 2006-09-27  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst-libs/gst/audio/gstbaseaudiosink.c:
12941         (gst_base_audio_sink_render):
12942         Add some more info in a WARNING.
12943
12944         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12945         (gst_base_audio_src_create):
12946         Handle PAUSE in create function, use new -core addition to
12947         wait for playing. Fixes pausing and resuming capture from an
12948         audiosrc.
12949
12950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12951         (gst_ring_buffer_read):
12952         Constify some more.
12953         Caller supports interrupted reads now.
12954
12955 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12956
12957         * tests/check/Makefile.am:
12958           Another attempt to make the gen64 buildbot happy.
12959
12960 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12961
12962         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12963
12964         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12965         (gst_visual_chain), (gst_visual_change_state):
12966           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12967           correctly. Fixes #357800
12968
12969 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12972           Add timeout to _get_state() so we see which pipeline it is
12973           that causes trouble on the gen64 build bot.
12974
12975 2006-09-27  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12978         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12979         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12980         (gst_base_rtp_depayload_set_gst_timestamp):
12981         the source pad always uses fixed caps.
12982
12983 2006-09-27  Wim Taymans  <wim@fluendo.com>
12984
12985         * docs/libs/gst-plugins-base-libs-docs.sgml:
12986         * docs/libs/gst-plugins-base-libs-sections.txt:
12987         * gst-libs/gst/audio/gstaudioclock.c:
12988         * gst-libs/gst/audio/gstaudioclock.h:
12989         * gst-libs/gst/audio/gstaudiosink.c:
12990         * gst-libs/gst/audio/gstaudiosink.h:
12991         * gst-libs/gst/audio/gstaudiosrc.c:
12992         * gst-libs/gst/audio/gstbaseaudiosink.c:
12993         (gst_base_audio_sink_render):
12994         * gst-libs/gst/audio/gstbaseaudiosink.h:
12995         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12996         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12997         * gst-libs/gst/audio/gstringbuffer.h:
12998         Added docs for the audio libs.
12999
13000 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         * tests/check/Makefile.am:
13003           Temporarily disable test that fails on the bots for unknown reasons.
13004
13005 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13006
13007         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13008         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13009         Moved AudioCodecType into priv
13010         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13011
13012 2006-09-25  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13015         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13016         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13017         (new_pad):
13018         Cleanups and small leak fixes.
13019         Added Depayloaders to valid list of autopluggable elements.
13020
13021 2006-09-25  Wim Taymans  <wim@fluendo.com>
13022
13023         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13024         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13025         (gen_video_element), (gen_text_element), (gen_audio_element),
13026         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13027         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13028         Detect NO_PREROLL state change returns and disable clock distribution to
13029         the sinks so that sync is disabled.
13030         Avoid some type checking and do simple casts instead.
13031         Small cleanups, fix some FIXMEs.
13032         Be more robust when linking user specified elements, catch an report
13033         errors. Fixes #357404.
13034         Fix some leaks in the error paths.
13035
13036 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13037
13038         * ChangeLog:
13039           ChangeLog surgery for missing bug-number
13040
13041 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         Patch by: Peter Kjellerstedt  <pkj at axis com>
13044
13045         * gst/playback/test.c:
13046           Fix compilation with uClibc and -Werror (#357591).
13047
13048 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13049
13050         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13051           Parse dates that are followed by a time as well (#357532).
13052
13053         * tests/check/libs/tag.c: (test_vorbis_tags):
13054           Add unit test for this.
13055
13056 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13059         (gst_audio_convert_transform_caps):
13060         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13061         * gst/videotestsrc/videotestsrc.h:
13062           A few array const-ifications.
13063
13064 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * tests/check/Makefile.am:
13067           See if this makes the build bots happy.
13068
13069         * tests/check/libs/cddabasesrc.c:
13070           UTF8-ise my name.
13071
13072 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13075
13076         * gst/subparse/samiparse.c: (handle_start_font),
13077         (fix_invalid_entities):
13078           More case-insensitivity for certain tags; recognise entities with
13079           decimal codes as special entities as well (#357330).
13080
13081 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13082
13083         * gst-libs/gst/Makefile.am:
13084           Need to build tag directory before cdda.
13085
13086 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13087
13088         * docs/libs/gst-plugins-base-libs-sections.txt:
13089         * gst-libs/gst/cdda/Makefile.am:
13090         * gst-libs/gst/cdda/gstcddabasesrc.c:
13091         (gst_cdda_base_src_base_init):
13092         * gst-libs/gst/cdda/gstcddabasesrc.h:
13093         * gst-libs/gst/tag/tag.h:
13094         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13095         (gst_tag_register_musicbrainz_tags):
13096           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13097           depend on libgsttag. This is required so we can extract/read tags like
13098           DISCID without depending on libgstcddabasesrc (which used to register
13099           them).
13100
13101         * gst-libs/gst/tag/gstvorbistag.c:
13102           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13103           tags (also see #347848).
13104
13105         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13106           Log vorbis comments we are actually writing. Const-ify array.
13107
13108 2006-09-23  Wim Taymans  <wim@fluendo.com>
13109
13110         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13111         Improve buffering a bit by avoiding a deadlock because we cannot assume
13112         the underrun is always called.
13113
13114 2006-09-23  Wim Taymans  <wim@fluendo.com>
13115
13116         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13117
13118         * gst-libs/gst/riff/riff-ids.h:
13119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13120         (gst_riff_create_audio_template_caps):
13121         Added MPEG-4 AAC and id and caps. Fixes #357289
13122         Added WMA9 Lossless id.
13123
13124 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * ext/gnomevfs/gstgnomevfssrc.c:
13127           Fix misleading docs addition.
13128
13129         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13130           Get rid of compiler warning the right way.
13131
13132 2006-09-22  Wim Taymans  <wim@fluendo.com>
13133
13134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13135         (gst_base_rtp_depayload_finalize),
13136         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13137         (gst_base_rtp_depayload_push_full),
13138         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13139         (gst_base_rtp_depayload_process),
13140         (gst_base_rtp_depayload_set_gst_timestamp),
13141         (gst_base_rtp_depayload_queue_release):
13142         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13143         Small cleanups.
13144         Fix some leaks.
13145         Refactored the process method and added methods to push from the process
13146         vmethod.
13147         Use _scale functions.
13148         API: gst_base_rtp_depayload_push_ts
13149         API: gst_base_rtp_depayload_push
13150
13151         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13152         timestamps are uint.
13153
13154 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13155
13156         * gst-libs/gst/interfaces/xoverlay.c:
13157           Remove unused statement from doc example.
13158
13159 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13160
13161         * gst-libs/gst/interfaces/videoorientation.c:
13162         (gst_video_orientation_iface_init),
13163         (gst_video_orientation_get_hflip),
13164         (gst_video_orientation_get_vflip),
13165         (gst_video_orientation_get_hcenter),
13166         (gst_video_orientation_get_vcenter),
13167         (gst_video_orientation_set_hflip),
13168         (gst_video_orientation_set_vflip),
13169         (gst_video_orientation_set_hcenter),
13170         (gst_video_orientation_set_vcenter):
13171           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13172           in ChangeLog)
13173
13174 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * tests/check/Makefile.am:
13177         * tests/check/elements/.cvsignore:
13178         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13179         (create_rgb_conversions), (rgb_conversion_free),
13180         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13181         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13182           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13183           but disable for now since it doesn't pass (something wrong with
13184           RGBA somewhere).
13185
13186 2006-09-21  Wim Taymans  <wim@fluendo.com>
13187
13188         * gst/playback/gstplaybasebin.c: (group_commit),
13189         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13190         (queue_out_of_data), (gen_preroll_element),
13191         (preroll_remove_overrun), (probe_triggered):
13192         Refactor handling of overrun detection.
13193         Separate handling of group completion and deadlock detection when doing
13194         network buffering. This should fix some deadlocks that were not detected
13195         because the group was completed.
13196         Add more comments, improve debugging.
13197
13198 2006-09-21  Wim Taymans  <wim@fluendo.com>
13199
13200         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13201         * tests/check/libs/audio.c:
13202         Some more compilation fixes.
13203
13204 2006-09-21  Wim Taymans  <wim@fluendo.com>
13205
13206         * gst-libs/gst/audio/gstringbuffer.c:
13207         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13208         (gst_ring_buffer_read):
13209         Early morning compilation fix.
13210
13211 2006-09-20  Wim Taymans  <wim@fluendo.com>
13212
13213         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13214         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13215         * tests/check/elements/videorate.c: (GST_START_TEST):
13216         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13217         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13218         Fix some warnings.
13219
13220 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13221
13222         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13223         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13224         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13225           Handcrafted merge to help CVS understanding what I changed and what
13226           not.
13227
13228 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13229
13230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13231         (gst_xvimagesink_get_times):
13232           change colorkey behaviour back according to #354773 comment 6/7
13233
13234 2006-09-19  Michael Smith  <msmith@fluendo.com>
13235
13236         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13237         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13238         (gst_multi_fd_sink_recover_client),
13239         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13240         (gst_multi_fd_sink_get_property):
13241         * gst/tcp/gstmultifdsink.h:
13242           Implement stubbed out properties unit-type, units-soft-max,
13243           units-max, to allow specifying maximum sizes in units other than
13244           buffers.
13245           Fixes #355935
13246
13247 2006-09-19  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13250         (gst_riff_create_audio_template_caps):
13251         Reorder the audio formats a bit for clarity.
13252         Detect and create caps for MSGSM and MSN (WAV49).
13253         Fixes #356596.
13254
13255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13256         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13257         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13258         Small cleanups, move error handling out of normal flow for clarity.
13259
13260 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13261
13262         * docs/libs/gst-plugins-base-libs-docs.sgml:
13263         * docs/libs/gst-plugins-base-libs.types:
13264         * gst-libs/gst/interfaces/Makefile.am:
13265         * gst-libs/gst/interfaces/videoorientation.c:
13266         (gst_video_orientation_get_type),
13267         (gst_video_orientation_iface_init),
13268         (gst_video_orientation_get_hflip),
13269         (gst_video_orientation_get_vflip),
13270         (gst_video_orientation_get_hcenter),
13271         (gst_video_orientation_get_vcenter),
13272         (gst_video_orientation_set_hflip),
13273         (gst_video_orientation_set_vflip),
13274         (gst_video_orientation_set_hcenter),
13275         (gst_video_orientation_set_vcenter):
13276         * gst-libs/gst/interfaces/videoorientation.h:
13277           API: Add new interface to control video orientation (fixes #354908)
13278
13279 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13280
13281         * gst/videotestsrc/gstvideotestsrc.c:
13282           Use G_UNLIKELY in _create and log one more detail.
13283           
13284         (gst_video_test_src_get_times), (gst_video_test_src_create):
13285         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13286           Use gst_util_uint64_scale_int in _get_times().
13287
13288 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13289
13290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13291           Give better warning message (add object and detail).
13292
13293 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13294
13295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13296         (gst_xvimagesink_get_times):
13297           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13298           #354773), use gst_util_uint64_scale_int in _get_times()
13299
13300 2006-09-18  Michael Smith  <msmith@fluendo.com>
13301
13302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13303           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13304           always true, leading to dropping all timestamps.
13305
13306 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13307
13308         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13309         (gst_visual_chain), (gst_visual_change_state):
13310           update to work also with libvisual 0.4 API, fix double unref (#355914)
13311           
13312         * tools/gst-launch-ext.1.in:
13313         * tools/gst-visualise.1.in:
13314           remove references to old man-pages
13315
13316         * tests/examples/seek/seek.c: (main):
13317           add real meadi-buttons, add tool-tips for the seek-options, arrange
13318           seek options in a table
13319
13320 2006-09-18  Michael Smith  <msmith@fluendo.com>
13321
13322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13323         (gst_ogg_mux_push_buffer):
13324           Don't generate out-of-order timestamps from oggmux, instead clamp
13325           output timestamps to be >= the previously output ts.
13326           Fixes #355595
13327
13328 2006-09-18  Michael Smith  <msmith@fluendo.com>
13329
13330         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13331         (gst_multi_fd_sink_class_init):
13332           Updates, fixes, and typo corrections for multifdsink. No functional
13333           changes.
13334
13335 2006-09-17  Michael Smith  <msmith@fluendo.com>
13336
13337         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13338           Don't crash on truncated files - check that we got an 8 byte buffer
13339           before trying to memcmp it.
13340
13341 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * gst/playback/gstplaybasebin.c: (get_active_source):
13344           Make stream-switching appear instant to the application
13345           (ie. make sure that a g_object_get on 'current-foo' returns
13346           the stream previously set with g_object_set(). Totem needs
13347           this to update stream-related meta-info (like audio-codec)
13348           correctly when switching streams.
13349
13350 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13353         (gst_alsa_mixer_ensure_track_list):
13354           Try harder to guess which mixer track is the master mixer
13355           track (instead of just taking the first one that has a pvolume).
13356           Fixes #342228.
13357
13358 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13359
13360         reviewed by: <delete if not using a buddy>
13361
13362         * gst-libs/gst/audio/audio.h:
13363         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13364
13365 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13366
13367         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13368         (gst_audio_convert_transform_caps):
13369           Get structure-name just once.
13370
13371 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13372
13373         * tests/check/elements/audioresample.c: (GST_START_TEST):
13374         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13375         * tests/check/elements/volume.c: (GST_START_TEST):
13376         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13377         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13378         (test_pipeline), (GST_START_TEST):
13379         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13380         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13381           Fix big batch of compiler warnings.
13382
13383 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13384
13385         * ext/gnomevfs/gstgnomevfssrc.c:
13386           Add docs about icydemux usage in connection with gnomevfssrc
13387
13388         * ext/libvisual/visual.c:
13389         * ext/ogg/gstoggaviparse.c:
13390         * ext/ogg/gstoggdemux.c:
13391         * ext/ogg/gstoggmux.c:
13392         * ext/ogg/gstoggparse.c:
13393         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13394         * gst-libs/gst/audio/gstaudiosink.c:
13395         * gst-libs/gst/audio/gstaudiosrc.c:
13396         * gst/audiorate/gstaudiorate.c:
13397           More G_OBJECT macro fixing.
13398
13399         * gst/audiotestsrc/gstaudiotestsrc.h:
13400           Fix wrong info in header due to copy & paste
13401
13402 2006-09-15  Wim Taymans  <wim@fluendo.com>
13403
13404         * gst-libs/gst/audio/gstbaseaudiosink.c:
13405         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13407         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13408         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13409         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13410         Do the delay calculation in the source/sink base classes as this is
13411         specific for the capture/playback mode.
13412         Try to fixate a bit better, like round depth up to a multiple of 8
13413         bigger than width.
13414         Handle underruns correctly by marking DISCONT on buffers and adjusting
13415         timestamps to handle the gap.
13416         Set offset/offset_end correctly on buffers.
13417
13418         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13419         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13420         (gst_ring_buffer_read):
13421         Remove resync and underrun recovery from the ringbuffer.
13422         Fix ringbuffer read code on under/overrun.
13423
13424 2006-09-15  Wim Taymans  <wim@fluendo.com>
13425
13426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13427         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13428         (queue_threshold_reached), (gst_play_base_bin_set_property),
13429         (gst_play_base_bin_get_property):
13430         * gst/playback/gstplaybasebin.h:
13431         Don't use a 0 low watermark when buffering, it is catching starvation
13432         way too late. Instead, use a 3 second queue with 30 and 95
13433         percent low/high watermarks. 
13434         Added queue-min-threshold property to configure low watermark.
13435         Use new _buffering message API.
13436         Make queue_threshold variable big enough to store a uint64 time value.
13437         API: playbin::queue-min-threshold property.
13438
13439 2006-09-15  Wim Taymans  <wim@fluendo.com>
13440
13441         * configure.ac:
13442         We require 0.10.10.1 now because of _wait_preroll().
13443
13444         * gst-libs/gst/audio/gstbaseaudiosink.c:
13445         (gst_base_audio_sink_render):
13446         Use gst_base_sink_wait_preroll().
13447
13448 2006-09-15  Wim Taymans  <wim@fluendo.com>
13449
13450         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13451         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13452         Use DEBUG_OBJECT more.
13453
13454 === release 0.10.10 ===
13455
13456 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13457
13458         patch by: Michael Smith <msmith at fluendo dot com>
13459
13460         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13461         (gst_multi_fd_sink_client_queue_buffer),
13462         (gst_multi_fd_sink_new_client):
13463         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13464         (multifdsink_suite):
13465           Fix implementation of sync-method 'next-keyframe'
13466           Closes #354594
13467
13468 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13469
13470         patch by: Wim Taymans <wim at fluendo dot com>
13471
13472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13473         This patch removes the RANDOM flag that was incorrectly introduced with
13474         revision 1.91.  Fixes #354590
13475
13476 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * tests/check/Makefile.am:
13479           Random variation in Makefile line to see if it makes the
13480           gen64-base-full bot any happier.
13481
13482 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13483
13484         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13485           Disable test that fails at the moment (killed after timeout).
13486
13487 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13488
13489         Patch by: James Livingston  <doclivingston at gmail.com>
13490
13491         * tests/check/Makefile.am:
13492         * tests/check/pipelines/.cvsignore:
13493         * tests/check/pipelines/oggmux.c: (get_page_codec),
13494         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13495         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13496         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13497         (test_theora_vorbis), (oggmux_suite):
13498           Add simple unit test for oggmux from #337026 with checking for the
13499           EOS flags disabled for the time being.
13500
13501 2006-09-04  Wim Taymans  <wim@fluendo.com>
13502
13503         patch by: Alessandro Dessina <alessandro nnva org>
13504
13505         * ext/ogg/gstoggmux.c:
13506         Add cmml caps to oggmux. Fixes #353912
13507
13508 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13509
13510         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13511           Returning a return value often helps. In this case, we
13512           don't need the return value anyway, so just get rid of it.
13513           Should make build bots much happier.
13514
13515 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13518         (paint_get_structure), (gst_video_test_src_get_size),
13519         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13520         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13521         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13522         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13523         * gst/videotestsrc/videotestsrc.h:
13524           Add support for AYUV and the various RGBA formats. Initialise
13525           fields of paintinfo structs allocated on the stack.
13526
13527         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13528         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13529         (check_rgb_buf), (videotestsrc_suite):
13530           Add unit tests for videotestsrc's RGB output.
13531
13532 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13533
13534         * gst/videotestsrc/gstvideotestsrc.c:
13535         (gst_video_test_src_pattern_get_type),
13536         (gst_video_test_src_set_pattern):
13537         * gst/videotestsrc/gstvideotestsrc.h:
13538         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13539         (gst_video_test_src_black), (gst_video_test_src_white),
13540         (gst_video_test_src_red), (gst_video_test_src_green),
13541         (gst_video_test_src_blue):
13542         * gst/videotestsrc/videotestsrc.h:
13543           Add more uni-colour patterns ("white", "red", "green", and "blue").
13544
13545 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13546
13547         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13548           Fix stride for YVYU, should be word-aligned (#353658).
13549
13550 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13551
13552         * gst/adder/gstadder.c: (gst_adder_src_event):
13553           Fix build.
13554
13555 2006-08-31  Edward Hervey  <edward@fluendo.com>
13556
13557         * gst/adder/gstadder.c: (forward_event_func),
13558         (gst_adder_src_event), (gst_adder_collected),
13559         (gst_adder_change_state):
13560         * gst/adder/gstadder.h:
13561         Remember the start position asked in the incoming seeks, so we can
13562         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13563         of assuming it will always be 0).
13564
13565 2006-08-31  Edward Hervey  <edward@fluendo.com>
13566
13567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13568         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13569         (gst_ogg_demux_loop):
13570         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13571
13572 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13575         (gst_ffmpegcsp_get_unit_size):
13576           Return FALSE instead of returning a random false unit
13577           size when the format isn't known/supported (even if
13578           this shouldn't happen under normal circumstances).
13579
13580 2006-08-29  Wim Taymans  <wim@fluendo.com>
13581
13582         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13583
13584         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13585         (gst_gnome_vfs_src_start):
13586         Try harder to get the size from a uri by using _info_uri() when
13587         _info_from_handle() does not give us enough info. 
13588         Also follow symlinks when getting the size.
13589         Partially Fixes #332864.
13590
13591 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13594
13595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13596         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13597         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13598         (gst_alsa_mixer_set_record):
13599         * ext/alsa/gstalsamixertrack.c:
13600         (gst_alsa_mixer_track_update_alsa_capabilities),
13601         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13602         (gst_alsa_mixer_track_update):
13603         * ext/alsa/gstalsamixertrack.h:
13604           Improve and fix mixer track handling, in particular better handling
13605           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13606           separate track objects for tracks that have both capture and playback
13607           volume (and label them differently as well so they're not mistakenly
13608           assumed to be duplicates); classify mixer tracks that only affect
13609           the audible volume of something (rather than the capture volume)
13610           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13611           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13612           (following the meaning documented in the mixer interface header
13613           file); add support for alsa's exclusive cswitch groups; update/sync
13614           state/flags better if mixer settings are changed by another
13615           application. Fixes #336075.
13616
13617 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * gst/playback/gstplaybin.c:
13620           Improve docs: add section about BUFFERING messages sent by playbin.
13621
13622 2006-08-29  Michael Smith  <msmith@fluendo.com>
13623
13624         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13625         (gst_vorbis_enc_buffer_check_discontinuous),
13626         (gst_vorbis_enc_chain):
13627           Ignore explicit DISCONT marked on buffers (which is often spurious,
13628           particularly when using multiple segments), in favour of solely
13629           using the timestamps/durations.
13630
13631 2006-08-29  Edward Hervey  <edward@fluendo.com>
13632
13633         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13634         Don't rely on incoming buffers offset anymore, since it is completely
13635         broken when using multiple segments.
13636         Instead convert the incoming buffers timestamp to running time, and
13637         then convert that value to the offsets.
13638         Also inform GstSegment of the last outputted stop position, which is
13639         needed if we received several segments with an unknown stop value.
13640
13641 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13642
13643         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13644           fix buffer unreffing on a header push failure
13645
13646 2006-08-28  Wim Taymans  <wim@fluendo.com>
13647
13648         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13649         (gst_audio_rate_chain):
13650         Make the metadata of the buffer writable before changing its
13651         flags.
13652
13653 2006-08-28  Wim Taymans  <wim@fluendo.com>
13654
13655         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13656         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13657         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13658         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13659         Fix audiorate some more.
13660         Reset and resync counters on flush and READY.
13661         Handle the DISCONT flag correctly.
13662         Use GstSegment to track position.
13663         Fail when not negotiated.
13664         Fixes #353234.
13665
13666 2006-08-25  Michael Smith  <msmith@fluendo.com>
13667
13668         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13669           Fix spelling.
13670           Remove accidently included debug line.
13671
13672 2006-08-25  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13675         Small cleanups.
13676         If a buffer is received with no caps, make the buffer metadata
13677         writable and set the caps, making sure that we don't screw up the
13678         refcounts.
13679
13680 2006-08-25  Michael Smith  <msmith@fluendo.com>
13681
13682         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13683         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13684           Fix memory leaks and misleading debug messages, add a couple of
13685           comments.
13686
13687         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13688         (gst_multi_fd_sink_render):
13689           Do not use gst_buffer_make_writable() in a basesink render method,
13690           as it may incorrectly unref the buffer. Instead, use convoluted
13691           dance to avoid copying the buffer except when we need to.
13692
13693 2006-08-25  Michael Smith  <msmith@fluendo.com>
13694
13695         * ext/vorbis/vorbisenc.c:
13696         (gst_vorbis_enc_buffer_check_discontinuous):
13697           Allow very small discontinuities in the timestamps. These we can't
13698           do anything useful with anyway (because vorbis's timestamps have
13699           only sample granularity), and are commonly produced by elements with
13700           minor bugs. Allow up to 1/2 a sample out.
13701           Fixes #351742.
13702
13703 2006-08-24  Wim Taymans  <wim@fluendo.com>
13704
13705         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13706         (play_scrub_toggle_cb), (main):
13707         Add a checkbox to enable play scrubbing. Makes it possible to disable
13708         normal scrubbing.
13709
13710 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13711
13712         * tests/check/elements/.cvsignore:
13713           make buildbot happy
13714
13715 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13716
13717         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13718         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13719         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13720         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13721         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13722         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13723         (gst_ogm_text_parse_strip_trailing_zeroes),
13724         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13725         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13726           Refactor ogm parse, do better input checking, misc. clean-ups.
13727           Cache incoming events and push them once the source pad has
13728           been created. Don't pass unterminated strings to sscanf().
13729           Strip trailing zeroes from subtitle text output, since they
13730           are not valid UTF-8. Don't push vorbiscomment packets on
13731           the subtitle text pad. Output perfect streams if possible.
13732
13733 2006-08-23  Wim Taymans  <wim@fluendo.com>
13734
13735         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13736         Waits for tasks to settle down so that we clean up correctly for 
13737         valgrind.
13738
13739 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13742           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13743           actually return return value in taglists_are_equal.
13744
13745 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13746
13747         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13748           Fix crash due to broken bitstream parsing on x86-64: can't make
13749           any assumptions about sizeof(struct) due to alignment/packing
13750           differences on different architectures. Fixes #351790.
13751
13752 2006-08-22  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13755         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13756         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13757         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13758         (gst_riff_parse_info):
13759         Protect public functions against bad input.
13760         Do some cleanups.
13761         Fix documentation.
13762
13763 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13764
13765         * gst-libs/gst/riff/riff-ids.h:
13766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13767           Add voxware audio IDs (even if we can't play it) (#351795).
13768
13769 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * gst-libs/gst/riff/riff-media.c:
13772         (gst_riff_create_video_template_caps),
13773         (gst_riff_create_audio_template_caps),
13774         (gst_riff_create_iavs_template_caps):
13775           Const-ify some arrays and use G_N_ELEMENTS instead
13776           of wasting oodles of RAM on terminator bits.
13777
13778 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13779
13780         * gst-libs/gst/tag/gstvorbistag.c:
13781         (gst_tag_list_to_vorbiscomment_buffer):
13782         * tests/check/libs/tag.c: (GST_START_TEST):
13783           And the same for _to_vorbiscomment_buffer(): allow
13784           id_data_len == 0 for speex.
13785
13786 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13787
13788         * configure.ac:
13789         * docs/plugins/Makefile.am:
13790         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13791         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13792         * docs/plugins/inspect/plugin-gdp.xml:
13793         * gst/gdp/Makefile.am:
13794         * tests/check/Makefile.am:
13795           Move GDP plugin to -base from -bad.  Closes #347783.
13796
13797 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * gst-libs/gst/tag/gstvorbistag.c:
13800         (gst_tag_list_from_vorbiscomment_buffer):
13801           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13802           Also add some checks to make sure we don't memcmp() beyond the end of
13803           vorbiscomment buffer if the ID to check for is larger than the buffer.
13804
13805         * tests/check/libs/tag.c: (GST_START_TEST):
13806           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13807
13808 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13811         (gst_vorbis_enc_set_metadata):
13812           Use vorbis comment utility functions from libgsttag
13813           instead of re-inventing the wheel (partially fixes #347091).
13814
13815 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13816
13817         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13818         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13819         as some that won't.
13820
13821 2006-08-21  Wim Taymans  <wim@fluendo.com>
13822
13823         * docs/libs/Makefile.am:
13824         * docs/libs/gst-plugins-base-libs-sections.txt:
13825         * docs/libs/gst-plugins-base-libs.types:
13826         Don't try to GObject scan the netbuffer as it's not a GObject.
13827         Fixes #351308.
13828
13829         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13830         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13831         Document GstNetBuffer.
13832
13833 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13834
13835         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13836         (audioconvert_suite):
13837           Add testcase for caps-size-explosion
13838
13839 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13840
13841         * gst/audioconvert/gstaudioconvert.c:
13842         (gst_audio_convert_get_unit_size), (set_structure_widths):
13843           Lower debug, use g_assert in _get_unit_size
13844
13845         * gst/audioresample/gstaudioresample.c:
13846         (audioresample_get_unit_size):
13847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13848         (gst_ffmpegcsp_get_unit_size):
13849         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13850           use g_assert in _get_unit_size
13851
13852 2006-08-18  Wim Taymans  <wim@fluendo.com>
13853
13854         * docs/libs/gst-plugins-base-libs-sections.txt:
13855         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13856         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13857         (gst_rtp_buffer_get_payload_buffer):
13858         * gst-libs/gst/rtp/gstrtpbuffer.h:
13859         Document GstRTPBuffer.
13860         Added function to efficiently strip payload headers.
13861         API: gst_rtp_buffer_get_payload_subbuffer()
13862
13863 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13866         (gst_tag_to_vorbis_comments):
13867           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13868           tags and deserialise them properly as well (#347091).
13869           Add some more gtk-doc blurbs and also some g_return_if_fail().
13870
13871         * tests/check/libs/tag.c: (GST_START_TEST),
13872         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13873           More tests.
13874
13875 2006-08-17  Wim Taymans  <wim@fluendo.com>
13876
13877         * ext/ogg/Makefile.am:
13878         * ext/ogg/gstogg.c: (plugin_init):
13879         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13880         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13881         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13882         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13883         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13884         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13885         Added ogg-in-avi parser element. Fixes #140139.
13886
13887         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13888         Fixed a bug in oggdemux debug code.
13889
13890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13891         (gst_riff_create_audio_template_caps):
13892         Recognise Ogg in the AVI extensible wave format.
13893
13894 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13897           Make buffer durations add up (duration should be next_ts-ts for
13898           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13899           from CVS.
13900
13901         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13902         (test_buffer_timestamps), (cddabasesrc_suite):
13903           Add unit test for the above.
13904
13905         * tests/check/Makefile.am:
13906           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13907           to see what happens.
13908
13909 2006-08-16  Wim Taymans  <wim@fluendo.com>
13910
13911         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13912         (gst_alsasink_open):
13913         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13914         (gst_alsasrc_open):
13915         Avoid setting and using a NULL device name.
13916         Print more info when we fail to open a device.
13917
13918 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13919
13920         * docs/libs/gst-plugins-base-libs-sections.txt:
13921         * gst-libs/gst/tag/tag.h:
13922         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13923           API: add gst_tag_parse_extended_comment() (#351426).
13924
13925         * tests/check/Makefile.am:
13926         * tests/check/libs/.cvsignore:
13927         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13928           Add unit test for gst_tag_parse_extended_comment().
13929
13930 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13934           Fix leak (#351502).
13935
13936 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13937
13938         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13940         * docs/plugins/gst-plugins-base-plugins.args:
13941         * gst/playback/gstplaybin.c:
13942           Document playbin.
13943           
13944         * docs/plugins/inspect/plugin-adder.xml:
13945         * docs/plugins/inspect/plugin-alsa.xml:
13946         * docs/plugins/inspect/plugin-audioconvert.xml:
13947         * docs/plugins/inspect/plugin-audiorate.xml:
13948         * docs/plugins/inspect/plugin-audioresample.xml:
13949         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13950         * docs/plugins/inspect/plugin-cdparanoia.xml:
13951         * docs/plugins/inspect/plugin-decodebin.xml:
13952         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13953         * docs/plugins/inspect/plugin-gnomevfs.xml:
13954         * docs/plugins/inspect/plugin-ogg.xml:
13955         * docs/plugins/inspect/plugin-pango.xml:
13956         * docs/plugins/inspect/plugin-playbin.xml:
13957         * docs/plugins/inspect/plugin-subparse.xml:
13958         * docs/plugins/inspect/plugin-tcp.xml:
13959         * docs/plugins/inspect/plugin-theora.xml:
13960         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13961         * docs/plugins/inspect/plugin-video4linux.xml:
13962         * docs/plugins/inspect/plugin-videorate.xml:
13963         * docs/plugins/inspect/plugin-videoscale.xml:
13964         * docs/plugins/inspect/plugin-videotestsrc.xml:
13965         * docs/plugins/inspect/plugin-volume.xml:
13966         * docs/plugins/inspect/plugin-vorbis.xml:
13967         * docs/plugins/inspect/plugin-ximagesink.xml:
13968         * docs/plugins/inspect/plugin-xvimagesink.xml:
13969           Update to CVS version.
13970
13971 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13972
13973         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13974         (gst_play_bin_set_property), (gst_play_bin_get_property),
13975         (value_list_append_structure_list),
13976         (gst_play_bin_handle_redirect_message),
13977         (gst_play_bin_handle_message):
13978           API: GstPlayBin::connection-speed
13979           Add "connection-speed" property; re-order redirect messages with
13980           multiple redirect locations depending on the minimum bitrate if
13981           that information is available and a connection speed is set
13982           (#350399).
13983
13984 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13985
13986         * gst/playback/gstplaybin.c:
13987           Update max volume to the same value that the volume element uses.
13988
13989 2006-08-14  Wim Taymans  <wim@fluendo.com>
13990
13991         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13992         Less uglyness..
13993
13994 2006-08-14  Wim Taymans  <wim@fluendo.com>
13995
13996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13997         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13998         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13999         Add some more debug info.
14000         Don't crash when a seek failed.
14001         Actually return the result of the seek instead of TRUE.
14002         Ignore multiple BOS pages with the same serial so that we don't create
14003         the same stream multiple times.
14004         Post an error when we fail to do the initial seek.
14005
14006 2006-08-13  Wim Taymans  <wim@fluendo.com>
14007
14008         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14009         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14010         Small code cleanup.
14011
14012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14013         (gst_alsa_mixer_new):
14014         Remove hack that always set the device to hw:0*.
14015         Properly find the card name for whatever device was configured.
14016         Do some better debugging.
14017         Fixes #350784.
14018
14019         * ext/alsa/gstalsamixerelement.c:
14020         (gst_alsa_mixer_element_set_property),
14021         (gst_alsa_mixer_element_change_state):
14022         Cleanups.
14023         Handle setting of a NULL device name better.
14024
14025 2006-08-11  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/adder/gstadder.c:
14028         Don't clip float values. Fixes #350900.
14029
14030 2006-08-11  Andy Wingo  <wingo@pobox.com>
14031
14032         * gst/tcp/gsttcp.c: Really fix the build?
14033
14034         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14035         fixes the build.
14036
14037 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14040           Float caps shouldn't have a "signed" field.
14041
14042 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14045           Implement SEEKING query in its most basic form, so that we can
14046           at least check if we're seekable or not (#350655).
14047
14048 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14051           The checks here are not even close to anything that would
14052           justify MAXIMUM probability, lowering to POSSIBLE until someone
14053           fixes the checks (case at hand: quicktime redirection files
14054           might start with 00 00 01 XX and pass the checks here just
14055           fine, see #350399).
14056
14057 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         Patch by: Sjoerd Simons  <sjoerd at luon net>
14060
14061         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14062           Better detection for multipart/x-mixed-replace: accept leading
14063           whitespaces before the boundary marker as well (as our very own
14064           multipartmux used to produce) (#349068).
14065
14066 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14067
14068         Patch by: Young-Ho Cha  <ganadist at chollian net>
14069
14070         * gst-libs/gst/riff/riff-ids.h:
14071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14072         (gst_riff_create_audio_template_caps):
14073           Detect DTS audio streams (#350157).
14074
14075 2006-08-05  Andy Wingo  <wingo@pobox.com>
14076
14077         * ext/theora/gsttheoraparse.h:
14078         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14079         (theora_parse_dispose, theora_parse_set_property)
14080         (theora_parse_get_property, theora_parse_munge_granulepos)
14081         (theora_parse_push_buffer, theora_parse_change_state):
14082         API: GstTheoraParse::synchronization-points
14083         Add a property 'synchronization-points' to fix badly synchronized oggs.
14084
14085 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * tests/check/Makefile.am:
14088         * tests/check/libs/.cvsignore:
14089         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14090         (fixed_caps_have_channel_positions), (GST_START_TEST),
14091         (audio_suite), (main):
14092           Add a few tests for the channel position stuff in libgstaudio.
14093
14094 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14097         (gst_alsa_detect_channels):
14098         * ext/alsa/gstalsasink.c:
14099           Add support for cards that (only) do more than 8 channels,
14100           like the Delta 44 (#345188).
14101
14102         * gst-libs/gst/audio/multichannel.c:
14103         (gst_audio_check_channel_positions):
14104         * gst-libs/gst/audio/multichannel.h:
14105           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14106           unspecified channel position and cannot be combined with any
14107           of the other audio channel positions; adjust position layout
14108           checks accordingly (#345188).
14109
14110 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14113           Recognise ancient RealAudio files (see #349779).
14114
14115 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14116
14117         Patch by: Jens Granseuer  <jensgr at gmx net>
14118
14119         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14120           Add typefinder for Interplay's MVE format (#348973).
14121
14122 2006-08-02  Wim Taymans  <wim@fluendo.com>
14123
14124         Patch by: Marcel Moreaux <marcelm at luon dot net>
14125
14126         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14127         (gst_base_rtp_depayload_add_to_queue):
14128         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14129         Handle RTP sequence number rollover.
14130         Disable jitterbuffer by default.
14131
14132 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14133
14134         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14135         (audioresample_set_caps):
14136         Don't leak references to the incoming caps. Clean them up when
14137         stopping.
14138
14139         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14140         (gst_video_scale_finalize):
14141         Don't leak our temporary pixel buffer.
14142
14143         * tests/check/Makefile.am:
14144         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14145         (GST_START_TEST), (simple_launch_lines_suite):
14146
14147         Fix leaks and re-enable the test for valgrind checking.
14148
14149 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         Patch by: Sjoerd Simons  <sjoerd at luon net>
14152
14153         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14154         (plugin_init):
14155           Add typefind function for multipart/x-mixed-replace (#348916).
14156
14157 2006-07-28  Wim Taymans  <wim@fluendo.com>
14158
14159         * gst/adder/gstadder.c: (gst_adder_setcaps),
14160         (gst_adder_query_duration):
14161         Fix leak in duration query.
14162         Reflow some docs and notes.
14163
14164 2006-07-28  Michael Smith  <msmith@fluendo.com>
14165
14166         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14167         (vorbisenc_suite):
14168           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14169           aspect of it.
14170
14171 2006-07-28  Michael Smith  <msmith@fluendo.com>
14172
14173         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14174         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14175         (gst_vorbis_enc_push_buffer),
14176         (gst_vorbis_enc_buffer_check_discontinuous),
14177         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14178         * ext/vorbis/vorbisenc.h:
14179           Handle discontinuities in the input vorbis stream correctly,
14180           so that the output is properly timestamped (and has good granulepos
14181           values). Needs some oggmux fixes too.
14182
14183 2006-07-27  Wim Taymans  <wim@fluendo.com>
14184
14185         patch by: Kai Vehmanen <kv2004 eca cx>
14186
14187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14188         (gst_base_rtp_depayload_chain),
14189         (gst_base_rtp_depayload_handle_sink_event),
14190         (gst_base_rtp_depayload_change_state):
14191         Don't send multiple newsegments with different formats.
14192         Fixes #348677.
14193
14194 2006-07-26  Wim Taymans  <wim@fluendo.com>
14195
14196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14197         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14198         Make seeking in ogg more accurate again by doing the more correct
14199         granuletime to stream time conversion.
14200
14201 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14204         (gst_multi_fd_sink_new_client):
14205           debug a little more understandably
14206           do not use goto as a substitute for break, especially if
14207           break is also being used
14208
14209 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14212         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14213           Remove GLib-2.6 compatibility cruft.
14214
14215 2006-07-24  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst-libs/gst/audio/gstbaseaudiosink.c:
14218         (gst_base_audio_sink_render):
14219         Don't try to align a sample to an unknown value.
14220
14221 2006-07-24  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst-libs/gst/audio/gstbaseaudiosink.c:
14224         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14225         When the audio clock is slaved to another clock, never try to align
14226         samples but trust the rate interpolation algorithm.
14227
14228 2006-07-24  Wim Taymans  <wim@fluendo.com>
14229
14230         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14231         Don't try to calculate silence samples, base class does this much
14232         better now.
14233
14234         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14235         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14236         (gst_ring_buffer_acquire):
14237         Calculate silence samples correctly.
14238
14239         * gst-libs/gst/audio/gstringbuffer.h:
14240         Add _CAST macro.
14241
14242 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14245           Limit search for the first markup tag to the first few kB of
14246           the file. If we don't find one there, it's highly unlikely that
14247           this is an XML(-ish) file.
14248
14249 2006-07-21  Andy Wingo  <wingo@pobox.com>
14250
14251         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14252         test to the one in vorbisenc. Also commented out.
14253
14254         * tests/check/pipelines/vorbisenc.c: 
14255         (test_discontinuity): New test, commented out until Mike lands
14256         some elite vorbisenc patches.
14257
14258         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14259         Bufferstraw was actually factored out of these tests. Now we share
14260         code yay.
14261
14262         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14263         for bufferstraw addition to gstcheck.
14264
14265 2006-07-21  Wim Taymans  <wim@fluendo.com>
14266
14267         * ext/theora/theoradec.c: (clip_buffer):
14268         Better clipping.
14269
14270 2006-07-21  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14273         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14274         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14275         Fix leak.
14276         Avoid type casting when we can.
14277
14278         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14279         Fix mem leak.
14280
14281 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14282
14283         * ext/alsa/gstalsamixerelement.c:
14284         (gst_alsa_mixer_element_change_state):
14285           Make state change fail if the specified device can't be opened
14286           for some reason.
14287
14288 2006-07-20  Wim Taymans  <wim@fluendo.com>
14289
14290         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14291         (cb_newpad), (main):
14292         Example of a small audio/video player using decodebin.
14293
14294 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * gst-libs/gst/riff/riff-ids.h:
14297           Add 'fact' chunk id
14298
14299 2006-07-19  Wim Taymans  <wim@fluendo.com>
14300
14301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14302         (gst_base_rtp_depayload_chain),
14303         (gst_base_rtp_depayload_change_state):
14304         Don't assert when not negotiated but post a meaningfull 
14305         error message. Fixes #347918.
14306
14307         * gst-libs/gst/rtp/gstbasertppayload.c:
14308         Add comment about better default MTU size.
14309
14310         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14311         Small cleanups, start docs.
14312
14313 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14314
14315         Patch by: Martin Szulecki
14316
14317         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14318           If "device-name" is requested and the device is not
14319           open, try to temporarily open it to obtain this
14320           information (#342494).
14321
14322 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14323
14324         * gst-libs/gst/tag/gstid3tag.c:
14325           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14326
14327         * gst-libs/gst/tag/gsttageditingprivate.h:
14328         * gst-libs/gst/tag/gstvorbistag.c:
14329           Some more random const-ifications.
14330
14331 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14332
14333         * gst-libs/gst/riff/riff-ids.h:
14334         * gst-libs/gst/riff/riff-media.c:
14335         (gst_riff_create_video_template_caps):
14336           Add more FOURCCs (sort list to make stuff easier to find),
14337           add comment what those 16 bytes in struct _gst_riff_strh according to
14338           one avi-dumper are
14339
14340 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         * gst-libs/gst/audio/multichannel.c:
14343         (gst_audio_check_channel_positions),
14344         (gst_audio_fixate_channel_positions):
14345           Const-ify two arrays.
14346
14347 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14348
14349         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14350           Fix typo, so that alsasink also advertises 8 channels
14351           if that's supported (tags: can, worms, open, alsa, ph34r).
14352
14353 2006-07-17  Wim Taymans  <wim@fluendo.com>
14354
14355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14356         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14357         *sigh*, when is the compiler going to warn when the comments
14358         are out-of-sync with the code.. Refix case of busted theora
14359         headers with 0 granule pos.
14360
14361 2006-07-14  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14364         (gst_base_rtp_depayload_wait),
14365         (gst_base_rtp_depayload_change_state),
14366         (gst_base_rtp_depayload_set_property),
14367         (gst_base_rtp_depayload_get_property):
14368         Fix 99% cpu load by waiting for absolute times on the
14369         clock. Fixes #347300.
14370
14371 2006-07-14  Andy Wingo  <wingo@pobox.com>
14372
14373         * ext/theora/gsttheoraparse.h: 
14374         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14375         (theora_parse_push_headers, theora_parse_clear_queue)
14376         (theora_parse_drain_queue_prematurely, )
14377         (theora_parse_sink_event, theora_parse_change_state): Queue events
14378         until we initialized our state, like in vorbisparse.
14379
14380         * ext/vorbis/vorbisparse.h: 
14381         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14382         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14383         (vorbis_parse_drain_queue_prematurely, )
14384         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14385         until we have initialized our state. Fixes seeking after an
14386         initial pad block.
14387
14388 2006-07-14  Andy Wingo  <wingo@pobox.com>
14389
14390         Patch by: Iain Holmes <iaingnome@gmail.com>
14391         
14392         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14393
14394 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14395
14396         * configure.ac:
14397         Bump nano back to CVS
14398
14399 === release 0.10.9 ===
14400
14401 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14402
14403         * configure.ac:
14404           releasing 0.10.9, "I walk the line"
14405
14406 2006-07-14  Michael Smith  <msmith@fluendo.com>
14407
14408         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14409           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14410           (commonly happens when running this test under valgrind) when trying
14411           to remove the buffer probe.
14412
14413 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14414
14415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14416         Fix missing g_unlock from the previous commit
14417
14418 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14419
14420         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14421         (gst_ximagesink_change_state):
14422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14423         (gst_xvimagesink_change_state):
14424         Implement a locking order to ensure we always take the object lock
14425         before the x_lock and never vice-versa.
14426
14427 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14428
14429         * gst/playback/gstdecodebin.c: (find_compatibles):
14430         Fix a caps leak when linking (#347304)
14431
14432         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14433         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14434         (gst_ximagesink_change_state):
14435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14436         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14437         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14438         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14439         Don't leak shared memory resources. Use the object lock to protect
14440         against the xcontext disappearing while returning a buffer from the
14441         pipeline. (#347304)
14442
14443 2006-07-12  Edward Hervey  <edward@fluendo.com>
14444
14445         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14446         (vorbis_handle_comment_packet):
14447         gst_tag_list_merge() returns a new object. Take that into account when
14448         using it. This avoids memleak.
14449         Revert previous commit which is not needed.
14450
14451 2006-07-12  Edward Hervey  <edward@fluendo.com>
14452
14453         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14454         Reset the decoder in finalize so that all fields get cleared.
14455
14456 2006-07-12  Wim Taymans  <wim@fluendo.com>
14457
14458         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14459         (gst_base_audio_src_set_clock),
14460         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14461         Don't try to post an error message when setting the clock fails
14462         as this can happen when adding an element to a bin which will then
14463         deadlock. Fixes #347296.
14464
14465 2006-07-12  Edward Hervey  <edward@fluendo.com>
14466
14467         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14468         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14469         (vorbis_handle_type_packet):
14470         Post tag messages on the bus even if we're not initialized.
14471         If we're not initialized, we still postpone the event pushing of tags.
14472
14473 2006-07-12  Wim Taymans  <wim@fluendo.com>
14474
14475         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14476         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14477         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14478         Revert last two changes that broke the freeze.
14479
14480 2006-07-12  Wim Taymans  <wim@fluendo.com>
14481
14482         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14483         basesink calculates silence sample correctly for us.
14484
14485 2006-07-12  Wim Taymans  <wim@fluendo.com>
14486
14487         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14488         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14489         Calculate correct silence samples so we don't fill our ringbuffer
14490         with noise.
14491
14492 2006-07-12  Edward Hervey  <edward@fluendo.com>
14493
14494         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14495         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14496         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14497         * ext/vorbis/vorbisdec.h:
14498         Delay sending events (newsegment, tags) until the decoder is properly
14499         initialized.
14500         Fixes #347295
14501
14502 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14503
14504         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14505         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14506           Patch from #347221 adding a test for audioconvert
14507           channel remappings.
14508
14509 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14512         (gst_ssa_parse_parse_line):
14513           Don't include the terminating NUL in the buffer size,
14514           it's only there for extra paranoia (would add random
14515           '*' characters at the end of each subtitle since the
14516           terminator itself is not valid UTF-8 technically).
14517           Also fix indenting after boilerplate macro.
14518
14519 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * gst/playback/gstdecodebin.c: (close_pad_link):
14522           Also emit 'unknown-type' signal (which should really be
14523           called unhandled-type) if we found potential decoders/demuxers
14524           in the registry but none of them worked in the end (as in the
14525           case where the plugins don't exist any longer but are still
14526           listed in the registry). Fixes #329798.
14527
14528 2006-07-08  Andy Wingo  <wingo@pobox.com>
14529
14530         * theoraparse.c (theora_parse_push_buffer)
14531         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14532         Add some more debugging. Fix granulepos reconstruction in the face
14533         of discontinuities.
14534
14535 2006-07-06  Wim Taymans  <wim@fluendo.com>
14536
14537         * gst-libs/gst/audio/gstbaseaudiosink.c:
14538         (gst_base_audio_sink_class_init),
14539         (gst_base_audio_sink_provide_clock):
14540         Use gobject_class instead of G_OBJECT_CLASS (klass)
14541
14542         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14543         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14544         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14545         (gst_base_audio_src_get_time),
14546         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14547         (gst_base_audio_src_create_ringbuffer):
14548         Fix latency and buffer-time constants and properties ala basesink.
14549         Implement pull based scheduling. Fixes #346527.
14550         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14551         one segment.
14552         Refuse slaving to another clock instead of silently not working.
14553         Only provide a clock when we are actually able to do so.
14554         Various small cleanups and compiler hints.
14555
14556 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14557
14558         Patch by: Lutz Mueller <lutz at topfrose de>
14559
14560         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14561         (plugin_init):
14562           Add typefinding for text/html (#346581).
14563
14564 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14567         (xml_check_first_element), (xml_type_find), (smil_type_find):
14568           Fix SMIL typefinding, make xml_check_first_element() more
14569           useful.
14570
14571 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14572
14573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14574         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14575         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14576         * gst/playback/gstplaybasebin.h:
14577           Protect list of elements with a subtitle-encoding property and
14578           the subtitle encoding member itself with a lock of their own
14579           instead of using the object lock. This prevents a dead-lock in
14580           the element-remove callback in some circumstances when shutting
14581           down playbin.
14582
14583 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14584
14585         * win32/common/libgsttag.def:
14586         Export some new functions.
14587         * win32/vs6/libgstogg.dsp:
14588         Add a link to libgsttag-0.10.lib.
14589
14590 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14591
14592         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14593           Some const-ification.
14594
14595 2006-07-04  Wim Taymans  <wim@fluendo.com>
14596
14597         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14598         Improve checking if we are dealing with a stream. Added some
14599         more uris that need buffering.
14600
14601 2006-07-03  Edward Hervey  <edward@fluendo.com>
14602
14603         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14604         Remove unused variable.
14605
14606 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14607
14608         * Makefile.am:
14609           include lcov.mak
14610         * configure.ac:
14611           add GCOV_LIBS to GST_LIBS
14612
14613 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14616
14617         * ext/alsa/gstalsasrc.c:
14618           Add 32 bps to template caps and increase channels range
14619           from [1,2] to [1,MAX]. See #346326.
14620
14621 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14624           Recognise 'WMVA' video codec fourcc (#345879).
14625           
14626 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14627          
14628         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14629           Fixed nasty memory leak
14630
14631 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14632
14633         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14634         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14635           fix logging
14636
14637 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14638
14639         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14640         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14641         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14642         Protect remove_fakesink using a mutex, so that we don't try and
14643         remove the fakesink simultaneously from multiple threads.
14644
14645         When going from READY to PAUSED, restore the fakesink, so that
14646         it is there when decodebin gets reused.
14647
14648 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14652         * gst-libs/gst/rtp/gstbasertppayload.c:
14653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14654         * gst/tcp/gstmultifdsink.c:
14655         * gst/tcp/gsttcpclientsink.c:
14656         * gst/tcp/gsttcpclientsrc.c:
14657         * gst/tcp/gsttcpserversink.c:
14658         * gst/tcp/gsttcpserversrc.c:
14659         * gst/videorate/gstvideorate.c:
14660         * gst/videotestsrc/gstvideotestsrc.c:
14661         * sys/v4l/gstv4ljpegsrc.c:
14662         * sys/v4l/gstv4lmjpegsink.c:
14663         * sys/v4l/gstv4lsrc.c:
14664         * tests/examples/seek/scrubby.c:
14665         * tests/examples/seek/seek.c:
14666           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14667
14668 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14669
14670         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14671           Second field in GEnumValue shouldn't be a description,
14672           but a stringified version of the enum value.
14673
14674 2006-06-22  Wim Taymans  <wim@fluendo.com>
14675
14676         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14677         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14678         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14679         Avoid type checking in buffer casts.
14680         Avoid caps copy in buffer_alloc when we can.
14681         Use pad_peer_accept.
14682
14683 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14684
14685         * gst-libs/gst/tag/tag.h:
14686           Oops, make that 'Since: 0.10.9'.
14687
14688 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         * docs/libs/gst-plugins-base-libs-sections.txt:
14691         * gst-libs/gst/tag/tag.h:
14692         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14693         (gst_tag_image_type_get_type):
14694           API: add GstTagImageType enum to describe images contained
14695           in image tags (#345641).
14696
14697 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14700           Fix warnings with gst-inspect: "buffers-min" property
14701           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14702           typo in property description.
14703
14704 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         Patch by: Cody Russell <bratsche at gnome org>
14707
14708         * gst/audioresample/gstaudioresample.c:
14709         (gst_audioresample_class_init):
14710         * gst/playback/gststreamselector.c:
14711         (gst_stream_selector_class_init):
14712         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14713         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14714         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14715         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14716         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14717         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14718         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14719         * gst/videotestsrc/gstvideotestsrc.c:
14720         (gst_video_test_src_class_init):
14721         * gst/volume/gstvolume.c: (gst_volume_class_init):
14722           Avoid unnecessary class cast check in class_init
14723           functions (#337747).
14724
14725 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14728         (gst_text_overlay_video_chain):
14729           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14730           and doesn't validate its input either (and neither did
14731           textoverlay it seems). Let's do that then and fix #345206.
14732
14733 2006-06-19  Wim Taymans  <wim@fluendo.com>
14734
14735         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14736         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14737         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14738         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14739         (find_syncframe), (find_limits), (assign_value),
14740         (count_burst_unit), (gst_multi_fd_sink_new_client),
14741         (gst_multi_fd_sink_handle_client_write),
14742         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14743         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14744         (gst_multi_fd_sink_change_state):
14745         * gst/tcp/gstmultifdsink.h:
14746         Added shiny new burst-on-connect methods.
14747         Add properties to control the minimal amount of data queued.
14748         Small cleanups.
14749         API: bytes-min property
14750         API: time-min property
14751         API: buffers-min property
14752         API: burst-unit property
14753         API: burst-value property
14754         API: add-full signal
14755
14756         * gst/tcp/gsttcp-marshal.list:
14757         Added new marshaller code for the new signal.
14758
14759         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14760         (multifdsink_suite):
14761         Added testcases for new burst methods.
14762
14763 2006-06-19  Edward Hervey  <edward@fluendo.com>
14764
14765         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14766         Implement clipping for accurate seeking.
14767         Closes #345225
14768
14769 2006-06-19  Wim Taymans  <wim@fluendo.com>
14770
14771         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14772
14773         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14774         (gst_video_scale_transform):
14775         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14776
14777 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14778
14779         * configure.ac:
14780           Fix --disable-external (can't set conditionals conditionally,
14781           #343602).
14782
14783 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14784
14785         * tests/check/elements/audioresample.c: (test_reuse),
14786         (audioresample_suite):
14787           Add test case for bug #342789 fixed below.
14788
14789 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * gst/audioresample/gstaudioresample.c:
14792         (gst_audioresample_class_init), (gst_audioresample_init),
14793         (audioresample_start), (audioresample_stop),
14794         (gst_audioresample_set_property), (gst_audioresample_get_property):
14795           Implement GstBaseTransform::start and ::stop so that audioresample
14796           can clear its internal state properly and be reused instead of
14797           causing non-negotiated errors with playbin under some circumstances
14798           (#342789).
14799
14800         * tests/check/elements/audioresample.c: (setup_audioresample),
14801         (cleanup_audioresample):
14802           Need to set element state here so that ::start and ::stop are
14803           called.
14804
14805 2006-06-16  Wim Taymans  <wim@fluendo.com>
14806
14807         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14808
14809         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14810         Parse extra data better, apparently it's right behind
14811         the normal strf header size. Fixes #343500.
14812
14813 2006-06-16  Wim Taymans  <wim@fluendo.com>
14814
14815         * ext/alsa/gstalsasink.c: (set_hwparams):
14816         If we fail to set the buffer_time and period_time alsa
14817         parameters, post a warning and leave alsa select a 
14818         default instead of failing. Fixes #342085
14819
14820 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * docs/libs/gst-plugins-base-libs-sections.txt:
14823         * gst-libs/gst/cdda/gstcddabasesrc.h:
14824           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14825           out in the header file and shouldn't be listed in the docs.
14826
14827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14828           Must dereference pointer to fourcc in the debug statement.
14829
14830 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14831
14832         * docs/libs/Makefile.am:
14833         * docs/libs/gst-plugins-base-libs-docs.sgml:
14834         * docs/libs/gst-plugins-base-libs-sections.txt:
14835         * docs/libs/gst-plugins-base-libs.types:
14836         add remaining symbols into correct setions
14837         
14838         * gst-libs/gst/audio/gstringbuffer.c:
14839         fix incomplete docs
14840         
14841         * gst-libs/gst/audio/gstringbuffer.h:
14842         comment out not yet implemented function
14843         
14844         
14845         * gst-libs/gst/floatcast/floatcast.h:
14846         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14847         add short descriptions
14848         
14849         
14850         * gst-libs/gst/interfaces/propertyprobe.c:
14851         fix return value docs   
14852         
14853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14854         simplify debug logging
14855         
14856         * gst-libs/gst/riff/riff-read.h:
14857         sync function prototype and docs
14858         
14859         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14860         remove left over symbol
14861
14862 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14863
14864         * autogen.sh:
14865         * configure.ac:
14866         * docs/Makefile.am:
14867           Use GST_PLUGIN_DOCS macro in configure.ac, add
14868           --enable-plugin-docs default to autogen.sh and use
14869           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14870
14871 2006-06-15  Wim Taymans  <wim@fluendo.com>
14872
14873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14874         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14875         (gst_ogg_demux_loop):
14876         Combine GstFlowReturn from the source pads to give a
14877         meaningfull result to the upstream peer or to stop the
14878         processing task in case of errors.
14879
14880 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14881
14882         * gst/playback/gststreaminfo.c: (cb_probe):
14883           Try GST_TAG_CODEC as fallback when extracting the
14884           codec name; more debug info.
14885
14886 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14887
14888         * ext/ogg/Makefile.am:
14889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14890           Extract language tags from ogm subtitle streams, so that
14891           the subtitle menu choices are labelled correctly in
14892           Totem (fixes #344708).
14893
14894 2006-06-14  Wim Taymans  <wim@fluendo.com>
14895
14896         Patch by: Alessandro Decina <alessandro at nnva dot org>
14897
14898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14899         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14900         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14901         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14902         Fix various leaks. Fixes #343699.
14903         Add x-smoke mime type.
14904
14905 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * gst-libs/gst/riff/riff-ids.h:
14908           Add IDs for 'bext' chunks (see #343837).
14909
14910 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         Patch by: Young-Ho Cha  <ganadist at chollian net>
14913
14914         * gst/subparse/samiparse.c: (sami_context_pop_state),
14915         (handle_start_font), (end_sami_element):
14916           Honour font face tags in SAMI subtitles (#344503).
14917
14918 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14919
14920         * po/POTFILES.in:
14921           add missing files containing translatable strings
14922
14923 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14924
14925         * docs/libs/tmpl/.cvsignore:
14926           we don't want those *.sgml files in CVS either
14927
14928 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14929
14930         * docs/libs/.cvsignore:
14931         * tests/check/elements/.cvsignore:
14932         * tests/check/libs/.cvsignore:
14933           ignore more
14934
14935 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14936
14937         * docs/libs/Makefile.am:
14938           also commiting the changed Makefile.am (added more libs to the
14939           doc-build)
14940
14941 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14942
14943         * docs/libs/gst-plugins-base-libs-docs.sgml:
14944         * docs/libs/gst-plugins-base-libs-sections.txt:
14945         * docs/libs/gst-plugins-base-libs.types:
14946           first batch of reordering things, add index & hierarchy
14947
14948 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14949
14950         * configure.ac:
14951           use GST_PKG_CHECK_MODULES, cleans up output
14952
14953 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14954
14955         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14956           Add support for burn:// URIs (#343385); const-ify things a bit,
14957           use G_N_ELEMENTS instead of hard-coded array size.
14958
14959 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14960
14961         Patch by: Young-Ho Cha  <ganadist at chollian net>
14962
14963         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14964           Fix up broken entities before passing them to libxml *sigh*.
14965           (#343303).
14966           
14967 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14968
14969         * configure.ac:
14970           back to TRUNK
14971
14972 === release 0.10.8 ===
14973
14974 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14975
14976         * configure.ac:
14977           releasing 0.10.8, "Moar gij ziet mij nie"
14978
14979 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14980
14981         * configure.ac:
14982         * po/af.po:
14983         * po/az.po:
14984         * po/cs.po:
14985         * po/en_GB.po:
14986         * po/hu.po:
14987         * po/it.po:
14988         * po/nb.po:
14989         * po/nl.po:
14990         * po/or.po:
14991         * po/sq.po:
14992         * po/sr.po:
14993         * po/sv.po:
14994         * po/uk.po:
14995         * po/vi.po:
14996         * win32/common/config.h:
14997           0.10.7.2 prerelease
14998
14999 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15000
15001         * docs/libs/tmpl/gstaudio.sgml:
15002         * docs/libs/tmpl/gstcolorbalance.sgml:
15003         * docs/libs/tmpl/gstmixer.sgml:
15004         * docs/libs/tmpl/gstringbuffer.sgml:
15005         * docs/libs/tmpl/gsttuner.sgml:
15006         * docs/libs/tmpl/gstxoverlay.sgml:
15007         * gst-libs/gst/audio/audio.c:
15008         * gst-libs/gst/audio/gstringbuffer.c:
15009         * gst-libs/gst/interfaces/colorbalance.c:
15010         * gst-libs/gst/interfaces/mixer.c:
15011         * gst-libs/gst/interfaces/tuner.c:
15012         * gst-libs/gst/interfaces/xoverlay.c:
15013           move last template doc snippets to source code and delete them
15014
15015 2006-06-06  Michael Smith  <msmith@fluendo.com>
15016
15017         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15018         (theora_parse_drain_queue):
15019           Mark DELTA_UNIT on non-keyframes.
15020
15021 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15022
15023         * gst-libs/gst/audio/gstbaseaudiosink.c:
15024         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15025         * gst-libs/gst/audio/gstbaseaudiosink.h:
15026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15027         (gst_ring_buffer_samples_done):
15028         * gst-libs/gst/audio/gstringbuffer.h:
15029         Document better the fact that latency_time and buffer_time are values
15030         stored in microseconds, and not the usual GStreamer nanoseconds.
15031         Change the variables (compatibly) that store them from GstClockTime 
15032         to guint64 to make it more clear that they're not storing clock times.
15033         Also, remove the bogus property description that says the user can
15034         specify -1 to get the default value, since that's never been the case.
15035
15036         When computing the default segment size for the ring buffer, make it
15037         an integer number of samples.
15038
15039         When the sub-class indicates a delay greater than the number of
15040         samples we've written return 0 from the audio sink get_time method.
15041
15042 2006-06-02  Michael Smith  <msmith@fluendo.com>
15043
15044         * tests/check/elements/audioconvert.c: (set_channel_positions),
15045         (get_float_mc_caps), (get_int_mc_caps):
15046         * tests/check/elements/audioresample.c:
15047         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15048         * tests/check/elements/videorate.c:
15049         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15050         * tests/check/elements/volume.c:
15051         * tests/check/elements/vorbisdec.c:
15052         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15053           Don't busy-wait in tests; this was causing test timeouts very
15054           frequently when running under valgrind.
15055
15056 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15057
15058         * gst/tcp/README:
15059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15060         (gst_multi_fd_sink_remove_client_link),
15061         (gst_multi_fd_sink_client_queue_caps),
15062         (gst_multi_fd_sink_client_queue_buffer),
15063         (gst_multi_fd_sink_handle_client_write),
15064         (gst_multi_fd_sink_render):
15065         * gst/tcp/gstmultifdsink.h:
15066           make multifdsink properly deal with streamheader:
15067           - streamheader is taken from caps
15068           - buffers marked with IN_CAPS are not sent
15069           - streamheaders are sent, on connection, from the caps of the
15070             buffer where the client gets positioned to
15071           - further streamheader changes are done every time the client
15072             will receive a buffer with different caps
15073         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15074         (gst_multifdsink_create_streamheader):
15075           add tests for this
15076
15077 2006-06-02  Michael Smith  <msmith@fluendo.com>
15078
15079         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15080           Reinstate limit on channel count. Vorbis does not define the meaning
15081           of > 6 channels, so they're just independent channels. Gstreamer
15082           currently has no mechanism to represent N independent channels.
15083
15084 2006-06-02  Michael Smith  <msmith@fluendo.com>
15085
15086         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15087           Don't arbitrarily restrict channel counts and rate in vorbis.
15088           In terms of effects likely on real-world files, this fixes 96kHz
15089           playback of vorbis.
15090
15091 2006-06-02  Michael Smith  <msmith@fluendo.com>
15092
15093         * gst/audioconvert/audioconvert.c: (float):
15094           More correct float->int conversion.
15095
15096 2006-06-02  Michael Smith  <msmith@fluendo.com>
15097
15098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15099           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15100           value. Fixes g-critical on trying to play back ogg containing
15101           unknown codec.
15102
15103 2006-06-02  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15106         (setup_source):
15107         * gst/playback/gstplaybasebin.h:
15108         Make the subtitle detection work from any thread so we don't
15109         deadlock. Fixes #343397.
15110
15111 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15112
15113         * gst/volume/Makefile.am:
15114           Seriously, it's not *that* hard to get compilation right.  Even
15115           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15116
15117 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15118
15119         * gst/volume/gstvolume.c: (volume_choose_func),
15120         (volume_update_real_volume), (gst_volume_class_init),
15121         (gst_volume_init), (volume_process_float), (volume_process_int16),
15122         (volume_process_int16_clamp), (volume_set_caps),
15123         (volume_transform_ip), (plugin_init):
15124         * gst/volume/gstvolume.h:
15125         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15126         another property desc., remove unused param from process function
15127         
15128         * tests/check/elements/volume.c: (volume_suite):
15129         reactivate the passthrough test
15130
15131 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15132
15133         * ext/alsa/gstalsamixerelement.h:
15134         * ext/alsa/gstalsamixeroptions.h:
15135         * ext/alsa/gstalsamixertrack.h:
15136         * ext/gnomevfs/gstgnomevfssink.h:
15137         * ext/gnomevfs/gstgnomevfssrc.h:
15138         * ext/theora/gsttheoradec.h:
15139         * ext/theora/gsttheoraenc.h:
15140         * ext/theora/gsttheoraparse.h:
15141         * ext/vorbis/vorbisparse.h:
15142         * gst-libs/gst/audio/gstaudioclock.h:
15143         * gst-libs/gst/audio/gstaudiofilter.h:
15144         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15145         * gst/audioconvert/gstaudioconvert.h:
15146         * gst/audioresample/gstaudioresample.h:
15147         * gst/audiotestsrc/gstaudiotestsrc.h:
15148         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15149         * gst/playback/gststreamselector.h:
15150         * gst/tcp/gstmultifdsink.h:
15151         * gst/tcp/gsttcpclientsink.h:
15152         * gst/tcp/gsttcpclientsrc.h:
15153         * gst/tcp/gsttcpserversink.h:
15154         * gst/tcp/gsttcpserversrc.h:
15155         * gst/videorate/gstvideorate.h:
15156         * gst/videoscale/gstvideoscale.h:
15157         * gst/videotestsrc/gstvideotestsrc.h:
15158         * gst/volume/gstvolume.h:
15159         * sys/v4l/gstv4ljpegsrc.h:
15160         * sys/v4l/gstv4lmjpegsink.h:
15161         * sys/v4l/gstv4lmjpegsrc.h:
15162         * sys/v4l/gstv4lsrc.h:
15163         * sys/ximage/ximagesink.h:
15164         * sys/xvimage/xvimagesink.h:
15165         * tests/old/testsuite/alsa/sinesrc.h:
15166         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15167
15168 2006-05-31  Wim Taymans  <wim@fluendo.com>
15169
15170         * ext/libvisual/visual.c: (gst_visual_reset),
15171         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15172         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15173         Handle DISCONT.
15174         Use running time before doing QoS.
15175         Handle mono too.
15176
15177 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15178
15179         * docs/libs/Makefile.am:
15180           set a magic variable to indicate we know the docs are incomplete
15181
15182 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15183
15184         * win32/common/libgstvideo.def:
15185           export gst_video_calculate_display_ratio
15186         * win32/vs6/libgstvideoscale.dsp:
15187           add link to libgstvideo-0.10.lib
15188
15189 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/playback/gstplaybasebin.c: (gen_source_element):
15192           Throw a more comprehensible error for rtsp:// URIs (rather
15193           than erroring out with a negotiation error later on) until
15194           we fix playbin to handle rtspsrc etc.
15195
15196 2006-05-30  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15199         (gst_text_overlay_text_event):
15200         Added some FIXMEs.
15201
15202 2006-05-30  Wim Taymans  <wim@fluendo.com>
15203
15204         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15205         (gst_adder_request_new_pad), (gst_adder_release_pad):
15206         * gst/adder/gstadder.h:
15207         Implement release_request_pad.
15208         Make padcounter atomic.
15209
15210         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15211         Added check for release_pad in adder.
15212
15213 2006-05-30  Wim Taymans  <wim@fluendo.com>
15214
15215         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15216         Fix build again.
15217
15218 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15221         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15222         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15223         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15224         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15225         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15226         (gst_ogg_demux_bisect_forward_serialno),
15227         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15228         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15229           add more debugging
15230           clean up printf formats for granulepos and serialno
15231
15232 2006-05-30  Michael Smith  <msmith@fluendo.com>
15233
15234         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15235         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15236         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15237         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15238         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15239         * ext/vorbis/vorbisenc.h:
15240           Multi-channel caps negotiation, so we can do proper multichannel
15241           vorbis encoding, negotiated through audioconvert.
15242
15243 2006-05-30  Wim Taymans  <wim@fluendo.com>
15244
15245         * tests/check/elements/adder.c: (test_event_message_received),
15246         (test_play_twice_message_received), (GST_START_TEST),
15247         (adder_suite):
15248         Added check to show that #339935 is fixed with ongoing
15249         adder and collectpads fixes.
15250
15251 2006-05-29  Wim Taymans  <wim@fluendo.com>
15252
15253         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15254         Don't leak pad name.
15255
15256 2006-05-29  Wim Taymans  <wim@fluendo.com>
15257
15258         * gst/adder/gstadder.c: (gst_adder_query_duration),
15259         (forward_event_func), (forward_event), (gst_adder_src_event):
15260         Fix adder seeking.
15261         Make query/seeking code threadsafe.
15262
15263         * tests/check/Makefile.am:
15264         * tests/check/elements/adder.c: (test_event_message_received),
15265         (GST_START_TEST), (test_play_twice_message_received):
15266         Fix adder test case.
15267
15268 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         Patch by: Young-Ho Cha  <ganadist at chollian net>
15271
15272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15273         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15274         (set_encoding_element), (decodebin_element_added_cb),
15275         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15276         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15277         * gst/playback/gstplaybasebin.h:
15278           Add 'subtitle-encoding' property to playbin, so applications can
15279           force a subtitle encoding for non-UTF8 subtitles (#342268).
15280
15281         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15282         (gst_sub_parse_set_property):
15283           Rename recently-added 'encoding' property to 'subtitle-encoding'
15284           (so it can be proxied by playbin/decodebin in a generic way
15285           with less danger of false positives).
15286
15287 2006-05-29  Michael Smith  <msmith@fluendo.com>
15288
15289         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15290         (append_with_other_format), (set_structure_widths),
15291         (gst_audio_convert_transform_caps):
15292           Patch from #341562: give more specific audio caps in get_caps, so
15293           that basetransform  can make better decisions on what caps to
15294           negotiate.
15295
15296 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15297
15298         * tests/check/elements/volume.c:
15299         make it compile again
15300
15301 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15302
15303         * tests/check/elements/volume.c: (volume_suite):
15304         disable test until #343196 gets resolved
15305
15306 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15307
15308         * gst/adder/gstadder.c: (gst_adder_get_type):
15309         Make it easier to copy&paste
15310         
15311         * gst/volume/Makefile.am:
15312         * gst/volume/gstvolume.c: (volume_update_real_volume),
15313         (gst_volume_set_volume), (gst_volume_set_mute),
15314         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15315         (volume_transform_ip), (volume_update_mute),
15316         (volume_update_volume):
15317         * gst/volume/gstvolume.h:
15318         Add own debug category, move duplicate code to helper function, fix
15319         property texts, add more comments and prepare ffor liboil-goodness
15320         
15321         * tests/check/Makefile.am:
15322         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15323         add test for mute and passtrough case, be a bit more verbose to track
15324         failure
15325         
15326         * tests/check/generic/states.c: (GST_START_TEST):
15327         catch elements that fail to instantiate
15328
15329 2006-05-28  Edward Hervey  <edward@fluendo.com>
15330
15331         * tests/check/pipelines/simple-launch-lines.c:
15332         * tests/check/pipelines/theoraenc.c:
15333         * tests/check/pipelines/vorbisenc.c:
15334         Comment out tests using parse_launch() if core was built without
15335         parsing capabilities.
15336
15337 2006-05-27  Edward Hervey  <edward@fluendo.com>
15338
15339         * tests/check/Makefile.am:
15340         Extra bonus points for whoever explains to ensonic that you are meant
15341         to test unit tests thoroughly before commiting them, especially if
15342         you know it's going to break.
15343         De-activated element/adder tests.
15344
15345 2006-05-27  Edward Hervey  <edward@fluendo.com>
15346
15347         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15348         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15349         Marking caps conversion issues as GST_WARNING is way too verbose,
15350         Moving them to GST_LOG.
15351
15352 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15353
15354         * README:
15355           Replace current README (containing the release notes from
15356           some 0.9.x version) with a proper README taken from the core.
15357
15358 2006-05-26  Wim Taymans  <wim@fluendo.com>
15359
15360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15361         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15362         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15363         (vorbis_dec_change_state):
15364         Small cleanups.
15365         Add some FIXMEs
15366         Clip output samples to segment boundaries.
15367
15368 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15369
15370         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15371         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15372         Improve the errors produced on bad output, including some human
15373         readable description strings.
15374         Handle the (theoretical for ximagesink) case where the XServer 
15375         has a different idea about the size required for a particular 
15376         frame and gives us too small a memory allocation.
15377
15378 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15379
15380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15381         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15382         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15383         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15384         Improve the errors produced on bad output, including some human 
15385         readable description strings.
15386         Handle RGB Xv formats properly by transforming them into our 
15387         big-endian caps description.
15388         Use gst_caps_truncate to ensure that we never try and choose a
15389         non-fixed caps in buffer_alloc.
15390         Handle the case where the XServer has a different idea about the size
15391         required for a particular frame and gives us too small a memory
15392         allocation.
15393         Use -1 to indicate 'no image format', because 0 is a valid XServer
15394         image format number.
15395         Put RGB Xv formats at the end of the caps, so that we always prefer
15396         YUV format frames.
15397         Iterate the available Xv Encodings to determine the maximum width and
15398         height, and then return that in our caps.
15399         (Closes #315312, #337544)
15400
15401 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15402
15403         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15404         When there is only one unfinished pad and it receives an event that
15405         doesn't match our requirements, we need to set alldone=FALSE so that
15406         the fakesink is not removed yet.
15407
15408 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15411           Use gst_type_find_helper_for_buffer() to find the type
15412           of stream from the first packet.
15413
15414         * configure.ac:
15415           Bump requirements to core CVS (needed for vorbis
15416           typefinding to work).
15417
15418 2006-05-24  Edward Hervey  <edward@fluendo.com>
15419
15420         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15421         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15422         contain.  Else they play perfectly fine with qtdemux.
15423
15424 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15425
15426         * ext/theora/theoradec.c:
15427         * ext/theora/theoraenc.c:
15428         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15429         * gst/audiorate/gstaudiorate.c:
15430           make more debug catagories static
15431         
15432         * tests/check/Makefile.am:
15433         * tests/check/elements/adder.c: (message_received),
15434         (test_event_message_received), (GST_START_TEST),
15435         (test_play_twice_message_received), (adder_suite):
15436           added test case for using element twice, extra bonus points for anyone
15437           who can make these test run reliably
15438
15439 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * ext/theora/theoradec.c: (theora_dec_chain):
15442           Make work with time-stamped input buffers that do not
15443           have a granulepos in BUFFER_OFFSET_END (like theora
15444           buffers coming from matroskademux). Fixes #342448.
15445
15446 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15447
15448         Patch by: Peter Kjellerstedt  <pkj at axis com>
15449
15450         * gst/tcp/Makefile.am:
15451           fdstresstest doesn't need Gtk+, fix compilation if 
15452           gtk is not available (#342566).
15453
15454 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15455          
15456         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15457           80 line columns
15458           Removed redundant floor()
15459
15460 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15463           On second thought, just skip JUNK chunks automatically, so
15464           the caller doesn't have to handle this. Fixes #342345.
15465           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15466           not GST_FLOW_ERROR.
15467
15468 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15471           Don't bail out on JUNK chunks with a size of 0 (would try to
15472           pull_range 0 bytes before, which sources don't like too much).
15473           See #342345.
15474
15475 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15476
15477         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15479         Use the gstutil scaling function to preserve 64 bits while calculating
15480         output width and height from the display-aspect-ratio. (A continuation
15481         of #341542)
15482
15483 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15484
15485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15486         (gst_xvimagesink_buffer_alloc):
15487         * sys/xvimage/xvimagesink.h:
15488         When performing buffer allocations, remember the caps and image format
15489         we return so that if the same caps are asked for next time we can
15490         return them immediately without doing any caps intersections.
15491
15492 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15493          
15494         * gst-libs/gst/rtp/README:
15495           Some new documentation
15496         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15497           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15498         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15499         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15500           New RTP audio base payloader class. Supports frame or sample based
15501           codecs.  Not enabled in Makefile.am until approved.
15502
15503 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * tests/check/elements/alsa.c: (test_device_property_probe):
15506           Fix test case: don't try to free NULL GValueArray when there
15507           are no devices.
15508
15509 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         * tests/check/Makefile.am:
15512         * tests/check/elements/alsa.c: (test_device_property_probe),
15513         (alsa_suite), (main):
15514           Add simple test that runs a device property probe on alsasrc,
15515           alsasink and alsamixer. Disable valgrind check for now (too
15516           many leaks in libasound, and valgrind ignored my suppressions
15517           additions).
15518
15519 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15522         (gst_alsa_device_property_probe_probe_property),
15523         (gst_alsa_device_property_probe_needs_probe),
15524         (gst_alsa_device_property_probe_get_values),
15525         (gst_alsa_type_add_device_property_probe_interface):
15526         * ext/alsa/gstalsadeviceprobe.h:
15527         * ext/alsa/gstalsamixerelement.c:
15528         (gst_alsa_mixer_element_init_interfaces):
15529         * ext/alsa/gstalsamixerelement.h:
15530           Clean up and simplify alsa device probing. Make it actually work
15531           for multiple classes. Don't cache results any longer.
15532
15533         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15534         (gst_alsasink_init):
15535         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15536         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15537         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15538           Make alsasink and alsasrc implement the GstPropertyProbe interface
15539           for device probing (#342181).
15540           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15541
15542 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gst/subparse/samiparse.c: (handle_start_font):
15545           Don't ignore return value of strtol (++compiler_happiness).
15546
15547 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         Patch by: Young-Ho Cha  <ganadist chollian net>
15550
15551         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15552         (gst_sub_parse_class_init), (gst_sub_parse_init),
15553         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15554         (convert_encoding):
15555         * gst/subparse/gstsubparse.h:
15556           Add 'encoding' property (#341681).
15557
15558         * gst/subparse/samiparse.c: (characters_sami):
15559           Output is pango markup, so we need to escape text
15560           between tags (#342143).
15561
15562 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         * gst-libs/gst/audio/multichannel.c:
15565         (gst_audio_check_channel_positions):
15566           It's okay to have caps with channels=1 and a channel position
15567           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15568           (deinterleavers might want to keep the position in the caps,
15569           so that they can be re-interleaved again properly later).
15570           Leave check for unexpected 2-channel layouts intact for now.
15571
15572 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15573
15574         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15575         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15576         basesrc can do its job correctly.
15577
15578 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * ext/alsa/Makefile.am:
15581         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15582         (gst_alsa_detect_formats), (get_channel_free_structure),
15583         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15584         (gst_alsa_probe_supported_formats):
15585         * ext/alsa/gstalsa.h:
15586         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15587           Refactor and improve caps probing code: probe signedness
15588           when we probe the supported formats/widths; set endianness
15589           to the one we actually probed for (ie. cpu endianness).
15590           
15591         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15592         (gst_alsasrc_close):
15593         * ext/alsa/gstalsasrc.h:
15594           Implement caps probing for alsasrc.
15595
15596 2006-05-15  Wim Taymans  <wim@fluendo.com>
15597
15598         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15599         (theora_dec_src_query), (theora_dec_src_event),
15600         (theora_dec_sink_event), (theora_handle_comment_packet),
15601         (theora_handle_data_packet), (theora_dec_change_state):
15602         Cleanups, add some G_LIKELY.
15603         Use segment helpers instead of our own wrong code.
15604         Clear queued buffers on seek and READY.
15605
15606         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15607         (vorbis_dec_convert), (vorbis_dec_src_query),
15608         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15609         (vorbis_handle_comment_packet), (vorbis_dec_push),
15610         (vorbis_handle_data_packet), (vorbis_dec_chain),
15611         (vorbis_dec_change_state):
15612         * ext/vorbis/vorbisdec.h:
15613         Remove old useless packetno variable.
15614         Do position query properly.
15615         Add some G_LIKELY.
15616         Do cleanup of queued buffers in new helper function
15617         and use it.
15618
15619 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15622           Query supported sample rates. Fixes #341732.
15623
15624 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15625
15626         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15627         (gst_decode_bin_change_state): Make decodebin reusable
15628         when going from PAUSE_TO_READY and then back to PAUSED.
15629         Fixes #331678.
15630
15631 2006-05-15  Wim Taymans  <wim@fluendo.com>
15632
15633         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15634         (vorbis_dec_convert), (vorbis_dec_src_query),
15635         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15636         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15637         (vorbis_dec_clean_queued), (vorbis_dec_push),
15638         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15639         Cleanups. Use refcounting and DEBUG_OBJECT.
15640         Reset segment on flush, use code methods instead of our
15641         own wrong version.
15642         Fix potential memleak.
15643
15644 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15647         (gst_alsasink_init):
15648         * ext/alsa/gstalsasink.h:
15649           Don't leak allocated snd_output_t structure if there's
15650           more than one alsasink instance at a time (#341873).
15651           Also fix GObject macros in header file.
15652           
15653 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * gst/subparse/gstsubparse.c:
15656         (gst_sub_parse_data_format_autodetect):
15657           Don't use libxml functions in the typefinding code.
15658
15659 2006-05-15  Wim Taymans  <wim@fluendo.com>
15660
15661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15662         Fix seeking performance in the case where a non-header 
15663         packet has a 0 granulepos (busted theora case). 
15664         Fixes #341719
15665         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15666          the first place, you limelight stealer you)
15667
15668 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * gst/subparse/gstsubparse.c:
15671         (gst_sub_parse_data_format_autodetect):
15672           Improve SAMI typefinding: handle case where there are
15673           whitespaces or newlines in front of the first <SAMI>
15674           tag (#169936).
15675
15676 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * configure.ac:
15679           Build video4linux plugin even if there's no XVIDEO, just
15680           without implementing the GstXOverlay interface (#334002).
15681          
15682 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15683
15684         * configure.ac:
15685         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15686         (plugin_init):
15687           Add tentative support for libvisual-0.4 (#336881).
15688
15689 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         Patch by: Young-Ho Cha <ganadist at chollian net>
15692
15693         * gst/subparse/samiparse.c: (handle_start_font):
15694           Need to map "silver" colour explicitly (#169936).
15695
15696 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         Patch by: Young-Ho Cha  <ganadist at chollian net>
15699
15700         * gst/subparse/Makefile.am:
15701         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15702         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15703         (gst_sub_parse_format_autodetect), (feed_textbuf),
15704         (gst_subparse_type_find), (plugin_init):
15705         * gst/subparse/gstsubparse.h:
15706         * gst/subparse/samiparse.c:
15707         * gst/subparse/samiparse.h:
15708           Add support for SAMI subtitles (#169936).
15709
15710 2006-05-14  Michael Smith  <msmith@fluendo.com>
15711
15712         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15713           Fix #341696: crash when mixing L+R+C to mono or stereo.
15714         * tests/check/Makefile.am:
15715         * tests/check/elements/audioconvert.c: (set_channel_positions),
15716         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15717         (audioconvert_suite):
15718           Add test for the above, including some generic framework bits for
15719           testing multichannel things.
15720
15721 === release 0.10.7 ===
15722
15723 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15724
15725         * configure.ac:
15726           releasing 0.10.7, "Leave the gun"
15727
15728 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15729
15730         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15732         Fix the build.
15733
15734 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15735
15736         * docs/libs/gst-plugins-base-libs-docs.sgml:
15737         * docs/libs/gst-plugins-base-libs-sections.txt:
15738         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15739         * gst-libs/gst/video/video.h:
15740         * gst/videoscale/Makefile.am:
15741         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15743         * tests/check/Makefile.am:
15744         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15745         (main):
15746           Fix integer overflow problem with pixel-aspect-ratio calculations
15747           in videoscale and xvimagesink (#341542)
15748
15749 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15750
15751         * gst-libs/gst/tag/gstid3tag.c:
15752           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15753
15754 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15755
15756         * win32/MANIFEST:
15757           update win32 files listing
15758
15759 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15760
15761         patch by: Sjoerd Simons (sjoerd@luon.net)
15762
15763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15764         (group_create), (group_destroy), (add_stream),
15765         (gst_play_base_bin_get_property),
15766         (gst_play_base_bin_get_streaminfo_value_array):
15767         * gst/playback/gstplaybasebin.h:
15768           API: GstPlayBaseBin::stream-info-value-array property
15769           use a more bindings-friendly way of exposing streaminfo
15770           using a GValueArray.  Tested in ipython.
15771           Closes #341114
15772
15773 2006-05-11  Wim Taymans  <wim@fluendo.com>
15774
15775         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15776         (queue_underrun_cb), (queue_filled_cb):
15777         Also catch queue underruns but don't do anything yet.
15778         Refactor and comment queue enlarging code a bit.
15779
15780         * gst/playback/gstplaybasebin.c: (queue_overrun),
15781         (queue_threshold_reached), (queue_out_of_data),
15782         (gen_preroll_element):
15783         If a queue over/underruns check that we don't create nasty
15784         deadlocks when the min-threshold is not reached but the
15785         max-bytes is. In those cases disable max-bytes when we
15786         know that the queue is fed timed data.
15787         Add more comments.
15788
15789 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15790
15791         * gst/playback/gstplaybin.c: (gen_audio_element):
15792           Make playbin automatically plug an 'audioresample'
15793           element before the audio sink as well. This solves
15794           problems with sinks that only accept a very specific
15795           sample rate, like esdsink (e.g. #340379).
15796
15797 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * gst/playback/gstplaybasebin.c: (gen_source_element):
15800           Make http sources send special headers so that we receive
15801           icecast metadata if the http stream is an icecast stream
15802           (otherwise the server will just ignore them). This also
15803           means that from now on users will need the 'icydemux'
15804           element from gst-plugins-good installed if they want to
15805           listen to icecast radio streams. (#341432, #333657).
15806
15807 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15808
15809         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15810         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15811           remove stupid example from docs - it should come with a simple
15812           C program instead.
15813           Clean up/fix docs
15814         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15815         (fail_if_can_read), (GST_START_TEST),
15816         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15817           add a test for changing streamheader which exposes a bug in
15818           multifdsink
15819
15820 2006-05-11  Michael Smith  <msmith@fluendo.com>
15821
15822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15823         (gst_gnome_vfs_src_received_headers_callback):
15824         * ext/gnomevfs/gstgnomevfssrc.h:
15825           Don't set icy-caps unless we have a sane interval value. Move
15826           interval to a local variable; we never use it outside this function.
15827
15828 2006-05-11  Wim Taymans  <wim@fluendo.com>
15829
15830         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15832         Register special buffer types along with the objects so
15833         that they are not registered at runtime from N different
15834         streaming threads since they are not threadsafe.
15835
15836 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15837
15838         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15839         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15840           add two more tests, one doing streamheader
15841
15842 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15843
15844         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15845           clean up the bufqueue when shutting down
15846         * tests/check/Makefile.am:
15847         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15848         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15849         (main):
15850           add a test for the leak that was just fixed
15851
15852 2006-05-10  Wim Taymans  <wim@fluendo.com>
15853
15854         * gst/adder/gstadder.c: (gst_adder_setcaps),
15855         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15856         (gst_adder_src_event), (gst_adder_sink_event),
15857         (gst_adder_class_init), (gst_adder_finalize),
15858         (gst_adder_request_new_pad), (gst_adder_collected):
15859         * gst/adder/gstadder.h:
15860         Updated some docs. Added comments and FIXMEs all over the place.
15861         Improve debugging info.
15862         Fix leak on finalize by not calling the parent.
15863         Implement duration query.
15864         Make event forwarding threadsafe.
15865         Correctly send NEWSEGMENT at start and after flush.
15866         Handle EOS correctly.
15867         Post error when not negotiated.
15868
15869         * tests/check/elements/adder.c: (GST_START_TEST):
15870         Added FIXME in the test.
15871
15872 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15875         (gst_text_overlay_halign_get_type),
15876         (gst_text_overlay_wrap_mode_get_type):
15877         * ext/theora/theoradec.c: (theora_handle_type_packet),
15878         (theora_handle_data_packet):
15879         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15880         (theora_enc_sink_setcaps), (theora_enc_chain):
15881         * gst-libs/gst/cdda/gstcddabasesrc.c:
15882         (gst_cdda_base_src_mode_get_type):
15883         * gst/audiotestsrc/gstaudiotestsrc.c:
15884         (gst_audiostestsrc_wave_get_type):
15885         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15886         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15887         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15888         (gst_sync_method_get_type), (gst_unit_type_get_type),
15889         (gst_client_status_get_type):
15890         * gst/videoscale/gstvideoscale.c:
15891         (gst_video_scale_method_get_type):
15892         * gst/videotestsrc/gstvideotestsrc.c:
15893         (gst_video_test_src_pattern_get_type):
15894         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15895         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15896         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15897         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15898         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15899         (paint_setup_RGB565), (paint_setup_xRGB1555):
15900           Const-ify GEnumValue and GFlagsValue arrays. Use
15901           GST_ROUND_UP_* macros instead of home-made ones.
15902
15903 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15904
15905         * configure.ac:
15906           Require core CVS for the new newsegment stuff.
15907
15908 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         Patch by: Sjoerd Simons  <sjoerd at luon net>
15911
15912         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15913           Register nick for enum value (#341160).
15914
15915 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15916
15917         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15918         (plugin_init):
15919          backout typefind patch #340375
15920          
15921         * tests/check/elements/adder.c: (message_received),
15922         (GST_START_TEST), (adder_suite):
15923           redo, signal-handling of test
15924
15925 2006-05-09  Wim Taymans  <wim@fluendo.com>
15926
15927         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15928         (gst_adder_collected):
15929         * gst/adder/gstadder.h:
15930         Remove bogus segment merging and forwarding, we don't
15931         care about timestamps anyway and we just produce a
15932         continuous stream. 
15933         Also create a nice NEWSEGMENT event when we start.
15934         Use _scale_int some more.
15935
15936 2006-05-09  Edward Hervey  <edward@fluendo.com>
15937
15938         * tests/icles/stress-xoverlay.c:
15939         Fix if core was built without parsing support.
15940
15941 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15944           Add SEDG (Samsung MPEG-4) fourcc.
15945
15946 2006-05-09  Edward Hervey  <edward@fluendo.com>
15947
15948         * tests/icles/stress-xoverlay.c:
15949         * tests/examples/volume/volume.c:
15950         Fix if core was built without parsing support.
15951
15952         * tests/examples/seek/seek.c:
15953         Disable the parse_launch example if core was built without parsing
15954         support.
15955
15956 2006-05-08  Edward Hervey  <edward@fluendo.com>
15957
15958         * autogen.sh: (CONFIGURE_DEF_OPT): 
15959         libtoolize on Darwin/MacOSX is called glibtoolize
15960
15961 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15962
15963         * tests/check/Makefile.am:
15964         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15965           Disable the adder test, until the build-slaves posses the kindness to 
15966           either like it or to give valid reason for not doing so 
15967
15968 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15969
15970         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15971         (adder_suite):
15972           Shuffle NULL state change around and raise timeout more
15973
15974 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15975
15976         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15977         (mp4_type_find), (plugin_init):
15978           Add typefind to distinguish between "audio/x-m4a" and new type
15979           "video/mp4". Fixes #340375
15980
15981         * tests/check/elements/adder.c: (adder_suite):
15982           Raise timeout to make buildbot happy
15983
15984 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15985
15986         * gst/adder/gstadder.c: (gst_adder_sink_event),
15987         (gst_adder_request_new_pad), (gst_adder_change_state):
15988         * gst/adder/gstadder.h:
15989         * tests/check/Makefile.am:
15990         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15991         (adder_suite), (main):
15992           Add sink-event handling to adder. It tries to merge incomming
15993           newsegment-events. Added test to check if segment_done is comming
15994           through. Fixes #340060
15995
15996 2006-05-05  Andy Wingo  <wingo@pobox.com>
15997
15998         * ext/theora/theoraparse.c (gst_theora_parse_init)
15999         (theora_parse_src_convert, theora_parse_src_query):
16000         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16001         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16002         query functions on the source pads of the theora and vorbis parse
16003         elements. Fixes position querying when doing a remux.
16004
16005 2006-05-05  Michael Smith  <msmith@fluendo.com>
16006
16007         * ext/theora/theoraparse.c: (parse_granulepos),
16008         (theora_parse_drain_queue_prematurely),
16009         (theora_parse_queue_buffer), (theora_parse_sink_event):
16010           Fix flushing.
16011           Fix invalid granulepos outputs when starting with a non-keyframe.
16012
16013 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16014
16015         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16016         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16017         Rearrange MPEG system stream detection, fixing some memleaks in the
16018         process.
16019         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16020         they clean up their data correctly.
16021         Remove unused ogganx caps and move the 'is_annodex' check to inside
16022         the 'is_ogg' if statement.
16023
16024 2006-05-05  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16027         Properly remove ghostpads. Fixes #340392
16028
16029 2006-05-04  David Schleef  <ds@schleef.org>
16030
16031         * gst/typefind/gsttypefindfunctions.c:
16032
16033 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16034
16035         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16036         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16037
16038         When typefinding an MP3 in push-based mode, don't penalise the
16039         probability down to 74% when we found 5 valid frames just because we
16040         can't peek the end of the file.
16041
16042         Make the probability for detecting MPEG Transport Streams based on the
16043         number of sequential headers we successfully detected.
16044
16045 2006-05-03  Wim Taymans  <wim@fluendo.com>
16046
16047         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16048         (vorbis_dec_push), (vorbis_dec_chain):
16049         Still produce an error when we receive an empty packet.
16050
16051 2006-05-03  Wim Taymans  <wim@fluendo.com>
16052
16053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16054         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16055         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16056         Mark buffers with DISCONT after seek and after activating new
16057         chains.
16058
16059         * ext/theora/gsttheoradec.h:
16060         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16061         (theora_get_query_types), (theora_dec_sink_event),
16062         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16063         (theora_dec_change_state):
16064         Fix frame counter.
16065         Detect and mark DISCONT buffers.
16066
16067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16068         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16069         (vorbis_dec_change_state):
16070         * ext/vorbis/vorbisdec.h:
16071         Use GstSegment.
16072         Detect and mark DISCONT buffers.
16073         Don't crash on 0 sized buffers.
16074
16075 2006-05-03  Wim Taymans  <wim@fluendo.com>
16076
16077         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16078         (volume_transform_ip):
16079         Increase "volume" property to 10.0. Fixes #340369.
16080         Set the process function to NULL when capsnego fails so that
16081         we properly error out.
16082
16083 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16084
16085         * gst/playback/gstplaybin.c: (add_sink):
16086         * gst/playback/test.c: (main):
16087         * gst/playback/test5.c: (dump_element_stats):
16088         * gst/playback/test6.c: (main):
16089           free caps using gst_caps_unref, don't leak caps-strings
16090
16091 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16094         (plugin_init):
16095           Refine musepack typefinding a bit. Return MAXIMUM
16096           probability when we detect stream version 7 to make
16097           sure the mpeg audio typefinder doesn't trump us.
16098
16099 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16102           Protect against unexpected NULL strf_data buffer.
16103
16104 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         * tests/check/elements/audioconvert.c: (verify_convert),
16107         (GST_START_TEST):
16108           interpret the out[] buffer in the order the bytes are actually
16109           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16110           Other tests should use BYTE_ORDER since the array is filled in
16111           with actual values
16112
16113 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16114
16115         * tests/check/elements/audioconvert.c: (verify_convert),
16116         (GST_START_TEST):
16117           when a test fails, give an indication of which it is
16118
16119 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16120
16121         * gst-libs/gst/cdda/gstcddabasesrc.c:
16122           compile fix; strtol() needs <stdlib.h>
16123
16124 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16125
16126         * ext/alsa/gstalsamixerelement.c:
16127         * ext/alsa/gstalsasrc.c:
16128         * ext/cdparanoia/gstcdparanoiasrc.c:
16129         * ext/gnomevfs/gstgnomevfssink.c:
16130         * ext/gnomevfs/gstgnomevfssrc.c:
16131         * ext/ogg/gstoggdemux.c:
16132         * ext/ogg/gstoggmux.c:
16133         * ext/ogg/gstoggparse.c:
16134         * ext/ogg/gstogmparse.c:
16135         * ext/pango/gstclockoverlay.c:
16136         * ext/pango/gsttextoverlay.c:
16137         * ext/pango/gsttextrender.c:
16138         * ext/pango/gsttimeoverlay.c:
16139         * ext/theora/theoradec.c:
16140         * ext/theora/theoraenc.c:
16141         * ext/vorbis/vorbisdec.c:
16142         * ext/vorbis/vorbisenc.c:
16143         * gst-libs/gst/audio/gstaudiofilter.c:
16144         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16145         * gst/audioconvert/gstaudioconvert.c:
16146         * gst/audiorate/gstaudiorate.c:
16147         * gst/audioresample/gstaudioresample.c:
16148         * gst/audiotestsrc/gstaudiotestsrc.c:
16149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16150         * gst/playback/gstdecodebin.c:
16151         * gst/playback/gstplaybin.c:
16152         * gst/playback/gststreamselector.c:
16153         * gst/subparse/gstsubparse.c:
16154         * gst/tcp/gstmultifdsink.c:
16155         * gst/tcp/gsttcpclientsink.c:
16156         * gst/tcp/gsttcpclientsrc.c:
16157         * gst/tcp/gsttcpserversink.c:
16158         * gst/tcp/gsttcpserversrc.c:
16159         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16160         * gst/videorate/gstvideorate.c:
16161         * gst/videoscale/gstvideoscale.c:
16162         * gst/videotestsrc/gstvideotestsrc.c:
16163         * gst/volume/gstvolume.c:
16164         * sys/v4l/gstv4ljpegsrc.c:
16165         * sys/v4l/gstv4lmjpegsink.c:
16166         * sys/v4l/gstv4lmjpegsrc.c:
16167         * sys/v4l/gstv4lsrc.c:
16168         * sys/ximage/ximagesink.c:
16169         * sys/xvimage/xvimagesink.c:
16170         * tests/check/libs/cddabasesrc.c:
16171           make GstElementDetails const
16172
16173 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16174
16175         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16176         (gst_adder_init):
16177           send events from src-pad to all sink-pads fixes #338657
16178
16179 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16180
16181         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16182         (alsasink_parse_spec):
16183           query width capabilities from alsa, fixes #338919
16184
16185 2006-04-28  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16188         (gst_multi_fd_sink_remove_client_link):
16189         * gst/tcp/gstmultifdsink.h:
16190         Fix race condition in multifdsink that can lead to spurious 
16191         duplicate clients. this patch adds a new signal that is fired when
16192         multifdsink has removed all references to the fd.
16193         Fixes #339574.
16194         Updated documentation.
16195         API: client-fd-removed signal added
16196
16197 2006-04-28  Michael Smith  <msmith@fluendo.com>
16198
16199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16200           When asking g_value_array_new to prealloc elements, we may as well
16201           ask for the right number of elements.
16202
16203 2006-04-28  Wim Taymans  <wim@fluendo.com>
16204
16205         * gst-libs/gst/audio/gstbaseaudiosink.c:
16206         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16207         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16208         patch to make timestamp checking more tollerant to rounding 
16209         errors given that real discontinuities are to be marked on
16210         buffers. Fixes some asf files and #338778.
16211         Also avoid some crashers when we receive an event in the 
16212         NULL state.
16213
16214 2006-04-28  Michael Smith  <msmith@fluendo.com>
16215
16216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16217         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16218         (gst_gnome_vfs_src_get_property),
16219         (gst_gnome_vfs_src_send_additional_headers_callback),
16220         (gst_gnome_vfs_src_received_headers_callback),
16221         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16222         (gst_gnome_vfs_src_stop):
16223         * ext/gnomevfs/gstgnomevfssrc.h:
16224           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16225           proper shared support within icydemux.
16226
16227 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16228
16229         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16230         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16231           fix up docs
16232           fix a leak when no caps negotiated
16233           fix counting of input frames
16234         * tests/check/elements/.cvsignore:
16235         * tests/check/elements/videorate.c: (assert_videorate_stats),
16236         (GST_START_TEST), (videorate_suite):
16237           add tests for these
16238
16239 2006-04-28  Wim Taymans  <wim@fluendo.com>
16240
16241         * gst-libs/gst/audio/gstringbuffer.c:
16242         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16243         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16244         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16245         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16246         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16247         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16248         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16249         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16250         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16251         Check arguments passed to public functions instead of
16252         crashing.
16253
16254 2006-04-28  Wim Taymans  <wim@fluendo.com>
16255
16256         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16257         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16258         GstBaseAudioSrc must be live or it does not work.
16259
16260         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16261         Don't set live to TRUE as this is the default in the parentclass.
16262
16263 2006-04-28  Wim Taymans  <wim@fluendo.com>
16264
16265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16266         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16267         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16268         fixation cases better. Fixes #338991
16269
16270 2006-04-28  Wim Taymans  <wim@fluendo.com>
16271
16272         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16273         Handle 0/1 framerate correctly Fixes #331901.
16274
16275 2006-04-28  Wim Taymans  <wim@fluendo.com>
16276
16277         * tests/check/elements/audioconvert.c: (get_float_caps),
16278         (GST_START_TEST), (audioconvert_suite):
16279         Added check for correct clipping when doing float samples
16280         in audioconvert.
16281
16282 2006-04-28  Wim Taymans  <wim@fluendo.com>
16283
16284         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16285         (gst_video_rate_chain):
16286         Print more debugging info.
16287
16288 2006-04-28  Wim Taymans  <wim@fluendo.com>
16289
16290         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16291         (resample_set_state_from_caps):
16292         Add support for other formats audioresample can handle such as
16293         32 bits in and float and 64 bits float. Fixes #301759
16294
16295 2006-04-28  Wim Taymans  <wim@fluendo.com>
16296
16297         * gst/audioconvert/audioconvert.c: (float):
16298         correctly clip float samples > 1.0. Fixes #338718
16299
16300 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16301
16302         Patch by: Young-Ho Cha  <ganadist at chollian net>
16303
16304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16305         (gst_text_overlay_render_text):
16306           Don't strip newlines from the text. Also, center lines
16307           within multi-line paragraphs (#339405).
16308
16309 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16312           Fix wavpack typefinding to work in more cases (don't peek
16313           for chunks of multiple hundred kBs at once, but process
16314           things step-by-step in smaller units). Fixes #339786.
16315
16316 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         * configure.ac:
16319           back to HEAD
16320
16321 === release 0.10.6 ===
16322
16323 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16324
16325         * configure.ac:
16326           releasing 0.10.6, "Chao"
16327
16328 2006-04-26  David Schleef  <ds@schleef.org>
16329
16330         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16331           Fixes #338897.
16332
16333 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16334
16335         * configure.ac:
16336         * win32/common/config.h:
16337           new prerelease
16338
16339 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         patch by: Wim Taymans
16342
16343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16344         (gst_ogg_demux_perform_seek):
16345           make sure correct newsegments are sent, so that the decoder
16346           and the demuxer agree on timestamps.  Fixes playback of a lot
16347           of Ogg files that do not start from 0.  Fixes #339833.
16348
16349 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16350
16351         Patch by: Edward Hervey  <edward@fluendo.com>
16352
16353         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16354         * tests/check/Makefile.am:
16355         * tests/check/elements/videorate.c: (assert_videorate_stats),
16356         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16357         (videorate_suite), (main):
16358           Fix an infinite loop if frames are passed in with wrongly ordered
16359           timestamps.  Fixes #339013.
16360
16361 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16362
16363         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16366           fix typefinding on some ISO files.  Fixes #339212.
16367
16368 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16369
16370         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16373           add another H264 fourcc.  Fixes #339047.
16374
16375 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16376
16377         Patch by: Jan Schmidt
16378
16379         * gst/playback/gststreamselector.c:
16380         (gst_stream_selector_bufferalloc):
16381           Restore old StreamSelector behaviour.
16382           Fixes #338419.
16383
16384 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16385
16386         * configure.ac:
16387         * win32/common/config.h:
16388           prerelease
16389
16390 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16391
16392         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16393
16394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16395         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16396           Fix some memory leaks: on finalize, free buffers left in the queue
16397           before destroying the queue; in _push(), unref rtp_buf even if
16398           the process vfunc returned a NULL buffer as output buffer (#337548);
16399           demote some recuring debug messages to LOG level.
16400
16401 2006-04-11  Wim Taymans  <wim@fluendo.com>
16402
16403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16404         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16405         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16406         (gst_ogg_demux_loop):
16407         More cleanups.
16408         Respect segment stop when emiting EOS or SEGMENT_DONE.
16409         Fixes (#337945).
16410
16411 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * gst/playback/gststreamselector.c:
16414         (gst_stream_selector_get_property):
16415           Don't leak pad name.
16416
16417 2006-04-10  Michael Smith  <msmith@fluendo.com>
16418
16419         * tests/check/Makefile.am:
16420         * tests/check/gst-plugins-base.supp:
16421           Suppress an old libtheora bug (fixed in more recent versions), so 
16422           that FC4 buildslaves can pass.
16423
16424 2006-04-10  Wim Taymans  <wim@fluendo.com>
16425
16426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16427         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16428         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16429         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16430         (gst_ogg_demux_loop):
16431         Don't leak events.
16432         Remember what error we got when finding chains, if we
16433         were shutdown, that would not be an error.
16434
16435 2006-04-10  Wim Taymans  <wim@fluendo.com>
16436
16437         * gst-libs/gst/audio/gstbaseaudiosink.c:
16438         (gst_base_audio_sink_event):
16439         Starting the ringbuffer when we did not acquire it can cause
16440         a deadlock, is pointless and causes nasty things for
16441         subclasses. 
16442         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16443
16444 2006-04-10  Wim Taymans  <wim@fluendo.com>
16445
16446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16447         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16448         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16449         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16450         (gst_ogg_demux_deactivate_current_chain),
16451         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16452         (gst_ogg_demux_bisect_forward_serialno),
16453         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16454         Add some more debugging.
16455
16456 2006-04-10  Wim Taymans  <wim@fluendo.com>
16457
16458         * ext/theora/theoradec.c: (theora_dec_src_event),
16459         (theora_handle_data_packet):
16460         Some more debug info.
16461
16462         * tests/examples/seek/seek.c: (start_seek), (main):
16463         Print element messages too.
16464
16465 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16466
16467         * gst/audioresample/debug.h:
16468           replace debug macros with variable number of parameters
16469           by a simple alias to gstreamer standard debug macros 
16470          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16471           supported by MSVC 6.0 and 7.1)
16472         * gst/audioresample/resample.h:
16473           define M_PI and rint for WIN32
16474         * win32/common/libgstaudio.def:
16475         * win32/common/libgstriff.def:
16476         * win32/common/libgsttag.def:
16477         * win32/common/libgstvideo.def:
16478           add new exported functions
16479         * win32/vs6:
16480           update project files
16481
16482 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16483
16484         * ext/alsa/gstalsamixeroptions.c:
16485         (gst_alsa_mixer_options_class_init):
16486         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16489         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16490         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16491         * gst-libs/gst/audio/gstaudiofilter.c:
16492         (gst_audio_filter_class_init):
16493         * gst-libs/gst/audio/gstaudiosink.c:
16494         (gst_audioringbuffer_class_init):
16495         * gst-libs/gst/audio/gstaudiosrc.c:
16496         (gst_audioringbuffer_class_init):
16497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16498         * gst-libs/gst/interfaces/colorbalancechannel.c:
16499         (gst_color_balance_channel_class_init):
16500         * gst-libs/gst/interfaces/mixeroptions.c:
16501         (gst_mixer_options_class_init):
16502         * gst-libs/gst/interfaces/mixertrack.c:
16503         (gst_mixer_track_class_init):
16504         * gst-libs/gst/interfaces/tunerchannel.c:
16505         (gst_tuner_channel_class_init):
16506         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16507         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16508         (gst_netbuffer_class_init):
16509         * gst-libs/gst/rtp/gstbasertppayload.c:
16510         (gst_basertppayload_class_init):
16511         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16513         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16514         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16515         * gst/playback/gststreamselector.c:
16516         (gst_stream_selector_class_init):
16517         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16518         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16519         * sys/v4l/gstv4lcolorbalance.c:
16520         (gst_v4l_color_balance_channel_class_init):
16521         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16522         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16524         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16525         (gst_v4l_tuner_norm_class_init):
16526         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16528         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16529         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16530
16531 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16532
16533         * ext/pango/gsttextrender.h:
16534         * gst-libs/gst/audio/gstaudiosink.h:
16535         * gst-libs/gst/audio/gstaudiosrc.h:
16536         * gst-libs/gst/audio/gstbaseaudiosink.h:
16537         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16538         * gst-libs/gst/audio/gstringbuffer.h:
16539         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16540         * gst-libs/gst/rtp/gstbasertppayload.h:
16541         * gst-libs/gst/video/gstvideofilter.h:
16542         * gst-libs/gst/video/gstvideosink.h:
16543         * gst/playback/gstplaybasebin.h:
16544         * gst/tcp/gstmultifdsink.h:
16545         * sys/v4l/gstv4lelement.h:
16546         Fix broken GObject macros
16547
16548 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16549
16550         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16551         More debug to trace why my USB headset is not working with gst
16552
16553 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16554
16555         * gst/playback/gstplaybasebin.c: (group_destroy):
16556         Clean up our group elements properly in the case where it never 
16557         got committed - it still got added unconditionally to the bin.
16558
16559 2006-04-07  Wim Taymans  <wim@fluendo.com>
16560
16561         * ext/theora/theoradec.c: (theora_dec_sink_event),
16562         (theora_handle_data_packet), (theora_dec_chain):
16563         Unref unhandled events.
16564         Protect against empty buffers.
16565         Perform QoS on running time.
16566
16567 2006-04-07  Michael Smith  <msmith@fluendo.com>
16568
16569         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16570         (gst_vorbis_enc_chain):
16571           Remove leaks from vorbisenc.
16572           Mostly minor changes, the only significant one is that now the
16573           buffers we set as 'streamheader' on the caps are copies of the
16574           original buffers, to avoid circular refcounting problems.
16575
16576 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16577
16578         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16579           Don't remove our mute-probe if someone else already did so.
16580           Don't set a 2nd one if there is already one pending on the pad.
16581
16582         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16583         (do_playbin_seek):
16584           When a seek fails, ensure that playbin is still set back to playing.
16585           
16586         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16587         (mpeg_ts_type_find), (plugin_init):
16588           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16589
16590 2006-04-06  Andy Wingo  <wingo@pobox.com>
16591
16592         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16593         (gst_video_rate_init): Caps-related parameters should not be reset
16594         by a flush -- move their inits to the instance init function.
16595         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16596         is not OK, just return the result.
16597
16598         * gst/audiotestsrc/gstaudiotestsrc.c
16599         (gst_audio_test_src_class_init)
16600         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16601         broken by Stefan's commit on 24 March.
16602
16603         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16604         buffers being pushed out. Fixes oggmux ! multifdsink.
16605
16606 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16609         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16610         * ext/vorbis/vorbisdec.h:
16611         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16612         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16613         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16614         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16615         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16616         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16617         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16618         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16619         (gst_vorbis_enc_buffer_from_packet),
16620         (gst_vorbis_enc_buffer_from_header_packet),
16621         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16622         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16623         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16624         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16625         (gst_vorbis_enc_change_state):
16626         * ext/vorbis/vorbisenc.h:
16627           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16628           vorbisenc adhere to the official nomenclature; use boilerplate
16629           macro.
16630
16631 2006-04-04  Andy Wingo  <wingo@pobox.com>
16632
16633         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16634         Whoops, fix bug introduced. Bad hacker!
16635         
16636         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16637         Properly handle the case where you get EOS before any buffers are
16638         received. Use gst_buffer_make_metadata_writable where appropriate.
16639
16640         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16641         is often negative -- make it signed so as not to wrap around.
16642         Fixes segfaults introduced on 9 March.
16643
16644 2006-04-03  Wim Taymans  <wim@fluendo.com>
16645
16646         * ext/theora/gsttheoradec.h:
16647         * ext/theora/theoradec.c: (theora_dec_src_event):
16648         Don't try to store a gdouble in a gboolean.
16649         Small cleanups.
16650
16651 2006-04-03  Michael Smith  <msmith@fluendo.com>
16652
16653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16654           Oggmux sucks.
16655           Make it suck slightly less by writing out the final page.
16656           Still can't encode a vorbis-in-ogg file correctly, though.
16657
16658 2006-04-03  Andy Wingo  <wingo@pobox.com>
16659
16660         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16661         a g_print.
16662
16663         * ext/theora/theora.c (plugin_init): Register theoraparse.
16664
16665         * ext/theora/gsttheoraparse.h: 
16666         * ext/theora/theoraparse.c: New files implementing a theora
16667         parser. Now we can properly remux ogg/theora+vorbis, yay.
16668
16669         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16670
16671 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16672
16673         * gst/audiotestsrc/gstaudiotestsrc.c:
16674           Fixed the sample pipeline (see #323798)
16675
16676 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16677
16678         * configure.ac:
16679         * win32/common/config.h:
16680         * win32/common/config.h.in:
16681           use AS_VERSION and AS_NANO
16682           more cleanups
16683
16684 2006-03-31  Andy Wingo  <wingo@pobox.com>
16685
16686         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16687         uninitialized variable return that would happen.
16688         
16689         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16690         uninitialized variable return that would never happen.
16691
16692         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16693         (vorbis_parse_sink_event): Add an event function to flush our
16694         state on a seek, and to drain buffers on a premature EOS.
16695         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16696         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16697         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16698         (vorbis_parse_drain_queue): Queue up buffers until we can set
16699         their timestamps and granulepos values.
16700
16701         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16702         and keep track of data needed for deriving granulepos and
16703         timestamps for buffers.
16704
16705 2006-03-29  Wim Taymans  <wim@fluendo.com>
16706
16707         Patch by: j^ <j at bootlab dot org>
16708
16709         * ext/alsa/gstalsamixerelement.c:
16710         (gst_alsa_mixer_element_class_init):
16711         * ext/alsa/gstalsasink.c:
16712         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16713         * ext/ogg/gstoggdemux.c:
16714         * ext/ogg/gstoggmux.c:
16715         * ext/ogg/gstoggparse.c:
16716         * ext/pango/gstclockoverlay.c:
16717         * ext/pango/gsttextoverlay.c:
16718         * ext/pango/gsttextrender.c:
16719         * ext/pango/gsttimeoverlay.c:
16720         * ext/theora/theoradec.c:
16721         * ext/theora/theoraenc.c:
16722         * ext/vorbis/vorbisdec.c:
16723         * ext/vorbis/vorbisenc.c:
16724         * gst/audioconvert/gstaudioconvert.c:
16725         * gst/subparse/gstsubparse.c:
16726         * gst/tcp/gstmultifdsink.c:
16727         * gst/tcp/gsttcpclientsink.c:
16728         * gst/tcp/gsttcpclientsrc.c:
16729         * gst/tcp/gsttcpserversink.c:
16730         * gst/tcp/gsttcpserversrc.c:
16731           better/unified long descriptions
16732           Fixes #336477
16733
16734 2006-03-29  Wim Taymans  <wim@fluendo.com>
16735
16736         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16737         (stop_seek):
16738         Don't let double and triple clicks mess up our state.
16739
16740 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16741
16742         * gst/playback/gstplaybin.c: (gen_video_element),
16743         (gen_text_element), (gen_audio_element), (gen_vis_element):
16744           Error out gracefully when we can't create any of the usual
16745           conversion elements for some reason. Also, don't try to
16746           create an audioscale (sic) element that's not used anyway.
16747
16748 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16749
16750         * gst/playback/gstplaybasebin.c: (setup_source):
16751           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16752           element for a particular protocol, that's confusing for users.
16753           Instead, post a RESOURCE_FAILED error, so that our own error
16754           message is actually shown in totem etc. (#336303).
16755
16756 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16757
16758         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16759
16760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16761         (gst_gnome_vfs_src_get_icy_metadata):
16762           Fix some minor memory leaks (#336194).
16763
16764 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * ext/gnomevfs/gstgnomevfs.c:
16767         (gst_gnome_vfs_location_to_uri_string):
16768         * ext/gnomevfs/gstgnomevfs.h:
16769         * ext/gnomevfs/gstgnomevfssink.c:
16770         (gst_gnome_vfs_sink_set_property):
16771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16772           Make gnomevfssink accept filenames as well as URIs for the
16773           "location" property, just like gnomevfssrc does (and
16774           filesrc/filesink do) (#336190).
16775
16776 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16777
16778         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16779           set to NULL before unreffing, fixes a valgrind leak.
16780           Why was this not triggering the error that an object needs to
16781           be NULL before unreffing ?
16782         * win32/common/config.h:
16783           update
16784
16785 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * gst/subparse/gstsubparse.c: (convert_encoding),
16788         (gst_sub_parse_change_state):
16789         * gst/subparse/gstsubparse.h:
16790           Text subtitle files may or may not be UTF-8. If it's not, we
16791           don't really want to see '?' characters in place of non-ASCII
16792           characters like accented characters. So let's assume the input
16793           is UTF-8 until we come across text that is clearly not. If it's
16794           not UTF-8, we don't really know what it is, so try the following:
16795           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16796           is set; if not, check (b) if the current locale encoding is
16797           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16798           the current locale encoding is UTF-8 and the environment variable
16799           was not set to any particular encoding. Not perfect, but better
16800           than nothing (and better than before, I think) (fixes #172848).
16801
16802 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16803
16804         * configure.ac:
16805           update core requirement to 0.10.4.1 because of async_playback
16806           vmethod on GstBaseSink
16807
16808 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16809
16810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16811         * gst/adder/gstadder.c: (gst_adder_init):
16812         use DEBUG_FUNCPTR for collectpads
16813
16814 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16815
16816         * docs/plugins/Makefile.am:
16817         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16818         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16819         * ext/cdparanoia/gstcdparanoiasrc.c:
16820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16821         (gst_gnome_vfs_sink_class_init):
16822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16824         * ext/ogg/gstoggmux.c:
16825         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16826         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16827         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16828         * ext/pango/gsttextoverlay.c:
16829         * ext/pango/gsttextrender.c:
16830         * ext/theora/theoradec.c:
16831         * ext/theora/theoraenc.c:
16832         * ext/vorbis/vorbisdec.c:
16833         * ext/vorbis/vorbisenc.c:
16834         * gst-libs/gst/audio/gstaudiofilter.c:
16835         (gst_audio_filter_base_init):
16836         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16837         (gst_audio_filter_template_base_init):
16838         * gst/adder/gstadder.c: (gst_adder_get_type):
16839         * gst/adder/gstadder.h:
16840         * gst/audioconvert/gstaudioconvert.c:
16841         * gst/audiotestsrc/gstaudiotestsrc.c:
16842         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16843         (gst_audio_test_src_create):
16844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16845         * gst/playback/gstdecodebin.c:
16846         * gst/playback/gstplaybin.c:
16847         * gst/playback/gststreamselector.c:
16848         (gst_stream_selector_base_init):
16849         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16850         * gst/volume/gstvolume.c:
16851         * sys/v4l/gstv4lmjpegsink.c:
16852         * sys/v4l/gstv4lmjpegsrc.c:
16853         * tests/check/libs/cddabasesrc.c:
16854         * tests/old/examples/gob/gst-identity2.gob:
16855           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16856           define GstElementDetails at the top
16857
16858 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16859
16860         * win32/common/libgstinterfaces.def:
16861         Add a lot of export functions for gst-python
16862         * win32/vs6/libgstinterfaces.dsp:
16863         Add a missing include folder in the project configuration
16864         
16865 2006-03-23  Wim Taymans  <wim@fluendo.com>
16866
16867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16868         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16869         (gst_base_audio_src_change_state):
16870         Fix audio sources, forgot to make the ringbuffer
16871         startable...
16872
16873 2006-03-23  Wim Taymans  <wim@fluendo.com>
16874
16875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16876         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16877         (gst_base_audio_src_change_state):
16878         unparent instead of unref the ringbuffer.
16879
16880 2006-03-23  Wim Taymans  <wim@fluendo.com>
16881
16882         * gst-libs/gst/audio/gstbaseaudiosink.c:
16883         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16884         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16885         Implement new async_play vmethod to start slaving and allow
16886         playback start in case of async PLAY state changes. 
16887
16888         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16889         Enable QoS with new method in base class.
16890
16891 2006-03-23  Wim Taymans  <wim@fluendo.com>
16892
16893         Patch by: Julien MOUTTE <julien at moutte dot net>
16894
16895         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16896         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16897         Partially handle 0 framerate, only EOS after the first frame
16898         is missing.
16899
16900 2006-03-23  Wim Taymans  <wim@fluendo.com>
16901
16902         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16903
16904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16905         (gst_riff_create_video_template_caps):
16906         * gst/ffmpegcolorspace/avcodec.h:
16907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16908         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16909         (gst_ffmpegcsp_avpicture_fill):
16910         * gst/ffmpegcolorspace/imgconvert.c:
16911         Patch for support of YVU9 AVI files (#334822)
16912
16913 2006-03-22  Edward Hervey  <edward@fluendo.com>
16914
16915         * docs/design/design-decodebin.txt:
16916         Added design document for new decodebin
16917         (Target Caps): text/x-pango-markup is also a default target caps.
16918
16919 2006-03-22  Wim Taymans  <wim@fluendo.com>
16920
16921         * gst-libs/gst/audio/gstbaseaudiosink.c:
16922         (gst_base_audio_sink_dispose):
16923         Since we _parent the ringbuffer, we also need to
16924         _unparent instead of a plain _unref.
16925
16926 2006-03-22  Wim Taymans  <wim@fluendo.com>
16927
16928         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16929         (stop_seek), (scrub_toggle_cb), (main):
16930         Add scrub checkbox.
16931
16932 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16933
16934         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16935         (gst_ogg_parse_chain):
16936           Fix very inefficient usage of linked lists (#335365).
16937
16938 2006-03-21  Edward Hervey  <edward@fluendo.com>
16939
16940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16941         * gst/playback/gstplaybin.c: (handoff):
16942         * gst/playback/gststreamselector.c:
16943         (gst_stream_selector_set_property):
16944         gcc 4.1 unreferenced pointer fixes.
16945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16947         gst_buffer_ref() now takes a GstBuffer*.
16948
16949 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16950
16951         * sys/xvimage/xvimagesink.c:
16952         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16953         by Jan Schmidt.
16954
16955 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16958         (id3v1_type_find), (apetag_type_find), (plugin_init):
16959           Can't do tag preferences via probability, as tags would then
16960           lose against types that are recognised with MAXIMUM probability
16961           (like .wav); so let all tag typefinders return MAXIMUM themselves
16962           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16963           that we can prefer APE to ID3v1 (fixes #335028).
16964           
16965 2006-03-17  Wim Taymans  <wim@fluendo.com>
16966
16967         * gst-libs/gst/audio/gstbaseaudiosink.c:
16968         (gst_base_audio_sink_change_state):
16969         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16970         (gst_ring_buffer_may_start):
16971         * gst-libs/gst/audio/gstringbuffer.h:
16972         Only start playback if we are playing.
16973         should fix #330748.
16974
16975 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16976
16977         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16978         * win32/common/config.h:
16979           Revert accidental commits to these files.
16980
16981 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16984
16985         * tests/Makefile.am:
16986           Don't try to build tests in tests/icles if we
16987           don't have X (#323852)
16988
16989 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         * gst-libs/gst/tag/gstid3tag.c:
16992           Add TXXX frame identifiers for replaygain stuff as used
16993           by some taggers (see #323721).
16994
16995 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16996
16997         * gst/playback/gststreamselector.c:
16998         (gst_stream_selector_set_property),
16999         (gst_stream_selector_bufferalloc):
17000           Preserve the existing buggy streamselector behaviour by performing
17001           a fallback buffer allocation when downstream isn't linked yet.
17002           This should really be fixed in playbin by blocking pads until it's
17003           linked them.
17004           Also, use gst_pad_alloc_buffer instead of
17005           gst_pad_alloc_buffer_and_set.
17006
17007 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * gst-libs/gst/tag/gstid3tag.c:
17010           Don't crash on unknown ID3v2 TXXX frames.
17011           
17012 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17013
17014         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17015           Chain up to the parent finalize method.
17016           Add 32-bit sample size to the template caps.
17017
17018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17019         (gst_riff_create_video_template_caps):
17020           Add the fourcc that the VMWare codec uses.
17021           
17022         * gst/playback/gststreamselector.c:
17023         (gst_stream_selector_set_property),
17024         (gst_stream_selector_bufferalloc),
17025         (gst_stream_selector_request_new_pad):
17026           For the active pad, forward buffer-alloc requests, otherwise
17027           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17028           having to memcpy every frame when used by playbin.
17029
17030         * gst/tcp/gstmultifdsink.c:
17031         (gst_multi_fd_sink_handle_client_write):
17032           Get negotiated caps from the sink pad, rather than the sink
17033           pad's peer.
17034
17035 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17036
17037         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17038         
17039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17040           Don't forget to set src->callbacks_pushed to FALSE again when
17041           popping them, otherwise re-activation in a different mode won't
17042           work (#334620).
17043
17044 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17045
17046         Patch by: Sebastien Moutte  <sebastien moutte net>
17047
17048         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17049         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17050         (gst_ffmpeg_smpfmt_to_caps):
17051           Replace __VA_ARGS__ caps creation macros with varargs functions.
17052           Makes things compile on MSVC (#320765), looks nicer, and we can
17053           tell the compiler to check for the NULL terminator.
17054
17055 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17058
17059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17060           Make sure the buffer we copy into is really always big
17061           enough, this time for real (#333488).
17062           
17063 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17064
17065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17066           Add support for 24bpp DIB (#305279).
17067
17068 2006-03-14  Wim Taymans  <wim@fluendo.com>
17069
17070         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17071         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17073         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17074         (gst_video_scale_init), (gst_video_scale_src_event):
17075         Re-enable QoS after the release.
17076         Rework videoscale to use the base class src_event handler.
17077
17078 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         * configure.ac:
17081           back to CVS.
17082
17083 === release 0.10.5 ===
17084
17085 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17086
17087         * configure.ac:
17088           releasing 0.10.5, "Net"
17089
17090 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17091
17092         * docs/plugins/Makefile.am:
17093           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17094           
17095 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17099         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17100           Add cdparanoiasrc to docs.
17101
17102         * gst-libs/gst/cdda/gstcddabasesrc.c:
17103           More GstCddaBaseSrc docs.
17104
17105 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * docs/libs/gst-plugins-base-libs-sections.txt:
17108         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17109         * gst-libs/gst/tag/tag.h:
17110           API: libgsttag: new method gst_tag_from_id3_user_tag().
17111
17112 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17113
17114         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17115           NULL-terminate array of mpeg4 video file extensions.
17116           Fixes crash on PPC (#334226).
17117
17118 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17119
17120         * ext/gnomevfs/gstgnomevfssrc.c:
17121         (gst_gnome_vfs_src_check_get_range):
17122           gnome_vfs_uri_is_local() alone is not a good indicator
17123           whether we can operate in pull-mode with a specific URI,
17124           as it returns FALSE for file:// URIs that point to an
17125           NFS-mounted path. Be more conservative here: whitelist
17126           local files, blacklist http URIs and use the old
17127           mechanism for anything else (fixes #334216).
17128
17129 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17130
17131         * configure.ac:
17132           back to trunk
17133
17134 === release 0.10.4 ===
17135
17136 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17137
17138         * configure.ac:
17139           releasing 0.10.4, "Power"
17140
17141 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17142
17143         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17144         Disable max-lateness by setting it to -1 for now, so that 
17145         we can bed QoS stuff in thoroughly between now and the next
17146         release.
17147
17148 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         Patch by: Fabrizio Gennari
17151
17152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17153           Make sure we don't read beyond the palette buffer in case of
17154           broken or manipulated files (#333488)
17155
17156 2006-03-10  Edward Hervey  <edward@fluendo.com>
17157
17158         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17159         Fix for variable not initialized.
17160
17161 2006-03-09  Wim Taymans  <wim@fluendo.com>
17162
17163         * ext/libvisual/visual.c: (gst_visual_get_type),
17164         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17165         (gst_visual_chain):
17166         Small cleanups.
17167
17168         * ext/theora/gsttheoradec.h:
17169         * ext/theora/theoradec.c: (gst_theora_dec_init),
17170         (gst_theora_dec_reset), (_theora_granule_time),
17171         (theora_dec_src_convert), (theora_dec_sink_convert),
17172         (theora_dec_src_query), (theora_dec_src_event),
17173         (theora_dec_sink_event), (theora_handle_comment_packet),
17174         (theora_handle_header_packet), (theora_dec_push),
17175         (theora_handle_data_packet), (theora_dec_chain),
17176         (theora_dec_change_state):
17177         Add simple QoS.
17178
17179 2006-03-09  Wim Taymans  <wim@fluendo.com>
17180
17181         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17182         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17183         Some cleanups.
17184
17185 2006-03-09  Wim Taymans  <wim@fluendo.com>
17186
17187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17188         Don't try to activate NULL chains.
17189
17190 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17193           Fix invalid memory access to region before peek'd data (#332964).
17194
17195 2006-03-09  Wim Taymans  <wim@fluendo.com>
17196
17197         Patch by: Christophe Fergeau
17198
17199         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17200         * ext/pango/gsttextrender.c: (gst_text_render_init):
17201         * gst/adder/gstadder.c: (gst_adder_init):
17202         Don't leak padtemplates, closes #333510.
17203
17204 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17207           Fix invalid memory access: make sure string passed to
17208           regexec() is NUL-termianted.
17209
17210 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17213         (mp3_type_find):
17214           Refactor mpeg/audio typefinding to make it more maintainable
17215           and easier to fine-tune. Make probing into middle of the file
17216           work properly (fixes #333900, also see #152688).
17217
17218 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * gst/typefind/gsttypefindfunctions.c:
17221         (utf8_type_find_have_valid_utf8_at_offset):
17222           Remove part from previous commit that was bogus:
17223           g_utf8_validate() does in fact not accept embedded
17224           zeroes, so we don't need to check for those (thanks
17225           to Mike for the hint).
17226
17227 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * gst/typefind/gsttypefindfunctions.c:
17230         (utf8_type_find_count_embedded_zeroes),
17231         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17232           Make plain/text typefinder more conservative: firstly, check
17233           for embedded zeroes, which are perfectly valid UTF-8 characters,
17234           but also a fairly good sign that something is not a plain text
17235           file; secondly, probe into the middle of the file if possible.
17236           If we can't probe into the middle, limit the probability value
17237           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17238
17239 2006-03-08  Michael Smith  <msmith@fluendo.com>
17240
17241         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17242           Make typefind function name for mpeg4 video unique.
17243
17244 2006-03-08  Wim Taymans  <wim@fluendo.com>
17245
17246         * ext/libvisual/visual.c: (gst_visual_init),
17247         (gst_visual_clear_actors), (gst_visual_dispose),
17248         (gst_visual_reset), (gst_visual_src_setcaps),
17249         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17250         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17251         (gst_visual_chain), (gst_visual_change_state):
17252         Cleanups, post nice errors.
17253         Handle sink and src events.
17254         Implement simple QoS.
17255
17256         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17257         Use new basesink methods to configure max-lateness.
17258         Small doc update.
17259
17260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17261         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17262         Debug statement cleanups.
17263
17264         * gst/volume/gstvolume.c: (gst_volume_class_init):
17265         Simple cleanup.
17266
17267 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17268
17269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17270         (gst_text_overlay_init), (gst_text_overlay_set_property),
17271         (gst_text_overlay_get_property):
17272           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17273           as string type properties, but mark them deprecated. Add
17274           'halignment' and 'valignment' properties that use enums
17275           instead of strings.
17276
17277 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17278
17279         Patch by: Fabrizio Gennari
17280
17281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17282           Allow palettes with less than 256 colours in AVI files
17283           (#333488)
17284
17285 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17286
17287         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17288         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17289         pad. We were releasing the queued text buffer when we should keep
17290         it until video pad gets EOS or discard the text buffer because it's
17291         too old. That was eating the last subtitle buffer. Add some more
17292         debug.
17293
17294 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17297         (gst_text_overlay_video_chain):
17298           Fix invalid memory access (we can't access a buffer after it's been
17299           pushed downstream without taking a reference); fix memory leak (if
17300           there's no text to render, bail out before allocating stuff).
17301
17302 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17303
17304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17305         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17306         * ext/pango/gsttextoverlay.h:
17307           If input is plain text, escape it before passing it to
17308           pango_layout_set_markup().
17309
17310 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17313           Don't ignore flow return from gst_pad_push().
17314
17315 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         Patch by: Fabrizio Gennari
17318
17319         * ext/libvisual/visual.c: (gst_visual_getcaps),
17320         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17323         (gst_vorbisenc_convert_sink):
17324         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17325         (gst_audio_duration_from_pad_buffer):
17326         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17327         (gst_audio_filter_chain):
17328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17329         (gst_base_rtp_depayload_setcaps):
17330         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17331         (gst_video_get_size):
17332         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17333           Don't leak references returned by gst_pad_get_parent()
17334           (#333663)
17335
17336 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17337
17338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17339           change location param details
17340         * gst/volume/gstvolume.c: (plugin_init):
17341           correct plugin description
17342
17343 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17344
17345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17346         (gst_gnome_vfs_src_check_get_range):
17347           Override GstBaseSrc::check_get_range() in order to avoid opening
17348           the resource just to check whether we can operate in pull-mode or
17349           not - we can predict that pretty well from the URI alone. Should
17350           fix problems with last.fm (#331690). (Requires latest core CVS).
17351
17352 2006-03-06  Wim Taymans  <wim@fluendo.com>
17353
17354         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17355         (gst_video_sink_class_init):
17356         Throw away frames that are later than 20 ms.
17357
17358 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17359
17360         Patch by: Fabrizio Gennari
17361
17362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17363           Set depth on WMA caps (#333545)
17364
17365 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17366
17367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17368         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17369           put Theora BOS pages before others.  This hardcodes
17370           the Ogg/Theora I profile, but hey.
17371
17372 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17373
17374         * ext/ogg/README:
17375           updated with some examples
17376         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17377         (granulepos_add), (theora_buffer_from_packet):
17378         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17379         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17380         (gst_vorbisenc_chain):
17381           implement strategy from ext/ogg/README
17382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17383         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17384         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17385         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17386           Fix muxer so that oggz-validate is happy with all streams;
17387           except for no eos mark, and the BOS page ordering
17388         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17389         (check_buffer_granulepos):
17390         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17391           update tests to check for OFFSET being set as requested
17392           fixed type of granulepos, it's not a ClockTime
17393
17394 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17395
17396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17397         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17398         Check that the xvimage we are creating has a correct size
17399         before returning it. (#314897)
17400
17401 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17402
17403         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17404           Give id3 and ape tag typefinders a rank slightly higher
17405           than PRIMARY to ensure they're always run before any of
17406           the other typefinders (in particular wav and mp3) (#324186).
17407
17408 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17411           Add support for '3IVD' fourcc (#333403).
17412
17413 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17414
17415         * configure.ac:
17416           Bump requirements to GStreamer CVS for the new error enum.
17417
17418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17419           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17420           space left on the device (fixes #333352).
17421
17422 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17423
17424         * win32/vs6:
17425           add a project file for libgstvolume
17426           update the workspace
17427
17428 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17429
17430         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17431         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17432         (GST_START_TEST):
17433           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17434           Set IN_CAPS on header buffers
17435
17436 2006-03-02  Wim Taymans  <wim@fluendo.com>
17437
17438         * docs/plugins/Makefile.am:
17439         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17440         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17441         Add audioresample to docs.
17442
17443         * gst/audioconvert/gstaudioconvert.c:
17444         Add revision date.
17445
17446         * gst/audioresample/gstaudioresample.c:
17447         (gst_audioresample_base_init), (gst_audioresample_class_init),
17448         (gst_audioresample_init), (gst_audioresample_dispose),
17449         (audioresample_get_unit_size), (audioresample_transform_caps),
17450         (resample_set_state_from_caps), (audioresample_transform_size),
17451         (audioresample_set_caps), (audioresample_event),
17452         (audioresample_do_output), (audioresample_transform),
17453         (audioresample_pushthrough), (gst_audioresample_set_property),
17454         (gst_audioresample_get_property), (plugin_init):
17455         * gst/audioresample/gstaudioresample.h:
17456         Added docs.
17457         Small code cleanups.
17458
17459 2006-03-02  Wim Taymans  <wim@fluendo.com>
17460
17461         * docs/plugins/Makefile.am:
17462         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17464         Added videoscale to docs.
17465
17466         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17467         (gst_video_rate_swap_prev), (gst_video_rate_event),
17468         (gst_video_rate_chain):
17469         Fix typo in docs.
17470
17471         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17472         (gst_video_scale_init), (gst_video_scale_prepare_size),
17473         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17474         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17475         * gst/videoscale/gstvideoscale.h:
17476         Added docs, examples.
17477         Some code cleanups.
17478         Post errors instead of g_warning.
17479
17480 2006-03-02  Wim Taymans  <wim@fluendo.com>
17481
17482         * docs/libs/gst-plugins-base-libs-docs.sgml:
17483         * docs/libs/gst-plugins-base-libs-sections.txt:
17484         * docs/libs/gst-plugins-base-libs.types:
17485         * docs/plugins/Makefile.am:
17486         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17487         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17488         Added some more docs to libs and plugins.
17489
17490         * gst-libs/gst/audio/gstringbuffer.c:
17491         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17492         * gst-libs/gst/audio/gstringbuffer.h:
17493         Document ringbuffer some more.
17494
17495         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17496         (gst_video_rate_setcaps), (gst_video_rate_reset),
17497         (gst_video_rate_init), (gst_video_rate_flush_prev),
17498         (gst_video_rate_swap_prev), (gst_video_rate_event),
17499         (gst_video_rate_chain), (gst_video_rate_change_state):
17500         * gst/videorate/gstvideorate.h:
17501         Fix videorate to use segments.
17502         Make it work with 0/1 framerates (closes #331903)
17503         Handle EOS correctly.
17504         Added docs.
17505
17506 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17507
17508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17509         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17510         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17511           In state change function, first chain up to parent class,
17512           then handle downwards state change stuff. Remove some
17513           commented out cruft from 0.8 code.
17514
17515 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17516
17517         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17518         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17519         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17520         (gst_ogm_parse_chain):
17521           Don't remove/re-add source pad if the new caps are the same as
17522           the old caps anyway (#333042). When removing source pad, don't
17523           unref it afterwards - we didn't ref it when adding. Sprinkle some
17524           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17525           after using gst_pad_get_parent(). Return downstream flow return
17526           value in chain function.
17527
17528 2006-03-02  Wim Taymans  <wim@fluendo.com>
17529
17530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17531         * docs/plugins/gst-plugins-base-plugins.args:
17532         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17533         * docs/plugins/gst-plugins-base-plugins.interfaces:
17534         * docs/plugins/gst-plugins-base-plugins.signals:
17535         Fix hierarchy, added some more elements to the docs.
17536
17537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17538         (gst_ffmpegcsp_get_type):
17539         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17540         Fix docs for ffmpegcolorspace.
17541
17542 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17543
17544         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17545         (apetag_type_find), (ape_type_find), (plugin_init):
17546           Some typefinding fine-tuning:
17547           - rank ID3/APE tags in order of preference via probabilities, so that
17548             ID3v2 > APEv2 > APEv1 > ID3v1.
17549           - three or four bytes don't really justify MAXIMUM probability,
17550             change those to 'very likely' (musepack and monkeysaudio).
17551
17552 2006-03-01  Wim Taymans  <wim@fluendo.com>
17553
17554         * docs/plugins/Makefile.am:
17555         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17556         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17557         * ext/alsa/gstalsamixer.c:
17558         * ext/alsa/gstalsamixer.h:
17559         * ext/alsa/gstalsamixerelement.c:
17560         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17561         * ext/alsa/gstalsamixerelement.h:
17562         * ext/alsa/gstalsasink.c:
17563         * ext/alsa/gstalsasink.h:
17564         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17565         (gst_alsasrc_init):
17566         * ext/alsa/gstalsasrc.h:
17567         Added alsa docs.
17568         Small code cleanups.
17569
17570 2006-03-01  Wim Taymans  <wim@fluendo.com>
17571
17572         * ext/theora/Makefile.am:
17573         Dist new header too,
17574
17575 2006-03-01  Wim Taymans  <wim@fluendo.com>
17576
17577         * docs/plugins/Makefile.am:
17578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17580         * ext/gnomevfs/gstgnomevfssink.h:
17581         * ext/gnomevfs/gstgnomevfssrc.h:
17582         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17583         * ext/vorbis/vorbisdec.h:
17584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17585         * ext/vorbis/vorbisenc.h:
17586         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17587         (vorbis_parse_chain), (vorbis_parse_change_state):
17588         * ext/vorbis/vorbisparse.h:
17589         * gst/audioconvert/gstaudioconvert.h:
17590         * gst/tcp/gsttcpserversink.h:
17591         * gst/videotestsrc/gstvideotestsrc.c:
17592         * gst/videotestsrc/gstvideotestsrc.h:
17593         * gst/volume/gstvolume.c:
17594         * gst/volume/gstvolume.h:
17595         Fix some more docs.
17596         Added docs for vorbisdec and vorbisparse.
17597         Fix vorbisparse.
17598
17599 2006-03-01  Wim Taymans  <wim@fluendo.com>
17600
17601         * docs/plugins/Makefile.am:
17602         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17603         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17604         * ext/pango/gstclockoverlay.h:
17605         * ext/pango/gsttextoverlay.h:
17606         * ext/pango/gsttextrender.h:
17607         * ext/pango/gsttimeoverlay.h:
17608         * ext/theora/gsttheoradec.h:
17609         * ext/theora/gsttheoraenc.h:
17610         * ext/theora/theoradec.c:
17611         * ext/theora/theoraenc.c:
17612         * gst/audioconvert/gstaudioconvert.h:
17613         * gst/audiotestsrc/gstaudiotestsrc.h:
17614         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17616         * gst/tcp/gstmultifdsink.h:
17617         Updated/added documentation.
17618
17619         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17620         (gst_text_overlay_halign_get_type),
17621         (gst_text_overlay_wrap_mode_get_type),
17622         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17623         (gst_text_overlay_init), (gst_text_overlay_set_property),
17624         (gst_text_overlay_get_property):
17625         Fix up properties to be enums instead of string to make bindings,
17626         introspection and automatic GUI creation possible.
17627         Add getters for the properties.
17628
17629 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17630
17631         * gst/audiotestsrc/gstaudiotestsrc.c:
17632           added defines of M_PI and M_PI_2
17633         * gst/ffmpegcolorspace/avcodec.h:
17634           removed #include "stdint.h" for win32 as _stdint.h is 
17635           autogenerated to win32/common
17636         * win32/common/libgstaudio.def:
17637         * win32/common/libgsttag.def:
17638           added some exports
17639         * win32/vs6:
17640           some project files bugs corrected
17641         * win32/vs7:
17642           project files are reset to the default vs7 configuration 
17643           (they link to msvcr71.dll using default optimizations)
17644           
17645 2006-02-28  Wim Taymans  <wim@fluendo.com>
17646
17647         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17648         Fix some docs.
17649
17650 2006-02-28  Edward Hervey  <edward@fluendo.com>
17651
17652         * ext/alsa/gstalsasrc.c:
17653         Set proper class on the ElementDetails:
17654         Source/Audio instead of Src/Audio/
17655
17656 2006-02-28  Edward Hervey  <edward@fluendo.com>
17657
17658         * gst/videoscale/vs_scanline.c:
17659         (vs_scanline_resample_nearest_RGBA):
17660         Revert optimization in videoscale. It should go in liboil and have
17661         an appropriate liboil function.
17662
17663 2006-02-28  Wim Taymans  <wim@fluendo.com>
17664
17665         * gst-libs/gst/audio/gstbaseaudiosink.c:
17666         (gst_base_audio_sink_provide_clock):
17667         Don't try to provide a clock in the NULL state.
17668
17669 2006-02-28  Wim Taymans  <wim@fluendo.com>
17670
17671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17672         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17673         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17674         (gst_ogg_demux_deactivate_current_chain),
17675         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17676         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17677         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17678         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17679         Use GstSegment infrastructure to remove duplicated code
17680         and handle more seek cases correctly.
17681
17682 2006-02-28  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17685         (gst_ffmpegcsp_transform):
17686         Don't ignore return code from ffmpeg convert function.
17687
17688         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17689         Split out some long statements to ease debugging.
17690
17691 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17692
17693         * ext/libvisual/visual.c: (gst_visual_init),
17694         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17695         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17696         being able to renegotiate the size. Instead, use the negotiation
17697         algorithm from the goom plugin to pick an initial output caps. 
17698
17699         Also, allow theoretical libvisual plugins that might support non-GL 
17700         output even if they also do GL.
17701
17702 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17703
17704         * ext/libvisual/visual.c: (gst_visual_init),
17705         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17706         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17707         possible negotiation issues.
17708
17709 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17710
17711         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17712
17713 2006-02-24  Michael Smith  <msmith@fluendo.com>
17714
17715         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17716         (cmml_type_find), (plugin_init):
17717           Fix CMML type find function to not require a specific minor version
17718           of the CMML header.
17719
17720           Add an MPEG4 video elementary stream typefind function.
17721
17722 2006-02-04  Michael Smith  <msmith@fluendo.com>
17723
17724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17725         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17726         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17727         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17728         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17729         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17730           Annodex support in ogg demuxer. Doesn't do very much without the
17731           other annodex patches (to come).
17732
17733 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17736
17737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17738           Pick up palette for MS video v1 (#327028)
17739
17740 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17741
17742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17743         (gst_ffmpegcsp_caps_remove_format_info),
17744         (gst_ffmpegcsp_get_unit_size):
17745           The 'palette_data' field from incoming RGB caps shouldn't be
17746           proxied on outgoing YUV caps; also, restrict unit size
17747           adjustment in case of paletted data only to the unit that
17748           actually has a palette. Fixes #330711.
17749
17750 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17751
17752         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17753         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17754         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17755         (gst_ffmpegcsp_get_unit_size):
17756           Plug some memory leaks.
17757
17758 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17759
17760         * sys/ximage/Makefile.am:
17761         * sys/xvimage/Makefile.am:
17762           Add some _CFLAGS and _LIBS that seem to be missing
17763           and/or required for Cygwin (see #317048).
17764
17765 2006-02-22  Wim Taymans  <wim@fluendo.com>
17766
17767         * ext/alsa/gstalsasrc.c:
17768         Fix description as pointed out by caugier.
17769
17770 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17771
17772         Reviewed by : Edward Hervey  <edward@fluendo.com>
17773
17774         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17775         (qt_type_find):
17776         Better 3gp typefinding (#331526).
17777
17778 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17779
17780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17781           Don't send EOS event here, the base class will send one for us.
17782
17783         * gst/playback/gstplaybasebin.c: (prepare_output):
17784           Subpictures without video stream aren't allowed either.
17785         
17786         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17787           Fix debug statement copy'n'paste-o.
17788
17789 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17790
17791         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17792           Fix issues with mixer keeping state when muting/unmuting
17793           and when changing the volume whilst muted (see #331763
17794           and #331765).
17795
17796 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17797
17798         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17799         (parse_subrip), (gst_sub_parse_format_autodetect):
17800           Set right caps given that we send escaped text. Also,
17801           honour <i></i>, <b></b> and <u></u> markers that can be found
17802           in .srt files (fixes #310202).
17803
17804 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * gst-libs/gst/audio/mixerutils.c:
17807         (element_factory_rank_compare_func):
17808           Make order in which elements are tried more determinable.
17809
17810 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17811
17812         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17813         (remove_element_chain), (cleanup_decodebin),
17814         (gst_decode_bin_change_state): Make decodebin reusable by
17815         fixing remove_element_chain first and then introduce a
17816         cleaner in state change to ->NULL. (Closes #331678)
17817
17818 2006-02-19  Wim Taymans  <wim@fluendo.com>
17819
17820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17821         use 0666 mask when creating files so umask gets applied
17822         correctly. Fixes #331295.
17823
17824 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17825
17826         * gst/subparse/Makefile.am:
17827         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17828         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17829         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17830         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17831         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17832         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17833         * gst/subparse/gstssaparse.h:
17834         * gst/subparse/gstsubparse.c: (plugin_init):
17835           Add very basic parser for SSA subtitle streams (as often
17836           found in matroska files).
17837
17838 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17841           That should be text/x-pango-markup, not text/x-pango-layout.
17842
17843 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17844
17845         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17846         Polishing.
17847
17848 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17849
17850         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17851         (gst_text_overlay_finalize), (gst_text_overlay_init),
17852         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17853         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17854         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17855         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17856         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17857         Fix state change deadlock.
17858
17859 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17860
17861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17862         (gst_text_overlay_finalize), (gst_text_overlay_init),
17863         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17864         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17865         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17866         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17867         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17868         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17869         and subtitles files.
17870
17871 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17872
17873         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17874         should be considered as raw.
17875
17876 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17877
17878         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17879         (cb_probe):
17880         * gst/playback/gststreaminfo.h: Introduce language informations.
17881
17882 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17883
17884         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17885         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17886         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17887         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17888         Set shared memory segments to be deleted as soon as we have attached,
17889         that way they get cleaned up automatically if we crash.
17890
17891 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17892
17893         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17894         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17895         functions are called with lock held.
17896
17897 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17898
17899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17900         (gst_text_overlay_finalize), (gst_text_overlay_init),
17901         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17902         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17903         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17904         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17905         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17906         (gst_text_overlay_change_state): Refactoring of textoverlay
17907         without collectpads. This now supports sparse subtitles coming
17908         from a demuxer instead of a sub file. Seeking is still broken 
17909         though. Need to discuss with wtay some more on how to handle
17910         seeking correctly.
17911         * ext/pango/gsttextoverlay.h:
17912         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17913         subtitles coming from the demuxer.
17914
17915 2006-02-17  Wim Taymans  <wim@fluendo.com>
17916
17917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17918         (gst_vorbisenc_convert_sink):
17919         Use some more scaling functions.
17920
17921 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17922
17923         * ext/cdparanoia/gstcdparanoiasrc.c:
17924         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17925         (gst_cd_paranoia_paranoia_callback),
17926         (gst_cd_paranoia_src_signal_is_being_watched),
17927         (gst_cd_paranoia_src_read_sector):
17928         * ext/cdparanoia/gstcdparanoiasrc.h:
17929           Add back 'transport-error' and 'uncorrected-error' signals and
17930           make them actually be fired when bad stuff happens (#319340).
17931
17932 2006-02-17  Wim Taymans  <wim@fluendo.com>
17933
17934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17935         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17936         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17937         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17938         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17939         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17940         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17941         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17942         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17943         (gst_ring_buffer_clear):
17944         Small cleanups.
17945         Added some G_LIKELY.
17946
17947 2006-02-17  Wim Taymans  <wim@fluendo.com>
17948
17949         * gst-libs/gst/audio/TODO:
17950         Update TODO
17951
17952         * gst-libs/gst/audio/gstbaseaudiosink.c:
17953         (gst_base_audio_sink_get_offset):
17954         When trying to play samples ASAP and we don't have a
17955         previous sample, try to play at position 0 instead of
17956         an invalid position.
17957
17958 2006-02-17  Wim Taymans  <wim@fluendo.com>
17959
17960         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17961         (gst_alsasink_reset):
17962         Also release lock when we get an error in _reset();
17963         fix an error message.
17964
17965 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17968         (gst_alsasink_init), (get_channel_free_structure),
17969         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17970         (gst_alsasink_close):
17971         * ext/alsa/gstalsasink.h:
17972           Add support for more than 2 channels (#326720).
17973
17974 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17975
17976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17977           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17978           with 4 or 6 channels, assume a default channel layout to make things
17979           work (not sure there's anything else we can do in those cases).
17980
17981 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * gst-libs/gst/audio/multichannel.c:
17984           Minor docs fix.
17985
17986         * gst-libs/gst/riff/Makefile.am:
17987         * gst-libs/gst/riff/riff-ids.h:
17988         * gst-libs/gst/riff/riff-media.c:
17989         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17990           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17991           channels and a channel layout map.
17992           
17993 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17994
17995         Reviewed by Edward Hervey  <edward@fluendo.com>
17996
17997         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17998         C-level optimization of the RGBA nearest neighbour function.
17999         Eventually this might end up in liboil with vectorized versions.
18000
18001 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * gst-libs/gst/audio/multichannel.c:
18004         (gst_audio_get_channel_positions):
18005           When we have more than 2 channels, but no channel layout is
18006           specified in the caps, return some default channel layout
18007           to the caller and warn about about a possibly buggy element
18008           (could be buggy filtercaps as well of course) (#317038).
18009
18010 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18013           Add gst-libs/gst/cdda to list of lib search paths.
18014
18015 2006-02-15  Andy Wingo  <wingo@pobox.com>
18016
18017         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18018         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18019         to the Lord Jesus that I do not have to touch the ogg muxer ever
18020         again.
18021
18022 2006-02-15  Edward Hervey  <edward@fluendo.com>
18023
18024         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18025         quicktime movie files can also contain 'uuid' atoms.
18026
18027 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18028
18029         * gst/audioconvert/plugin.c: (plugin_init):
18030           Register the GstAudioChannelPosition enum type with the type
18031           system in the plugin_init function, so that it is known before
18032           any element actually makes use of multi-channel stuff. This is
18033           required for example if one wants to be able to deserialise/use
18034           a caps string with channel positions before any pipeline has
18035           been setup and started, like with gst-launch.
18036
18037 2006-02-14  Wim Taymans  <wim@fluendo.com>
18038
18039         * gst-libs/gst/audio/gstringbuffer.c:
18040         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18041         (gst_ring_buffer_samples_done), (wait_segment),
18042         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18043         Add some compiler G_(UN_)LIKELY help.
18044         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18045         make sure they can exit their functions. Should fix #330748
18046
18047 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * Makefile.am:
18050         * configure.ac:
18051         * win32/MANIFEST:
18052         * win32/common/_stdint.h:
18053           Windows does not have long long; copy the generated _stdint.h
18054         * win32/common/interfaces-enumtypes.c:
18055         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18056         (gst_mixer_track_flags_get_type),
18057         (gst_tuner_channel_flags_get_type):
18058         * win32/common/multichannel-enumtypes.c:
18059         (gst_audio_channel_position_get_type):
18060           update
18061
18062 2006-02-13  Wim Taymans  <wim@fluendo.com>
18063
18064         * gst-libs/gst/audio/gstbaseaudiosink.c:
18065         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18066         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18067         Always sync on first sample we receive when starting.
18068
18069 2006-02-13  Wim Taymans  <wim@fluendo.com>
18070
18071         * gst/playback/gstplaybin.c: (gen_vis_element):
18072         Update vis bin docs.
18073         Move queue after tee so we don't queue video buffers but
18074         audio samples instead. Fixes problems where the video queue
18075         is filled and the audio queue empty.
18076
18077 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18078
18079         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18080           No need to push an EOS event here, GstBaseSrc will do that for us
18081           when we return FLOW_UNEXPECTED.
18082           
18083 2006-02-12  Wim Taymans  <wim@fluendo.com>
18084
18085         * gst-libs/gst/audio/gstbaseaudiosink.c:
18086         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18087         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18088         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18089         Use scale functions when possible.
18090         Fix error messages.
18091         Free clockid when after waiting for EOS.
18092         Use G_(UN_)LIKLY when it makes sense.
18093         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18094
18095 2006-02-12  Edward Hervey  <edward@fluendo.com>
18096
18097         * gst/playback/gstplaybasebin.c: (prepare_output): 
18098         Remove stray semi-colon (fixes #330888).
18099
18100 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18101
18102         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18104         Fix up the XShm call testing so that we catch errors, and don't
18105         cause new ones by attempting to detach from a segment we failed
18106         to attach to. Fixes #312439.
18107
18108 2006-02-10  Edward Hervey  <edward@fluendo.com>
18109
18110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18111         Added flv file typefind (video/x-flv).
18112
18113 2006-02-10  Edward Hervey  <edward@fluendo.com>
18114
18115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18116         (gst_riff_create_video_template_caps):
18117         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18118         Also added the caps to the default set of riff video caps.
18119
18120 2006-02-09  Andy Wingo  <wingo@pobox.com>
18121
18122         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18123         time and the end time of the last packet in the page.
18124         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18125         on the pages in our queue, set the duration as well. Reflow a
18126         debug statement.
18127         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18128         Fixes bad muxing order.
18129
18130 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18131
18132         * gst-libs/gst/rtp/gstbasertppayload.c:
18133         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18134           update seqnum before setting it on the packet; this makes sure
18135           that the timestamp and seqnum properties match after pushing
18136           a buffer
18137
18138 2006-02-09  Andy Wingo  <wingo@pobox.com>
18139
18140         * gst-libs/gst/audio/gstringbuffer.c
18141         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18142         overflow after 13.5 hours of recording. Kapow!
18143
18144         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18145         the buffer size -- we don't care about underrun/overrun reporting
18146         right now, just need to return a useful value.
18147
18148 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18149
18150         * configure.ac:
18151           Back to CVS
18152
18153 === release 0.10.3 ===
18154
18155 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18156
18157         * configure.ac:
18158           releasing 0.10.3, "Under Pressure"
18159
18160 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18161
18162         * configure.ac:
18163         Drat. Bump libtool version number for new API.
18164         Prelease 0.10.2.3 (of 0.10.3)
18165
18166 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18167
18168         * configure.ac:
18169         * win32/common/config.h:
18170         0.10.2.2 prerelease (of 0.10.3).
18171
18172 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18173
18174         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18175           Revert Andy's newsegment change pending a more correct
18176           fix.
18177
18178 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18179
18180         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18181         (qt_type_find), (plugin_init):
18182           detect more files as 3gp
18183           group and reorder the iso file formats
18184
18185 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * ext/vorbis/vorbis.c: (plugin_init):
18188           Register musicbrainz tags, so apps don't have to.
18189
18190 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18193         (gst_tag_to_vorbis_tag):
18194           Make sure we called gst_tag_register_musicbrainz_tags()
18195           before possibly mapping a vorbiscomment string from/to a
18196           musicbrainz tag.
18197
18198 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18199
18200         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18201           In case we can't find the required number of consecutive
18202           mpeg audio frames to positively identify an MPEG audio
18203           stream, check if there's at least a valid mpeg audio
18204           frame right at offset 0 and if so suggest mpeg/audio
18205           caps with a very low probability (#153004).
18206
18207 2006-02-07  Andy Wingo  <wingo@pobox.com>
18208
18209         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18210         a TIME segment if we get timestamped buffers. Requires recent
18211         fixes in core to work properly.
18212
18213 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18214
18215         * gst/playback/gstplaybasebin.c: (prepare_output):
18216           Don't print the URI as part of the error message, it
18217           makes error dialogs look rather ugly, especially if
18218           the URI is very long or has characters in it that
18219           need escaping.
18220
18221 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * gst/playback/gstplaybasebin.c: (prepare_output):
18224           Error out if we have only text or subtitles, but nothing
18225           else. Also error out if we have subtitles but no video
18226           stream.
18227
18228 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18231           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18232           Post an error message on the bus when we encounter an
18233           error, which will hopefully be more meaningful than the
18234           'Internal Flow Error' message users get to see if we
18235           just return GST_FLOW_ERROR.
18236
18237 2006-02-07  Andy Wingo  <wingo@pobox.com>
18238
18239         * configure.ac (GST_MAJORMINOR): Update core version req to
18240         0.10.2.2, for the collectpads API addition (#330244).
18241
18242 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18243
18244         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18245           Return FALSE from plugin_init() when GnomeVFS can't
18246           be initialised for some reason (#328423).
18247
18248 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18249
18250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18251         Stick to seeking theory until i find the bug.
18252         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18253
18254 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18255
18256         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18257         (theora_enc_finalize), (theora_enc_sink_setcaps),
18258         (theora_set_header_on_caps), (theora_enc_chain),
18259         (theora_enc_change_state):
18260         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18261           Make theoraenc and the tests leak free. Like, really.
18262
18263 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18264
18265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18266         (theora_enc_finalize), (theora_enc_sink_setcaps):
18267           Add a finalize method to ensure we clean up state even if
18268           someone omitted the state change back to NULL.
18269
18270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18271         (gst_vorbisenc_chain):
18272           Free some more leaked bits.
18273
18274         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18275         (stop_pipeline):
18276           Wait for state changes to happen if they're ASYNC.
18277
18278           This ought to teach those fancy pants buildbots a lesson.
18279
18280 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18281
18282         * gst-libs/gst/tag/gstid3tag.c:
18283           Add mapping for ID3 International Standard Recording Code
18284           tag "TSRC"
18285
18286 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18287
18288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18289           Don't leak tag names.
18290
18291 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18292
18293         * docs/libs/gst-plugins-base-libs-docs.sgml:
18294         * docs/libs/gst-plugins-base-libs-sections.txt:
18295         * gst-libs/gst/tag/gstid3tag.c:
18296         * gst-libs/gst/tag/gstvorbistag.c:
18297         * gst-libs/gst/tag/tags.c:
18298           Split libgsttag docs into multiple sections.
18299
18300 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * docs/libs/Makefile.am:
18303         * docs/libs/gst-plugins-base-libs-docs.sgml:
18304         * docs/libs/gst-plugins-base-libs-sections.txt:
18305         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18306         * gst-libs/gst/tag/gstvorbistag.c:
18307         * gst-libs/gst/tag/tag.h:
18308         * gst-libs/gst/tag/tags.c:
18309           Add libgsttag to the docs.
18310
18311 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18312
18313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18314         (gst_text_overlay_init), (gst_text_overlay_src_event),
18315         (gst_text_overlay_collected): Fix clockoverlay.
18316
18317 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * docs/libs/compiling.sgml:
18320           Fix typo: it's pkg-config, not pkg-gconfig
18321
18322         * docs/libs/gst-plugins-base-libs-docs.sgml:
18323         * docs/libs/gst-plugins-base-libs-sections.txt:
18324         * docs/libs/tmpl/gstgconf.sgml:
18325           There is no libgstgconf in 0.10, remove it
18326           from the docs.
18327
18328 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18329
18330         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18331         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18332         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18333         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18334         (gst_sub_parse_class_init), (gst_sub_parse_init),
18335         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18336         (parse_mpsub), (parser_state_init), (handle_buffer),
18337         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18338         * gst/subparse/gstsubparse.h: Introduce seeking code.
18339
18340 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18341
18342         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18343           Add comment about LANGUAGE tag inconsistency (we want
18344           ISO-639-1, but extract three-letter identifiers?)
18345
18346         * po/POTFILES.in:
18347           Add two translatable files.
18348
18349 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18350
18351         * gst-libs/gst/tag/Makefile.am:
18352         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18353         * gst-libs/gst/tag/tag.h:
18354         * gst-libs/gst/tag/tags.c:
18355         (gst_tag_register_musicbrainz_tags_internal),
18356         (gst_tag_register_musicbrainz_tags):
18357           Forward-port some tags stuff from the 0.8 branch. This is
18358           mostly the addition of musicbrainz tags and their mapping
18359           to vorbistags, and a vorbistag mapping of the language tag.
18360
18361 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18362
18363         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18364         refactoring.
18365
18366 2006-02-04  David Schleef  <ds@schleef.org>
18367
18368         * ext/ogg/gstoggmux.c:
18369         * gst/typefind/gsttypefindfunctions.c:
18370           Add Dirac typefinding and add dirac format to oggmux.
18371
18372 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18373
18374         * gst/playback/gstdecodebin.c: (try_to_link_1):
18375           Don't put essential function call into
18376           g_return_*() macro, otherwise it'll all be
18377           replaced by NOOPs when compiling with
18378           G_DISABLE_CHECKS defined.
18379
18380 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18381
18382         * ext/ogg/gstoggdemux.c:
18383         * ext/ogg/gstoggparse.c:
18384         * gst/tcp/gsttcpserversink.c:
18385         * sys/v4l/v4lsrc_calls.c:
18386         * sys/v4l/v4lsrc_calls.h:
18387         Just make it compile with --disable-gst-debug.
18388
18389 2006-02-03  Wim Taymans  <wim@fluendo.com>
18390
18391         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18392         (gst_alsasink_class_init), (gst_alsasink_init),
18393         (gst_alsasink_write), (gst_alsasink_reset):
18394         * ext/alsa/gstalsasink.h:
18395         Add lock to protect alsa calls.
18396         Implement reset to flush samples ASAP, does not work
18397         with dmix though.
18398
18399 2006-02-02  Wim Taymans  <wim@fluendo.com>
18400
18401         * gst-libs/gst/audio/gstbaseaudiosink.c:
18402         (gst_base_audio_sink_provide_clock):
18403         Ugh.. getting late I guess...
18404
18405 2006-02-02  Wim Taymans  <wim@fluendo.com>
18406
18407         * gst-libs/gst/audio/gstbaseaudiosink.c:
18408         (gst_base_audio_sink_provide_clock),
18409         (gst_base_audio_sink_set_property),
18410         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18411         Don't try to provide a clock when we are not negotiated since
18412         we might not be able to make it run.
18413
18414 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18415
18416         * gst/playback/gstdecodebin.c: (try_to_link_1):
18417           Unlinking two source pads is ... hard.
18418
18419 2006-02-02  Wim Taymans  <wim@fluendo.com>
18420
18421         * gst-libs/gst/audio/TODO:
18422         Updated.
18423
18424         * gst-libs/gst/audio/gstbaseaudiosink.c:
18425         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18426         On EOS, wait till the last sample is played before posting EOS.
18427
18428 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18429
18430         Patch by: Kai Vehmanen
18431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18432           Adds ability to enable newsegment bypass by setting queue_delay to
18433           zero. Also avoid thread being started if queue_delay is zero.
18434
18435 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18438           Make test work again by connecting fakesinks to each decoded pad,
18439           which makes the pipeline wait until each fakesink has a buffer
18440           queued before going to PAUSED state. At that point we know the
18441           decodebin pads are negotiated.
18442
18443 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18446         (gst_cdda_base_src_handle_event):
18447         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18448           Pass unhandled queries to the parent class's query function.
18449
18450 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18453         (gst_ogg_pad_src_query):
18454         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18455         * ext/theora/theoradec.c: (theora_dec_src_query),
18456         (theora_dec_sink_query):
18457         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18458         (vorbis_dec_sink_query):
18459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18460         (gst_vorbisenc_sink_query):
18461         * gst/adder/gstadder.c: (gst_adder_query):
18462           Pass unhandled queries upstream instead of just
18463           dropping them (#326447). Also, fix supported
18464           query types list for some elements.
18465
18466 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18469         (paris_type_find), (ilbc_type_find), (plugin_init):
18470           Fix typefinding for audio/x-au, audio/x-paris and
18471           audio/iLBC-sh. We cannot use the START_WITH macros
18472           here, because there can only be one typefind factory
18473           with the same name (caps), so the second one would
18474           replace the first one and the first one would never
18475           be called when doing typefinding (see #161712).
18476           
18477
18478 2006-01-31  Wim Taymans  <wim@fluendo.com>
18479
18480         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18481         (vorbis_handle_header_packet), (vorbis_dec_push),
18482         (vorbis_handle_data_packet):
18483         Use scale_int when we can, add some more scaling.
18484         Check packettype before parsing it.
18485
18486 2006-01-31  Wim Taymans  <wim@fluendo.com>
18487
18488         * ext/theora/theoradec.c: (_theora_granule_time),
18489         (theora_dec_src_convert), (theora_dec_sink_convert):
18490         Call right _scale functions.
18491         Use parameter instead of some other random value.
18492
18493 2006-01-31  Wim Taymans  <wim@fluendo.com>
18494
18495         * ext/theora/theoradec.c: (_theora_granule_frame),
18496         (_theora_granule_time), (_inc_granulepos),
18497         (theora_dec_src_convert), (theora_dec_sink_convert),
18498         (theora_handle_type_packet), (theora_handle_data_packet),
18499         (theora_dec_chain):
18500         Use higher precision timestamps calculation.
18501         Convert some other conversions to _scale.
18502
18503 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18504
18505         * gst/audiotestsrc/gstaudiotestsrc.c:
18506         (gst_audio_test_src_create_sine_table), (plugin_init):
18507         * gst/volume/gstvolume.c: (plugin_init):
18508           initialize gst_controller before using
18509
18510 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18511
18512         * tests/check/pipelines/theoraenc.c:
18513         * tests/check/pipelines/vorbisenc.c:
18514         Define constant using G_GINT64_CONSTANT to avoid errors when
18515         passing it around - otherwise it gets truncated to 32 bits.
18516
18517         Fixes failing tests.
18518
18519 2006-01-31  Andy Wingo  <wingo@pobox.com>
18520
18521         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18522         caps being set doesn't have a framerate value. Basically a stopgap
18523         measure.
18524
18525         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18526         technically correct enough to put into core though.
18527         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18528         DURATION. Fixes theoraenc ! oggmux.
18529
18530         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18531         fraction, not double.
18532
18533 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18534
18535         * win32/vs7:
18536         add vs7 project files created by Sergey Scobich
18537
18538 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18539
18540         * win32/vs8:
18541         add vs8 project files created by Sergey Scobich
18542         
18543 2006-01-30  Andy Wingo  <wingo@pobox.com>
18544
18545         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18546         timestamp + duration, not just timestamp -- ogg pages should be
18547         ordered by stop time. Necessary fix given the change in vorbis
18548         timestamps.
18549
18550         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18551         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18552         (granulepos_add): New function, handles the messiness of adjusting
18553         granulepos values.
18554         (theora_buffer_from_packet):
18555         (theora_enc_chain):
18556         (theora_enc_sink_event): Use granulepos_add, not +.
18557
18558         * tests/check/pipelines/theoraenc.c
18559         (check_buffer_granulepos_from_starttime): Just check the frame
18560         count, not the actual granulepos -- we can't dictate to the
18561         encoder when it should be placing keyframes.
18562
18563 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18564
18565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18566           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18567           play an http:// stream from a server that's not serving
18568
18569 2006-01-30  Andy Wingo  <wingo@pobox.com>
18570
18571         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18572         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18573         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18574         available.
18575
18576         * ext/theora/gsttheoraenc.h:
18577         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18578         although theoraenc was timestamping correctly. Added handling of
18579         streams that start with nonzero timestamps.
18580
18581         * tests/check/Makefile.am:
18582         * tests/check/pipelines/theoraenc.c: New file, basically does same
18583         tests as vorbisenc.
18584
18585         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18586
18587 2006-01-30  Wim Taymans  <wim@fluendo.com>
18588
18589         * gst-libs/gst/audio/gstaudiosink.c:
18590         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18591         (gst_audioringbuffer_pause):
18592         Implement pause that does not wait for completion.
18593
18594         * gst-libs/gst/audio/gstbaseaudiosink.c:
18595         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18596         Don't drop buffers when going to PAUSED but perform preroll on
18597         remaining samples now that core base class supports this.
18598
18599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18600         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18601         (gst_ring_buffer_commit):
18602         Pause should not signal waiters.
18603         Implement return value of _commit correctly.
18604
18605 2006-01-30  Andy Wingo  <wingo@pobox.com>
18606
18607         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18608
18609         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18610         updated to timestamp from the first sample, not the last.
18611         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18612         special care of granulepos and timestamp for header packets.
18613         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18614         when the first buffer has a nonzero timestamp.
18615
18616         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18617         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18618         case when the first audio buffer we get has a nonzero timestamp.
18619         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18620         properly timestamp vorbis buffers with the time of the first
18621         sample, not the last.
18622         
18623         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18624         vorbis_granule_time_copy -- now it takes the granule/subgranule
18625         offset into account.
18626
18627         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18628         timestamps, durations, and granulepos on buffers produced by
18629         vorbisenc.
18630
18631 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18632
18633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18634         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18635           Patch from Eric Jonas to support conversions to/from UYVY 
18636           (Fixes: #324626)
18637
18638 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18639
18640         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18641         (setup_subtitle), (setup_source), (set_active_source):
18642         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18643         (gen_text_element), (gen_audio_element), (gen_vis_element),
18644         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18645
18646 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18647
18648         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18649         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18650                 use gst_guint64_to_gdouble to be compliant with vs6
18651         * gst/playback/gstdecodebin.c: (try_to_link_1)
18652         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18653                 use G_GINT64_CONSTANT for int64 constants
18654         * win32/common/libgstinterfaces.def:
18655                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18656         * win32/vs6:
18657                 update and add new project files
18658                 
18659 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18660
18661         * Makefile.am:
18662         * win32/MANIFEST:
18663         * win32/common/interfaces-enumtypes.c:
18664         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18665         (gst_mixer_track_flags_get_type),
18666         (gst_tuner_channel_flags_get_type):
18667         * win32/common/interfaces-enumtypes.h:
18668         * win32/common/multichannel-enumtypes.c:
18669         (gst_audio_channel_position_get_type):
18670         * win32/common/multichannel-enumtypes.h:
18671           add a win32-update rule like in core, and copy over enumtypes files
18672
18673 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18674
18675         * win32/MANIFEST:
18676         * win32/common/config.h:
18677         * win32/common/config.h.in:
18678           add config files just like in core
18679
18680 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18681
18682         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18683           Make gcc-4.1 happy (part of #327357).
18684
18685 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18686
18687         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18688         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18689         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18690         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18691         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18692         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18693           Update all error messages.  All of them should either use
18694           the default translated message, or actually provide a
18695           translatable string.
18696           Make the string for channel count problems meaningful.
18697
18698 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18699
18700         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18701           check for and throw RESOURCE_BUSY
18702
18703 2006-01-27  David Schleef  <ds@schleef.org>
18704
18705         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18706           checked in this change -- it requires liboil features not
18707           in 0.3.6.  Revert parts.
18708
18709 2006-01-27  David Schleef  <ds@schleef.org>
18710
18711         * REQUIREMENTS:
18712         * configure.ac: update liboil requirement to 0.3.6
18713         * gst/videoscale/Makefile.am:
18714         * gst/videoscale/vs_scanline.c: liboilify
18715
18716 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18717
18718         * ext/libvisual/visual.c: (get_buffer):
18719           When pad_alloc returns a GstFlowReturn other
18720           than GST_FLOW_OK, make sure it is passed upstream.
18721
18722 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18723
18724         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18725         (gst_alsasink_class_init):
18726           Free the device name string.
18727
18728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18729         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18730         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18731           Don't remove a pad from the collectpads structure until it
18732           is released - it's a request pad, and may receive data again
18733           if the element gets moved back to PLAYING state.
18734
18735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18736           Ensure we turn on double buffering on the Xv port, and
18737           set the colour key to something dark and mysterious that
18738           isn't black.
18739
18740 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18741
18742         * ext/alsa/gstalsaplugin.c: (plugin_init):
18743         * ext/cdparanoia/gstcdparanoiasrc.c:
18744         (gst_cd_paranoia_src_base_init), (plugin_init):
18745         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18747           - a library should not call setlocale. see "Libraries" node in
18748             gettext manual
18749           - make sure all plugins that use translation do bindtextdomain
18750             to point to the localedir
18751         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18752         (setup_sinks), (plugin_init):
18753           all this, and check for NULL when creating sinks
18754
18755 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18756
18757         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18758         (plugin_init): Make typefinding of subtitles work again.
18759
18760 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18763         (mp3_type_frame_length_from_header), (mp3_type_find),
18764         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18765         (plugin_init):
18766           Backport a bunch of typefinding fixes from the 0.8 branch.
18767           Also, improve wavpack typefinding: if we can't peek the
18768           entire wavpack block, try to parse the bits we can get and
18769           see if we find what we're looking for in those.
18770
18771 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18772
18773         * sys/ximage/ximagesink.c:
18774         (gst_ximagesink_calculate_pixel_aspect_ratio):
18775         * sys/xvimage/xvimagesink.c:
18776         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18777         more cases of pixel aspect ratio.
18778
18779 2006-01-26  Edward Hervey  <edward@fluendo.com>
18780
18781         * gst/playback/gstdecodebin.c: (pad_probe):
18782         Also consider the flush-start and tag events as unblockers
18783         for the pad probes.
18784
18785 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18786
18787         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18788         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18789         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18790         On the fly visualisation switch, works disabling, enabling as
18791         well but it won't be able to enable vis in a playbin that was
18792         created with no visualisation.
18793
18794 2006-01-25  Wim Taymans  <wim@fluendo.com>
18795
18796         * gst-libs/gst/audio/gstbaseaudiosink.c:
18797         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18798         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18799         resume after pause.
18800
18801 2006-01-25  Wim Taymans  <wim@fluendo.com>
18802
18803         * gst-libs/gst/audio/gstbaseaudiosink.c:
18804         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18805         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18806         Improve debugging.
18807         Post error when caps cannot be parsed.
18808         Resync on discontinuity in the stream.
18809         Clip samples to segment boundaries.
18810         return WRONG_STATE sooner when we are flushing.
18811
18812         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18813         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18814         Make audiosrc operate in TIME.
18815         Set TIMESTAMP and DURATION on buffers.
18816
18817 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18818
18819         * tests/examples/seek/seek.c: (main):
18820           Output tag messages as well.
18821
18822 2006-01-23  Edward Hervey  <edward@fluendo.com>
18823
18824         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18825         (free_pad_probes), (remove_fakesink), (pad_probe),
18826         (close_pad_link), (gst_decode_bin_change_state):
18827         Replace GstPadBlockCallback with pad probes that detect
18828         first buffer AND eos before removing fakesink.
18829         Fixes hang with demuxers doing EOS while pre-rolling.
18830         Solves #328279
18831
18832 2006-01-23  Andy Wingo  <wingo@pobox.com>
18833
18834         * ext/alsa/gstalsasink.c:
18835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18836         (gst_base_rtp_depayload_setcaps),
18837         (gst_base_rtp_depayload_add_to_queue),
18838         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18839         
18840         Patch by: Jens Granseuer <jensgr at gmx dot net>
18841
18842 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18843
18844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18846         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18847         frames. We might get a frame destroyed after changing state to
18848         NULL, adding a safety check on xcontext.
18849
18850 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18851
18852         * gst-libs/gst/interfaces/xoverlay.c:
18853           Fix prepare-xwindow-id code example in the docs - we need to
18854           ignore all messages that aren't element messages as well.
18855           
18856 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18857
18858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18859           I think one day i'll completely undestand how caps negotiation
18860           is supposed to work. This refactoring handles buffer_alloc
18861           called with caps we can't handle. We definitely don't want a
18862           set_caps with those caps, so we define and allocate a buffer
18863           we would like to receive.
18864
18865 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst/playback/gstplaybasebin.c: (setup_source):
18868           Free iterator when done.
18869
18870 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18871
18872         * gst-libs/gst/audio/gstbaseaudiosink.c:
18873         (gst_base_audio_sink_render):
18874           Fix playback of non-synchronised streams by assuming a rate
18875           of 1.0 instead of a random one.
18876
18877           Makes this work again:
18878
18879           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18880           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18881           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18882           audioresample ! alsasink
18883
18884 === release 0.10.2 ===
18885
18886 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18887
18888         * configure.ac:
18889           releasing 0.10.2, "Then the devil is six"
18890
18891 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18892
18893         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18894         * gst/playback/gststreamselector.c:
18895         (gst_stream_selector_set_property):
18896           Comment out broken code that connects to the state-changed signal.
18897           At this point, changing current stream selection is broken, but 
18898           stuff like gst-launch playbin current-audio=1 works and filters
18899           to the chosen stream.
18900
18901 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18902
18903         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18904           Fix #327216 (null dereference in vorbisdec)
18905
18906 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18907
18908         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18909           Post taglist actually on bus instead of just freeing it
18910           (fixes #327114 and totem bug #327080).
18911
18912         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18913           Use gst_element_found_tags_for_pad(), so that the tags
18914           are sent downstream as an event as well.
18915
18916 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18917
18918         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18919         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18920         (gst_ximagesink_buffer_alloc):
18921         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18922         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18923         (gst_xvimagesink_buffer_alloc):
18924           move all regularly occurring messages to GST_LOG level
18925           add some more object logs
18926
18927 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18928
18929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18930           fix a silly segfault
18931
18932 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18933
18934         * docs/libs/gst-plugins-base-libs-docs.sgml:
18935         * docs/libs/gst-plugins-base-libs-sections.txt:
18936         * gst-libs/gst/audio/mixerutils.c:
18937         * gst-libs/gst/audio/mixerutils.h:
18938           Add docs for mixerutils stuff.
18939
18940 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18941
18942         * gst/playback/gstplaybasebin.c: (setup_source):
18943           Fix playback for sources that emit raw audio or
18944           raw video streams (e.g.: cd audio sources) (#325984).
18945
18946 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18947
18948         * gst-libs/gst/audio/mixerutils.c:
18949         (gst_audio_mixer_filter_do_filter):
18950           actually save the element we create
18951
18952 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18953
18954         * gst-libs/gst/cdda/gstcddabasesrc.c:
18955         (gst_cdda_base_src_handle_track_seek):
18956           No need to post a tag message on the bus when seeking
18957           within the same track, only post it when the current
18958           track changes.
18959
18960 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18961
18962         * gst/playback/gstplaybasebin.c: (group_destroy),
18963         (probe_triggered), (new_decoded_pad), (mute_group_type),
18964         (set_active_source):
18965         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18966         * gst/playback/gststreamselector.c:
18967         (gst_stream_selector_base_init),
18968         (gst_stream_selector_set_property),
18969         (gst_stream_selector_request_new_pad):
18970           Reenable stream selection. These mechanisms need a complete overhaul
18971           in the face of 0.8->0.10 changes though.
18972
18973 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18974
18975         * ext/ogg/gstoggdemux.c:
18976           Change the pad template to src_%d to match the pads that 
18977           are created from it. decodebin needs this information in order
18978           to decide that oggdemux is capable of producing multiple pads
18979           (and hence needs queues inserted).
18980
18981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18982         (gst_ogg_mux_collected):
18983           Make debug output more useful by using GST_PTR_FORMAT.
18984
18985 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18986
18987         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18988
18989         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18990           Set depth and width for alaw/mulaw (fixes #326601).
18991
18992 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18993
18994         * tests/icles/Makefile.am:
18995           don't build the tests if we don't have the libs
18996
18997 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18998
18999         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19000         (gst_cd_paranoia_paranoia_callback):
19001           Don't try to free NULL pointers.
19002
19003 2006-01-10  Edward Hervey  <edward@fluendo.com>
19004
19005         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19006         (gst_audio_rate_change_state), (plugin_init):
19007         Add debugging category.
19008         Fix type issues.
19009         Add case for incoming buffers without valid offset/offset_end.
19010
19011 2006-01-10  Michael Smith  <msmith@fluendo.com>
19012
19013         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19014           Don't leak GCond in audio sources.
19015
19016 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19017
19018         * gst/playback/gstplaybin.c: (gen_audio_element):
19019           Don't leak an autoaudiosink/alsasink when we generate
19020           a new audio element. (old code, I guess)
19021
19022 2006-01-10  Michael Smith  <msmith@fluendo.com>
19023
19024         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19025           Support float audio in audiorate.
19026           Use width rather than depth for selecting sample width.
19027
19028 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19029
19030         * gst/videotestsrc/videotestsrc.h:
19031           Use GLib types here (that way we don't have to include the
19032           generated _stdint.h header, which makes life easier for win32
19033           folks that don't use autotools for the build) (#325990, patch
19034           by: Sergey Scobich).
19035
19036 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19037
19038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19039         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19040         (gst_ring_buffer_pause), (wait_segment):
19041         * gst-libs/gst/audio/gstringbuffer.h:
19042           Name (private) union, makes Forte compiler happy (this time
19043           for real) (#324900).
19044
19045 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19046
19047         * gst-libs/gst/audio/Makefile.am:
19048           Link against libgstinterfaces, needed for mixer
19049           and property probe stuff.
19050
19051 2006-01-09  Edward Hervey  <edward@fluendo.com>
19052
19053         * gst-libs/gst/Makefile.am:
19054
19055 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * gst-libs/gst/audio/Makefile.am:
19058         * gst-libs/gst/audio/mixerutils.c:
19059         (gst_audio_mixer_filter_do_filter),
19060         (gst_audio_mixer_filter_check_element),
19061         (gst_audio_mixer_filter_probe_feature),
19062         (element_factory_rank_compare_func),
19063         (gst_audio_default_registry_mixer_filter):
19064         * gst-libs/gst/audio/mixerutils.h:
19065           Add gst_audio_default_registry_mixer_filter() utility
19066           function.
19067
19068 2006-01-03  Michael Smith  <msmith@fluendo.com>
19069
19070         * gst/audioresample/resample.h:
19071           As before, but for o_buf
19072
19073 2006-01-03  Michael Smith  <msmith@fluendo.com>
19074
19075         * gst/audioresample/resample.h:
19076           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19077           since we do arithmetic on it.
19078
19079 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19080
19081         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19082         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19083         (gst_ring_buffer_pause), (wait_segment):
19084         * gst-libs/gst/audio/gstringbuffer.h:
19085           Sun's Forte compiler doesn't seem to like anonymous structs,
19086           so use same setup as in GstBaseSrc (fixes #324900).
19087
19088 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19089
19090         * configure.ac:
19091         * gst/volume/Makefile.am:
19092         * gst/volume/demo.c:
19093           move old example to tests/examples/volume/volune.c
19094         * tests/examples/Makefile.am:
19095         * tests/examples/seek/seek.c: (main):
19096           change window-close event from "delete-event" to "destroy"
19097         * tests/examples/volume/Makefile.am:
19098         * tests/examples/volume/volume.c: (value_changed_callback),
19099         (setup_gui), (message_received), (eos_message_received), (main):
19100           fix event handling and bus usage
19101
19102 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19103
19104         * gst/audiotestsrc/gstaudiotestsrc.c:
19105         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19106         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19107         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19108         (gst_audio_test_src_create_square),
19109         (gst_audio_test_src_create_saw),
19110         (gst_audio_test_src_create_triangle),
19111         (gst_audio_test_src_create_silence),
19112         (gst_audio_test_src_create_white_noise),
19113         (gst_audio_test_src_create_pink_noise),
19114         (gst_audio_test_src_init_sine_table),
19115         (gst_audio_test_src_create_sine_table),
19116         (gst_audio_test_src_change_wave),
19117         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19118         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19119         * gst/audiotestsrc/gstaudiotestsrc.h:
19120           update to basesrc changes, implement segmented seeking and eos
19121           handling, add a 'sine-tab' waveform for performance critical playback
19122
19123 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19124
19125         * po/POTFILES.in:
19126           ... and this time the other modified file that I missed last time.
19127
19128 2005-12-29  Michael Smith  <msmith@fluendo.com>
19129
19130         * gst/playback/gstdecodebin.c: (new_pad):
19131           Fix non-C89 variable declaration not at the start of a block. Should
19132           help some compilers.
19133
19134 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19135
19136         * tests/check/Makefile.am:
19137           And now fix 'make distcheck' (builddir != srcdir)
19138
19139 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19140
19141         * configure.ac:
19142         * ext/cdparanoia/Makefile.am:
19143         * ext/cdparanoia/gstcdparanoia.c:
19144         * ext/cdparanoia/gstcdparanoia.h:
19145         * ext/cdparanoia/gstcdparanoiasrc.c:
19146         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19147         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19148         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19149         (gst_cd_paranoia_paranoia_callback),
19150         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19151         (gst_cd_paranoia_src_set_property),
19152         (gst_cd_paranoia_src_get_property), (plugin_init):
19153         * ext/cdparanoia/gstcdparanoiasrc.h:
19154           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19155           plugin again (there are still fixes required to playbin to make
19156           cdda:// uris work there).
19157
19158 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19159
19160         * tests/check/Makefile.am:
19161           Fix test case compilation.
19162
19163 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * gst-libs/gst/cdda/gstcddabasesrc.c:
19166         (gst_cdda_base_src_update_duration),
19167         (gst_cdda_base_src_calculate_cddb_id):
19168           An integer is not a string. Fix access to uninitialised variable.
19169
19170         * tests/check/Makefile.am:
19171           Add cddabasesrc unit test; also actually enable the vorbis test.
19172
19173         * tests/check/generic/states.c:
19174           Blacklist new cd audio elements as well.
19175
19176         * tests/check/libs/cddabasesrc.c:
19177           Unit test for GstCddaBaseSrc (discid calculation mostly).
19178
19179 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19180
19181         * docs/libs/Makefile.am:
19182         * docs/libs/gst-plugins-base-libs-docs.sgml:
19183         * docs/libs/gst-plugins-base-libs-sections.txt:
19184         * docs/libs/gst-plugins-base-libs.types:
19185           Add docs for libgstcdda/GstCddaBaseSrc.
19186
19187         * gst-libs/gst/interfaces/mixertrack.h:
19188           Do one struct member per line with a semicolon at the end, that way
19189           even gtk-doc might parse it without complaining.
19190
19191 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19192
19193         * configure.ac:
19194         * gst-libs/gst/Makefile.am:
19195         * gst-libs/gst/cdda/Makefile.am:
19196         * gst-libs/gst/cdda/base64.c:
19197         * gst-libs/gst/cdda/base64.h:
19198         * gst-libs/gst/cdda/gstcddabasesrc.c:
19199         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19200         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19201         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19202         (gst_cdda_base_src_get_property),
19203         (gst_cdda_base_src_get_track_from_sector),
19204         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19205         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19206         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19207         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19208         (gst_cdda_base_src_uri_get_protocols),
19209         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19210         (gst_cdda_base_src_uri_handler_init),
19211         (gst_cdda_base_src_setup_interfaces),
19212         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19213         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19214         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19215         (gst_cdda_base_src_add_tags),
19216         (gst_cdda_base_src_add_index_associations),
19217         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19218         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19219         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19220         (gst_cdda_base_src_create):
19221         * gst-libs/gst/cdda/gstcddabasesrc.h:
19222         * gst-libs/gst/cdda/sha1.c:
19223         * gst-libs/gst/cdda/sha1.h:
19224           Add new libgstcdda with GstCddaBaseSrc class.
19225
19226 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19227
19228         * ext/gnomevfs/gstgnomevfssink.h:
19229           Use GstBaseSinkClass as parent_class member for class struct, not
19230           GstBaseSink.
19231
19232 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19233
19234         Patch by: Michael Benes
19235
19236         * gst/videotestsrc/gstvideotestsrc.c:
19237         (gst_video_test_src_class_init), (gst_video_test_src_start):
19238           Add start method to reset running time and number of frames sent
19239           when starting up (fixes #324696)
19240
19241 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * docs/plugins/Makefile.am:
19244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19246         * docs/plugins/gst-plugins-base-plugins.args:
19247         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19248         * docs/plugins/gst-plugins-base-plugins.signals:
19249           Add docs stuff for gnomevfssrc and gnomevfssink.
19250
19251         * ext/gnomevfs/gstgnomevfssrc.c:
19252           Fix example pipeline in gtk-doc blurb.
19253
19254 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * ext/gnomevfs/Makefile.am:
19257         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19258         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19259         (gst_gnome_vfs_handle_get_type), (plugin_init):
19260         * ext/gnomevfs/gstgnomevfs.h:
19261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19262         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19263         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19264         (gst_gnome_vfs_sink_set_property),
19265         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19266         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19267         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19268         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19269         (gst_gnome_vfs_sink_uri_get_type),
19270         (gst_gnome_vfs_sink_uri_get_protocols),
19271         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19272         (gst_gnome_vfs_sink_uri_handler_init):
19273         * ext/gnomevfs/gstgnomevfssink.h:
19274           Port gnomevfssink; add gtk-doc blurb.
19275
19276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19277         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19278         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19279         (gst_gnome_vfs_src_uri_get_type),
19280         (gst_gnome_vfs_src_uri_get_protocols),
19281         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19282         (gst_gnome_vfs_src_uri_handler_init),
19283         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19284         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19285         (gst_gnome_vfs_src_send_additional_headers_callback),
19286         (gst_gnome_vfs_src_received_headers_callback),
19287         (gst_gnome_vfs_src_push_callbacks),
19288         (gst_gnome_vfs_src_pop_callbacks),
19289         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19290         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19291         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19292         * ext/gnomevfs/gstgnomevfssrc.h:
19293           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19294           file; add gtk-doc blurb with example pipelines.
19295
19296 === release 0.10.1 ===
19297
19298 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19299
19300         * configure.ac:
19301           releasing 0.10.1, "Dobro Dedek"
19302
19303 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19304
19305         * gst/typefind/gsttypefindfunctions.c:
19306         iLBC30 and iLBC20 added to typefind.
19307
19308 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19309
19310         * gst-libs/gst/audio/gstbaseaudiosink.c:
19311         (gst_base_audio_sink_class_init):
19312         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19313         (gst_base_audio_src_class_init):
19314           update strings, values are in microseconds
19315           change the default sink buffer time to something that is smaller
19316           (to help software volume mixing have a slightly lower delay) but
19317           still be acceptable on Wim's laptop
19318
19319 2005-12-20  Edward Hervey  <edward@fluendo.com>
19320
19321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19322         Made a quack, forgot to add DUCK to the riff video template.
19323
19324 2005-12-19  Edward Hervey  <edward@fluendo.com>
19325
19326         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19327         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19328         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19329         (gst_ogm_parse_chain):
19330         Make sure pads are initialized correctly.
19331         * gst-libs/gst/riff/riff-ids.h:
19332         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19333         (gst_riff_create_video_template_caps):
19334         Add a whole bunch of FOURCC <=> MimeType.
19335         Extend the riff video pad template to support the newly added fourcc.
19336
19337 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19338
19339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19340         (gst_ogg_demux_activate_chain):
19341           Extra debug output when activating/deactivating chains.
19342
19343         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19344         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19345         (unlinked):
19346           Remove a queue from our list when it becomes unlinked.
19347           Don't add queues to elements in class 'Demux' if they
19348           can only produce one pad 
19349
19350 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19351
19352         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19353         (gst_video_sink_get_type): Add a debug category.
19354
19355 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19356
19357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19358         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19359           Handle downstream newsegment by sending our own newsegment before the
19360           next buffer to be released. (#323900)
19361
19362 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19363
19364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19365         (gst_base_rtp_depayload_set_gst_timestamp):
19366           add queue delay to new segment as well (as opposed to just the first
19367           buffer). (bug #322347)
19368
19369 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19370
19371         * ext/libvisual/visual.c: (make_valid_name):
19372           change some char* into char[]
19373         * gst/audiotestsrc/gstaudiotestsrc.c:
19374         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19375         (gst_audio_test_src_create):
19376         * gst/audiotestsrc/gstaudiotestsrc.h:
19377           prepare to handle EOS and SEGMENT_DONE
19378
19379 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19380
19381         * tests/check/generic/states.c: (GST_START_TEST):
19382           Blacklist cdparanoia element in state test.
19383
19384 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19385
19386           Patch by: Benjamin Pineau
19387
19388         * gst/tcp/gsttcp.c:
19389         * gst/tcp/gsttcpclientsink.c:
19390         * gst/tcp/gsttcpserversink.c:
19391         * gst/tcp/gsttcpserversrc.c:
19392           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19393
19394 2005-12-15  Michael Smith  <msmith@fluendo.com>
19395
19396         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19397         (gst_video_rate_chain):
19398           Fix timestamping for videorate when the first buffer it sees has a
19399           non-zero timestamp. Fix some misleading debug output.
19400
19401 2005-12-15  Michael Smith  <msmith@fluendo.com>
19402
19403         * gst/audioresample/gstaudioresample.c:
19404           Don't leak all input buffers to audioresample.
19405
19406 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19407
19408         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19409           Don't operate on empty text buffers. Strip newlines and
19410           tabs only from the end of the text, but leave them intact
19411           in the middle. Fix typo in gtk-doc description.
19412
19413 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19414
19415         * gst/playback/gstplaybasebin.c:
19416         * gst/playback/gstplaybin.c: (handoff):
19417           Make sure the video frame buffer we return to apps via the
19418           "frame" property always has caps set on it. Modify
19419           _gst_gvalue_set_object() macro to handle NULL objects
19420           gracefully too.
19421
19422 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19423
19424         * gst/audiotestsrc/gstaudiotestsrc.c:
19425         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19426         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19427         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19428         (gst_audio_test_src_create):
19429         * gst/audiotestsrc/gstaudiotestsrc.h:
19430         Adjust to some recent api changes and add wtays new cool seeking
19431         capabillities
19432
19433 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19434
19435         * ext/alsa/Makefile.am:
19436         * ext/alsa/gstalsadeviceprobe.c:
19437         * ext/alsa/gstalsadeviceprobe.h:
19438           Helper functions to add device probing via the GstPropertyProbe
19439           interface to a class.
19440
19441         * ext/alsa/gstalsamixer.h:
19442           Comment out GST_ALSA_MIXER, it returns a struct that's not
19443           used.
19444
19445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19446           Add some debug info. 
19447
19448         * ext/alsa/gstalsamixerelement.c:
19449         (gst_alsa_mixer_element_interface_supported),
19450         (gst_implements_interface_init),
19451         (gst_alsa_mixer_element_init_interfaces),
19452         (gst_alsa_mixer_element_class_init),
19453         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19454         (gst_alsa_mixer_element_set_property),
19455         (gst_alsa_mixer_element_get_property),
19456         (gst_alsa_mixer_element_change_state):
19457         * ext/alsa/gstalsamixerelement.h:
19458           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19459           for device handling (gnome-volume-control will need that).
19460
19461 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19462
19463         * ext/Makefile.am: fix cdparanoia entry
19464         * gst-plugins-base.spec.in: add cdparanoia
19465
19466 2005-12-12  Michael Smith  <msmith@fluendo.com>
19467
19468         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19469           Use the correct function to free list of typefind factories.
19470
19471 2005-12-12  Wim Taymans  <wim@fluendo.com>
19472
19473         * gst/videotestsrc/gstvideotestsrc.c:
19474         (gst_video_test_src_class_init), (gst_video_test_src_init),
19475         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19476         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19477         (gst_video_test_src_create):
19478         * gst/videotestsrc/gstvideotestsrc.h:
19479         Implement seeking in videotestsrc.
19480         Small cleanups.
19481
19482 2005-12-12  Wim Taymans  <wim@fluendo.com>
19483
19484         * ext/cdparanoia/Makefile.am:
19485         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19486         (gst_paranoia_endian_get_type), (_do_init),
19487         (cdparanoia_class_init), (cdparanoia_init),
19488         (cdparanoia_set_property), (cdparanoia_get_property),
19489         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19490         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19491         (cdparanoia_convert), (cdparanoia_get_query_types),
19492         (cdparanoia_query), (cdparanoia_set_index),
19493         (cdparanoia_uri_set_uri):
19494         * ext/cdparanoia/gstcdparanoia.h:
19495         Partially ported cdparanoia now that basesrc can support a
19496         plugin like this..
19497
19498 2005-12-12  Wim Taymans  <wim@fluendo.com>
19499
19500         * tests/examples/seek/scrubby.c: (main):
19501         Set higher priority for bus events so they don't get reordered with
19502         gtk gui events.
19503
19504         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19505         (flush_toggle_cb), (main):
19506         Added checkbox to disable flushing seeks. 
19507         Disable scrubbing when doing non flushing seeks.
19508
19509 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19510
19511         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19512         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19513         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19514         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19515           Implement some sort of event handling that doesn't rely on
19516           g_return_if_fail; make sure we always push the last chunk of an 
19517           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19518           state change function; remove some old cruft. Seeking is still
19519           rather unlikely to work though.
19520
19521         * tools/.cvsignore:
19522           Ignore more.
19523
19524 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19525
19526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19527         Fixed a leak of the current image reference when cleaning up.
19528         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19529
19530 2005-12-09  Michael Smith  <msmith@fluendo.com>
19531
19532         * tools/Makefile.am:
19533         * tools/gst-launch-ext-m.m:
19534           Remove gst-launch-ext. It doesn't work, and is no longer
19535           particularly useful.
19536
19537 2005-12-08  Luca Ognibene  <luogni@tin.it>
19538
19539         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19540           don't pass random values to ogmparse convert function.
19541           Make seeking possible in the exile1.ogm file.
19542
19543 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19544
19545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19546         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19547           Work around refcount problem with g_value_set_object() that occur
19548           if the core has been compiled against GLib-2.6 (g_value_set_object()
19549           will only g_object_ref() the element, but the caller will
19550           gst_object_unref() it and bad things will happen due to the way
19551           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19552           totem for people on FC4 using Thomas's 0.10 RPMs.
19553           
19554 2005-12-07  Edward Hervey  <edward@fluendo.com>
19555
19556         Time to welcome ogm to 0.10 :)
19557         
19558         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19559         (gst_ogg_pad_typefind):
19560         Oggdemux can now properly typefind elements with dynamic pads.
19561         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19562         Properly set caps on src pad, and set caps on outgoing buffers.
19563
19564 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * ext/alsa/gstalsamixer.h:
19567         * ext/alsa/gstalsamixerelement.h:
19568         * ext/alsa/gstalsamixeroptions.h:
19569         * ext/alsa/gstalsamixertrack.h:
19570         * ext/alsa/gstalsasink.c:
19571         * ext/alsa/gstalsasink.h:
19572         * ext/alsa/gstalsasrc.c:
19573         * ext/alsa/gstalsasrc.h:
19574         * ext/cdparanoia/gstcdparanoia.h:
19575         * ext/gnomevfs/gstgnomevfsuri.h:
19576         * ext/ogg/gstoggdemux.c:
19577         * ext/ogg/gstoggmux.c:
19578         * ext/pango/gsttextoverlay.h:
19579         * ext/theora/theoradec.c:
19580         * ext/theora/theoraenc.c:
19581         * ext/vorbis/vorbisdec.h:
19582         * ext/vorbis/vorbisenc.c:
19583         * ext/vorbis/vorbisenc.h:
19584         * ext/vorbis/vorbisparse.h:
19585         * gst-libs/gst/audio/gstaudioclock.h:
19586         * gst-libs/gst/audio/gstaudiosink.c:
19587         * gst-libs/gst/audio/gstaudiosink.h:
19588         * gst-libs/gst/audio/gstaudiosrc.c:
19589         * gst-libs/gst/audio/gstaudiosrc.h:
19590         * gst-libs/gst/audio/gstbaseaudiosink.c:
19591         * gst-libs/gst/audio/gstbaseaudiosink.h:
19592         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19593         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19594         * gst-libs/gst/audio/gstringbuffer.h:
19595         * gst-libs/gst/audio/multichannel.h:
19596         * gst-libs/gst/floatcast/floatcast.h:
19597         * gst-libs/gst/interfaces/colorbalance.c:
19598         * gst-libs/gst/interfaces/colorbalance.h:
19599         * gst-libs/gst/interfaces/colorbalancechannel.h:
19600         * gst-libs/gst/interfaces/mixer.h:
19601         * gst-libs/gst/interfaces/mixeroptions.h:
19602         * gst-libs/gst/interfaces/mixertrack.h:
19603         * gst-libs/gst/interfaces/navigation.h:
19604         * gst-libs/gst/interfaces/propertyprobe.h:
19605         * gst-libs/gst/interfaces/tuner.h:
19606         * gst-libs/gst/interfaces/tunerchannel.h:
19607         * gst-libs/gst/interfaces/tunernorm.h:
19608         * gst-libs/gst/interfaces/xoverlay.h:
19609         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19610         * gst-libs/gst/riff/riff-ids.h:
19611         * gst-libs/gst/riff/riff-media.h:
19612         * gst-libs/gst/riff/riff-read.h:
19613         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19614         * gst-libs/gst/rtp/gstbasertppayload.c:
19615         * gst-libs/gst/rtp/gstbasertppayload.h:
19616         * gst-libs/gst/rtp/gstrtpbuffer.c:
19617         * gst-libs/gst/rtp/gstrtpbuffer.h:
19618         * gst-libs/gst/tag/gsttageditingprivate.h:
19619         * gst-libs/gst/tag/gstvorbistag.c:
19620         (gst_tag_list_from_vorbiscomment_buffer):
19621         * gst-libs/gst/tag/tag.h:
19622         * gst-libs/gst/video/video.h:
19623         * gst/adder/gstadder.c:
19624         * gst/adder/gstadder.h:
19625         * gst/audioconvert/audioconvert.c:
19626         * gst/audioconvert/audioconvert.h:
19627         * gst/audioconvert/gstaudioconvert.c:
19628         * gst/audioconvert/gstchannelmix.c:
19629         * gst/audioconvert/gstchannelmix.h:
19630         * gst/audiorate/gstaudiorate.c:
19631         * gst/audioresample/buffer.h:
19632         * gst/audioresample/functable.h:
19633         * gst/audioresample/gstaudioresample.c:
19634         * gst/audioresample/resample.h:
19635         * gst/ffmpegcolorspace/avcodec.h:
19636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19637         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19638         * gst/ffmpegcolorspace/imgconvert.c:
19639         * gst/ffmpegcolorspace/imgconvert_template.h:
19640         * gst/playback/gstdecodebin.c:
19641         * gst/playback/gstplaybasebin.h:
19642         * gst/playback/gstplaybin.c:
19643         * gst/playback/gststreaminfo.h:
19644         * gst/tcp/gstfdset.c:
19645         * gst/tcp/gstfdset.h:
19646         * gst/tcp/gstmultifdsink.c:
19647         * gst/tcp/gstmultifdsink.h:
19648         * gst/tcp/gsttcp.h:
19649         * gst/tcp/gsttcpclientsrc.c:
19650         * gst/tcp/gsttcpclientsrc.h:
19651         * gst/tcp/gsttcpplugin.h:
19652         * gst/tcp/gsttcpserversink.c:
19653         * gst/tcp/gsttcpserversrc.c:
19654         * gst/typefind/gsttypefindfunctions.c:
19655         * gst/videorate/gstvideorate.c:
19656         * gst/videotestsrc/gstvideotestsrc.h:
19657         * gst/videotestsrc/videotestsrc.h:
19658         * sys/v4l/gstv4lcolorbalance.h:
19659         * sys/v4l/gstv4ltuner.h:
19660         * sys/v4l/gstv4lxoverlay.h:
19661         * sys/v4l/v4l_calls.h:
19662         * sys/v4l/videodev_mjpeg.h:
19663         * tests/check/elements/audioconvert.c:
19664         * tests/check/elements/audioresample.c:
19665         * tests/check/elements/audiotestsrc.c:
19666         * tests/check/elements/videotestsrc.c:
19667         * tests/check/elements/volume.c:
19668         * tests/examples/seek/scrubby.c:
19669         * tests/examples/seek/seek.c:
19670           expand tabs
19671
19672 === release 0.10.0 ===
19673
19674 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19675
19676         * configure.ac:
19677           releasing 0.10.0, "Mont-d'or"
19678
19679 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19680
19681         * tests/examples/seek/Makefile.am:
19682         Build fix for when gtk is not available.
19683
19684 2005-12-05  Andy Wingo  <wingo@pobox.com>
19685
19686         * ext/libvisual/visual.c: (get_buffer):
19687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19688         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19689         * ext/theora/theoradec.c: (theora_handle_data_packet):
19690         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19691         (theora_enc_chain):
19692         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19693         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19694         Update for alloc_buffer changes.
19695
19696 2005-12-05  Andy Wingo  <wingo@pobox.com>
19697
19698         patch by: Kai Vehmanen <kv2004 eca cx>
19699         
19700         * gst-libs/gst/rtp/gstbasertpdepayload.c
19701         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19702
19703 2005-12-04  Andy Wingo  <wingo@pobox.com>
19704
19705         patch by: Sebastien Cote <sebas642 yahoo ca>
19706         
19707         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19708         Fixes #319172.
19709
19710 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19711
19712         * docs/plugins/Makefile.am:
19713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19715         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19716         * ext/pango/gstclockoverlay.c:
19717         * ext/pango/gsttextoverlay.c: 
19718         * ext/pango/gsttextrender.c:
19719         * ext/pango/gsttimeoverlay.c:
19720           Add gtk-doc blurbs to pango elements.
19721
19722 2005-12-02  Wim Taymans  <wim@fluendo.com>
19723
19724         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19725         * gst/audioresample/buffer.h:
19726         * gst/audioresample/gstaudioresample.c:
19727         * gst/audioresample/gstaudioresample.h:
19728         * gst/audioresample/resample.c: (resample_input_flush),
19729         (resample_input_pushthrough), (resample_input_eos),
19730         (resample_get_output_size_for_input),
19731         (resample_get_input_size_for_output), (resample_get_output_size),
19732         (resample_get_output_data):
19733         * gst/audioresample/resample.h:
19734         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19735         Fix audioresample, seek torture, new segments, reverse negotiation
19736         etc.. work fine.
19737
19738 2005-12-02  Wim Taymans  <wim@fluendo.com>
19739
19740         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19741         Small cleanups.
19742
19743 2005-12-02  Wim Taymans  <wim@fluendo.com>
19744
19745         * gst/audioconvert/gstaudioconvert.c:
19746         (gst_audio_convert_transform):
19747         Post errors.
19748
19749 === release 0.9.7 ===
19750
19751 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19752
19753         * configure.ac:
19754           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19755
19756 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19757
19758         * Makefile.am:
19759         * po/hu.po:
19760         * win32/MANIFEST:
19761         * win32/gst.sln:
19762           add win32 MANIFEST file
19763           do something to the hungarian translation
19764
19765 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19766
19767         * ext/Makefile.am:
19768           Add $(PANGO_DIR) to SUBDIRS
19769
19770         * ext/pango/gstclockoverlay.c:
19771         * ext/pango/gsttimeoverlay.c:
19772           Fix and improve element descriptions.
19773
19774 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19775
19776         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19777         * docs/plugins/inspect/plugin-libvisual.xml:
19778         * docs/plugins/inspect/plugin-pango.xml:
19779           add pango plugin to docs
19780
19781 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19782
19783         * configure.ac:
19784         * ext/Makefile.am:
19785           moved pango to base
19786
19787 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19788
19789         * configure.ac:
19790         * tests/Makefile.am:
19791         * tests/icles/.cvsignore:
19792         * tests/icles/Makefile.am:
19793         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19794         (close_display), (resize_window), (move_window), (create_window),
19795         (terminate_playback), (pause_playback), (start_playback), (main):
19796           add stress test for xoverlay from Julien
19797
19798 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19799
19800         * docs/libs/tmpl/gstcolorbalance.sgml:
19801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19802         * gst-libs/gst/rtp/gstbasertppayload.c:
19803         * gst-libs/gst/rtp/gstrtpbuffer.c:
19804         * gst-libs/gst/rtp/gstrtpbuffer.h:
19805           Do burger's rename for rtp payloaders and depayloaders
19806
19807 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19808
19809         * win32/:
19810           add Visual Studio 6 build files
19811
19812 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19813
19814         * docs/libs/gst-plugins-base-libs-docs.sgml:
19815         * docs/libs/gst-plugins-base-libs-sections.txt:
19816         * docs/libs/tmpl/gstaudio.sgml:
19817         * docs/libs/tmpl/gstringbuffer.sgml:
19818         * gst-libs/gst/interfaces/xoverlay.c:
19819         * gst-libs/gst/video/gstvideofilter.c:
19820         * gst-libs/gst/video/gstvideosink.c:
19821           update documentation
19822
19823 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19826         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19827         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19828         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19829         (gst_multi_fd_sink_get_stats),
19830         (gst_multi_fd_sink_remove_client_link),
19831         (gst_multi_fd_sink_handle_client_read),
19832         (gst_multi_fd_sink_client_queue_data),
19833         (gst_multi_fd_sink_client_queue_caps),
19834         (gst_multi_fd_sink_client_queue_buffer),
19835         (gst_multi_fd_sink_new_client),
19836         (gst_multi_fd_sink_handle_client_write),
19837         (gst_multi_fd_sink_recover_client),
19838         (gst_multi_fd_sink_queue_buffer),
19839         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19840         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19841         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19842         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19843         * gst/tcp/gstmultifdsink.h:
19844         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19845         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19846         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19847         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19848         (gst_tcp_client_sink_set_property),
19849         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19850         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19851         * gst/tcp/gsttcpclientsink.h:
19852         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19853         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19854         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19855         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19856         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19857         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19858         * gst/tcp/gsttcpclientsrc.h:
19859         * gst/tcp/gsttcpplugin.c: (plugin_init):
19860         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19861         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19862         (gst_tcp_server_sink_finalize),
19863         (gst_tcp_server_sink_handle_server_read),
19864         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19865         (gst_tcp_server_sink_set_property),
19866         (gst_tcp_server_sink_get_property),
19867         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19868         * gst/tcp/gsttcpserversink.h:
19869         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19870         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19871         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19872         (gst_tcp_server_src_set_property),
19873         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19874         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19875         * gst/tcp/gsttcpserversrc.h:
19876           more borgifying
19877
19878 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19879
19880         * docs/plugins/Makefile.am:
19881         * docs/plugins/gst-plugins-base-plugins.args:
19882         * docs/plugins/inspect/plugin-libvisual.xml:
19883         * gst/audioconvert/plugin.h:
19884         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19885         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19886         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19887         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19888         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19889         (plugin_init):
19890         * gst/audiotestsrc/gstaudiotestsrc.c:
19891         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19892         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19893         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19894         (gst_audio_test_src_get_query_types),
19895         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19896         (gst_audio_test_src_create_square),
19897         (gst_audio_test_src_create_saw),
19898         (gst_audio_test_src_create_triangle),
19899         (gst_audio_test_src_create_silence),
19900         (gst_audio_test_src_create_white_noise),
19901         (gst_audio_test_src_init_pink_noise),
19902         (gst_audio_test_src_generate_pink_noise_value),
19903         (gst_audio_test_src_create_pink_noise),
19904         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19905         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19906         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19907         (plugin_init):
19908         * gst/audiotestsrc/gstaudiotestsrc.h:
19909         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19910         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19911         (gst_sub_parse_init), (gst_sub_parse_formats),
19912         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19913         (convert_encoding), (get_next_line),
19914         (gst_sub_parse_data_format_autodetect),
19915         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19916         (gst_sub_parse_loop), (gst_sub_parse_chain),
19917         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19918         (plugin_init):
19919         * gst/subparse/gstsubparse.h:
19920         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19921         (gst_video_rate_base_init), (gst_video_rate_class_init),
19922         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19923         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19924         (gst_video_rate_init), (gst_video_rate_event),
19925         (gst_video_rate_chain), (gst_video_rate_set_property),
19926         (gst_video_rate_get_property), (gst_video_rate_change_state),
19927         (plugin_init):
19928         * gst/videoscale/gstvideoscale.c:
19929         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19930         (gst_video_scale_src_template_factory),
19931         (gst_video_scale_sink_template_factory),
19932         (gst_video_scale_get_type), (gst_video_scale_base_init),
19933         (gst_video_scale_class_init), (gst_video_scale_init),
19934         (gst_video_scale_set_property), (gst_video_scale_get_property),
19935         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19936         (gst_video_scale_prepare_size), (parse_caps),
19937         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19938         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19939         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19940         (plugin_init):
19941         * gst/videoscale/gstvideoscale.h:
19942         * gst/videotestsrc/gstvideotestsrc.c:
19943         (gst_video_test_src_pattern_get_type),
19944         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19945         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19946         (gst_video_test_src_set_pattern),
19947         (gst_video_test_src_set_property),
19948         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19949         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19950         (gst_video_test_src_event), (gst_video_test_src_get_times),
19951         (gst_video_test_src_create), (plugin_init):
19952         * gst/videotestsrc/gstvideotestsrc.h:
19953         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19954         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19955         (gst_video_test_src_black):
19956         * gst/videotestsrc/videotestsrc.h:
19957           borgify further
19958           clean up docs a little
19959
19960 2005-11-30  Wim Taymans  <wim@fluendo.com>
19961
19962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19963         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19964         (gst_basertppayload_event), (gst_basertppayload_push),
19965         (gst_basertppayload_change_state):
19966         * gst-libs/gst/rtp/gstbasertppayload.h:
19967         closed #320644.
19968
19969 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19970
19971         * docs/libs/gst-plugins-base-libs-docs.sgml:
19972         * docs/libs/gst-plugins-base-libs-sections.txt:
19973         * gst-libs/gst/video/gstvideofilter.c:
19974         * gst-libs/gst/video/gstvideosink.c:
19975         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19976
19977 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19978
19979         * LICENSE:
19980           move
19981         * po/af.po:
19982         * po/az.po:
19983         * po/cs.po:
19984         * po/en_GB.po:
19985         * po/hu.po:
19986         * po/it.po:
19987         * po/nb.po:
19988         * po/nl.po:
19989         * po/or.po:
19990         * po/sq.po:
19991         * po/sr.po:
19992         * po/sv.po:
19993         * po/uk.po:
19994         * po/vi.po:
19995         * Makefile.am:
19996           update
19997         * scripts/autoplugins.sh:
19998           remove
19999
20000 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20001
20002         * Makefile.am:
20003         * configure.ac:
20004         * examples/Makefile.am:
20005         * examples/capsfilter/Makefile.am:
20006         * examples/capsfilter/capsfilter1.c:
20007         * examples/gob/Makefile.am:
20008         * examples/gob/gst-identity2.gob:
20009         * examples/indexing/.cvsignore:
20010         * examples/indexing/Makefile.am:
20011         * examples/indexing/indexmpeg.c:
20012         * examples/seeking/.cvsignore:
20013         * examples/seeking/Makefile.am:
20014         * examples/seeking/cdparanoia.c:
20015         * examples/seeking/cdplayer.c:
20016         * examples/seeking/chained.c:
20017         * examples/seeking/scrubby.c:
20018         * examples/seeking/seek.c:
20019         * examples/stats/Makefile.am:
20020         * examples/stats/mp2ogg.c:
20021         * examples/switch/.cvsignore:
20022         * examples/switch/Makefile.am:
20023         * examples/switch/switcher.c:
20024         * tests/Makefile.am:
20025         * tests/check/generic/.cvsignore:
20026         * tests/check/pipelines/.cvsignore:
20027         * tests/examples/Makefile.am:
20028         * tests/examples/seek/Makefile.am:
20029           reorganize stuff under tests/
20030
20031 2005-11-30  Edward Hervey  <edward@fluendo.com>
20032
20033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20034         Go away you stupid GstStaticPadTemplate memleak.
20035
20036 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20037
20038         * gst-libs/gst/net/Makefile.am:
20039         * gst-libs/gst/net/README:
20040         * gst-libs/gst/net/gstnetbuffer.c:
20041         * gst-libs/gst/net/gstnetbuffer.h:
20042           this was moved to "netbuffer"
20043
20044 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20045
20046         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20047         (gst_video_filter_class_init), (gst_video_filter_init):
20048         * gst-libs/gst/video/gstvideofilter.h:
20049           borgify name to bring in line with other classes
20050
20051 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20052
20053         * gst/audioscale/.cvsignore:
20054         * gst/audioscale/Makefile.am:
20055         * gst/audioscale/README:
20056         * gst/audioscale/audioscale.vcproj:
20057         * gst/audioscale/dtof.c:
20058         * gst/audioscale/dtos.c:
20059         * gst/audioscale/functable.c:
20060         * gst/audioscale/gstaudioscale.c:
20061         * gst/audioscale/gstaudioscale.h:
20062         * gst/audioscale/private.h:
20063         * gst/audioscale/resample.c:
20064         * gst/audioscale/resample.h:
20065         * gst/audioscale/test.c:
20066           remove
20067
20068 2005-11-30  Edward Hervey  <edward@fluendo.com>
20069
20070         * gst-libs/gst/netbuffer/Makefile.am:
20071         really, really tired
20072
20073 2005-11-30  Edward Hervey  <edward@fluendo.com>
20074
20075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20076         Update for new GstTypeFindFactory _register()
20077
20078 2005-11-30  Edward Hervey  <edward@fluendo.com>
20079
20080         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20081         Let's not override libgstnet from core for no reason...
20082         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20083         Ok, maybe not so quick next time.
20084
20085 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20086
20087         * configure.ac:
20088         * gst-libs/gst/Makefile.am:
20089           moved gst-libs/gst/net to netbuffer through CVS surgery
20090           remove old directory
20091           updating build to accomodate
20092           (#322257)
20093
20094 2005-11-29  Andy Wingo  <wingo@pobox.com>
20095
20096         * pkgconfig/gstreamer-plugins-base.pc.in:
20097         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20098         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20099         (#322257).
20100
20101 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20102
20103         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20104         3rd time's the charm. Correct ref-counting for discarded buffers.
20105
20106 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20107
20108         * gst/playback/gststreamselector.c:
20109         (gst_stream_selector_class_init),
20110         (gst_stream_selector_set_property),
20111         (gst_stream_selector_get_property),
20112         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20113         Fix ref-counting
20114
20115 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20116
20117         * gst/subparse/gstsubparse.c: (feed_textbuf):
20118           Don't access already unref'ed buffer.
20119
20120 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20121
20122         * gst/playback/gststreamselector.c:
20123         (gst_stream_selector_class_init), (gst_stream_selector_init),
20124         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20125         (gst_stream_selector_get_property),
20126         (gst_stream_selector_get_linked_pad),
20127         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20128         * gst/playback/gststreamselector.h:
20129         Add the active-pad property for playbin to use shortly. Ignore buffers
20130         from any other pad, returning GST_FLOW_NOT_LINKED
20131
20132 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20133
20134         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20135         patch from bug #322704 (Alessandro Decina).
20136
20137 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * gst-libs/gst/audio/Makefile.am:
20140           folded audiofilter into the audio library
20141
20142 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * gst/videoscale/gstvideoscale.h:
20145         * gst/videoscale/gstvideoscale.c:
20146           remove unimplemented scale methods
20147
20148 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20149
20150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20151           Don't leak caps.
20152
20153 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20154
20155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20156         (gst_ximagesink_setcaps):
20157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20158         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20159         happens (only visible on ximagesink but bug is in xv too) set_caps was
20160         destroying the internal x[v]image used to memcpy non locally alloced
20161         buffers so that it got renewed on next _chain. The issue is that 
20162         _expose will try to put that image as it reffed it in _put.
20163         Using gst_buffer_unref instead of destroy fixes it !
20164
20165 2005-11-28  Edward Hervey  <edward@fluendo.com>
20166
20167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20168         (try_to_link_1), (queue_filled_cb):
20169         Better use of the queues. Start with a small size queue and only increase
20170         the size of the queues when the other queues are empty.
20171
20172 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20173
20174         * gst-libs/gst/video/Makefile.am:
20175           compile in copied-over videofilter into the video library
20176         * gst-libs/gst/video/videosink.h:
20177           rename the header to gstvideosink.h since it's a base GstObject class
20178         * sys/ximage/ximagesink.h:
20179         * sys/xvimage/xvimagesink.h:
20180           use the new header
20181
20182 2005-11-28  Wim Taymans  <wim@fluendo.com>
20183
20184         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20185         * gst/playback/gstplaybasebin.h:
20186         Prepare to handle errors betters.
20187
20188         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20189         Set sinks to PAUSED first before adding and linking them so that
20190         we don't interrupt dataflow.
20191
20192 2005-11-28  Wim Taymans  <wim@fluendo.com>
20193
20194         * gst-libs/gst/audio/TODO:
20195         Updated TODO
20196
20197         * gst-libs/gst/audio/gstaudiosink.c:
20198         (gst_audioringbuffer_open_device),
20199         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20200         (gst_audioringbuffer_release):
20201         Small cleanups.
20202
20203         * gst-libs/gst/audio/gstbaseaudiosink.c:
20204         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20205         (gst_base_audio_sink_change_state):
20206         Slave to the master clock when going to PLAYING and unslave when
20207         going to PAUSED.
20208
20209         * gst-libs/gst/audio/gstringbuffer.c:
20210         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20211         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20212         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20213         (gst_ring_buffer_clear_all), (wait_segment),
20214         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20215         (gst_ring_buffer_advance):
20216         * gst-libs/gst/audio/gstringbuffer.h:
20217         Add some docs and cleanups.
20218
20219 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20220
20221         * sys/xvimage/xvimagesink.c:
20222         (gst_xvimagesink_navigation_send_event): Fix navigation events
20223         coordinates translation with pixel aspect ratios.
20224
20225 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20226
20227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20228         Use calculated video geometry from _setcaps instead of buffer
20229         caps to respect pixel aspect ratio. (fixes #322388)
20230
20231 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20232
20233         * docs/libs/tmpl/gstcolorbalance.sgml:
20234         * docs/libs/tmpl/gstmixer.sgml:
20235         * docs/libs/tmpl/gstxoverlay.sgml:
20236         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20237         interface.
20238
20239 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20240
20241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20242         Refuse to create an XvImage if we can't find the format.
20243
20244 2005-11-28  Edward Hervey  <edward@fluendo.com>
20245
20246         * gst-libs/gst/riff/riff-media.c:
20247         (gst_riff_create_audio_template_caps):
20248         Add ATRAC3 to the list of riff-possible audio caps.
20249         I know we still don't have a plugin for atrac3, but it's saner to output
20250         that than a cryptic mimetype.
20251
20252 2005-11-27  Edward Hervey  <edward@fluendo.com>
20253
20254         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20255         Don't try to create a zero-sized subbuffer.
20256
20257 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20258
20259         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20260         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20261         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20262         (gst_ximagesink_expose): Fixed a tricky race.
20263         * sys/ximage/ximagesink.h:
20264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20265         (gst_xvimagesink_expose): Fixed a tricky race.
20266         * sys/xvimage/xvimagesink.h:
20267
20268 2005-11-27  Edward Hervey  <edward@fluendo.com>
20269
20270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20271         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20272         Remove unused properties, and add queues between demuxers and decoders
20273         so that a lot more files can preroll properly.
20274
20275 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20276
20277         * gst-libs/gst/net/Makefile.am:
20278         * gst-libs/gst/rtp/Makefile.am:
20279         * gst-libs/gst/tag/Makefile.am:
20280           remove silly include
20281         * gst/tags/Makefile.am:
20282         * gst/tags/gsttagediting.c:
20283         * gst/tags/gsttageditingprivate.h:
20284         * gst/tags/tagedit.vcproj:
20285           remove directory, is as good as empty
20286
20287 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * configure.ac:
20290           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20291         * gst-libs/Makefile.am:
20292         * gst-libs/gst/audio/Makefile.am:
20293         * gst-libs/gst/interfaces/Makefile.am:
20294         * gst-libs/gst/net/Makefile.am:
20295         * gst-libs/gst/riff/Makefile.am:
20296         * gst-libs/gst/rtp/Makefile.am:
20297         * gst-libs/gst/tag/Makefile.am:
20298         * gst-libs/gst/video/Makefile.am:
20299           and use them
20300
20301 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20302
20303         * docs/libs/tmpl/gstcolorbalance.sgml:
20304         * docs/libs/tmpl/gstmixer.sgml:
20305         * docs/libs/tmpl/gstxoverlay.sgml:
20306         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20307         * sys/ximage/ximagesink.h:
20308         * sys/xvimage/xvimagesink.h: More and more documentation.
20309
20310 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20311
20312         * docs/libs/gst-plugins-base-libs-docs.sgml:
20313         * docs/libs/gst-plugins-base-libs-sections.txt:
20314         * docs/libs/tmpl/gstcolorbalance.sgml:
20315         * docs/libs/tmpl/gstmixer.sgml:
20316         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20317         to documentation.
20318
20319 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20320
20321         * docs/plugins/Makefile.am:
20322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20324         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20325
20326 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20327
20328         * docs/plugins/Makefile.am:
20329         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20330         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20331         * docs/plugins/inspect/plugin-adder.xml:
20332         * docs/plugins/inspect/plugin-alsa.xml:
20333         * docs/plugins/inspect/plugin-audioconvert.xml:
20334         * docs/plugins/inspect/plugin-audiorate.xml:
20335         * docs/plugins/inspect/plugin-audioresample.xml:
20336         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20337         * docs/plugins/inspect/plugin-decodebin.xml:
20338         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20339         * docs/plugins/inspect/plugin-gnomevfs.xml:
20340         * docs/plugins/inspect/plugin-ogg.xml:
20341         * docs/plugins/inspect/plugin-playbin.xml:
20342         * docs/plugins/inspect/plugin-subparse.xml:
20343         * docs/plugins/inspect/plugin-tcp.xml:
20344         * docs/plugins/inspect/plugin-theora.xml:
20345         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20346         * docs/plugins/inspect/plugin-video4linux.xml:
20347         * docs/plugins/inspect/plugin-videorate.xml:
20348         * docs/plugins/inspect/plugin-videoscale.xml:
20349         * docs/plugins/inspect/plugin-videotestsrc.xml:
20350         * docs/plugins/inspect/plugin-volume.xml:
20351         * docs/plugins/inspect/plugin-vorbis.xml:
20352         * docs/plugins/inspect/plugin-ximagesink.xml:
20353         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20354         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20355
20356 2005-11-26  Edward Hervey  <edward@fluendo.com>
20357
20358         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20359         Properly return GstFlowReturn from gst_pad_push in chain functions.
20360
20361 2005-11-25  Michael Smith  <msmith@fluendo.com>
20362
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20364         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20365         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20366         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20367           Handle various conditions better when we don't understand a stream.
20368           Removes a heap of CRITICALs on ogg streams containing unknown data.
20369
20370 2005-11-24  Andy Wingo  <wingo@pobox.com>
20371
20372         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20373         Be threadsafe.
20374
20375 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20376
20377         * configure.ac: back to HEAD
20378
20379 === release 0.9.6 ===
20380
20381 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20382
20383         * configure.ac:
20384           releasing 0.9.6, "White Eight"
20385
20386 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20387
20388         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20389         * docs/plugins/inspect/plugin-sine.xml:
20390           remove sinesrc some more
20391
20392 2005-11-23  Wim Taymans  <wim@fluendo.com>
20393
20394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20395         If we are reading too slowly, jump forward in the ringbuffer
20396         instead of blocking.
20397
20398 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20399
20400         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20401         (gst_visual_chain):
20402         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20403         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20404         (gst_videorate_chain):
20405         * gst/videotestsrc/gstvideotestsrc.c:
20406         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20408         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20409         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20410         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20411         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20412           Updates for API changes
20413
20414 2005-11-23  Wim Taymans  <wim@fluendo.com>
20415
20416         * gst-libs/gst/audio/gstbaseaudiosink.c:
20417         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20418         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20419         Fix for calibration API change.
20420
20421 2005-11-23  Michael Smith <msmith@fluendo.com>
20422
20423         * gst-libs/gst/audio/multichannel.c:
20424         (gst_audio_get_channel_positions),
20425         (gst_audio_set_channel_positions),
20426         (gst_audio_set_structure_channel_positions_list),
20427         (gst_audio_fixate_channel_positions):
20428           Use gst_value_array_*() functions on value arrays, not
20429           gst_value_list_*().
20430
20431 2005-11-23  Edward Hervey  <edward@fluendo.com>
20432
20433         * autogen.sh:
20434         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20435         Fixes autogen
20436
20437 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20438
20439         * check/Makefile.am:
20440         * check/elements/videotestsrc.c: (setup_videotestsrc),
20441         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20442         (main):
20443           add a test for videotestsrc
20444
20445 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20446
20447         * gst/sine/.cvsignore:
20448         * gst/sine/Makefile.am:
20449         * gst/sine/gstsinesrc.c:
20450         * gst/sine/gstsinesrc.h:
20451         * gst/sine/sinesrc.vcproj:
20452           and remove sinesrc from the repository.  Closes #321446
20453
20454 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * configure.ac:
20457         * gst-plugins-base.spec.in:
20458           remove sinesrc from the build
20459
20460 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20461
20462         * check/Makefile.am:
20463         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20464         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20465         (main):
20466           add a test for audiotestsrc, testing all waves.  Even seems
20467           leak-free at first glance, nice job Stefan
20468
20469 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20470
20471         * po/af.po:
20472         * po/az.po:
20473         * po/cs.po:
20474         * po/en_GB.po:
20475         * po/hu.po:
20476         * po/it.po:
20477         * po/nb.po:
20478         * po/nl.po:
20479         * po/or.po:
20480         * po/sq.po:
20481         * po/sr.po:
20482         * po/sv.po:
20483         * po/uk.po:
20484         * po/vi.po:
20485           Translation string updates
20486
20487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20488         (gst_v4lsrc_set_caps):
20489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20490         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20491         * sys/v4l/v4lsrc_calls.h:
20492           Improve v4lsrc, by making it work again.
20493
20494 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20495
20496         * ext/libvisual/visual.c: (gst_visual_chain):
20497           Fix the fps calculations.
20498
20499         * gst/ffmpegcolorspace/avcodec.h:
20500           Move structure element for clarity
20501
20502         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20503         * gst-libs/gst/interfaces/tunernorm.h:
20504         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20507         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20508         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20509         (gst_v4lmjpegsrc_getcaps):
20510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20511         (gst_v4lsrc_set_caps):
20512         * sys/v4l/gstv4lsrc.h:
20513         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20514         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20515         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20516         * sys/v4l/v4lsrc_calls.h:
20517           Fractional framerates...
20518
20519 2005-11-22  Wim Taymans  <wim@fluendo.com>
20520
20521         * gst-libs/gst/audio/gstbaseaudiosink.c:
20522         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20523         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20524         And we provide a clock by default, of course...
20525
20526 2005-11-22  Wim Taymans  <wim@fluendo.com>
20527
20528         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20529         This clock can be slaved to a master clock now.
20530
20531         * gst-libs/gst/audio/gstbaseaudiosink.c:
20532         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20533         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20534         (gst_base_audio_sink_set_clock),
20535         (gst_base_audio_sink_set_property),
20536         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20537         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20538         * gst-libs/gst/audio/gstbaseaudiosink.h:
20539         Handle slaving the internal clock to the clock selected in the
20540         pipeline.
20541         Add property to make the basesink not provide a clock.
20542
20543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20544         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20545         (gst_base_rtp_depayload_wait):
20546         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20547         We can use the clock in GstElement, no need to store it ourselves.
20548
20549 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20550
20551         * docs/libs/tmpl/gstaudio.sgml:
20552           update
20553         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20554         (gst_paranoia_endian_get_type):
20555         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20556         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20557         * gst/audiotestsrc/gstaudiotestsrc.c:
20558         (gst_audiostestsrc_wave_get_type):
20559         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20560         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20561         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20562         (gst_sync_method_get_type), (gst_unit_type_get_type),
20563         (gst_client_status_get_type), (gst_multifdsink_class_init),
20564         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20565         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20566         (gst_multifdsink_get_property):
20567         * gst/tcp/gstmultifdsink.h:
20568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20569         * gst/videotestsrc/gstvideotestsrc.c:
20570         (gst_videotestsrc_pattern_get_type):
20571           remove deprecated properties
20572           fix up enums to correctly have short lowercase dashed nicks
20573
20574 2005-11-22  Michael Smith <msmith@fluendo.com>
20575
20576         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20577         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20578           Add underscore.
20579
20580 2005-11-22  Michael Smith <msmith@fluendo.com>
20581
20582         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20584           Use utility method for scaling clocktime for fractional framerates.
20585
20586 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20587
20588         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20589         (gst_visual_chain):
20590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20591         * ext/theora/theoradec.c: (theora_handle_type_packet):
20592         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20593         (theora_enc_chain):
20594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20595         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20596         * gst-libs/gst/video/video.h:
20597         * gst/ffmpegcolorspace/avcodec.h:
20598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20599         (gst_ffmpeg_caps_to_pixfmt):
20600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20601         (gst_ffmpegcsp_set_caps):
20602         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20603         (gst_videorate_setcaps), (gst_videorate_blank_data),
20604         (gst_videorate_chain):
20605         * gst/videotestsrc/gstvideotestsrc.c:
20606         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20607         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20608         (gst_videotestsrc_event), (gst_videotestsrc_create):
20609         * gst/videotestsrc/gstvideotestsrc.h:
20610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20611         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20612         (gst_ximagesink_get_times), (gst_ximagesink_init):
20613         * sys/ximage/ximagesink.h:
20614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20615         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20616         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20617         * sys/xvimage/xvimagesink.h:
20618           Convert elements to use fractions for their framerate.
20619           V4L elements to come later tonight.
20620
20621 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20622
20623         * gst-libs/gst/audio/audio.c:
20624         * gst-libs/gst/audio/audio.h:
20625           remove some deprecated functions
20626
20627 2005-11-22  Andy Wingo  <wingo@pobox.com>
20628
20629         * Update for gst_tag_setter API changes.
20630
20631 2005-11-22  Andy Wingo  <wingo@pobox.com>
20632
20633         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20634         (gst_ogg_demux_perform_seek):
20635         * ext/theora/theoradec.c (theora_dec_sink_event):
20636         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20637         update-funcnames.
20638
20639 2005-11-22  Wim Taymans  <wim@fluendo.com>
20640
20641         * examples/seeking/seek.c: (main):
20642         Give higher priority to bus signals than the gtk events
20643         to fix a race condition in the segment looping.
20644
20645 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20646
20647         * ext/theora/Makefile.am:
20648         * ext/vorbis/Makefile.am:
20649         * gst-libs/gst/tag/Makefile.am:
20650         * gst-plugins-base.spec.in:
20651           Rename libgsttagedit to libgsttag (#322117).
20652
20653 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20654
20655         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20657           Call gst_x_overlay_prepare_xwindow_id() to give applications
20658           a final chance to set their own xwindow id before the video
20659           sink creates its own window.
20660
20661 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20662
20663         * sys/xvimage/xvimagesink.c:
20664         (gst_xvimagesink_navigation_send_event): Handle navigation
20665         events correcly with borders if applicable.
20666
20667 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20668
20669         Patch by: Luca Ognibene
20670
20671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20672         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20674         (gst_ffmpegcsp_caps_remove_format_info):
20675         * gst/ffmpegcolorspace/imgconvert.c:
20676         * gst/ffmpegcolorspace/imgconvert_template.h:
20677           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20678           #318353); use gst_structure_has_name().
20679
20680 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20681
20682         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20683         (gst_ximagesink_class_init): Add debug macros on functions.
20684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20685         (gst_xvimagesink_xwindow_draw_borders),
20686         (gst_xvimagesink_xvimage_put),
20687         (gst_xvimagesink_xwindow_update_geometry),
20688         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20689         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20690         (gst_xvimagesink_xcontext_clear),
20691         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20692         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20693         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20694         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20695         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20696         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20697         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20698         expose while being PAUSED, out of data flow navigation events, etc..
20699
20700 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20701
20702         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20703         * gst-libs/gst/audio/audio.h:
20704           fix prototype - wondering why the test worked regardless
20705
20706 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20707
20708         * check/Makefile.am:
20709         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20710         * gst-libs/gst/audio/audio.h:
20711           add a method that returns a proper GstClockTime
20712
20713 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20714
20715         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20716         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20717         * gst-libs/gst/interfaces/xoverlay.h:
20718           Remove everything having to do with the desired size; add 
20719           gst_x_overlay_prepare_xwindow_id() function; remove the
20720           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20721           post a message on the bus instead (#321816).
20722
20723         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20725         (gst_xvimagesink_xoverlay_init):
20726           Remove desired size stuff (#321816).
20727
20728 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20731         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20732         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20733           Terminate vararg functions with NULL instead of 0 to 
20734           make gcc4 happy.
20735
20736 2005-11-21  Andy Wingo  <wingo@pobox.com>
20737
20738         patch by: Sebastien Cote <sebas642@yahoo.ca>
20739         
20740         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20741         * gst-libs/gst/rtp/gstrtpbuffer.c
20742         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20743
20744 2005-11-21  Andy Wingo  <wingo@pobox.com>
20745
20746         * gst/playback/gstplaybin.c (gen_audio_element) 
20747         (gen_video_element): Use the new MISSING_PLUGIN core error
20748         category. Closes #320060.
20749
20750         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20751         * gst/videorate/gstvideorate.c (gst_videorate_event):
20752         * ext/theora/theoradec.c (theora_dec_sink_event): 
20753         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20754         stream lock.
20755
20756         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20757         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20758         stream lock changes.
20759
20760 2005-11-21  Wim Taymans  <wim@fluendo.com>
20761
20762         * gst-libs/gst/audio/gstbaseaudiosink.c:
20763         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20764         (gst_base_audio_sink_provide_clock),
20765         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20766         (gst_base_audio_sink_change_state):
20767         * gst/audioresample/gstaudioresample.c:
20768         Segment update fix.
20769
20770 2005-11-21  Andy Wingo  <wingo@pobox.com>
20771
20772         * *.h:
20773         * *.c: Ran scripts/update-macros. Oh yes.
20774
20775 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20776
20777         * sys/ximage/Makefile.am:
20778         * sys/ximage/ximage.c:
20779           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20780           remove your old libgstximage.* manually if necessary).
20781
20782 2005-11-21  Michael Smith <msmith@fluendo.com>
20783
20784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20785           Minimal fix for bug #320200: set the min/max bitrate in the correct
20786           units. A better fix would be to upgrade to the RATEMANAGE2
20787           interface, rather than using the deprecated interface used here, but
20788           that would require an update in our libvorbis dependency (to 1.1),
20789           which is probably undesirable.
20790
20791 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20792
20793         * ext/libvisual/visual.c: (get_buffer):
20794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20795         (gst_base_audio_src_fixate):
20796         * gst/audioconvert/gstaudioconvert.c:
20797         (gst_audio_convert_fixate_caps):
20798         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20799         * gst/audiotestsrc/gstaudiotestsrc.c:
20800         (gst_audiotestsrc_src_fixate):
20801         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20802         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20803         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20804         * gst/videotestsrc/gstvideotestsrc.c:
20805         (gst_videotestsrc_src_fixate):
20806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20808           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20809           (#322027)
20810
20811
20812 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20813
20814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20815         (gst_riff_create_iavs_caps):
20816         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20817         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20818         (gst_riff_parse_info):
20819         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20822           Fixes for GST_FOURCC_FORMAT API change.
20823
20824 2005-11-21  Andy Wingo  <wingo@pobox.com>
20825
20826         patch by: Alessandro Dessina <alessandro nnva org>
20827
20828         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20829         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20830         (gst_ogg_parse_chain):
20831         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20832         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20833         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20834         gst_value_list calls on arrays. Fixes #321962.
20835
20836 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20837
20838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20839         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20840         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20841         * gst/adder/gstadder.c: (gst_adder_init),
20842         (gst_adder_request_new_pad), (gst_adder_collected),
20843         (gst_adder_change_state):
20844           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20845           API change.
20846
20847 2005-11-21  Michael Smith <msmith@fluendo.com>
20848
20849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20850         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20851           Properly handle pad_push return values.
20852
20853 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20854
20855         * gst-libs/gst/tag/Makefile.am:
20856         * gst-libs/gst/tag/gstvorbistag.c:
20857         (gst_tag_list_to_vorbiscomment_buffer):
20858           Remove obsolete vorbistag element and debug category.
20859
20860         * gst/playback/gstplaybasebin.c: (check_queue):
20861           Don't divide by 0 when queue-threshold is 0.
20862
20863         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20864           Don't modify an existing pixel-aspect-ratio if we fail to read
20865           a new one.
20866
20867 2005-11-20  Wim Taymans  <wim@fluendo.com>
20868
20869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20870         (gst_vorbisenc_push_packet):
20871         GST_PAD_IS_USABLE is gone, use the return value of
20872         the push or pad_alloc_buffer instead.
20873
20874 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20875
20876         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20877         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20878         (gst_ximagesink_ximage_destroy),
20879         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20880         (gst_ximagesink_xwindow_new),
20881         (gst_ximagesink_xwindow_update_geometry),
20882         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20883         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20884         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20885         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20886         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20887         (gst_ximagesink_navigation_send_event),
20888         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20889         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20890         (gst_ximagesink_finalize), (gst_ximagesink_init),
20891         (gst_ximagesink_class_init):
20892         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20893         This new version brings correct software scaling, non flickering
20894         window while resizing, pixel aspect ratio handling, usage of
20895         hardware buffer pools, out of data flow event thread for 
20896         navigation and handling of expose events even when being PAUSED,
20897         a new property to keep video aspect ratio when resizing, etc...
20898
20899 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20900
20901         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20902         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20903         handling of PAR.
20904
20905 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20906
20907         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20908         Unsetting IS_SINK flag from the fakesink, so decodebin
20909         never behaves as a sink.
20910
20911 2005-11-17  Wim Taymans  <wim@fluendo.com>
20912
20913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20914         (gst_base_audio_src_change_state):
20915         Fix the audiosrc base class again, we did not unflush.
20916
20917 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20918
20919         * examples/seeking/seek.c: (make_dv_pipeline),
20920         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20921         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20922         to ogg/vorbis/theora pipeline.
20923
20924 2005-11-17  Wim Taymans  <wim@fluendo.com>
20925
20926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20927         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20928         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20929         Fix EOS on multiple streams.
20930         More debugging.
20931
20932 2005-11-16  Wim Taymans  <wim@fluendo.com>
20933
20934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20935         (gst_ogg_demux_perform_seek):
20936         Segment done must include stream time.
20937
20938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20939         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20940         (gst_ogg_mux_change_state):
20941         Fix ogg muxer again.
20942
20943 2005-11-16  Wim Taymans  <wim@fluendo.com>
20944
20945         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20946         Fix compile again.
20947
20948 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * ext/libvisual/visual.c: (gst_visual_init):
20951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20952         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20953         (gst_ogg_parse_chain):
20954         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20955         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20956         * ext/theora/theoradec.c: (gst_theora_dec_init):
20957         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20958         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20959         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20960         * gst/adder/gstadder.c: (gst_adder_class_init),
20961         (gst_adder_dispose):
20962         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20963         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20964         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20965           Fix a whole set of pad template leaks
20966
20967 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20968
20969         * check/generic/states.c: (GST_START_TEST):
20970           fix the test so that it only checks for elements that are part of
20971           this source module
20972
20973 2005-11-16  Michael Smith <msmith@fluendo.com>
20974
20975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20976         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20977         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20978         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20979         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20980         (gst_ogg_mux_change_state):
20981           Fix leaking collectpads.
20982
20983 2005-11-16  Edward Hervey  <edward@fluendo.com>
20984
20985         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20986         (gst_videorate_event), (gst_videorate_chain):
20987         Handle segment seeks
20988
20989 2005-11-16  Wim Taymans  <wim@fluendo.com>
20990
20991         * gst-libs/gst/audio/gstbaseaudiosink.c:
20992         (gst_base_audio_sink_provide_clock),
20993         (gst_base_audio_sink_change_state):
20994         Set ringbuffer to non-flushing when going to PAUSED, set to
20995         flushing again when going to READY.
20996
20997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20998         (gst_ring_buffer_stop):
20999         Start in flushing mode by default.
21000         Don't set flushing in the _stop method, let the app call
21001         this explicitly.
21002
21003 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21004
21005         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21006         * gst-libs/gst/video/videosink.h: Add helper function needed
21007         for video sinks.
21008
21009 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21010
21011         * gst/videoscale/gstvideoscale.c:
21012         (gst_videoscale_handle_src_event):
21013           Don't leak reference to pad parent.
21014
21015 2005-11-16  Wim Taymans  <wim@fluendo.com>
21016
21017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21018         Set ringbuffer to flushing when stopping so that we don't
21019         block on wait_segment anymore and livelock.
21020
21021 2005-11-16  Wim Taymans  <wim@fluendo.com>
21022
21023         * examples/seeking/seek.c: (send_event), (do_seek),
21024         (loop_toggle_cb), (segment_done), (main):
21025         Added looping checkbox.
21026
21027 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21030         (gst_ogg_demux_init):
21031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21032         (gst_vorbis_dec_init):
21033           revert unrefs, they don't pass make check
21034
21035 2005-11-15  Johan Dahlin  <johan@gnome.org>
21036
21037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21038         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21039         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21040         (gst_vorbis_dec_init):
21041         Fix pad template leaks. 
21042
21043 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21044
21045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21046           Make state change function thread safe.
21047
21048 2005-11-15  Edward Hervey  <edward@fluendo.com>
21049
21050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21051         (gst_ogg_demux_class_init):
21052         Implement GstElement::send_event, so we can send seek events
21053         in GST_STATE_READY
21054
21055 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21056
21057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21058         Discovered how to take away flickering while resizing the
21059         window. Please don't put that in ximagesink, refactoring in
21060         progress.
21061
21062 2005-11-14  Michael Smith <msmith@fluendo.com>
21063
21064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21065         (gst_multifdsink_render):
21066           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21067
21068 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21069
21070         * gst/playback/gstplaybin.c: (gen_audio_element):
21071           Use autoaudiosink, it tends to be more widely available than
21072           autoaudiiosink.
21073           
21074 2005-11-14  Andy Wingo  <wingo@pobox.com>
21075
21076         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21077         as well if it is available. Fixes #316442.
21078
21079 2005-11-14  Michael Smith <msmith@fluendo.com>
21080
21081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21082         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21083         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21084         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21085         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21086         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21088         (gst_vorbisenc_change_state):
21089           Fix a small memory leak in vorbisenc.
21090           Fix large memory leaks in oggmux, also fix lots of state change
21091           bugs in oggmux.
21092
21093 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21094
21095         * gst/videotestsrc/gstvideotestsrc.c:
21096         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21097         (gst_videotestsrc_src_fixate):
21098           move fixation to a fixate function
21099           remove negotiate function, basesrc's is good enough
21100           fixes a bug for check when using the element alone
21101
21102 2005-11-13  Edward Hervey  <edward@fluendo.com>
21103
21104         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21105         (key_toggle_cb), (main):
21106         Added checkboxes for adding/removing the accurate and key_unit seek
21107         flags.
21108
21109 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21110
21111         * configure.ac: back to HEAD
21112
21113 === release 0.9.5 ===
21114
21115 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21116
21117         * configure.ac:
21118           releasing 0.9.5, "No No Kia"
21119
21120 2005-11-11  Edward Hervey  <edward@fluendo.com>
21121
21122         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21123         Added parse-launch syntax seeking mode for the seeking example.
21124         This should help stress-test even more cases.
21125         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21126
21127 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21128
21129         * sys/xvimage/xvimagesink.c:
21130         (gst_xvimagesink_navigation_send_event):
21131           Check whether peer pad exists before sending navigation events
21132           to it.
21133
21134 2005-11-11  Michael Smith <msmith@fluendo.com>
21135
21136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21137         (gst_vorbisenc_buffer_from_packet):
21138         * ext/vorbis/vorbisenc.h:
21139           Set duration on encoded buffers. This allows oggmux's
21140           max_page_delay parameter to actually work.
21141
21142 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21143
21144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21145         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21146         (gst_ffmpegcsp_avpicture_fill):
21147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21148         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21149           Make palettes work again (see #132341). Use our own macros
21150           for rounding up.
21151
21152 2005-11-10  Andy Wingo  <wingo@pobox.com>
21153
21154         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21155         string doober.
21156
21157 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21158
21159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21160         (gst_ffmpegcsp_transform_caps):
21161           Prefer passthrough in transform_caps
21162
21163 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21164
21165         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21166           check for ALSA errors properly, instead of relying on ALSA's
21167           error strings to serve to the user.
21168
21169 2005-11-10  Wim Taymans  <wim@fluendo.com>
21170
21171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21172         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21173         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21174         Modernise the seek code.
21175
21176 2005-11-10  Michael Smith <msmith@fluendo.com>
21177         
21178         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21179         (setup_substreams), (set_active_source):
21180           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21181           trying to go to NULL if we failed to read a file.
21182
21183 2005-11-10  Wim Taymans  <wim@fluendo.com>
21184
21185         * gst/audiotestsrc/gstaudiotestsrc.c:
21186         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21187         (gst_audiotestsrc_create):
21188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21189         (gst_sinesrc_get_times), (gst_sinesrc_create):
21190         * gst/videotestsrc/gstvideotestsrc.c:
21191         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21192         (gst_videotestsrc_create):
21193         The base class can now sync for us.
21194
21195 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21196
21197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21198           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21199           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21200           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21201           format=(fourcc)I420" ! xvimagesink
21202
21203 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21204
21205         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21206         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21207         (gst_sinesrc_newsegment):
21208           Send newsegment event in TIME format, set duration if
21209           num-buffers is set, fix duration querying.
21210
21211 2005-11-10  Michael Smith <msmith@fluendo.com>
21212
21213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21214         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21215         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21216         (gst_ogg_mux_collected):
21217          Fix EOS handling, partially. Now forwarding an EOS event once we have
21218          EOS on all pads works correctly. However, we still don't properly set
21219          EOS on the actual ogg stream pages.
21220
21221 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21222
21223         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21224           Set elements to NULL state before disposing of them.
21225
21226 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21227
21228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21229
21230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21231         (gst_base_rtp_depayload_init),
21232         (gst_base_rtp_depayload_set_gst_timestamp):
21233         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21234           We need to send a newsegment event for each instance, not
21235           just for the first instance of this class (get rid of
21236           static variable in function). (#321011).
21237           
21238 2005-11-08  Michael Smith <msmith@fluendo.com>
21239
21240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21241         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21242         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21243         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21244           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21245           This makes us mux things correctly according to the ogg muxing
21246           rules. Still not handling EOS correctly right now, though.
21247
21248 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21249
21250         * gst/audioconvert/gstaudioconvert.c:
21251           Fix typo in docs. 
21252
21253 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21254
21255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21256         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21257           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21258           creating a new chain; should fix live streaming. Also
21259           add more debug output and fix a typo.
21260
21261 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21262
21263         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21264
21265         * gst/volume/gstvolume.c: (volume_set_caps):
21266           Fix compilation on Solaris with Forte. (#320923)
21267
21268 2005-11-08  Wim Taymans  <wim@fluendo.com>
21269
21270         * gst-libs/gst/audio/gstbaseaudiosink.c:
21271         (gst_base_audio_sink_render):
21272         No need to do a typecheck.
21273
21274 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21275
21276         * ext/alsa/gstalsa.h:
21277           We register a debug category, so let's use it.
21278
21279 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21280
21281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21282         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21283         Fixed a small problem.
21284
21285 2005-11-04  Wim Taymans  <wim@fluendo.com>
21286
21287         * examples/seeking/Makefile.am:
21288         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21289         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21290         (make_playerbin_pipeline), (format_value), (update_scale),
21291         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21292         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21293         (print_usage), (main):
21294         Added app for playback speed testing.
21295
21296         * examples/seeking/seek.c: (dynamic_link),
21297         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21298         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21299         (message_received), (main):
21300         Updated seek example.
21301
21302 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21303
21304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21305         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21306         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21307         (gst_base_rtp_depayload_set_clock):
21308         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21309         Don't sleep on the bench (system clock) when you have a nice 
21310         comfortable bed (Gstreamer clock) to sleep on.
21311
21312 2005-11-03  Wim Taymans  <wim@fluendo.com>
21313
21314         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21315         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21316         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21317         Handle the case where a pad_block failed.
21318
21319 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21320
21321         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21322
21323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21324         (gst_base_rtp_depayload_add_to_queue),
21325         (gst_base_rtp_depayload_push),
21326         (gst_base_rtp_depayload_set_gst_timestamp),
21327         (gst_base_rtp_depayload_queue_release):
21328           Fixes some bugs in the depayloader's queuing/de-queueing code.
21329
21330 2005-10-31  Michael Smith <msmith@fluendo.com>
21331
21332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21333         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21334         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21335           Patch from Alessandro Decina <alessandro@nnva.org>.
21336           Make oggdemux only find the final time in a chain, not per-pad,
21337           since the per-pad information can be very expensive to locate, and
21338           it isn't used anywhere. This makes reading a file containing
21339           OggSkeleton reasonably fast.
21340           Also, make chain finding work when there are logical bitstreams that
21341           can't be decoded. Fixes #319110.
21342
21343 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21344
21345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21346         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21347         (gst_base_rtp_depayload_chain),
21348         (gst_base_rtp_depayload_add_to_queue),
21349         (gst_base_rtp_depayload_push),
21350         (gst_base_rtp_depayload_set_gst_timestamp),
21351         (gst_base_rtp_depayload_queue_release),
21352         (gst_base_rtp_depayload_start_thread),
21353         (gst_base_rtp_depayload_set_property),
21354         (gst_base_rtp_depayload_get_property):
21355         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21356         Some random fixes, to fullfill the desires of thomas.
21357
21358 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21359
21360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21361         (gst_base_rtp_depayload_add_to_queue),
21362         (gst_base_rtp_depayload_push):
21363         Fixed the queueing algorithm.
21364
21365 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21366
21367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21368         (gst_base_rtp_depayload_push):
21369         A small fix
21370
21371 2005-10-31  Wim Taymans  <wim@fluendo.com>
21372
21373         * gst-libs/gst/audio/gstringbuffer.h:
21374         Don't break ABI.
21375
21376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21377         (gst_ffmpeg_caps_to_pixfmt):
21378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21379         (gst_ffmpegcsp_set_caps):
21380         Some more comments.
21381         Handle missing required caps fields better.
21382
21383 2005-10-31  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst-libs/gst/audio/gstbaseaudiosink.c:
21386         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21387         (gst_base_audio_sink_render):
21388         * gst-libs/gst/audio/gstringbuffer.c:
21389         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21390         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21391         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21392         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21393         (gst_ring_buffer_read):
21394         * gst-libs/gst/audio/gstringbuffer.h:
21395         Add flushing mode to the ringbuffer so that it in all cases does
21396         not try to handle more audio. This makes sure it does not try to
21397         block anymore when flushing and fixes a livelock.
21398
21399 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21400
21401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21402         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21403         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21404           Explicitly check for -1 values before doing a conversion
21405           and always map them to -1. (#315545)
21406
21407 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21408
21409         * gst/playback/gstplaybin.c: (gen_video_element):
21410           first try autovideosink, then xvimagesink, then error out
21411         * po/POTFILES.in:
21412           add translatable file
21413         * po/af.po:
21414         * po/az.po:
21415         * po/cs.po:
21416         * po/en_GB.po:
21417         * po/hu.po:
21418         * po/it.po:
21419         * po/nb.po:
21420         * po/nl.po:
21421         * po/or.po:
21422         * po/sq.po:
21423         * po/sr.po:
21424         * po/sv.po:
21425         * po/uk.po:
21426         * po/vi.po:
21427           update translations
21428
21429 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21430
21431         * gst-libs/gst/rtp/gstbasedepayload.c:
21432         * gst-libs/gst/rtp/gstbasedepayload.h:
21433           Minor cleanups
21434
21435 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21436
21437         * gst/playback/.cvsignore:
21438         * gst/playback/decodetest.c:
21439         * gst/playback/test3.c:
21440           Port these two tests as well.
21441
21442 2005-10-27  Wim Taymans  <wim@fluendo.com>
21443
21444         * ext/theora/theoradec.c: (theora_dec_src_query),
21445         (theora_dec_sink_event):
21446         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21447         (theora_enc_change_state):
21448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21449         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21450         Take proper locks when handling events.
21451
21452 2005-10-27  Wim Taymans  <wim@fluendo.com>
21453
21454         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21455         (gst_adder_change_state):
21456         Fix timestamps and fix deadlock when stopping the collectpads.
21457
21458 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21459
21460         * gst-libs/gst/rtp/gstrtpbuffer.h:
21461         Declaring the payload types as strings too so that they can be used
21462         in the padtemplate inialization.
21463
21464 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21465
21466         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21467
21468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21469         (gst_base_rtp_depayload_class_init):
21470         Fixes a small but nasty bug. The derived elements no longer segfaults
21471         on finalization.
21472
21473 2005-10-26  Michael Smith <msmith@fluendo.com>
21474
21475         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21476           When clearing an audioconvert context, set tmpbufsize to zero, so
21477           we'll allocate it again later if required.
21478           This fixes audioconvert re-negotiating formats, which previously
21479           segfaulted with a NULL destination buffer.
21480
21481 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21482
21483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21484         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21485         (gst_base_rtp_depayload_set_gst_timestamp),
21486         (gst_base_rtp_depayload_queue_release):
21487         Fixed a smalll memleak.
21488
21489 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21490         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21491         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21492         (gst_base_rtp_depayload_finalize),
21493         (gst_base_rtp_depayload_setcaps),
21494         (gst_base_rtp_depayload_add_to_queue),
21495         (gst_base_rtp_depayload_push),
21496         (gst_base_rtp_depayload_set_gst_timestamp),
21497         (gst_base_rtp_depayload_queue_release),
21498         (gst_base_rtp_depayload_thread),
21499         (gst_base_rtp_depayload_change_state):
21500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21501         Changed the C++ comments to C comments
21502
21503 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21504
21505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21506         * gst/tcp/gsttcpclientsrc.h:
21507         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21508         * gst/tcp/gsttcpserversrc.h:
21509           Remove unused 'curoffset' structure member.
21510
21511 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21512
21513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21514         (gst_base_rtp_depayload_base_init),
21515         (gst_base_rtp_depayload_finalize):
21516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21517         * gst-libs/gst/rtp/gstbasertppayload.h:
21518           The pad-template on the sinkpad should be set by the derived classes.
21519           Also added some useful macros.
21520
21521 2005-10-24  Wim Taymans  <wim@fluendo.com>
21522
21523         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21524         Correctly flush decoder samples even if we could not
21525         copy them to an output buffer. Fixes #319618.
21526
21527 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21528
21529         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21531         the caps against our xcontext caps.
21532
21533 2005-10-24  Wim Taymans  <wim@fluendo.com>
21534
21535         * gst-libs/gst/audio/gstbaseaudiosink.c:
21536         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21537         Remove g_print
21538         Use sync property from baseclass to disable sync.
21539
21540 2005-10-24  Wim Taymans  <wim@fluendo.com>
21541
21542         * gst-libs/gst/audio/gstbaseaudiosink.c:
21543         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21544         Buffers with no timestamps get aligned with previous buffers or
21545         on underrun, played ASAP.
21546
21547 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21548
21549         * gst-libs/gst/video/video.h:
21550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21551         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21553         here comes my change on caps for framerate and geometry range.
21554         We are now accepting 1 to MAXINT for width and height, and from
21555         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21556         to be blended correctly in videomixer.
21557
21558 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21559
21560         * configure.ac:
21561           back to HEAD
21562
21563 === release 0.9.4 ===
21564
21565 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21566
21567         * NEWS:
21568         * RELEASE:
21569         * configure.ac:
21570           releasing 0.9.4, "Velociraptor"
21571
21572 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21573
21574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21575         * po/POTFILES.in:
21576           STOPPED -> FAILED
21577
21578 2005-10-21  Wim Taymans  <wim@fluendo.com>
21579
21580         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21581         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21582         (pad_blocked), (close_pad_link), (new_pad):
21583         Don't try to remove elements twice.
21584
21585 2005-10-21  Wim Taymans  <wim@fluendo.com>
21586
21587         * ext/theora/theoradec.c: (theora_dec_src_query),
21588         (theora_dec_sink_event):
21589         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21590         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21591         (vorbis_handle_data_packet):
21592         * ext/vorbis/vorbisdec.h:
21593         Fix old naming.
21594
21595         * gst-libs/gst/audio/gstbaseaudiosink.c:
21596         (gst_base_audio_sink_render):
21597         Don't try to sync on buffers without a timestamp.
21598
21599 2005-10-21  Wim Taymans  <wim@fluendo.com>
21600
21601         * ext/theora/theoradec.c: (theora_dec_src_query),
21602         (theora_dec_sink_event):
21603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21604         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21605         (vorbis_handle_data_packet):
21606         * ext/vorbis/vorbisdec.h:
21607         Fix old naming.
21608
21609 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21610
21611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21612         (gst_vorbisenc_src_query):
21613           Implement position and duration queries.
21614
21615         * gst/playback/test3.c: (update_scale), (main):
21616           Fix for async state changes and print nicer output.
21617
21618 2005-10-20  Wim Taymans  <wim@fluendo.com>
21619
21620         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21621         (dump_element_stats), (main):
21622         * gst/playback/test6.c: (main):
21623         Fix tests again
21624
21625 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21626
21627         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21628         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21629           Don't use functions for position queries when handling
21630           duration queries.
21631
21632 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21633
21634         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21635         (vorbis_handle_data_packet), (vorbis_dec_chain),
21636         (vorbis_dec_change_state):
21637         * ext/vorbis/vorbisdec.h:
21638           Vorbis streams can be embedded in other container formats
21639           than ogg, container formats where the demuxer might set 
21640           timestamps on encoded vorbis buffers instead of those silly 
21641           granulepos thingies. In short: make vorbisdec handle 
21642           timestamps on incoming buffers as well.
21643
21644 2005-10-20  Wim Taymans  <wim@fluendo.com>
21645
21646         * gst/playback/gstplaybasebin.c: (group_destroy),
21647         (gst_play_base_bin_change_state):
21648         Fix leak.
21649         Handle case where playbasebin is now ASYNC because
21650         decodebin is.
21651
21652 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21653
21654         * gst/audioconvert/Makefile.am:
21655         * gst/audioconvert/bufferframesconvert.c:
21656         * gst/audioconvert/plugin.c: (plugin_init):
21657         * gst/audioconvert/plugin.h:
21658           And bye bye buffer-frames-convert
21659
21660 2005-10-19  Wim Taymans  <wim@fluendo.com>
21661
21662         * check/elements/audioconvert.c:
21663         * docs/libs/tmpl/gstaudio.sgml:
21664         * docs/libs/tmpl/gstcolorbalance.sgml:
21665         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21666         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21667         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21668         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21669         * gst-libs/gst/audio/audio.h:
21670         * gst/audioconvert/audioconvert.h:
21671         * gst/audioconvert/gstaudioconvert.c:
21672         (gst_audio_convert_parse_caps):
21673         * gst/volume/gstvolume.c:
21674         Bye bye buffer-frames.
21675
21676 2005-10-19  Wim Taymans  <wim@fluendo.com>
21677
21678         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21679         (query_positions_elems), (query_positions_pads), (update_scale),
21680         (do_seek), (set_update_scale), (message_received), (main):
21681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21682         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21683         (gst_ogg_demux_loop):
21684         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21685         * ext/theora/theoradec.c: (theora_dec_src_query),
21686         (theora_dec_sink_event):
21687         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21688         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21689         * gst/adder/gstadder.c: (gst_adder_query):
21690         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21691         * gst/playback/test3.c: (update_scale):
21692         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21693         (dump_element_stats), (main):
21694         * gst/playback/test6.c: (main):
21695         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21696         Query API update.
21697
21698 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21699
21700         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21701         (xml_check_first_element), (xml_type_find), (smil_type_find),
21702         (plugin_init):
21703           Add typefinding for SMIL and for generic XML. Based on patch by
21704           Akos Maroy (#308663).
21705
21706 2005-10-18  Wim Taymans  <wim@fluendo.com>
21707
21708         * gst/playback/Makefile.am:
21709         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21710         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21711         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21712         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21713         (gst_decode_bin_change_state):
21714         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21715         (gst_play_bin_send_event_to_sink):
21716         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21717         (dump_element_stats), (main):
21718         * gst/playback/test6.c: (main):
21719         Make playbin async, it'll commit state to paused when all streams
21720         are detected.
21721         Remove ugly hack.
21722         Added test6.c to show async behaviour.
21723
21724 2005-10-18  Wim Taymans  <wim@fluendo.com>
21725
21726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21727         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21728         Fix for segment-start/stop API change.
21729
21730 2005-10-18  Wim Taymans  <wim@fluendo.com>
21731
21732         * check/Makefile.am:
21733         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21734         (main):
21735         Add future test for clock selection.
21736
21737 2005-10-18  Wim Taymans  <wim@fluendo.com>
21738
21739         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21740         (gst_alsasink_close):
21741         Set handle to NULL.
21742
21743         * gst-libs/gst/audio/gstringbuffer.c:
21744         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21745         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21746         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21747         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21748         (gst_ring_buffer_read):
21749         More debug info.
21750
21751 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21752
21753         * gst/audiotestsrc/Makefile.am:
21754         * gst/sine/Makefile.am:
21755         * gst/volume/Makefile.am:
21756           fix broken build of controllerized plugins
21757
21758 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21759
21760         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21761
21762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21763         (gst_riff_create_video_template_caps):
21764           Add support for Indeo-3 (IV32).
21765
21766 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * configure.ac:
21769           rewrite
21770
21771 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21772
21773         * gst-libs/gst/video/video.c: (gst_video_get_size):
21774         * gst/audiotestsrc/gstaudiotestsrc.c:
21775           doc updates
21776
21777 2005-10-17  Andy Wingo  <wingo@pobox.com>
21778
21779         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21780         with the collectpads change.
21781         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21782
21783         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21784
21785         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21786
21787         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21788         alloc_buffer flow return to callers.
21789         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21790         change. Fix some memleaks in theoraenc.
21791
21792         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21793         in strange circumstance.
21794
21795 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21796
21797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21798         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21799         from caps, let's use the caps...
21800
21801 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * configure.ac:
21804           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21805
21806 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21807
21808         * gst-libs/gst/interfaces/Makefile.am:
21809           fix silly typo
21810
21811 2005-10-16  Andy Wingo  <wingo@pobox.com>
21812
21813         * gst/playback/gstdecodebin.c
21814         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21815         function!
21816         (try_to_link_1): Increase kraziness level.
21817
21818 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21819
21820         * configure.ac:
21821           restructure like the core one
21822         * gst-libs/gst/audio/Makefile.am:
21823         * gst-libs/gst/interfaces/Makefile.am:
21824         * gst-libs/gst/net/Makefile.am:
21825         * gst-libs/gst/riff/Makefile.am:
21826         * gst-libs/gst/rtp/Makefile.am:
21827         * gst-libs/gst/tag/Makefile.am:
21828         * gst-libs/gst/video/Makefile.am:
21829           use correct linker flags, now the libs are properly versioned
21830         * check/elements/audioconvert.c: (verify_convert):
21831         * ext/alsa/gstalsaplugin.c:
21832         * ext/cdparanoia/gstcdparanoia.c:
21833         * ext/gnomevfs/gstgnomevfs.c:
21834         * ext/libvisual/visual.c:
21835         * ext/ogg/gstogg.c:
21836         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21837         * ext/theora/theora.c:
21838         * ext/vorbis/vorbis.c:
21839         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21840         * gst-libs/gst/tag/gsttagediting.c:
21841         * gst-libs/gst/video/video.c:
21842         * gst/adder/gstadder.c:
21843         * gst/audioconvert/plugin.c:
21844         * gst/audiorate/gstaudiorate.c:
21845         * gst/audioresample/gstaudioresample.c:
21846         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21847         * gst/audioscale/gstaudioscale.c:
21848         * gst/audioscale/resample.c:
21849         * gst/audiotestsrc/gstaudiotestsrc.c:
21850         * gst/ffmpegcolorspace/gstffmpeg.c:
21851         * gst/playback/gstdecodebin.c: (close_pad_link):
21852         * gst/playback/gstplaybin.c: (gen_video_element),
21853         (gen_audio_element):
21854         * gst/sine/gstsinesrc.c:
21855         * gst/subparse/gstsubparse.c:
21856         * gst/tags/gsttagediting.c:
21857         * gst/tcp/gsttcpplugin.c:
21858         * gst/typefind/gsttypefindfunctions.c:
21859         * gst/videorate/gstvideorate.c:
21860         * gst/videoscale/gstvideoscale.c:
21861         * gst/videotestsrc/gstvideotestsrc.c:
21862         * gst/volume/gstvolume.c:
21863         * sys/v4l/gstv4l.c:
21864         * sys/ximage/ximage.c:
21865         * sys/xvimage/xvimagesink.c:
21866           fix up defines
21867
21868 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21869
21870         * ext/vorbis/vorbisenc.c:
21871         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21872         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21873         (gst_tag_to_vorbis_comments):
21874           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21875
21876 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21877
21878         * examples/stats/mp2ogg.c:
21879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21880           typo fixes
21881
21882 2005-10-13  Michael Smith <msmith@fluendo.com>
21883
21884         * ext/ogg/gstoggmux.c:
21885           Use magic glib macros to define constants as 64 bit, to ensure
21886           appropriate vararg passing.
21887
21888 2005-10-13  Michael Smith <msmith@fluendo.com>
21889
21890         * ext/ogg/gstoggmux.c:
21891         * gst/audioconvert/audioconvert.c: (float):
21892           Don't use LL suffix, as it's not portable, and neither of these
21893           uses required it anyway.
21894
21895 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21896
21897         * examples/indexing/indexmpeg.c: (main):
21898         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21899         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21900         (cdparanoia_convert), (cdparanoia_query):
21901         * ext/cdparanoia/gstcdparanoia.h:
21902         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21903         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21904         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21906         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21907         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21909         (gst_multifdsink_render), (gst_multifdsink_start),
21910         (gst_multifdsink_stop):
21911         * gst/tcp/gstmultifdsink.h:
21912         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21913         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21914         (gst_tcpclientsink_stop):
21915         * gst/tcp/gsttcpclientsink.h:
21916         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21917         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21918         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21919         * gst/tcp/gsttcpclientsrc.h:
21920         * gst/tcp/gsttcpserversink.h:
21921         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21922         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21923         (gst_tcpserversrc_stop):
21924         * gst/tcp/gsttcpserversrc.h:
21925         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21926         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21927         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21928           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21929           moved bitshift from macro to enum definition
21930
21931 2005-10-12  Wim Taymans  <wim@fluendo.com>
21932
21933         * examples/seeking/Makefile.am:
21934         Oops.
21935
21936 2005-10-12  Wim Taymans  <wim@fluendo.com>
21937
21938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21939         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21940         Don't assert on normal stuff.
21941
21942         * gst/playback/gstplaybin.c: (do_playbin_seek):
21943         API fix.
21944
21945 2005-10-12  Wim Taymans  <wim@fluendo.com>
21946
21947         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21948         * examples/seeking/Makefile.am:
21949         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21950         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21951         (do_seek), (set_update_scale), (message_received), (main):
21952         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21953         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21954         Update for _get_state() API change.
21955
21956 2005-10-11  Wim Taymans  <wim@fluendo.com>
21957
21958         * gst-libs/gst/audio/gstbaseaudiosink.c:
21959         (gst_base_audio_sink_render):
21960         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21961         (gst_base_audio_src_create):
21962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21963         (gst_ring_buffer_read):
21964         Cleanups.
21965         Commit and read from ringbuffer in samples rather than bytes.
21966
21967 2005-10-11  Wim Taymans  <wim@fluendo.com>
21968
21969         * gst-libs/gst/audio/gstbaseaudiosink.c:
21970         (gst_base_audio_sink_render):
21971         Respect segment rate and accum when scheduling samples.
21972
21973 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21974
21975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21976         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21977         EOS correctly, that needs more work.
21978
21979 2005-10-11  Wim Taymans  <wim@fluendo.com>
21980
21981         * check/generic/states.c: (GST_START_TEST):
21982         remove old property.
21983
21984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21985         (gst_ogg_demux_perform_seek):
21986         * ext/theora/theoradec.c: (theora_dec_sink_event):
21987         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21988         (vorbis_handle_data_packet):
21989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21990         (gst_base_rtp_depayload_set_gst_timestamp):
21991         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21992         Update for newsegment API change.
21993
21994 2005-10-11  Michael Smith <msmith@fluendo.com>
21995
21996         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21997         (do_playbin_seek), (gst_play_bin_send_event):
21998           Override send_event differently, so that we can takes bits of
21999           functionality from GstPipeline (special handling for seeks,
22000           including pausing/resuming, and resetting stream time) and still get
22001           the appropriate behaviour of only forwarding event to a single sink,
22002           rather than all of them.
22003           Unfortunately requires a lot of code duplication, but the
22004           alternatives are equally ugly in the end.
22005
22006 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22007
22008         * check/elements/audioconvert.c: (setup_audioconvert),
22009         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22010         (GST_START_TEST), (audioconvert_suite):
22011           clean up tests a little, fix some leaks.
22012
22013 2005-10-10  Wim Taymans  <wim@fluendo.com>
22014
22015         * ext/alsa/gstalsasink.c:
22016         Also allow unsigned int.
22017
22018         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22019         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22020         Small cleanup
22021
22022 2005-10-10  Wim Taymans  <wim@fluendo.com>
22023
22024         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22025         Small update, use API as stated in design docs.
22026
22027         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22028         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22029         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22030         (message_received), (main):
22031         Updated seek example for GOption. Some usability improvements.
22032
22033 2005-10-10  Wim Taymans  <wim@fluendo.com>
22034
22035         * gst/audioconvert/audioconvert.h:
22036         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22037         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22038         Alloc temp storage somewhere else where we can do it more
22039         portable.
22040
22041 2005-10-10  Wim Taymans  <wim@fluendo.com>
22042
22043         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22044         (gst_tcpserversrc_start):
22045         Don't block in accept while doing the state change, move
22046         to poll and make cancellable.
22047
22048 2005-10-09  Philippe Khalaf <burger@speedy.org>
22049
22050         * gst-libs/gst/rtp/rtpbasedepayload.c:
22051         Set timestamp and add queue delay to timestamp
22052         * gst-libs/gst/rtp/rtpbuffer.h:
22053         Set correct payload type for h263
22054
22055 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22056
22057         * gst/audiotestsrc/gstaudiotestsrc.c:
22058         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22059         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22060         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22061         (gst_audiotestsrc_create_triangle),
22062         (gst_audiotestsrc_create_silence),
22063         (gst_audiotestsrc_create_white_noise),
22064         (gst_audiotestsrc_init_pink_noise),
22065         (gst_audiotestsrc_generate_pink_noise_value),
22066         (gst_audiotestsrc_create_pink_noise),
22067         (gst_audiotestsrc_change_wave):
22068         * gst/audiotestsrc/gstaudiotestsrc.h:
22069           fixed typo, added pink noise
22070
22071 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22072
22073         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22074         (plugin_init):
22075           Add wavpack and spc typefind functions from 0.8 branch.
22076
22077 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22078
22079         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22080         (ar_type_find), (msdos_type_find), (plugin_init):
22081           Add typefind functions for tar archives, ar archives,
22082           RAR archives, and msdos-executables (dlls, exe, etc.).
22083           Some of those would be wrongly identified as mpeg
22084           streams of some sort before (#315550).
22085
22086 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22087
22088         * configure.ac:
22089         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22090         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22091         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22092         * gst/audiotestsrc/Makefile.am:
22093         * gst/audiotestsrc/gstaudiotestsrc.c:
22094         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22095         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22096         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22097         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22098         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22099         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22100         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22101         (gst_audiotestsrc_create_silence),
22102         (gst_audiotestsrc_create_white_noise),
22103         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22104         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22105         (gst_audiotestsrc_start), (plugin_init):
22106         * gst/audiotestsrc/gstaudiotestsrc.h:
22107           add new plugin and element
22108         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22109           use gobject_class
22110
22111 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22112
22113         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22114         (gst_adder_init), (gst_adder_request_new_pad),
22115         (gst_adder_change_state):
22116           Add query function to source pad, so adder reports the correct
22117           time/sample position when queried (#315457); fix state change
22118           function; use GST_DEBUG_FUNCPTR() for pad functions.
22119
22120 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22123           Fix leaks in typefind registration
22124           Clean up the gratuitous commenting and whitespacing a little
22125
22126 2005-10-08  Wim Taymans  <wim@fluendo.com>
22127
22128         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22129         Only actually wait for the thread to be stopped if it's 
22130         running.
22131
22132 2005-10-08  Wim Taymans  <wim@fluendo.com>
22133
22134         * gst-libs/gst/audio/gstbaseaudiosink.c:
22135         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22136         If we receive EOS we can start playback of what we had.
22137
22138 2005-10-08  Wim Taymans  <wim@fluendo.com>
22139
22140         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22141         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22142         (gst_multifdsink_stop):
22143         Fix crasher when going to NULL multiple times.
22144
22145 2005-10-06  Wim Taymans  <wim@fluendo.com>
22146
22147         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22148         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22149         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22151         patch from Edgard Lima <edgard.lima@indt.org.br>
22152         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22153
22154 2005-10-06  Wim Taymans  <wim@fluendo.com>
22155
22156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22157         Report the FLOW_RETURN as string in the error message.
22158
22159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22160         Don't assert when clearing an unnegotiated buffer.
22161
22162 2005-10-04  Michael Smith <msmith@fluendo.com>
22163
22164         * gst/playback/gstplaybasebin.c: (group_destroy),
22165         (gen_preroll_element), (remove_groups), (setup_source):
22166         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22167         (setup_sinks), (gst_play_bin_send_event),
22168         (gst_play_bin_change_state):
22169           Set state to NULL before removing from bin. Fix refcounting.
22170
22171 2005-10-04  Michael Smith <msmith@fluendo.com>
22172
22173         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22174           Correct refcounting in send_event() function. Previously was wrong
22175           if the first sink was unable to handle the event.
22176
22177 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * configure.ac:
22180           back to development
22181
22182 === release 0.9.3 ===
22183
22184 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22185
22186         * configure.ac:
22187           Releasing 0.9.3, "De Facto"
22188
22189 2005-10-03  Andy Wingo  <wingo@pobox.com>
22190
22191         * gst/playback/gstdecodebin.c (try_to_link_1)
22192         (remove_element_chain): set element to NULL before removing it.
22193
22194 2005-10-02  Johan Dahlin  <johan@gnome.org>
22195
22196         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22197         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22198         MT safe.
22199
22200 2005-10-02  Andy Wingo  <wingo@pobox.com>
22201
22202         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22203         (gst_ring_buffer_prepare_read): 
22204         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22205         Demote to LOG.
22206
22207 2005-09-29  Wim Taymans  <wim@fluendo.com>
22208
22209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22210         * ext/theora/theoradec.c: (theora_handle_data_packet):
22211         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22212         Propagate error codes from alloc_buffer too.
22213
22214 2005-09-29  Wim Taymans  <wim@fluendo.com>
22215
22216         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22217         We use fixed caps.
22218
22219         * gst/playback/Makefile.am:
22220         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22221         (dump_element_stats), (main):
22222         Added example stream introspection code.
22223
22224 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22225
22226         * gst/adder/gstadder.c: (gst_adder_collected):
22227           fix adder for float elements
22228
22229 2005-09-28  Wim Taymans  <wim@fluendo.com>
22230
22231         * gst-libs/gst/audio/gstbaseaudiosink.c:
22232         (gst_base_audio_sink_class_init),
22233         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22235         (gst_base_audio_src_class_init),
22236         (gst_base_audio_src_provide_clock):
22237         get_clock -> provide_clock
22238
22239 2005-09-28  Andy Wingo  <wingo@pobox.com>
22240
22241         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22242         and unlocking.
22243
22244         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22245         unlocking.
22246
22247         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22248         Actually add the pad template.
22249         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22250
22251         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22252         I'm at it...
22253
22254         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22255         from fdsrc. Get caps in create() instead of start() so it can be
22256         interrupted. Interruption somewhat untested.
22257
22258         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22259         Proper EOS handling.
22260
22261 2005-09-27  Andy Wingo  <wingo@pobox.com>
22262
22263         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22264
22265         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22266
22267         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22268
22269         * gst/tcp/gsttcp.h: 
22270         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22271         out of tcpclientsrc.c. Cancellable.
22272         (gst_tcp_socket_read): Made private, cancellable, with better
22273         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22274         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22275         whole buffer, and better diagnostics.
22276         (gst_tcp_gdp_read_caps): Same.
22277
22278         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22279
22280 2005-09-26  Andy Wingo  <wingo@pobox.com>
22281
22282         * gst/sine/gstsinesrc.h:
22283         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22284         change the 'sync' property to 'is-live' and implement it halfway,
22285         update for controller api change.
22286
22287         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22288         controller api change.
22289
22290 2005-09-24  Wim Taymans  <wim@fluendo.com>
22291
22292         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22293         * gst-libs/gst/audio/gstaudiosink.c:
22294         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22295         (gst_audioringbuffer_stop):
22296         * gst-libs/gst/audio/gstbaseaudiosink.c:
22297         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22298         (gst_base_audio_sink_change_state):
22299         * gst-libs/gst/audio/gstbaseaudiosink.h:
22300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22301         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22302         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22303         * gst-libs/gst/audio/gstringbuffer.h:
22304         Fix sync again. Moved sample alignment to basesink.
22305
22306 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22307
22308         * docs/plugins/Makefile.am:
22309         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22310         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22311         * gst/volume/gstvolume.c:
22312           add/fix docs
22313         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22314         * gst-libs/gst/audio/audio.h:
22315           add conversion macros for frames <-> clocktime
22316
22317 2005-09-23  David Schleef  <ds@schleef.org>
22318
22319         * gst/audioresample/Makefile.am:
22320         * gst/audioresample/debug.h:
22321         * gst/audioresample/gstaudioresample.c:
22322         * gst/audioresample/resample.c: Convert to using gst debugging
22323
22324 2005-09-22  Wim Taymans  <wim@fluendo.com>
22325
22326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22327         (gst_play_bin_send_event):
22328         Only seek on one sink, the first one that succeeds.
22329
22330 2005-09-22  Michael Smith <msmith@fluendo.com>
22331
22332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22333         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22334         Don't flush encoder state unless we have an initialised encoder.
22335         Clear out encoder state on PAUSED_TO_READY.
22336
22337 2005-09-22  Wim Taymans  <wim@fluendo.com>
22338
22339         * gst-libs/gst/rtp/gstbasertppayload.c:
22340         (gst_basertppayload_class_init), (gst_basertppayload_init),
22341         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22342         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22343         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22344         (gst_basertppayload_set_property),
22345         (gst_basertppayload_get_property),
22346         (gst_basertppayload_change_state):
22347         * gst-libs/gst/rtp/gstbasertppayload.h:
22348         Added max-ptime to control amount of data in the rtp packets.
22349
22350 2005-09-21  Andy Wingo  <wingo@pobox.com>
22351
22352         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22353         thingies.
22354
22355         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22356         can be called multiple times, dogs.
22357
22358 2005-09-21  Wim Taymans  <wim@fluendo.com>
22359
22360         * gst-libs/gst/rtp/gstbasertppayload.c:
22361         (gst_basertppayload_class_init), (gst_basertppayload_init),
22362         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22363         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22364         (gst_basertppayload_push), (gst_basertppayload_get_property),
22365         (gst_basertppayload_change_state):
22366         Allow 0 ssrc too.
22367
22368 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22369
22370         * docs/libs/compiling.sgml:
22371           fixing typos
22372
22373 2005-09-20  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_push), (gst_basertppayload_set_property),
22380         (gst_basertppayload_get_property),
22381         (gst_basertppayload_change_state):
22382         * gst-libs/gst/rtp/gstbasertppayload.h:
22383         Added property to configure sequence number offsets.
22384
22385 2005-09-20  Wim Taymans  <wim@fluendo.com>
22386
22387         * gst-libs/gst/rtp/gstbasertppayload.c:
22388         (gst_basertppayload_class_init), (gst_basertppayload_init),
22389         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22390         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22391         (gst_basertppayload_push), (gst_basertppayload_set_property),
22392         (gst_basertppayload_get_property),
22393         (gst_basertppayload_change_state):
22394         * gst-libs/gst/rtp/gstbasertppayload.h:
22395         Make timestamp offset configurable.
22396
22397 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22398
22399         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22400           fix wrong pop/unref
22401
22402 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22403
22404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22405
22406         * gst-libs/gst/interfaces/propertyprobe.c:
22407         (gst_property_probe_probe_property_name),
22408         (gst_property_probe_needs_probe_name),
22409         (gst_property_probe_get_values_name),
22410         (gst_property_probe_probe_and_get_values_name):
22411           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22412           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22413
22414 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * check/Makefile.am:
22417           have some tests be disabled for valgrinding
22418         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22419         (GST_START_TEST):
22420         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22421           Fix A Leak.  Chain To Parent Finalize.
22422
22423 2005-09-19  Wim Taymans  <wim@fluendo.com>
22424
22425         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22426         Fixed wav pipeline.
22427
22428 2005-09-19  Wim Taymans  <wim@fluendo.com>
22429
22430         * gst-libs/gst/rtp/gstbasertppayload.c:
22431         (gst_basertppayload_class_init), (gst_basertppayload_init),
22432         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22433         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22434         (gst_basertppayload_push), (gst_basertppayload_get_property),
22435         (gst_basertppayload_change_state):
22436         Posting ERROR and WARNING messages is good.
22437
22438 2005-09-19  Wim Taymans  <wim@fluendo.com>
22439
22440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22441         (gst_base_rtp_depayload_add_to_queue),
22442         (gst_base_rtp_depayload_push),
22443         (gst_base_rtp_depayload_set_gst_timestamp),
22444         (gst_base_rtp_depayload_queue_release):
22445         This one was not supposed to go in.
22446
22447 2005-09-19  Wim Taymans  <wim@fluendo.com>
22448
22449         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22450         Fix for bus API.
22451
22452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22453         (gst_base_rtp_depayload_chain),
22454         (gst_base_rtp_depayload_add_to_queue),
22455         (gst_base_rtp_depayload_push),
22456         (gst_base_rtp_depayload_set_gst_timestamp),
22457         (gst_base_rtp_depayload_queue_release):
22458         Some cleanups.
22459
22460         * gst-libs/gst/rtp/gstbasertppayload.c:
22461         (gst_basertppayload_class_init), (gst_basertppayload_init),
22462         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22463         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22464         (gst_basertppayload_get_property),
22465         (gst_basertppayload_change_state):
22466         Added debugging category.
22467
22468 2005-09-18  David Schleef  <ds@schleef.org>
22469
22470         * gst/playback/gstdecodebin.c: free plugin list correctly
22471         * gst/playback/gstplaybin.c: emit warning if autovideosink
22472           and autoaudiosink can't be found (instead of segfaulting)
22473
22474 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22475
22476         * check/elements/audioconvert.c: (GST_START_TEST):
22477           try out 24 bit conversion
22478
22479 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22480
22481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22482         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22483         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22484         * ext/vorbis/vorbisenc.h:
22485           Fix EOS handling.  Still needs a fix in the ogg muxer to
22486           mark the last page as eos.
22487
22488 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22489
22490         * common/gtk-doc-plugins.mak:
22491         * docs/plugins/Makefile.am:
22492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22493         * gst/ffmpegcolorspace/Makefile.am:
22494         * gst/ffmpegcolorspace/avcodec.h:
22495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22496         * gst/tcp/gstmultifdsink.c:
22497           fix up ffmpegcolorspace docs; extract header
22498
22499 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * common/gtk-doc-plugins.mak:
22502         * docs/plugins/Makefile.am:
22503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22504         * ext/theora/Makefile.am:
22505         * ext/theora/gsttheoraenc.h:
22506         * ext/theora/theoraenc.c:
22507         * ext/vorbis/vorbisenc.c:
22508           pick up signals and args for vorbis; add some docs for vorbis
22509
22510 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22511
22512         * common/gstdoc-scangobj:
22513         * common/gtk-doc-plugins.mak:
22514         * docs/libs/Makefile.am:
22515         * docs/plugins/gst-plugins-base-plugins.args:
22516         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22517         * docs/plugins/gst-plugins-base-plugins.interfaces:
22518         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22519         * docs/plugins/gst-plugins-base-plugins.signals:
22520           only scanobj stuff from our source module.  Not sure yet
22521           if that's correct, given the hierarchy stuff :)
22522
22523 2005-09-15  Wim Taymans  <wim@fluendo.com>
22524
22525         * gst/audioconvert/gstaudioconvert.c:
22526         And enable 24 bits mode as well..
22527
22528 2005-09-15  Wim Taymans  <wim@fluendo.com>
22529
22530         * gst-libs/gst/rtp/Makefile.am:
22531         * gst-libs/gst/rtp/gstbasertppayload.c:
22532         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22533         (gst_basertppayload_class_init), (gst_basertppayload_init),
22534         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22535         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22536         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22537         (gst_basertppayload_set_property),
22538         (gst_basertppayload_get_property),
22539         (gst_basertppayload_change_state):
22540         * gst-libs/gst/rtp/gstbasertppayload.h:
22541         Added rtp payloader base class.
22542
22543 2005-09-15  Andy Wingo  <wingo@pobox.com>
22544
22545         * configure.ac (plugindir): Remove the EOL matcher from the
22546         regexp, as it causes me problems. Libtool? Make? Who knows?
22547
22548 2005-09-14  David Schleef  <ds@schleef.org>
22549
22550         * check/generic/states.c: 
22551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22552         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22553           Fixes for changes in registry API.
22554
22555         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22556           to GST_PLUGIN_LDFLAGS.
22557         * ext/libvisual/visual.c: Make the library shut up.
22558         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22559         * gst-libs/gst/audio/gstaudiofilter.c: same
22560
22561 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22562
22563         * docs/plugins/Makefile.am:
22564         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22565         * docs/plugins/inspect/plugin-libvisual.xml:
22566         * docs/plugins/tmpl/element-tcpserversink.sgml:
22567         * ext/theora/theoraenc.c:
22568           add libvisual plugin and theoraenc element to docs
22569
22570 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22571
22572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22574         * ext/theora/theoraenc.c:
22575           add theoraenc
22576
22577 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22578
22579         * gst/audioconvert/Makefile.am:
22580           Audioconvert derives from GstBaseTransform and should
22581           link to the library with our base elements to avoid
22582           unresolved symbols. Makes things work with MinGW (#316160)
22583
22584         * gst/playback/test4.c: (main):
22585           Fix MinGW build problem and use g_usleep() instead of 
22586           sleep() (#316162)
22587
22588 2005-09-12  Wim Taymans  <wim@fluendo.com>
22589
22590         * gst/audioconvert/audioconvert.c: (float),
22591         (audio_convert_prepare_context), (audio_convert_convert):
22592         * gst/audioconvert/audioconvert.h:
22593         Cleanups, speedups, simplifications, added back support
22594         for 24 bits.
22595
22596 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22597
22598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22600         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22601         * docs/plugins/tmpl/element-tcpserversink.sgml:
22602         * gst/ffmpegcolorspace/gstffmpeg.c:
22603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22604         * gst/videotestsrc/gstvideotestsrc.c:
22605         * gst/volume/gstvolume.c:
22606           add more elements to the docs
22607
22608 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22609
22610         * check/Makefile.am:
22611         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22612         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22613           Add extra tests for basetransform based components. 
22614           Comment out the test_element_negotiation test until we decide
22615           if it's testing correct behaviour.
22616         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22617         (gst_visual_chain), (gst_visual_change_state):
22618           Slightly more correct but still bogus timestamping.
22619           Fix state change function.
22620         * gst/audioconvert/gstaudioconvert.c:
22621         (gst_audio_convert_class_init):
22622         * gst/audioresample/gstaudioresample.c:
22623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22624         (gst_ffmpegcsp_class_init):
22625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22626         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22627         (gst_videoscale_prepare_image):
22628         * gst/volume/gstvolume.c: (gst_volume_class_init),
22629         (volume_transform_ip):
22630           Basetransform updates. Enable passthrough modes.
22631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22632         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22633         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22634           Negotiation fix that allows the window to return to the original
22635           size and renegotiate passthrough upstream. Extra debug output.
22636
22637 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22638
22639         * gst/sine/gstsinesrc.c:
22640         * gst/volume/gstvolume.c:
22641           fix up header include
22642
22643 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22644
22645         * gst-libs/gst/audio/gstbaseaudiosink.c:
22646         (gst_base_audio_sink_render):
22647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22648         * gst/volume/gstvolume.c: (gst_volume_class_init),
22649         (volume_transform):
22650           fixing lost sync, some more debugging
22651
22652 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22653
22654         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22655         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22657         (gst_xvimagesink_check_xshm_calls):
22658           Fix compilation when XShm is not available.
22659
22660 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22661
22662         * ext/libvisual/visual.c: (gst_visual_dispose),
22663         (gst_visual_getcaps), (gst_visual_src_setcaps),
22664         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22665         (gst_visual_change_state):
22666           Finish fixing up libvisual plugin so that it runs. 
22667
22668 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22669
22670         * ext/vorbis/vorbisenc.c:
22671         * gst-libs/gst/tag/gstvorbistag.c:
22672           gsttaginterface.h -> gsttagsetter.h
22673
22674 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22675
22676         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22677           added another test that failes for me (test is not active by default)
22678
22679 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22680
22681         * configure.ac:
22682           v4l2 is no longer in gst-plugins-base
22683
22684 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22685
22686         * configure.ac:
22687           In the output at the end, don't show the first plugin on the same
22688           line as "Core plug-ins, always built:".
22689           Indent the output as for other plugin categories
22690         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22691           #define that can be used to not use peer buffer_alloc functions for
22692           test purposes.
22693         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22694         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22695         (gst_ximagesink_show_frame):
22696         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22697         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22698         (gst_xvimagesink_show_frame):
22699           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22700           fails gracefully instead of XError aborting or deadlocking.
22701
22702 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22703
22704         * ext/libvisual/Makefile.am:
22705           link against gst-base-libs
22706
22707 2005-09-06  David Schleef  <ds@schleef.org>
22708
22709         * configure.ac: Enable libvisual plugin.
22710         * ext/libvisual/Makefile.am:
22711         * ext/libvisual/visual.c: Fixes to make it compile.
22712
22713 === release 0.9.2 ===
22714
22715 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22716
22717         * NEWS:
22718         * RELEASE:
22719         * configure.ac:
22720         * docs/random/ChangeLog-0.8:
22721           releasing 0.9.2, "Spoon"
22722
22723 2005-09-05  Michael Smith <msmith@fluendo.com>
22724
22725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22726           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22727           that in the vorbisenc element.
22728
22729 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22730
22731         * common/gtk-doc-plugins.mak:
22732         * docs/plugins/Makefile.am:
22733           fix distcheck
22734         * gst/audioresample/resample.c:
22735           fix wrong docstring
22736
22737 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22738
22739         * common/gst-xmlinspect.py:
22740         * common/gtk-doc-plugins.mak:
22741           only inspect plugins for this given package
22742           require gst-python 0.9
22743
22744 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22745
22746         * Makefile.am:
22747         * autogen.sh:
22748         * common/gst-xmlinspect.py:
22749         * configure.ac:
22750         * docs/Makefile.am:
22751         * docs/plugins/inspect/plugin-alsa.xml:
22752         * docs/plugins/inspect/plugin-audioresample.xml:
22753         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22754         * docs/plugins/inspect/plugin-ogg.xml:
22755         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22756         * docs/plugins/tmpl/element-multifdsink.sgml:
22757         * docs/plugins/tmpl/element-tcpserversink.sgml:
22758         * docs/plugins/tmpl/element-vorbisenc.sgml:
22759         * gst-plugins-base.spec.in:
22760           various doc-related updates
22761
22762 2005-08-31  Wim Taymans  <wim@fluendo.com>
22763
22764         * gst-libs/gst/audio/gstbaseaudiosink.c:
22765         (gst_base_audio_sink_render):
22766         Resync if the buffer timestamps drift more than a 10th 
22767         of a second.
22768
22769 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22770
22771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22772         (gst_v4lsrc_get_property):
22773           The 'timestamp-offset' property is registered as an int64, so
22774           let's use g_value_{set|get}_int64() in our setter and getter
22775           functions (makes it work and fixes warnings with gst-inspect).
22776
22777 2005-08-30  Wim Taymans  <wim@fluendo.com>
22778
22779         * check/elements/audioconvert.c: (setup_audioconvert):
22780         * check/elements/audioresample.c: (setup_audioresample):
22781         * check/elements/volume.c: (setup_volume):
22782         Fix checks.
22783
22784 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22785
22786         * common/gtk-doc-plugins.mak:
22787         * common/plugins.xsl:
22788         * docs/plugins/Makefile.am:
22789           make module a param
22790
22791 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22792
22793         * examples/seeking/seek.c: (make_mp3_pipeline),
22794         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22795         (play_cb), (pause_cb), (stop_cb):
22796           update the example
22797
22798 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22799
22800         * gst/volume/gstvolume.c: (gst_volume_class_init),
22801         (volume_transform):
22802           do not update controlled params, if buffer has no timestamp
22803
22804 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22805
22806         * configure.ac:
22807         * gst/sine/Makefile.am:
22808         * gst/volume/Makefile.am:
22809           controllerized elements also need to link against controller-libs ;)
22810
22811 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22812
22813         * docs/libs/tmpl/gstcolorbalance.sgml:
22814         * docs/libs/tmpl/gstgconf.sgml:
22815         * docs/libs/tmpl/gstmixer.sgml:
22816         * docs/libs/tmpl/gstringbuffer.sgml:
22817         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22818         (gst_sinesrc_create):
22819         * gst/volume/gstvolume.c: (gst_volume_class_init),
22820         (volume_transform):
22821           controllerized two audio plugins
22822
22823 2005-08-29  Andy Wingo  <wingo@pobox.com>
22824
22825         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22826         (vorbis_handle_data_packet): Fix some int overflow errors.
22827
22828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22829         -1.
22830         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22831         valid.
22832         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22833         if it's valid. Fixed streaming-mode playback.
22834
22835         * check/elements/volume.c (cleanup_volume): Fix for running
22836         CK_FORK=no.
22837
22838         * check/elements/audioconvert.c: Convert from native endian, not
22839         little endian.
22840
22841 2005-08-29  Michael Smith <msmith@fluendo.com>
22842
22843         * ext/ogg/Makefile.am:
22844         * ext/ogg/gstogg.c: (plugin_init):
22845         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22846         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22847         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22848         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22849         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22850         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22851         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22852         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22853         Add an ogg parser element.
22854
22855 2005-08-28  Andy Wingo  <wingo@pobox.com>
22856
22857         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22858
22859 2005-08-26  Wim Taymans  <wim@fluendo.com>
22860
22861         * gst/audioconvert/audioconvert.c: (if), (float),
22862         (audio_convert_get_func_index), (check_default),
22863         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22864         (audio_convert_clean_context), (audio_convert_get_sizes),
22865         (audio_convert_convert):
22866         Cleanups.
22867
22868 2005-08-26  Wim Taymans  <wim@fluendo.com>
22869
22870         * gst/audioconvert/audioconvert.c: (if), (float),
22871         (audio_convert_get_func_index), (check_default),
22872         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22873         (audio_convert_clean_context), (audio_convert_get_sizes),
22874         (audio_convert_convert):
22875         More elegant and working temp buffer selection algo.
22876
22877 2005-08-26  Wim Taymans  <wim@fluendo.com>
22878
22879         * gst/audioconvert/audioconvert.c: (if), (float),
22880         (audio_convert_get_func_index), (check_default),
22881         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22882         (audio_convert_clean_context), (audio_convert_get_sizes),
22883         (get_temp_buffer), (audio_convert_convert):
22884         Use realloc else we lose our original data.
22885
22886 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22887
22888         * gst/audioresample/gstaudioresample.c:
22889           use base class' newsegment to properly timestamp
22890
22891 2005-08-26  Wim Taymans  <wim@fluendo.com>
22892
22893         * gst/audioconvert/audioconvert.c: (if), (float),
22894         (audio_convert_get_func_index), (check_default),
22895         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22896         (audio_convert_clean_context), (audio_convert_get_sizes),
22897         (get_temp_buffer), (audio_convert_convert):
22898         * gst/audioconvert/gstaudioconvert.c:
22899         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22900         (gst_audio_convert_transform_caps),
22901         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22902         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22903         Oops, allocate enough space to perform the channel mix.
22904
22905 2005-08-26  Wim Taymans  <wim@fluendo.com>
22906
22907         * gst/audioconvert/Makefile.am:
22908         * gst/audioconvert/audioconvert.c: (if), (float),
22909         (audio_convert_get_func_index), (check_default),
22910         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22911         (audio_convert_clean_context), (audio_convert_get_sizes),
22912         (get_temp_buffer), (audio_convert_convert):
22913         * gst/audioconvert/audioconvert.h:
22914         * gst/audioconvert/gstaudioconvert.c:
22915         (gst_audio_convert_class_init), (gst_audio_convert_init),
22916         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22917         (gst_audio_convert_get_unit_size),
22918         (gst_audio_convert_transform_caps),
22919         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22920         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22921         * gst/audioconvert/gstaudioconvert.h:
22922         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22923         (gst_channel_mix_fill_identical),
22924         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22925         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22926         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22927         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22928         (gst_channel_mix_mix):
22929         * gst/audioconvert/gstchannelmix.h:
22930         Cleanups, librarify a bit, optimize, better negotiation and more.
22931
22932 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22933
22934         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22935         Another from MikeS:
22936         During typefinding, don't support negative offsets
22937         (offsets from the end of the stream) in our typefind->peek() function
22938         - nothing embedded in ogg ever needs them. However, we need to recognise
22939         those requests and reject them, otherwise we return invalid pointers.
22940
22941 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22942
22943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22945         (vorbisdec_finalize), (vorbis_handle_type_packet):
22946           Big shout-out to MikeS for fixing this giant memory leak.
22947           Huzzah!
22948
22949 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22950
22951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22952         (audio_convert_get_unit_size):
22953           plug some leaks
22954
22955 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22956
22957         * check/Makefile.am:
22958         * check/elements/audioconvert.c: (setup_audioconvert),
22959         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22960         (GST_START_TEST), (audioconvert_suite), (main):
22961           add a test for audioconvert
22962         * gst/audioresample/gstaudioresample.c:
22963         * gst/audioresample/gstaudioresample.h:
22964           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22965           note that for buffers of 1/3 sec this means DURATION(c) is 
22966           one nanosecond more than for a and b
22967
22968 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22969
22970         * check/Makefile.am:
22971         * check/elements/audioresample.c: (setup_audioresample),
22972         (cleanup_audioresample), (fail_unless_perfect_stream),
22973         (test_perfect_stream_instance), (GST_START_TEST),
22974           add a check for audioresample
22975         (audioresample_suite), (main):
22976         * check/elements/volume.c: (GST_START_TEST):
22977           remove unused method
22978         * gst/audioresample/gstaudioresample.c:
22979           set correct buffer parameters since we're changing them
22980         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22981           add some debug
22982
22983 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22984
22985         * gst/audioresample/debug.c:
22986         * gst/audioresample/gstaudioresample.c:
22987           add room for extra overlap samples when asked to transform size
22988           protect against possible mem corruption and check for discrepancies
22989           between written size and outbuffer's size so we can warn for
22990           potential problems
22991         * gst/audioresample/resample.c: (resample_init),
22992         (resample_get_output_size_for_input), (resample_get_output_size),
22993         (resample_set_n_channels), (resample_set_format):
22994           set debug level based on RESAMPLE_DEBUG env var
22995           make sure that get_output_size* returns a whole number of
22996           sample_size
22997           set sample_size each time either channel or format is set
22998         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22999         * gst/audioresample/resample_functable.c:
23000         (resample_scale_functable):
23001         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23002           remove r->sample_size, it's done in resample.c now
23003           add some debugging to the ref implementation
23004           make sure we only give back bytes that are wholes of the sample
23005           size
23006
23007 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23008         * gst/playback/gstplaybasebin.c: (fill_buffer):
23009         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23010
23011 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23012
23013         * gst/volume/gstvolume.c:
23014           made set_caps function static
23015
23016 2005-08-24  Wim Taymans  <wim@fluendo.com>
23017
23018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23019         (gst_vorbisenc_change_state):
23020         Stop leaking taglists.
23021
23022 2005-08-24  Wim Taymans  <wim@fluendo.com>
23023
23024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23025         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23026         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23027         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23028         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23029         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23030         Parse seeking events better.
23031         Unref static caps.
23032         Generate correct newsegment events, fixes seeking in live oggs.
23033
23034         * ext/theora/theoradec.c: (theora_dec_src_query),
23035         (theora_dec_src_event), (theora_dec_src_getcaps),
23036         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23037         Use newsegment values to report correct play time.
23038
23039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23040         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23041         * ext/vorbis/vorbisdec.h:
23042         Parse and use newsegment values to report correct play time.
23043
23044         * gst-libs/gst/audio/gstbaseaudiosink.c:
23045         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23046         Clear ringbuffer on flush.
23047         Use newsegment values to calculate playback time.
23048
23049         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23051         Basesink does newsegment calculations for us now.
23052
23053 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23054
23055         * check/Makefile.am:
23056         * configure.ac:
23057           add core's plugins to the mix so that playbin works
23058         * check/generic/states.c: (GST_START_TEST):
23059           set a 0 timeout on pipelines, so they don't force the next
23060           state change
23061         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23062         (gst_play_base_bin_change_state):
23063           remove the crappy error handling and do GST error handling
23064
23065 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23066
23067         * check/Makefile.am:
23068         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23069           add same test as to core, it bitches out on playbin atm.
23070
23071 2005-08-24  Wim Taymans  <wim@fluendo.com>
23072
23073         * configure.ac:
23074         Remove audioscale.
23075
23076 2005-08-24  Wim Taymans  <wim@fluendo.com>
23077
23078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23079         (gst_videoscale_prepare_size), (parse_caps),
23080         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23081         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23082         (gst_videoscale_transform):
23083         * gst/videoscale/gstvideoscale.h:
23084         Refactor, make use of BaseTranform really well.
23085
23086 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23087
23088         * configure.ac:
23089           compile audioresample
23090         * gst/audioresample/Makefile.am:
23091         * gst/audioresample/buffer.c:
23092         * gst/audioresample/functable.c:
23093         * gst/audioresample/gstaudioresample.c:
23094         * gst/audioresample/gstaudioresample.h:
23095         * gst/audioresample/resample.c:
23096         (resample_get_output_size_for_input):
23097         * gst/audioresample/resample.h:
23098         * gst/audioresample/resample_chunk.c:
23099         * gst/audioresample/resample_functable.c:
23100         * gst/audioresample/resample_ref.c:
23101           port to use basetransform; doesn't work in all cases yet
23102
23103 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23104
23105         * gst/audioconvert/gstaudioconvert.c:
23106         (gst_audio_convert_class_init), (gst_audio_convert_init),
23107         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23108         (audio_convert_fixate_caps), (audio_convert_set_caps),
23109         (audio_convert_transform),
23110         (gst_audio_convert_buffer_to_default_format),
23111         (gst_audio_convert_buffer_from_default_format),
23112         (gst_audio_convert_channels):
23113         * gst/audioconvert/gstchannelmix.c:
23114         * gst/audioconvert/gstchannelmix.h:
23115           port to basetransform
23116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23117         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23118         (gst_ffmpegcsp_get_unit_size):
23119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23120         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23121           fix for basetransform changes
23122
23123 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23124
23125         * check/Makefile.am:
23126           Add CHECK_CFLAGS and LDFLAGS
23127
23128         * gst/playback/gstplaybasebin.c: (fill_buffer):
23129           GST_MESSAGE_SRC became a GObject
23130
23131 2005-08-24  Wim Taymans  <wim@fluendo.com>
23132
23133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23134         (gst_ring_buffer_clear_all):
23135         * gst-libs/gst/audio/gstringbuffer.h:
23136         Added function to clear the ringbuffer.
23137
23138 2005-08-24  Andy Wingo  <wingo@pobox.com>
23139
23140         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23141         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23142         of _open and _close.
23143
23144         * sys/v4l/gstv4lxoverlay.h:
23145         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23146         an Xv connection here, instead of all the time. Make Xv only be
23147         loaded if you axe for it. Kindof a workaround for buggy behaviour
23148         of Xv when using remote xservers (XvQueryExtension would block).
23149         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23150         replace the _open and _close public API. Only start the xv
23151         connection if necessary.
23152         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23153
23154 2005-08-23  David Schleef  <ds@schleef.org>
23155
23156         * gst/audioresample/Makefile.am: Leet audioresampling code
23157         * gst/audioresample/buffer.c:
23158         * gst/audioresample/buffer.h:
23159         * gst/audioresample/debug.c:
23160         * gst/audioresample/debug.h:
23161         * gst/audioresample/functable.c:
23162         * gst/audioresample/functable.h:
23163         * gst/audioresample/gstaudioresample.c:
23164         * gst/audioresample/gstaudioresample.h:
23165         * gst/audioresample/resample.c:
23166         * gst/audioresample/resample.h:
23167         * gst/audioresample/resample_chunk.c:
23168         * gst/audioresample/resample_functable.c:
23169         * gst/audioresample/resample_ref.c:
23170
23171 2005-08-23  Wim Taymans  <wim@fluendo.com>
23172
23173         * examples/seeking/seek.c: (make_vorbis_pipeline),
23174         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23175         Small seek updates.
23176
23177 2005-08-23  Andy Wingo  <wingo@pobox.com>
23178
23179         * gst-libs/gst/audio/gstbaseaudiosrc.c
23180         (gst_base_audio_src_fixate): Only fixate endianness if it is
23181         present in the caps.
23182
23183 2005-08-22  Andy Wingo  <wingo@pobox.com>
23184
23185         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23186         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23187         device-name property.
23188
23189         * gst-libs/gst/audio/gstaudiosrc.h:
23190         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23191         close_device in the ring buffer, like gstaudiosink.
23192
23193         * ext/alsa/gstalsamixer.h:
23194         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23195         macro to implement the interface without much code. Cleanups. 
23196
23197         * ext/alsa/gstalsasrc.h:
23198         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23199         READY.
23200
23201         * ext/alsa/Makefile.am: Add new files.
23202         * ext/alsa/gstalsamixerelement.c: 
23203         * ext/alsa/gstalsamixerelement.c: Split element code out from
23204         mixer code so that alsasrc can be a mixer too.
23205
23206 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23207
23208         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23209         (GST_START_TEST):
23210         * check/elements/vorbisdec.c: (setup_vorbisdec),
23211         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23212         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23213         (vorbis_handle_identification_packet),
23214         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23215         (vorbis_handle_header_packet), (vorbis_dec_push),
23216         (vorbis_dec_chain):
23217           use the setup/teardown methods to save code.  save code is good.
23218
23219 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23220
23221         * check/Makefile.am:
23222           add ext dir for plugins
23223           add vorbisdec test conditionally
23224         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23225         (GST_START_TEST), (volume_suite):
23226           add a test with wrong caps
23227         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23228         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23229           add a vorbisdec test
23230         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23231         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23232           clean up debug output
23233         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23234           yay, fix a segfault/security issue in vorbisdec
23235           gst-launch fakesrc ! vorbisdec wasn't happy
23236         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23237         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23238         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23239         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23240         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23241         (gst_vorbisenc_set_metadata), (get_constraints_string),
23242         (update_start_message), (gst_vorbisenc_setup),
23243         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23244         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23245         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23246         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23247         * ext/vorbis/vorbisenc.h:
23248           march in line
23249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23250         (gst_ffmpegcsp_transform):
23251           have the kow come home
23252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23253           debug my func ptr
23254         * gst/volume/gstvolume.c: (volume_set_caps):
23255           add a debug
23256
23257 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23258
23259         * Makefile.am:
23260         * check/.cvsignore:
23261         * check/Makefile.am:
23262         * check/elements/.cvsignore:
23263         * check/elements/volume.c: (chain_func), (event_func),
23264         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23265         (main):
23266         * configure.ac:
23267           add unit test structure for gst-plugins-base
23268           add a test for volume
23269         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23270         (gst_volume_set_volume), (gst_volume_get_volume),
23271         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23272         (volume_funcfind), (volume_process_float), (volume_process_int16),
23273         (volume_set_caps), (volume_transform), (volume_update_mute),
23274         (volume_update_volume), (volume_set_property),
23275         (volume_get_property):
23276           document a little; use basetransform vmethod _set_caps
23277
23278 2005-08-19  Andy Wingo  <wingo@pobox.com>
23279
23280         * ext/alsa/gstalsamixertrack.h:
23281         * ext/alsa/gstalsamixertrack.c:
23282         * ext/alsa/gstalsamixeroptions.h:
23283         * ext/alsa/gstalsamixeroptions.c:
23284         * ext/alsa/gstalsamixer.h:
23285         * ext/alsa/gstalsamixer.c: Port to 0.9.
23286
23287         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23288         Remove gstalsa.c and alsaclock. No more cruft here.
23289         
23290 2005-08-18  Wim Taymans  <wim@fluendo.com>
23291
23292         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23293         (gst_base_rtp_depayload_chain),
23294         (gst_base_rtp_depayload_add_to_queue),
23295         (gst_base_rtp_depayload_push),
23296         (gst_base_rtp_depayload_queue_release):
23297         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23298         Fix for RTPBuffer changes.
23299
23300         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23301         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23302         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23303         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23304         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23305         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23306         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23307         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23308         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23309         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23310         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23311         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23312         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23313         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23314         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23315         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23316         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23317         (gst_rtpbuffer_get_payload):
23318         * gst-libs/gst/rtp/gstrtpbuffer.h:
23319         Don't subclass GstBuffer but add methods and helper functions
23320         to construct and manipulate RTP packets in regular GstBuffers.
23321
23322 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23323
23324         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23325           moved statement below switch
23326         * gst/volume/gstvolume.c: (gst_volume_class_init):
23327           added debug ptr
23328
23329 2005-08-16  Wim Taymans  <wim@fluendo.com>
23330
23331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23332         (gst_base_audio_src_change_state):
23333         Open and close device in READY<->NULL state change.
23334
23335 2005-08-16  Andy Wingo  <wingo@pobox.com>
23336
23337         * examples/seeking/Makefile.am: Don't compile non-compiling
23338         compiled objects with the compiler.
23339
23340         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23341         elements.
23342
23343 2005-08-12  Philippe Khalaf <burger@speedy.org>
23344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23346           Made a thread to release the queue.
23347           Removed timestamp conversion for now.
23348
23349 2005-08-10  Philippe Khalaf <burger@speedy.org>
23350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23351         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23352           Added rtp timestamp -> gst timestamp conversion.
23353           Fixed several problems with queue.
23354
23355 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23356
23357         * gst-libs/gst/audio/gstaudioclock.h:
23358         * gst-libs/gst/audio/gstaudiofilter.h:
23359         * gst-libs/gst/audio/gstaudiosink.h:
23360         * gst-libs/gst/audio/gstaudiosrc.h:
23361         * gst-libs/gst/audio/gstbaseaudiosink.h:
23362         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23363         * gst-libs/gst/audio/gstringbuffer.h:
23364         * gst-libs/gst/net/gstnetbuffer.h:
23365         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23366         * gst-libs/gst/rtp/gstrtpbuffer.h:
23367           Add padding (you will need to rebuild gst-plugins-base,
23368           gst-plugins and all applications afterwards!)
23369
23370 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23371
23372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23373         (gst_riff_parse_chunk):
23374           Fix bug in debug message and add some more debug messages.
23375
23376 2005-08-08  Edward Hervey  <edward@fluendo.com>
23377
23378         * gst-libs/gst/riff/riff-media.c:
23379         backported updates since branch
23380
23381 2005-08-08  Andy Wingo  <wingo@pobox.com>
23382
23383         * gst-libs/gst/audio/gstbaseaudiosink.c
23384         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23385         like good elements should. Close on READY->NULL too.
23386
23387         * gst-libs/gst/audio/gstaudiosink.c
23388         (gst_audioringbuffer_open_device,
23389         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23390         (gst_audioringbuffer_release): Updates for new ring buffer API,
23391         hook into the new audio sink api.
23392
23393         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23394         (GstAudioSinkClass.close): Just open and close the device -- no
23395         resource allocation or configuration.
23396         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23397         vmethods, handle device setup and resource allocation.
23398
23399         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23400         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23401         base class API.
23402
23403         * gst-libs/gst/audio/gstringbuffer.h
23404         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23405         New vmethods.
23406
23407         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23408         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23409         New API functions. The device should be opened before acquiring
23410         and closed after releasing.
23411
23412 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23413
23414         * gst-libs/gst/interfaces/mixer.h:
23415           Reset padding to GST_PADDING.
23416
23417 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * gst/playback/gstplaybin.c: (remove_sinks):
23420           Remove visualization from parent explicitely; works around some
23421           apparent refcount issue that I haven't tracked down yet.
23422
23423 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23424
23425         * ext/alsa/gstalsasink.c: (set_hwparams):
23426           Assign debug category, add negotiation debug msgs.
23427
23428 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23429
23430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23431           Fix error code for file-not-found to NOT_FOUND.
23432
23433 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23434
23435         * common/gtk-doc-plugins.mak:
23436         * docs/plugins/Makefile.am:
23437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23439           renamed to actual element names, so much nicer to look at
23440         * docs/plugins/tmpl/gstmultifdsink.sgml:
23441           remove
23442         * docs/plugins/tmpl/multifdsink.sgml:
23443         * docs/plugins/tmpl/tcpserversink.sgml:
23444           add
23445         * ext/alsa/gstalsa.c:
23446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23447         * ext/ogg/gstoggmux.c:
23448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23449         * gst/playback/gstdecodebin.c:
23450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23451         * gst/tcp/gsttcpserversink.c:
23452           various fixes and documentation additions
23453
23454 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23455
23456         * common/Makefile.am:
23457         * common/gstdoc-scangobj:
23458         * common/gtk-doc-plugins.mak:
23459         * common/gtk-doc.mak:
23460           add a custom scangobj that uses the registry
23461           add a custom gtk-doc-plugins.mak that uses it
23462           some doc build fixes
23463         * configure.ac:
23464         * docs/Makefile.am:
23465         * docs/plugins/Makefile.am:
23466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23468         * docs/plugins/gst-plugins-base-plugins.types:
23469         * docs/plugins/tmpl/gstmultifdsink.sgml:
23470           add docs for one element, multifdsink
23471         * gst/adder/gstadder.h:
23472         * gst/volume/gstvolume.h:
23473           don't privatize enum
23474         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23475         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23476         (gst_sync_method_get_type), (gst_client_status_get_type),
23477         (gst_multifdsink_class_init),
23478         (gst_multifdsink_client_queue_buffer),
23479         (gst_multifdsink_handle_client_write):
23480         * gst/tcp/gstmultifdsink.h:
23481         * gst/tcp/gsttcp.h:
23482         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23483         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23484         (gst_tcpclientsink_render):
23485         * gst/tcp/gsttcpclientsink.h:
23486         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23487         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23488         (gst_tcpclientsrc_start):
23489         * gst/tcp/gsttcpclientsrc.h:
23490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23491         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23492         * gst/tcp/gsttcpserversrc.h:
23493         * gst/typefind/gsttypefindfunctions.c:
23494           remove superfluous Type stuff
23495
23496 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23497
23498         * gst/playback/gstplaybin.c: (gen_video_element):
23499           Enable videoscale.
23500
23501 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23502
23503         * gst-libs/gst/gconf/gconf.c:
23504         * gst-libs/gst/gconf/gconf.h:
23505           Fix some Andy Problem [tm].
23506
23507 2005-08-04  Andy Wingo  <wingo@pobox.com>
23508
23509         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23511         (gst_ffmpegcsp_get_size): Adapt to API changes.
23512
23513         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23514         Implement an in-place do-nothing transform.
23515
23516 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23517
23518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23519         (gst_ximagesink_renegotiate_size):
23520           Do not set new window sizes yet if we prepare a new buffer size
23521           for upstream renegotiation (software scaling) at some point in the
23522           future, because this new size waqs not actually accepted yet. Once
23523           accepted, renegotiation later on will set the new sizes just fine.
23524           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23525           embedding testcase.
23526
23527 2005-08-03  Andy Wingo  <wingo@pobox.com>
23528
23529         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23530         (gst_ximagesink_buffer_alloc): 
23531         Protect the height, width, and desired_caps with the pool_lock.
23532         Fixes videotestsrc ! queue ! ximagesink.
23533
23534 2005-08-02  Edward Hervey  <edward@fluendo.com>
23535
23536         * gst/volume/gstvolume.c:
23537         include left from controller cleanup
23538
23539 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23541           Stop collectpads before calling the parent state
23542           change function on PAUSED->READY.
23543
23544 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23545         * configure.ac:
23546           When testing for X libs, use the X CFlags 
23547         * gst/adder/gstadder.c: (gst_adder_change_state):
23548           Stop the collectpads before calling parent state change function
23549           on PAUSED->READY, otherwise we deadlock deactivating pads.
23550
23551 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23552
23553         * configure.ac:
23554         * docs/libs/tmpl/gstcolorbalance.sgml:
23555         * docs/libs/tmpl/gstmixer.sgml:
23556         * examples/Makefile.am:
23557         * gst/sine/Makefile.am:
23558         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23559         (gst_sinesrc_set_property), (plugin_init):
23560         * gst/sine/gstsinesrc.h:
23561         * gst/volume/Makefile.am:
23562         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23563         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23564         (volume_process_float), (volume_process_int16),
23565         (volume_set_property), (plugin_init):
23566         * gst/volume/gstvolume.h:
23567           deactivate and remove dparams (libgstcontrol)
23568
23569 2005-07-29  Wim Taymans  <wim@fluendo.com>
23570
23571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23572         Convert me to BaseTransform!! help..
23573
23574 2005-07-29  Andy Wingo  <wingo@pobox.com>
23575
23576         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23577         sinks.
23578
23579         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23580         support of both endiannesses.
23581
23582 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23583
23584         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23585           Fix confusing debug message (s/event/query/)
23586
23587 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23588
23589         * gst/videotestsrc/videotestsrc.h:
23590           Use "_stdint.h" instead of <stdint.h>
23591
23592 2005-07-27  Wim Taymans  <wim@fluendo.com>
23593
23594         * ext/vorbis/Makefile.am:
23595         Revert wrong commit.
23596
23597 2005-07-27  Wim Taymans  <wim@fluendo.com>
23598
23599         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23600         More compilation fixen.
23601
23602 2005-07-27  Wim Taymans  <wim@fluendo.com>
23603
23604         * gst-libs/gst/audio/gstbaseaudiosink.c:
23605         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23606         (gst_base_audio_sink_create_ringbuffer),
23607         (gst_base_audio_sink_change_state):
23608         Fix compilation.
23609
23610 2005-07-27  Wim Taymans  <wim@fluendo.com>
23611
23612         * examples/seeking/seek.c: (setup_dynamic_link),
23613         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23614         (query_positions_elems), (query_positions_pads), (do_seek):
23615         Update seek example.
23616
23617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23618         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23619         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23620         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23621         (gst_ogg_demux_handle_event),
23622         (gst_ogg_demux_deactivate_current_chain),
23623         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23624         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23625         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23626         (gst_ogg_demux_loop):
23627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23628         * ext/theora/theoradec.c: (theora_dec_src_event),
23629         (theora_dec_src_getcaps), (theora_dec_sink_event),
23630         (theora_dec_push), (theora_dec_chain):
23631         * ext/vorbis/Makefile.am:
23632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23633         (vorbis_dec_sink_event), (vorbis_dec_push),
23634         (vorbis_handle_data_packet):
23635         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23636         (gst_vorbisenc_chain):
23637         * gst/playback/gststreaminfo.c: (cb_probe):
23638         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23639         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23640         * gst/videoscale/gstvideoscale.c:
23641         (gst_videoscale_handle_src_event):
23642         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23643         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23644         (gst_ximagesink_navigation_send_event):
23645         * sys/xvimage/xvimagesink.c:
23646         (gst_xvimagesink_navigation_send_event):
23647         Various event updates and cleanups
23648
23649 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23652           Fix segfault for I420/YV12.
23653
23654 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23655
23656         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23657           Report bitrate.
23658
23659 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23660
23661         * gst/playback/gstplaybin.c: (gen_video_element),
23662         (gen_audio_element):
23663           Switch to auto*sink elements as default sinks; add volume element
23664           so that volume control in totem works.
23665
23666 2005-07-21  Wim Taymans  <wim@fluendo.com>
23667
23668         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23669         * gst/playback/gstplaybin.c: (setup_sinks),
23670         (gst_play_bin_change_state):
23671         Refcount fix and more comments.
23672
23673 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23674
23675         * sys/ximage/Makefile.am:
23676         * sys/ximage/ximage.c: (plugin_init):
23677         * sys/ximage/ximagesink.c:
23678         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23679         
23680
23681 2005-07-21  Wim Taymans  <wim@fluendo.com>
23682
23683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23684         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23685         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23686         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23687         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23688         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23689         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23690         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23691         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23692         Generate correct disconts for live chained oggs.
23693
23694         * gst-libs/gst/audio/gstbaseaudiosink.c:
23695         (gst_base_audio_sink_render),
23696         (gst_base_audio_sink_create_ringbuffer),
23697         (gst_base_audio_sink_change_state):
23698         Handle discont math correctly.
23699
23700         * gst/playback/gstplaybin.c: (add_sink):
23701         Some small debug cleanup.
23702
23703 2005-07-21  Wim Taymans  <wim@fluendo.com>
23704
23705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23706         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23707         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23708         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23709         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23710         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23712         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23713         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23714         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23715         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23716         (gst_ogg_demux_change_state), (gst_ogg_print):
23717         Reorganize code to send the right disconts when in streaming
23718         mode.
23719
23720 2005-07-20  Andy Wingo  <wingo@pobox.com>
23721
23722         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23723         fix (?), fixes a seggie mcfalterson (#310894).
23724
23725 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23726
23727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23728         (gst_ogg_mux_set_header_on_caps):
23729         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23731         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23732         * gst-libs/gst/audio/multichannel.c:
23733         (gst_audio_set_channel_positions),
23734         (gst_audio_set_structure_channel_positions_list):
23735         * gst/playback/gstdecodebin.c: (dynamic_create):
23736         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23737         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23738           Fixes for API changes in core.
23739
23740 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23741
23742         * gst/playback/gstplaybasebin.c: (fill_buffer):
23743           Use _new_custom() so we can set custom message types for buffering
23744           messages.
23745
23746 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23747
23748         * configure.ac:
23749         * gst-libs/gst/Makefile.am:
23750         * gst-libs/gst/gconf/.cvsignore:
23751         * gst-libs/gst/gconf/Makefile.am:
23752         * gst-libs/gst/gconf/test-gconf.c:
23753         * pkgconfig/Makefile.am:
23754         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23755         * pkgconfig/gstreamer-gconf.pc.in:
23756           Remove gconf stuff, use gconf elements instead from now on.
23757
23758 2005-07-20  Wim Taymans  <wim@fluendo.com>
23759
23760         * gst-libs/gst/audio/TODO:
23761         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23762         (gst_audio_clock_get_internal_time):
23763         * gst-libs/gst/audio/gstaudioclock.h:
23764         * gst-libs/gst/audio/gstbaseaudiosink.c:
23765         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23766         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23767         (gst_base_audio_sink_render),
23768         (gst_base_audio_sink_create_ringbuffer),
23769         (gst_base_audio_sink_change_state):
23770         Make sure the audio clock always returns an increasing value.
23771
23772 2005-07-19  Andy Wingo  <wingo@pobox.com>
23773
23774         * gst/videotestsrc/: Cleanups.
23775
23776 2005-07-19  Wim Taymans  <wim@fluendo.com>
23777
23778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23779         Better debugging.
23780
23781 2005-07-19  Wim Taymans  <wim@fluendo.com>
23782
23783         * examples/seeking/seek.c: (make_dv_pipeline),
23784         (make_vorbis_theora_pipeline), (query_rates),
23785         (query_positions_elems), (query_positions_pads), (do_seek):
23786         Make correct DV pipeline.
23787
23788 2005-07-18  Andy Wingo  <wingo@pobox.com>
23789
23790         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23791         default. Also because it's the only thing that really works. (This
23792         is used in the GConf elements).
23793         Use AS_LIBTOOL_TAGS.
23794
23795 2005-07-18  Wim Taymans  <wim@fluendo.com>
23796
23797         * gst/playback/gstdecodebin.c: (remove_element_chain):
23798         * gst/playback/gstplaybin.c: (add_sink):
23799         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23800         (gst_stream_info_set_mute):
23801         * gst/playback/gststreamselector.c:
23802         (gst_stream_selector_get_linked_pad),
23803         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23804         More leak and compile fixes.
23805
23806 2005-07-18  Wim Taymans  <wim@fluendo.com>
23807
23808         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23809         (query_rates), (query_positions_elems), (query_positions_pads),
23810         (do_seek), (seek_cb), (stop_seek):
23811         Updated seek example. 
23812
23813         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23814         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23815         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23816         * gst/playback/gstplaybin.c: (add_sink):
23817         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23818         (gst_stream_info_set_mute):
23819         Some refcount leak fixes.
23820
23821 2005-07-16  Wim Taymans  <wim@fluendo.com>
23822
23823         * gst-libs/gst/audio/gstbaseaudiosink.c:
23824         (gst_base_audio_sink_render):
23825         Align samples even if we have roundoff errors in the 
23826         timestamp conversion.
23827
23828 2005-07-16  Wim Taymans  <wim@fluendo.com>
23829
23830         * docs/libs/tmpl/gstringbuffer.sgml:
23831         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23832         (query_rates), (query_positions_elems), (query_positions_pads),
23833         (update_scale), (do_seek):
23834         Updated seek example.
23835
23836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23837         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23838         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23839         (gst_ogg_demux_loop):
23840         Push out correct discont values.
23841
23842         * ext/theora/theoradec.c: (theora_dec_src_convert),
23843         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23844         (theora_dec_sink_event), (theora_handle_type_packet),
23845         (theora_handle_header_packet), (theora_dec_push),
23846         (theora_handle_data_packet), (theora_dec_chain),
23847         (theora_dec_change_state):
23848         Better timestamping.
23849
23850         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23851         (vorbis_dec_sink_event), (vorbis_dec_push),
23852         (vorbis_handle_data_packet), (vorbis_dec_chain):
23853         * ext/vorbis/vorbisdec.h:
23854         Better timestamping.
23855
23856         * gst-libs/gst/audio/gstbaseaudiosink.c:
23857         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23858         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23859         Handle syncing on timestamps instead of sample offsets. Make
23860         use of DISCONT values as described in design docs.
23861
23862         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23863         (gst_base_audio_src_get_time):
23864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23865         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23866         (gst_ring_buffer_read):
23867         * gst-libs/gst/audio/gstringbuffer.h:
23868         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23869         (gst_ximagesink_show_frame):
23870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23871         Correcly convert buffer timestamp to stream time.
23872
23873 2005-07-16  Wim Taymans  <wim@fluendo.com>
23874
23875         * gst/audioconvert/gstaudioconvert.c:
23876         (gst_audio_convert_get_buffer):
23877         Timestamp buffers correctly.
23878
23879         * gst/playback/gstplaybin.c: (gen_video_element):
23880         Make internal fakesink silent.
23881
23882 2005-07-15  Wim Taymans  <wim@fluendo.com>
23883
23884         * gst/ffmpegcolorspace/Makefile.am:
23885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23886         (gst_ffmpegcsp_caps_remove_format_info),
23887         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23888         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23889         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23890         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23891         Ported ffmpegcolorspace to basetransform.
23892
23893         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23894         * gst/volume/gstvolume.c: (volume_transform):
23895         Ported to new API.
23896
23897 2005-07-14  Wim Taymans  <wim@fluendo.com>
23898
23899         * gst/videotestsrc/Makefile.am:
23900         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23901         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23902         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23903         (gst_videotestsrc_init), (gst_videotestsrc_event),
23904         (gst_videotestsrc_create), (gst_videotestsrc_start),
23905         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23906         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23907         (gst_videotestsrc_get_property):
23908         * gst/videotestsrc/gstvideotestsrc.h:
23909         Make videotestsrc a pushsrc.
23910
23911 2005-07-14  Wim Taymans  <wim@fluendo.com>
23912
23913         * gst/tcp/gstfdset.c: (gst_fdset_free):
23914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23915         (gst_multifdsink_add), (gst_multifdsink_remove),
23916         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23917         (gst_multifdsink_remove_client_link),
23918         (gst_multifdsink_client_queue_data),
23919         (gst_multifdsink_client_queue_caps),
23920         (gst_multifdsink_client_queue_buffer),
23921         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23922         (gst_multifdsink_stop):
23923         * gst/tcp/gstmultifdsink.h:
23924         0.8 backporting.
23925
23926         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23927         Also draw image when not from a pool.
23928
23929 2005-07-14  Wim Taymans  <wim@fluendo.com>
23930
23931         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23932         (mute_stream), (silence_stream):
23933         Small debug additions.
23934
23935 2005-07-14  Wim Taymans  <wim@fluendo.com>
23936
23937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23938         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23939         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23940         Better error recovery, ignore unconnected pads and
23941         non-fatal errors.
23942
23943 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23944
23945         * docs/libs/tmpl/gstaudio.sgml:
23946         * docs/libs/tmpl/gstcolorbalance.sgml:
23947         * docs/libs/tmpl/gstgconf.sgml:
23948         * docs/libs/tmpl/gstmixer.sgml:
23949         * docs/libs/tmpl/gstringbuffer.sgml:
23950         * docs/libs/tmpl/gsttuner.sgml:
23951         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23952         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23953         (gst_tcpclientsrc_class_init):
23954         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23955         (gst_tcpserversrc_class_init):
23956         * sys/v4l/gstv4lelement.c:
23957           more autistic cleanliness in functions/names/defines
23958
23959 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23960
23961         * configure.ac:
23962           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23963           added manually to each Makefile.am so we are sure it goes
23964           *last* and doesn't add -L flags before linking in libs of our
23965           own, like, say, internal .la libs, that then accidentally pick
23966           up the installed copy.
23967         * docs/libs/Makefile.am:
23968         * ext/alsa/Makefile.am:
23969         * ext/cdparanoia/Makefile.am:
23970         * ext/gnomevfs/Makefile.am:
23971         * ext/libvisual/Makefile.am:
23972         * ext/ogg/Makefile.am:
23973         * ext/theora/Makefile.am:
23974         * ext/vorbis/Makefile.am:
23975         * gst-libs/gst/video/Makefile.am:
23976         * gst/adder/Makefile.am:
23977         * gst/audioconvert/Makefile.am:
23978         * gst/audiorate/Makefile.am:
23979         * gst/audioscale/Makefile.am:
23980         * gst/ffmpegcolorspace/Makefile.am:
23981         * gst/playback/Makefile.am:
23982         * gst/sine/Makefile.am:
23983         * gst/subparse/Makefile.am:
23984         * gst/tags/Makefile.am:
23985         * gst/tcp/Makefile.am:
23986         * gst/typefind/Makefile.am:
23987         * gst/videorate/Makefile.am:
23988         * gst/videoscale/Makefile.am:
23989         * gst/videotestsrc/Makefile.am:
23990         * gst/volume/Makefile.am:
23991         * sys/v4l/Makefile.am:
23992         * sys/ximage/Makefile.am:
23993         * sys/xvimage/Makefile.am:
23994           adapt properly to this change. This should make sure that
23995           plugins and libs properly link to the as-yet-uninstalled
23996           copies of stuff like libgstinterfaces and libgstvideo
23997
23998 2005-07-13  Andy Wingo  <wingo@pobox.com>
23999
24000         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24001         (gst_v4lsrc_fixate): Fixate on format as well.
24002
24003         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24004         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24005         buffer points to it.
24006         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24007         rather just doing X calls ourselves. Also fixes a memleak.
24008
24009 2005-07-12  Andy Wingo  <wingo@pobox.com>
24010
24011         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24012         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24013         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24014         TRUE to avoid deadlocks if an element holds on to our buffers.
24015
24016 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24017
24018         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24019         (gst_sinesrc_init), (gst_sinesrc_create),
24020         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24021         (gst_sinesrc_start):
24022         * gst/sine/gstsinesrc.h:
24023           removing num-buffers property before moving it
24024
24025 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24026
24027         * configure.ac:
24028           use overridable ERROR_CFLAGS
24029         * docs/libs/gst-plugins-base-libs.types:
24030         * docs/libs/tmpl/gstringbuffer.sgml:
24031         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24032         (gst_alsasink_class_init):
24033         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24034         (gst_alsasrc_class_init):
24035         * gst-libs/gst/audio/audio.h:
24036         * gst-libs/gst/audio/gstaudioclock.h:
24037         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24038         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24039         (gst_audio_filter_link), (gst_audio_filter_init),
24040         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24041         (gst_audio_filter_get_property),
24042         (gst_audio_filter_class_add_pad_templates):
24043         * gst-libs/gst/audio/gstaudiofilter.h:
24044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24045         (gst_audio_filter_template_get_type),
24046         (gst_audio_filter_template_base_init),
24047         (gst_audio_filter_template_class_init),
24048         (gst_audio_filter_template_init),
24049         (gst_audio_filter_template_set_property),
24050         (gst_audio_filter_template_get_property), (plugin_init),
24051         (gst_audio_filter_template_setup),
24052         (gst_audio_filter_template_filter),
24053         (gst_audio_filter_template_filter_inplace):
24054         * gst-libs/gst/audio/gstaudiosink.c:
24055         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24056         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24057         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24058         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24059         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24060         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24061         * gst-libs/gst/audio/gstaudiosink.h:
24062         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24063         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24064         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24065         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24066         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24067         (gst_audio_src_class_init), (gst_audio_src_init),
24068         (gst_audio_src_create_ringbuffer):
24069         * gst-libs/gst/audio/gstaudiosrc.h:
24070         * gst-libs/gst/audio/gstbaseaudiosink.c:
24071         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24072         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24073         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24074         (gst_base_audio_sink_set_property),
24075         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24076         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24077         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24078         (gst_base_audio_sink_create_ringbuffer),
24079         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24080         * gst-libs/gst/audio/gstbaseaudiosink.h:
24081         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24082         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24083         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24084         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24085         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24086         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24087         (gst_base_audio_src_event), (gst_base_audio_src_create),
24088         (gst_base_audio_src_create_ringbuffer),
24089         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24090         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24091         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24092         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24093         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24094         (gst_ring_buffer_debug_spec_caps),
24095         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24096         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24097         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24098         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24099         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24100         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24101         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24102         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24103         (gst_ring_buffer_clear):
24104         * gst-libs/gst/audio/gstringbuffer.h:
24105         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24106         (gst_video_sink_class_init), (gst_video_sink_get_type):
24107         * gst-libs/gst/video/videosink.h:
24108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24109         (gst_multifdsink_class_init),
24110         (gst_multifdsink_handle_client_write),
24111         (gst_multifdsink_change_state):
24112         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24113         (gst_tcpclientsink_setcaps):
24114         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24115         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24116         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24117         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24118         (gst_ximagesink_send_pending_navigation),
24119         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24120         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24122         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24123         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24124         (gst_xvimagesink_send_pending_navigation),
24125         (gst_xvimagesink_navigation_send_event),
24126         (gst_xvimagesink_set_xwindow_id),
24127         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24128         (gst_xvimagesink_get_type):
24129         more macro splitting
24130
24131 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24132
24133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24134           plug a memleak, allows me to import 1479 albums in one go
24135           in jamboree
24136         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24137         (vorbis_handle_type_packet), (vorbis_dec_chain),
24138         (vorbis_dec_change_state):
24139           fix some format strings
24140
24141 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24142
24143         * docs/libs/tmpl/gstcolorbalance.sgml:
24144         * docs/libs/tmpl/gstmixer.sgml:
24145         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24146         (gst_alsasink_set_property), (gst_alsasink_get_property):
24147         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24148         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24149           add device property
24150
24151 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24152
24153         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24154         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24155         (audiocast_register_listener), (audiocast_thread_run),
24156         (gst_gnomevfssrc_send_additional_headers_callback),
24157         (gst_gnomevfssrc_received_headers_callback),
24158         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24159         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24160         (gst_gnomevfssrc_get_size):
24161           add/clean up debugging
24162         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24163           cleanups
24164
24165 2005-07-07  Andy Wingo  <wingo@pobox.com>
24166
24167         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24168         framerate. Need to get a handle on when exactly this function is
24169         called, tho.
24170
24171         * sys/v4l/v4lsrc_calls.h:
24172         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24173         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24174         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24175
24176         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24177         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24178         v4lelements are sources.
24179
24180         * sys/v4l/gstv4lxoverlay.h:
24181         * sys/v4l/gstv4lxoverlay.c:
24182         * sys/v4l/gstv4ltuner.h:
24183         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24184         
24185         * sys/v4l/gstv4lsrc.h:
24186         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24187         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24188         or something should handle that. Made a live source.
24189
24190         * sys/v4l/gstv4lelement.h:
24191         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24192         signals. Some cleanups.
24193
24194         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24195
24196         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24197         stuff.
24198
24199         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24200         stuff.
24201
24202         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24203
24204 2005-07-07  Wim Taymans  <wim@fluendo.com>
24205
24206         * ext/theora/theoradec.c: (theora_get_query_types),
24207         (theora_dec_src_getcaps), (theora_dec_push):
24208         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24210         Remove deprecated/unused query types.
24211
24212 2005-07-06  Wim Taymans  <wim@fluendo.com>
24213
24214         * ext/alsa/Makefile.am:
24215         * ext/alsa/gstalsaplugin.c: (plugin_init):
24216         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24217         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24218         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24219         (gst_alsasrc_class_init), (gst_alsasrc_init),
24220         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24221         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24222         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24223         (gst_alsasrc_reset):
24224         * ext/alsa/gstalsasrc.h:
24225         * gst-libs/gst/audio/Makefile.am:
24226         * gst-libs/gst/audio/gstaudiosink.c:
24227         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24228         (gst_audioringbuffer_start):
24229         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24230         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24231         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24232         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24233         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24234         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24235         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24236         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24237         * gst-libs/gst/audio/gstaudiosrc.h:
24238         * gst-libs/gst/audio/gstbaseaudiosink.c:
24239         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24240         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24241         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24243         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24244         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24245         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24246         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24247         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24248         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24249         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24250         (gst_baseaudiosrc_change_state):
24251         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24252         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24253         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24254         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24255         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24256         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24257         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24258         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24259         * gst-libs/gst/audio/gstringbuffer.h:
24260         Added audiosource base classes.
24261         Ported alsasrc, still very basic.
24262
24263 2005-07-06  Wim Taymans  <wim@fluendo.com>
24264
24265         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24266         (theora_dec_push), (theora_handle_data_packet):
24267         Prepare for better timestamp fix later.
24268
24269         * gst/audioconvert/gstaudioconvert.c:
24270         List most accurate caps first
24271
24272         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24273         Use proper pad task function.
24274
24275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24276         (gst_xvimagesink_show_frame):
24277         Fix deadlock when alloc failed.
24278
24279 2005-07-05  Andy Wingo  <wingo@pobox.com>
24280
24281         * ext/gnomevfs/gstgnomevfssrc.c:
24282         * gst/sine/gstsinesrc.c:
24283         * gst/tcp/gsttcpserversrc.c:
24284         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24285
24286         * sys/v4l/: Port from 0.8.
24287
24288         * Many files: Null if we got it....
24289
24290 2005-07-05  Andy Wingo  <wingo@pobox.com>
24291
24292         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24293         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24294         Signedness fixes.
24295
24296 2005-07-05  Wim Taymans  <wim@fluendo.com>
24297
24298         * configure.ac:
24299         * gst/tcp/Makefile.am:
24300         * gst/tcp/README:
24301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24302         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24303         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24304         (is_sync_frame), (gst_multifdsink_handle_client_write),
24305         (gst_multifdsink_render), (gst_multifdsink_start),
24306         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24307         * gst/tcp/gstmultifdsink.h:
24308         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24309         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24310         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24311         * gst/tcp/gsttcp.h:
24312         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24313         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24314         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24315         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24316         * gst/tcp/gsttcpclientsink.h:
24317         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24318         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24319         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24320         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24321         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24322         * gst/tcp/gsttcpclientsrc.h:
24323         * gst/tcp/gsttcpplugin.c: (plugin_init):
24324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24325         * gst/tcp/gsttcpserversink.h:
24326         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24327         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24328         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24329         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24330         (gst_tcpserversrc_stop):
24331         * gst/tcp/gsttcpserversrc.h:
24332         * gst/tcp/gsttcpsink.c:
24333         * gst/tcp/gsttcpsink.h:
24334         * gst/tcp/gsttcpsrc.c:
24335         * gst/tcp/gsttcpsrc.h:
24336         Ported tcp plugins to 0.9. 
24337         
24338
24339 2005-07-05  Andy Wingo  <wingo@pobox.com>
24340
24341         * gst/playback/gstplaybasebin.c (fill_buffer):
24342         message_new_application fixen.
24343
24344         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24345         Style fix.
24346
24347 2005-07-04  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24350         Set caps on output buffer.
24351
24352 2005-07-04  Andy Wingo  <wingo@pobox.com>
24353
24354         * ext/gnomevfs/gstgnomevfssrc.c
24355         (gst_gnomevfssrc_received_headers_callback) 
24356         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24357         hopefully.
24358
24359         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24360         No refcount leakage.
24361
24362         * configure.ac: Enable -Werror.
24363         
24364         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24365         * gst/audioconvert/bufferframesconvert.c
24366         (buffer_frames_convert_fixate):
24367         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24368         (gst_audio_convert_fixate):
24369         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24370         (gst_sinesrc_create): Fixate func changes.
24371         
24372         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24373         (gst_ximagesink_buffer_alloc): Unused var.
24374
24375 2005-07-01  Andy Wingo  <wingo@pobox.com>
24376
24377         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24378         getcaps to do explicit caps. Needs to be done in all decoders,
24379         possibly via a base class.
24380
24381         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24382
24383         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24384         caps on the sink pad, just rely on the pad template. Also, setting
24385         ANY caps on a pad is not valid because the caps are not fixed.
24386
24387         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24388         caps on the buffer, and get the width from the desired_caps if
24389         they're set.
24390         (gst_ximagesink_renegotiate_size): Implement via setting the
24391         desired_caps on the ximagesink.
24392         (gst_ximagesink_setcaps): Only reset the width of the player if it
24393         wasn't already set. Not sure if this is right.
24394         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24395
24396         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24397         that the user wants. NULL unless the window has been resized.
24398
24399         * gst/volume/gstvolume.c (volume_transform): Adapt to
24400         basetransform refcount changes.
24401         
24402 2005-07-01  Andy Wingo  <wingo@pobox.com>
24403
24404         * gst/videoscale/gstvideoscale.c:
24405         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24406         from BaseTransform, implements a transform_caps. Removed dead code
24407         including some PAR stuff that was never reached -- should probably
24408         be added back somehow.
24409
24410 2005-07-01  Andy Wingo  <wingo@pobox.com>
24411
24412         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24413         come later.
24414
24415 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24416
24417         * configure.ac:
24418         * docs/libs/Makefile.am:
24419         * docs/libs/gst-plugins-libs.types:
24420         * ext/alsa/Makefile.am:
24421         * ext/alsa/gstalsamixer.h:
24422         * ext/alsa/gstalsamixeroptions.h:
24423         * ext/alsa/gstalsamixertrack.h:
24424         * gst-libs/gst/Makefile.am:
24425         * gst-libs/gst/colorbalance/.cvsignore:
24426         * gst-libs/gst/colorbalance/Makefile.am:
24427         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24428         * gst-libs/gst/colorbalance/colorbalance.c:
24429         * gst-libs/gst/colorbalance/colorbalance.h:
24430         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24431         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24432         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24433         * gst-libs/gst/interfaces/Makefile.am:
24434         * gst-libs/gst/interfaces/colorbalance.c:
24435         (gst_color_balance_class_init):
24436         * gst-libs/gst/interfaces/colorbalance.h:
24437         * gst-libs/gst/interfaces/interfaces-marshal.list:
24438         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24439         * gst-libs/gst/interfaces/mixer.h:
24440         * gst-libs/gst/interfaces/mixeroptions.h:
24441         * gst-libs/gst/interfaces/navigation.c:
24442         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24443         * gst-libs/gst/interfaces/tuner.h:
24444         * gst/volume/Makefile.am:
24445         * gst/volume/gstvolume.c:
24446         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24447         * sys/ximage/Makefile.am:
24448         * sys/ximage/ximagesink.c:
24449         * sys/xvimage/Makefile.am:
24450         * sys/xvimage/xvimagesink.c:
24451           fold in all interfaces into an interfaces dir, preserving CVS
24452           history
24453
24454 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24455
24456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24457           Fix build after riff changes.
24458
24459 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24460
24461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24462         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24463         (gst_riff_create_video_template_caps),
24464         (gst_riff_create_audio_template_caps),
24465         (gst_riff_create_iavs_template_caps):
24466         * gst-libs/gst/riff/riff-media.h:
24467         * gst-libs/gst/riff/riff-read.h:
24468         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24469           Add gst_riff_init() to initialize the debug category, instead
24470           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24471
24472 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24473
24474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24475           Oops, I shouldn't apply hacks.
24476
24477 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24478
24479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24480           Remove pad_loop function which doesn't work.
24481
24482 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24483
24484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24485           Send EOS when deactivating.
24486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24487         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24488         (gen_preroll_element), (probe_triggered), (mute_stream),
24489         (silence_stream), (new_decoded_pad), (setup_substreams),
24490         (set_active_source):
24491         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24492         (remove_sinks), (add_sink):
24493         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24494           Change for new probe API.
24495
24496 2005-06-29  Wim Taymans  <wim@fluendo.com>
24497
24498         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24499         * gst-libs/gst/audio/gstbaseaudiosink.c:
24500         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24501         (gst_baseaudiosink_change_state):
24502         * gst-libs/gst/audio/gstbaseaudiosink.h:
24503         * gst-libs/gst/audio/gstringbuffer.c:
24504         (gst_ringbuffer_set_callback):
24505         Fix compilation error.
24506         Ringbuffer starts out as not running.
24507         Free our clock in dispose.
24508         When releasing the ringbuffer we need to renegotiate so
24509         clear the pad caps.
24510
24511 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24512
24513         * autogen.sh:
24514         * configure.ac:
24515         * docs/Makefile.am:
24516         * docs/libs/Makefile.am:
24517         * docs/libs/gst-plugins-libs-docs.sgml:
24518         * docs/libs/gst-plugins-libs-sections.txt:
24519         * docs/libs/gst-plugins-libs.types:
24520         * docs/libs/tmpl/gstaudio.sgml:
24521         * docs/libs/tmpl/gstcolorbalance.sgml:
24522         * docs/libs/tmpl/gstringbuffer.sgml:
24523         * gst-libs/gst/audio/gstringbuffer.c:
24524         (gst_ringbuffer_set_callback):
24525           reinstate gtk-doc docs for plugin libs
24526
24527 2005-06-28  Wim Taymans  <wim@fluendo.com>
24528
24529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24530         (gst_ogg_demux_init):
24531         Removed pad loop function.
24532
24533 2005-06-28  Wim Taymans  <wim@fluendo.com>
24534
24535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24536         If we're building a chain we are not in an error case
24537         when we queue a buffer.
24538
24539 2005-06-28  Andy Wingo  <wingo@pobox.com>
24540
24541         * *.c: Don't cast to GstObject before reffing/unreffing.
24542
24543 2005-06-27  Andy Wingo  <wingo@pobox.com>
24544
24545         * gst/videotestsrc/gstvideotestsrc.c
24546         (gst_videotestsrc_activate_push): Activation API changes.
24547
24548         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24549         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24550         they have refs on the decodebin.
24551
24552         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24553         parent class.
24554         (gst_ogg_pad_typefind): Don't leak a pad ref.
24555         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24556         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24557         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24558
24559 2005-06-27  Edward Hervey  <edward@fluendo.com>
24560
24561         * ext/theora/theoradec.c: (theora_dec_change_state): 
24562         re-arranged call to parent's state change in order to avoid locks (or
24563         worse).
24564
24565 2005-06-26  Edward Hervey  <edward@fluendo.com>
24566
24567         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24568         2nd argument of 'unknow-type' signal is a GstCaps and not a
24569         GstMiniObject
24570
24571 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24572         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24573           Set the worker thread's running flag to TRUE before starting the
24574           thread.
24575         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24576           Catch a failure to add typefind to the bin.
24577
24578 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24579
24580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24581         (gst_sinesrc_init), (gst_sinesrc_create),
24582         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24583         (gst_sinesrc_start):
24584         * gst/sine/gstsinesrc.h:
24585           add num-buffers and timestamp-offset properties
24586         * gst/videotestsrc/gstvideotestsrc.c:
24587         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24588         (gst_videotestsrc_get_property):
24589           add timestamp-offset property
24590
24591 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24592
24593         * configure.ac: add videorate
24594         * gst-plugins-base.spec.in: add videorate
24595
24596 2005-06-23  Wim Taymans  <wim@fluendo.com>
24597
24598         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24599         (gst_videorate_getcaps), (gst_videorate_setcaps),
24600         (gst_videorate_event), (gst_videorate_chain):
24601         Fixed videorate, fixating an already fixated caps is not
24602         an error.
24603
24604 2005-06-23  Wim Taymans  <wim@fluendo.com>
24605
24606         * ext/ogg/README:
24607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24608         Buffer on caps is not boxed anymore.
24609
24610 2005-06-22  Wim Taymans  <wim@fluendo.com>
24611
24612         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24614         Set buffers on caps as miniobjects and not as boxed.
24615
24616 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24617
24618         * configure.ac:
24619           back to HEAD
24620
24621 === release 0.9.1 ===
24622
24623 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24624
24625         * .cvsignore:
24626         * NEWS:
24627         * README:
24628         * RELEASE:
24629         * configure.ac:
24630         * po/af.po:
24631         * po/az.po:
24632         * po/cs.po:
24633         * po/en_GB.po:
24634         * po/hu.po:
24635         * po/it.po:
24636         * po/nb.po:
24637         * po/nl.po:
24638         * po/or.po:
24639         * po/sq.po:
24640         * po/sr.po:
24641         * po/sv.po:
24642         * po/uk.po:
24643         * po/vi.po:
24644           updates for release
24645
24646 2005-06-09  Andy Wingo  <wingo@pobox.com>
24647
24648         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24649         
24650 2005-06-09  Andy Wingo  <wingo@pobox.com>
24651
24652         * configure.ac:
24653         * gst-libs/gst/Makefile.am:
24654         * gst-libs/gst/net/Makefile.am:
24655         Add gstnet to build.
24656
24657 2005-06-09  Andy Wingo  <wingo@pobox.com>
24658
24659         * gst-libs/gst/gconf/gconf.c:
24660         * gst/playback/test.c:
24661         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24662         fixes.
24663
24664         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24665
24666         * ext/theora/theoraenc.c (theora_enc_chain): 
24667         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24668
24669         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24670         RealPad.
24671
24672 2005-06-02  Wim Taymans  <wim@fluendo.com>
24673
24674         * gst-libs/gst/net/Makefile.am:
24675         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24676         * pkgconfig/gstreamer-libs.pc.in:
24677         Added net stuff, version net lib.
24678
24679 2005-06-02  Wim Taymans  <wim@fluendo.com>
24680
24681         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24682         (query_rates), (query_positions_elems), (query_positions_pads),
24683         (do_seek):
24684         Updated seek example.
24685
24686 2005-06-02  Andy Wingo  <wingo@pobox.com>
24687
24688         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24689         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24690         list.
24691
24692         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24693         remove the typefind, the bin dispose will do it for us. When it's
24694         removed and unreffed, the signal handler will be disconnected,
24695         too.
24696         (unlinked): It's too difficult to disconnect from unlinked
24697         handlers, as they are on pads not elements. Just punt if the pads
24698         aren't grandkids of the bin.
24699
24700 2005-06-02  Wim Taymans  <wim@fluendo.com>
24701
24702         * ext/ogg/README:
24703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24704         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24706         * ext/theora/theoradec.c: (theora_dec_src_query),
24707         (theora_handle_data_packet):
24708         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24709         (theora_enc_chain):
24710         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24711         (vorbis_handle_data_packet):
24712         * gst/audioconvert/bufferframesconvert.c:
24713         (buffer_frames_convert_chain):
24714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24715         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24716         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24717         (gst_ffmpegcsp_chain):
24718         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24719         (gst_videorate_getcaps), (gst_videorate_setcaps),
24720         (gst_videorate_event), (gst_videorate_chain):
24721         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24722         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24724         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24725         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24726         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24727         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24728         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24729         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24730         Cleanups and buffer alloc.
24731
24732 2005-05-31  Wim Taymans  <wim@fluendo.com>
24733
24734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24735         Don't try to call the delay method when the device is not
24736         opened.
24737
24738 2005-05-31  Wim Taymans  <wim@fluendo.com>
24739
24740         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24741         Get actual segment size and buffer size after opening
24742         the device.
24743
24744 2005-05-30  Wim Taymans  <wim@fluendo.com>
24745
24746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24747         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24748         Also FLUSH upstream, makes the loop function exit faster.
24749         
24750         * ext/theora/theoradec.c: (theora_dec_src_query):
24751         Some more debug info in the query.
24752         
24753         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24754         (gst_ximagesink_setcaps):
24755         Release lock on par error, better error reporting.
24756
24757 2005-05-26  Wim Taymans  <wim@fluendo.com>
24758
24759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24760         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24761         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24762         Clear chains in READY
24763         Queue packets until the chain is activated.
24764
24765 2005-05-25  Wim Taymans  <wim@fluendo.com>
24766
24767         * gst-libs/gst/audio/gstaudiosink.c:
24768         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24769         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24770         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24771         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24772         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24773         (gst_audiosink_create_ringbuffer):
24774         * gst-libs/gst/audio/gstbaseaudiosink.c:
24775         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24776         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24777         (gst_baseaudiosink_set_property), (build_linear_format),
24778         (debug_spec_caps), (debug_spec_buffer),
24779         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24780         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24781         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24782         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24784         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24785         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24786         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24787         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24788         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24789         (wait_segment), (gst_ringbuffer_commit),
24790         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24791         (gst_ringbuffer_clear):
24792         Various small cleanups.
24793
24794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24795         (gst_audio_convert_change_state):
24796         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24797         No need to take the locks anymore.
24798
24799 2005-05-25  Wim Taymans  <wim@fluendo.com>
24800
24801         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24802         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24803         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24804         (type_found):
24805         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24806         (group_destroy), (group_commit), (queue_overrun),
24807         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24808         (mute_stream), (new_decoded_pad), (setup_substreams),
24809         (setup_source), (mute_group_type), (set_active_source),
24810         (gst_play_base_bin_change_state):
24811         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24812         (gen_video_element), (gen_text_element), (gen_audio_element),
24813         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24814         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24815         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24816         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24817         Some playbin cleanups mostly refcounting sloppyness.
24818
24819 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24820
24821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24822           Work with streaming input.
24823
24824 2005-05-25  Wim Taymans  <wim@fluendo.com>
24825
24826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24827         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24828         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24829         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24830         No need to take the STREAM lock anymore.
24831
24832 2005-05-25  Wim Taymans  <wim@fluendo.com>
24833
24834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24835         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24836         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24837         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24838         (gst_ogg_demux_sink_activate):
24839         * ext/theora/theoradec.c: (theora_dec_src_event),
24840         (theora_handle_comment_packet), (theora_dec_chain),
24841         (theora_dec_change_state):
24842         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24843         (vorbis_handle_data_packet), (vorbis_dec_chain),
24844         (vorbis_dec_change_state):
24845         Remove STREAM locks as they are taken in core now.
24846         Never set bogus granulepos on vorbis/theora.
24847         Fix leaks in theoradec tag parsing.
24848
24849 2005-05-25  Wim Taymans  <wim@fluendo.com>
24850
24851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24852         Fix memleaks, GST_BUFFER_DATA() is not freed.
24853
24854 2005-05-25  Wim Taymans  <wim@fluendo.com>
24855
24856         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24857         Open non-blocking, set to blocking mode afterwards to avoid
24858         lockups when audio device is busy.
24859
24860 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24861
24862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24863           This can't be good.
24864
24865 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24866
24867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24868         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24869         (gst_audio_convert_setcaps):
24870           Implement instant setup switching.
24871
24872 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24873
24874         * gst/playback/gstplaybasebin.c: (probe_triggered):
24875           Fix missing unlock.
24876         * gst/playback/gstplaybin.c: (add_sink):
24877           First add, then link (otherwise pad link fails).
24878
24879 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24880
24881         * examples/Makefile.am:
24882         fix buildbot (make distcheck)
24883
24884 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24885
24886         * gst/playback/gstplaybin.c: (gen_vis_element):
24887           Remove some wrong code. Doesn't work yet.
24888
24889 2005-05-19  Wim Taymans  <wim@fluendo.com>
24890
24891         * gst-libs/gst/net/Makefile.am:
24892         * gst-libs/gst/net/README:
24893         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24894         (gst_netbuffer_class_init), (gst_netbuffer_init),
24895         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24896         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24897         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24898         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24899         * gst-libs/gst/net/gstnetbuffer.h:
24900         Added buffer subclass to store extra to/from addresses for
24901         network sources/sinks.
24902
24903 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24904
24905         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24906           Don't lock an unassigned variable.
24907
24908 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24909
24910         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24911           Increase buffer for video, decrease buffer for other media types.
24912         * gst/playback/gstplaybin.c: (gen_video_element),
24913         (gen_audio_element):
24914           Change names for debugging purposes.
24915
24916 2005-05-18  Wim Taymans  <wim@fluendo.com>
24917
24918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24919         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24920         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24921         (gst_ffmpegcsp_chain):
24922         Enable buffer alloc passthrough if the source and dest
24923         formats are the same.
24924
24925 2005-05-17  Wim Taymans  <wim@fluendo.com>
24926
24927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24928         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24929         (gst_ogg_demux_chain_unlocked):
24930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24931         (gst_audio_convert_caps_remove_format_info),
24932         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24933         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24935         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24936         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24937         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24938         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24939         (gst_ffmpegcsp_get_property):
24940         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24941         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24942         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24943         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24944         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24945         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24946         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24947         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24948         Leak fixes in oggdemux.
24949         Some cleanups in audioconvert.
24950         Make passthrough work along with buffer_alloc etc.
24951         Make buffer_alloc and buffer recycling actually work in
24952         xvimagesink.
24953
24954 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24955
24956         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24957           make the compiler happy
24958
24959 2005-05-17  Wim Taymans  <wim@fluendo.com>
24960
24961         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24962         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24963         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24964         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24965         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24966         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24967         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24968         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24969         (gst_xvimagesink_set_xwindow_id):
24970         * sys/xvimage/xvimagesink.h:
24971         Port xvimagesink to new MiniObject.
24972
24973 2005-05-17  Wim Taymans  <wim@fluendo.com>
24974
24975         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24976         (gst_audiofilter_chain):
24977         * gst-libs/gst/audio/gstaudiosink.c:
24978         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24979         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24980         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24981         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24982         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24983         (gst_audiosink_create_ringbuffer):
24984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24985         (gst_audio_convert_caps_remove_format_info),
24986         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24987         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24989         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24990         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24991         Fix passthrough in ffmpegcolorspace.
24992         Fix memset in audiosink on wrong memory.
24993
24994 2005-05-16  David Schleef  <ds@schleef.org>
24995
24996         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24997         to GstMiniObject.
24998
24999 2005-05-16  David Schleef  <ds@schleef.org>
25000
25001         Port from GstData to GstMiniObject.
25002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25004         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25005         (gst_ogg_mux_collected):
25006         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25007         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25008         (theora_handle_data_packet):
25009         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25010         (theora_set_header_on_caps), (theora_enc_chain):
25011         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25012         (vorbis_handle_comment_packet):
25013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25014         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25015         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25016         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25017         * gst/audioconvert/gstaudioconvert.c:
25018         (gst_audio_convert_get_buffer):
25019         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25020         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25021         (mute_stream), (silence_stream):
25022         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25023         * gst/volume/gstvolume.c: (volume_transform):
25024         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25025         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25026         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25027         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25028         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25029         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25030         (gst_ximagesink_buffer_alloc):
25031         * sys/ximage/ximagesink.h:
25032
25033 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25034
25035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25036         (fill_buffer), (check_queue), (queue_threshold_reached),
25037         (queue_out_of_data):
25038         * gst/playback/gstplaybasebin.h:
25039           Post buffer-fullness on the bus.
25040
25041 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25042
25043         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25044         (try_to_link_1):
25045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25046         (group_commit), (probe_triggered), (setup_source),
25047         (gst_play_base_bin_change_state):
25048         * gst/playback/gstplaybasebin.h:
25049         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25050         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25051         (gst_play_bin_change_state):
25052           Move setup_output_pads into a virtual function, remove
25053           group-switch (no longer needed) and redirect (handled by bus
25054           now) signals.
25055
25056 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25057
25058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25059         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25060         (get_active_group), (get_building_group), (group_destroy),
25061         (group_commit), (check_queue), (queue_overrun),
25062         (queue_threshold_reached), (queue_out_of_data),
25063         (gen_preroll_element), (remove_groups), (unknown_type),
25064         (add_element_stream), (no_more_pads), (probe_triggered),
25065         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25066         (setup_substreams), (setup_source), (finish_source),
25067         (prepare_output), (muted_group_change_state),
25068         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25069         (gst_play_base_bin_change_state):
25070         * gst/playback/gstplaybasebin.h:
25071         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25072         (gst_play_bin_init), (gst_play_bin_set_property),
25073         (gen_video_element), (gen_text_element), (gen_audio_element),
25074         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25075         (gst_play_bin_change_state):
25076         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25077         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25078         (stream_info_change_state), (gst_stream_info_set_mute),
25079         (gst_stream_info_get_property):
25080         * gst/playback/gststreaminfo.h:
25081         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25082         (gst_stream_selector_get_linked_pad),
25083         (gst_stream_selector_getcaps),
25084         (gst_stream_selector_get_linked_pads),
25085         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25086         * gst/playback/gststreamselector.h:
25087           Rough port of playbin. Needs some more work, but is mostly done,
25088           and uses a few locks in important places, which should make stuff
25089           like chain-switches clean. Still uses GST_STATE() in a few places,
25090           which isn't all that good an idea, subtitles/elements disabled
25091           because no elements to test with and thus probably broken, query
25092           and event handling moved to GstBin, internal thread removed
25093           alltogether because the pipeline does that for us now. Can play
25094           Ogg/Vorbis files. Haven't tested anything else yet.
25095
25096 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25097
25098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25099           Do no-more-pads (needed for autoplugging).
25100
25101 2005-05-10  Andy Wingo  <wingo@pobox.com>
25102
25103         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25104         message to the bus with the tags. Still not sent downstream tho.
25105
25106         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25107         get_parent.
25108         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25109         avoid refcounting hassles.
25110
25111 2005-05-09  Andy Wingo  <wingo@pobox.com>
25112
25113         * gst/volume/Makefile.am:
25114         * gst/volume/demo.c
25115         * gst/volume/gstvolume.h
25116         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25117         basetransform. Probably need an audio filter base class.
25118
25119 2005-05-09  Wim Taymans  <wim@fluendo.com>
25120
25121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25122         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25123         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25124         (gst_vorbisenc_chain):
25125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25126         (gst_audio_convert_caps_remove_format_info),
25127         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25128         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25129         Make caps writable before writing to it.
25130         Fix negotiation in audioconvert some more.
25131
25132 2005-05-09  Wim Taymans  <wim@fluendo.com>
25133
25134         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25135         (gst_videorate_getcaps), (gst_videorate_setcaps),
25136         (gst_videorate_event), (gst_videorate_chain):
25137         Better negotiation.
25138
25139 2005-05-09  Wim Taymans  <wim@fluendo.com>
25140
25141         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25142         (gst_videorate_getcaps), (gst_videorate_setcaps),
25143         (gst_videorate_blank_data), (gst_videorate_init),
25144         (gst_videorate_event), (gst_videorate_chain),
25145         (gst_videorate_change_state):
25146         Port videorate, do a better job at negotiation while we're at
25147         it.
25148
25149 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25150
25151         * configure.ac:
25152           Disable libvisual
25153
25154         * examples/Makefile.am:
25155         * gst-libs/gst/audio/Makefile.am:
25156         * gst-libs/gst/riff/Makefile.am:
25157         * gst-libs/gst/tag/Makefile.am:
25158         * gst-libs/gst/video/Makefile.am:
25159           Fixups for missing variables.
25160
25161 2005-05-09  Wim Taymans  <wim@fluendo.com>
25162
25163         * examples/seeking/seek.c: (make_theora_pipeline),
25164         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25165         (query_rates), (query_positions_elems), (query_positions_pads),
25166         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25168         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25169         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25170         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25171         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25173         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25174         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25175         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25176         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25177         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25178         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25179         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25180         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25181         (theora_dec_src_convert), (theora_dec_sink_convert),
25182         (theora_dec_src_query), (theora_dec_sink_query),
25183         (theora_dec_src_event), (theora_dec_sink_event),
25184         (theora_handle_comment_packet), (theora_handle_type_packet),
25185         (theora_handle_header_packet), (theora_handle_data_packet),
25186         (theora_dec_chain):
25187         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25188         (vorbis_dec_convert), (vorbis_dec_src_query),
25189         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25190         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25191         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25192         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25194         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25195         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25197         (gst_play_bin_query):
25198         * gst/playback/test3.c: (update_scale):
25199         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25200         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25201         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25202         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25203         (gst_videotestsrc_src_query):
25204         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25205         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25206         (paint_hline_YUV9):
25207         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25208         Port to new query API.
25209         Updated seek.
25210         Cleanups in x[v]imagesink
25211
25212 2005-05-09  Andy Wingo  <wingo@pobox.com>
25213
25214         * ext/alsa/gstalsasink.h:
25215         * ext/gnomevfs/gstgnomevfssrc.c:
25216         (gst_gnomevfssrc_get_icy_metadata):
25217         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25218         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25219         * ext/theora/theoradec.c (theora_dec_src_query)
25220         (theora_dec_src_event, theora_dec_sink_event)
25221         (theora_handle_comment_packet, theora_handle_data_packet):
25222         * ext/theora/theoraenc.c (theora_enc_chain):
25223         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25224         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25225         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25226         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25227         (qt_type_find):
25228         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25229         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25230         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25231         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25232         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25233         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25234         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25235         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25236         (paint_setup_RGB565, paint_setup_xRGB1555):
25237         * gst/videotestsrc/videotestsrc.h:
25238         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25239         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25240         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25241         GCC4 fixes.
25242         
25243         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25244         gst_pad_query_position. Fixes oggdemux.
25245
25246 2005-05-08  David Schleef  <ds@schleef.org>
25247
25248         * configure.ac: Require liboil.
25249         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25250         a few more.
25251         * gst/videotestsrc/videotestsrc.c:
25252         * gst/videotestsrc/videotestsrc.h:
25253
25254 2005-05-06  Wim Taymans  <wim@fluendo.com>
25255
25256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25257         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25258         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25259         Well, unreffing a buffer right before pushing it is asking
25260         for trouble..
25261
25262 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25263
25264         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25265
25266 2005-05-06  Wim Taymans  <wim@fluendo.com>
25267
25268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25269         (gst_audio_convert_caps_remove_format_info),
25270         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25271         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25273         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25274         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25275         * gst/sine/Makefile.am:
25276         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25277         (gst_sinesrc_class_init), (gst_sinesrc_init),
25278         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25279         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25280         (gst_sinesrc_update_freq):
25281         * gst/sine/gstsinesrc.h:
25282         * gst/tcp/gstmultifdsink.c:
25283         * sys/xvimage/xvimagesink.c:
25284         Fixed negotiation wrt _peer_get_caps()
25285         Some cleanups.
25286
25287
25288 2005-05-06  Wim Taymans  <wim@fluendo.com>
25289
25290         * gst-libs/gst/audio/gstaudiosink.c:
25291         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25292         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25293         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25294         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25295         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25296         (gst_audiosink_create_ringbuffer):
25297         * gst-libs/gst/audio/gstbaseaudiosink.c:
25298         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25299         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25300         (gst_baseaudiosink_set_property), (build_linear_format),
25301         (debug_spec_caps), (debug_spec_buffer),
25302         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25303         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25304         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25305         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25306         * gst-libs/gst/audio/gstbaseaudiosink.h:
25307         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25308         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25309         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25310         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25311         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25312         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25313         (wait_segment), (gst_ringbuffer_commit),
25314         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25315         (gst_ringbuffer_clear):
25316         * gst-libs/gst/audio/gstringbuffer.h:
25317         Make the base audiosink return an error when there is no
25318         audiobuffer negotiated.
25319
25320 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25321
25322         * ext/Makefile.am:
25323         Disable cdparanoia until someone ports it!
25324
25325 2005-05-06  Wim Taymans  <wim@fluendo.com>
25326
25327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25328         (gst_ogg_demux_sink_activate):
25329         And revert after wingo's revert.. sigh..
25330
25331 2005-05-05  Andy Wingo  <wingo@pobox.com>
25332
25333         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25334         GObject.
25335         * configure.ac: Return audiorate and subparse from the ghetto.
25336         Re-enable -Wall -Werror.
25337         * gst/subparse/gstsubparse.c:
25338         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25339         or chain-based. Cleaned up a bit. Not tested.
25340         
25341 2005-05-05  Christian Schaller <christian@fluendo.com> 
25342
25343         * Makefile.am: remove stuff that is not building
25344         * configure.ac: remove stuff that is not building
25345         * examples/Makefile.am: remove stuff that is not building
25346         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25347         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25348         * sys/Makefile.am: remove stuff that is not building
25349         * testsuite/Makefile.am: remove stuff that is not building
25350
25351 2005-05-05  Andy Wingo  <wingo@pobox.com>
25352
25353         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25354         * gst-libs/gst/tag/gstvorbistag.c:
25355         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25356         * gst/adder/gstadder.h:
25357         * gst/audioconvert/gstchannelmix.c:
25358         (gst_audio_convert_fill_one_other):
25359         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25360         (gst_audiorate_init), (gst_audiorate_chain):
25361         * gst/playback/gstplaybasebin.c: (setup_source):
25362         * gst/playback/test3.c: (update_scale):
25363         Some GCC4 fixes
25364         
25365         * po/af.po:
25366         * po/az.po:
25367         * po/cs.po:
25368         * po/en_GB.po:
25369         * po/hu.po:
25370         * po/it.po:
25371         * po/nb.po:
25372         * po/nl.po:
25373         * po/or.po:
25374         * po/sq.po:
25375         * po/sr.po:
25376         * po/sv.po:
25377         * po/uk.po:
25378         * po/vi.po: Foo
25379
25380 2005-05-05  Wim Taymans  <wim@fluendo.com>
25381
25382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25383         (gst_audio_convert_caps_remove_format_info),
25384         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25385         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25386         * gst/videotestsrc/gstvideotestsrc.c:
25387         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25388         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25389         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25390         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25391         Don't ignore _push() return values.
25392         Make sure no processing is done when shutting down.
25393         Videotestsrc pad activation fix.
25394
25395 2005-05-05  Wim Taymans  <wim@fluendo.com>
25396
25397         * gst/adder/Makefile.am:
25398         * gst/adder/gstadder.c: (gst_adder_setcaps),
25399         (gst_adder_class_init), (gst_adder_init),
25400         (gst_adder_request_new_pad), (gst_adder_collected),
25401         (gst_adder_change_state):
25402         * gst/adder/gstadder.h:
25403         Ported adder as an example of a mixer element using
25404         collect pads. Needs more negotiation work.
25405
25406 2005-05-05  Wim Taymans  <wim@fluendo.com>
25407
25408         * ext/theora/theoradec.c: (_inc_granulepos),
25409         (theora_dec_src_event), (theora_dec_sink_event),
25410         (theora_handle_comment_packet), (theora_handle_type_packet),
25411         (theora_handle_header_packet), (theora_handle_data_packet),
25412         (theora_dec_chain):
25413         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25414         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25415         (theora_push_buffer), (theora_push_packet),
25416         (theora_enc_sink_event), (theora_enc_chain),
25417         (theora_enc_change_state), (theora_enc_set_property),
25418         (theora_enc_get_property):
25419         Added stream lock to decoder so that we can serialize
25420         the discont event.
25421         More theoraenc porting, recover from errors, do clean
25422         shutdown.
25423
25424 2005-05-05  Wim Taymans  <wim@fluendo.com>
25425
25426         * ext/ogg/Makefile.am:
25427         * ext/ogg/README:
25428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25429         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25430         (gst_ogg_print):
25431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25432         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25433         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25434         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25435         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25436         (gst_ogg_mux_change_state):
25437         Ported ogg muxer.
25438
25439 2005-05-05  Wim Taymans  <wim@fluendo.com>
25440
25441         * docs/design-audiosinks.txt:
25442         * gst-libs/gst/audio/TODO:
25443         * gst-libs/gst/audio/gstaudiosink.c:
25444         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25445         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25446         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25447         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25448         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25449         (gst_audiosink_create_ringbuffer):
25450         * gst-libs/gst/audio/gstbaseaudiosink.c:
25451         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25452         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25453         (gst_baseaudiosink_set_property), (build_linear_format),
25454         (debug_spec_caps), (debug_spec_buffer),
25455         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25456         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25457         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25458         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25459         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25460         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25461         (gst_ringbuffer_release), (gst_ringbuffer_play),
25462         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25463         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25464         (gst_ringbuffer_set_sample), (wait_segment),
25465         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25466         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25467         More work on the audiosink, mostly debugging and a race in
25468         shutdown.
25469
25470 2005-04-28  Wim Taymans  <wim@fluendo.com>
25471
25472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25473         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25474         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25475         (vorbis_dec_src_query), (vorbis_dec_src_event),
25476         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25477         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25478         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25479         Don't crap out when seeking back to position 0.
25480
25481 2005-04-28  Wim Taymans  <wim@fluendo.com>
25482
25483         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25484         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25485         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25486         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25487         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25488         Make audio sink configurable, use alsasink as default.
25489
25490 2005-04-28  Wim Taymans  <wim@fluendo.com>
25491
25492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25493         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25494         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25495         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25496         (vorbis_dec_change_state):
25497         * ext/vorbis/vorbisdec.h:
25498         Refactor, use STREAM_LOCK.
25499
25500 2005-04-28  Wim Taymans  <wim@fluendo.com>
25501
25502         * ext/theora/theoradec.c: (_inc_granulepos),
25503         (theora_dec_sink_event), (theora_handle_comment_packet),
25504         (theora_handle_type_packet), (theora_handle_header_packet),
25505         (theora_handle_data_packet), (theora_dec_chain),
25506         (theora_dec_change_state):
25507         Refactor a bit, use STREAM_LOCK.
25508
25509 2005-04-28  Wim Taymans  <wim@fluendo.com>
25510
25511         * ext/alsa/Makefile.am:
25512         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25513         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25514         (gst_alsa_link), (gst_alsa_close_audio):
25515         * ext/alsa/gstalsaplugin.c: (plugin_init):
25516         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25517         (gst_alsasink_dispose), (gst_alsasink_base_init),
25518         (gst_alsasink_class_init), (gst_alsasink_init),
25519         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25520         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25521         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25522         (gst_alsasink_reset):
25523         * ext/alsa/gstalsasink.h:
25524         Implement alsasink with simple open/write/close API. 
25525         Make alsa dir build by disabling compilation of code.
25526
25527 2005-04-28  Wim Taymans  <wim@fluendo.com>
25528
25529         * gst-libs/gst/audio/Makefile.am:
25530         * gst-libs/gst/audio/audio.h:
25531         * gst-libs/gst/audio/audioclock.c:
25532         * gst-libs/gst/audio/audioclock.h:
25533         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25534         (gst_audio_clock_class_init), (gst_audio_clock_init),
25535         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25536         * gst-libs/gst/audio/gstaudioclock.h:
25537         * gst-libs/gst/audio/gstaudiosink.c:
25538         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25539         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25540         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25541         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25542         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25543         (gst_audiosink_create_ringbuffer):
25544         * gst-libs/gst/audio/gstbaseaudiosink.c:
25545         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25546         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25547         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25548         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25549         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25550         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25551         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25552         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25553         * gst-libs/gst/audio/gstbaseaudiosink.h:
25554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25555         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25556         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25557         (gst_ringbuffer_release), (gst_ringbuffer_play),
25558         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25559         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25560         (gst_ringbuffer_set_sample), (wait_segment),
25561         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25562         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25563         * gst-libs/gst/audio/gstringbuffer.h:
25564         Make ringbuffer faster and more simple by removing the locks
25565         in the playback thread.
25566         Add sample accurate playback based on buffer sample offsets.
25567         Make the baseaudiosink provide a clock.
25568         Parse caps in the base class.
25569         Correctly handle seeking, flushing and state changes.
25570
25571 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25572
25573         * configure.ac:
25574         * gst/audioconvert/Makefile.am:
25575         * gst/audioscale/Makefile.am:
25576           Fix part of the build.  Come on guys, autogen didn't even work :)
25577
25578 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25579
25580         * configure.ac:
25581         * gst-libs/gst/Makefile.am:
25582         * gst-libs/gst/media-info/.cvsignore:
25583         * gst-libs/gst/media-info/Makefile.am:
25584         * gst-libs/gst/media-info/README:
25585         * gst-libs/gst/media-info/media-info-priv.c:
25586         * gst-libs/gst/media-info/media-info-priv.h:
25587         * gst-libs/gst/media-info/media-info-test.c:
25588         * gst-libs/gst/media-info/media-info.c:
25589         * gst-libs/gst/media-info/media-info.h:
25590         * gst-libs/gst/media-info/media-info.vcproj:
25591         * pkgconfig/Makefile.am:
25592         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25593         * pkgconfig/gstreamer-media-info.pc.in:
25594           Remove media-info, which is also successed by playbin (see Totem
25595           implementation).
25596
25597 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25598
25599         * configure.ac:
25600         * examples/Makefile.am:
25601         * examples/gstplay/.cvsignore:
25602         * examples/gstplay/Makefile.am:
25603         * examples/gstplay/player.c:
25604         * gst-libs/gst/Makefile.am:
25605         * gst-libs/gst/play/.cvsignore:
25606         * gst-libs/gst/play/Makefile.am:
25607         * gst-libs/gst/play/play.c:
25608         * gst-libs/gst/play/play.h:
25609         * gst-libs/gst/play/play.vcproj:
25610         * pkgconfig/Makefile.am:
25611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25612         * pkgconfig/gstreamer-play.pc.in:
25613           Remove libgstplay, playbin is now the official successor.
25614
25615 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25616
25617         * configure.ac:
25618         * gst-libs/gst/Makefile.am:
25619         * gst-libs/gst/xwindowlistener/Makefile.am:
25620         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25621         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25622           Remove deprecated xwindowlistener (I've moved xwindowlistening
25623           in the v4l/v4l2 plugins over to serverside).
25624
25625 2005-04-25  David Schleef  <ds@schleef.org>
25626
25627         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25628         to examples/dynparams.  Examples do not belong interspersed with
25629         source code.
25630         * examples/dynparams/demo-dparams.c:
25631         * gst/sine/Makefile.am:
25632         * gst/sine/demo-dparams.c:
25633
25634 2005-04-25  David Schleef  <ds@schleef.org>
25635
25636         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25637         * gst-libs/gst/audio/Makefile.am:
25638         * gst-libs/gst/riff/Makefile.am:
25639         * gst-libs/gst/tag/Makefile.am:
25640         * gst-libs/gst/video/Makefile.am:
25641         * gst-libs/gst/xwindowlistener/Makefile.am:
25642
25643         Convert to 0.9 API, seems to work:
25644         * sys/ximage/Makefile.am:
25645         * sys/ximage/ximagesink.c:
25646
25647 2005-04-24  David Schleef  <ds@schleef.org>
25648
25649         Link plugins against libraries:
25650         * ext/alsa/Makefile.am:
25651         * gst/tcp/Makefile.am:
25652
25653         Remove asm code that should be in liboil
25654         * gst/videoscale/Makefile.am:
25655         * gst/videoscale/videoscale_x86_asm.s:
25656
25657         gettext wants these checked in:
25658         * po/af.po:
25659         * po/az.po:
25660         * po/cs.po:
25661         * po/en_GB.po:
25662         * po/hu.po:
25663         * po/it.po:
25664         * po/nb.po:
25665         * po/nl.po:
25666         * po/or.po:
25667         * po/sq.po:
25668         * po/sr.po:
25669         * po/sv.po:
25670         * po/uk.po:
25671         * po/vi.po:
25672
25673 2005-04-24  David Schleef  <ds@schleef.org>
25674
25675         Convert gst_main() to g_main_loop_run()
25676         * gst/playback/decodetest.c: (main):
25677         * gst/playback/test2.c: (main):
25678         * gst/playback/test3.c: (main):
25679         * gst/playback/test4.c: (main):
25680
25681         Link plugins against libraries:
25682         * ext/libvisual/Makefile.am:
25683         * sys/xvimage/Makefile.am:
25684
25685 2005-04-24  David Schleef  <ds@schleef.org>
25686
25687         * configure.ac: Remove idct and resample libs
25688         * gst-libs/gst/Makefile.am: same
25689
25690         Remove usage of gst_library_load():
25691         * ext/alsa/gstalsaplugin.c: (plugin_init):
25692         * ext/libvisual/visual.c: (plugin_init):
25693         * ext/ogg/gstogg.c: (plugin_init):
25694         * ext/theora/theora.c: (plugin_init):
25695         * ext/vorbis/vorbis.c: (plugin_init):
25696         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25697         * gst/audioscale/gstaudioscale.c:
25698         * gst/adder/gstadder.c: (plugin_init):
25699         * gst/audioconvert/plugin.c: (plugin_init):
25700         * sys/ximage/ximagesink.c: (plugin_init):
25701         * sys/xvimage/xvimagesink.c: (plugin_init):
25702         * gst/tcp/gsttcpplugin.c: (plugin_init):
25703
25704         Link plugins against libraries:
25705         * ext/ogg/Makefile.am:
25706         * ext/theora/Makefile.am:
25707         * ext/vorbis/Makefile.am:
25708         * gst/audioconvert/Makefile.am:
25709
25710         Create proper libraries:
25711         * gst-libs/gst/riff/Makefile.am:
25712         * gst-libs/gst/audio/Makefile.am:
25713         * gst-libs/gst/video/Makefile.am:
25714
25715         Move resample library to audioscale plugin directory:
25716         * gst-libs/gst/resample/Makefile.am:
25717         * gst-libs/gst/resample/README:
25718         * gst-libs/gst/resample/dtof.c:
25719         * gst-libs/gst/resample/dtos.c:
25720         * gst-libs/gst/resample/functable.c:
25721         * gst-libs/gst/resample/private.h:
25722         * gst-libs/gst/resample/resample.c:
25723         * gst-libs/gst/resample/resample.h:
25724         * gst-libs/gst/resample/resample.vcproj:
25725         * gst-libs/gst/resample/test.c:
25726         * gst/audioscale/Makefile.am:
25727         * gst/audioscale/README:
25728         * gst/audioscale/dtof.c:
25729         * gst/audioscale/dtos.c:
25730         * gst/audioscale/functable.c:
25731         * gst/audioscale/private.h:
25732         * gst/audioscale/resample.c:
25733         * gst/audioscale/resample.h:
25734         * gst/audioscale/test.c:
25735
25736         Move tagedit library to gst-libs:
25737         * gst-libs/gst/tag/Makefile.am:
25738         * gst-libs/gst/tag/gstid3tag.c:
25739         * gst-libs/gst/tag/gsttagediting.c:
25740         * gst-libs/gst/tag/gsttageditingprivate.h:
25741         * gst-libs/gst/tag/gstvorbistag.c:
25742         * gst/tags/Makefile.am:
25743         * gst/tags/gstid3tag.c:
25744         * gst/tags/gstvorbistag.c:
25745
25746         Fix for core changes:
25747         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25748         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25749         (gst_sinesrc_getrange):
25750
25751 2005-04-23  David Schleef  <ds@schleef.org>
25752
25753         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25754         in gst-plugins in a long time, and properly belongs in liboil.
25755         * gst-libs/gst/idct/Makefile.am:
25756         * gst-libs/gst/idct/README:
25757         * gst-libs/gst/idct/dct.h:
25758         * gst-libs/gst/idct/doieee:
25759         * gst-libs/gst/idct/fastintidct.c:
25760         * gst-libs/gst/idct/floatidct.c:
25761         * gst-libs/gst/idct/idct.c:
25762         * gst-libs/gst/idct/idct.h:
25763         * gst-libs/gst/idct/idtc.vcproj:
25764         * gst-libs/gst/idct/ieeetest.c:
25765         * gst-libs/gst/idct/intidct.c:
25766
25767 2005-04-20  Wim Taymans  <wim@fluendo.com>
25768
25769         * docs/design-audiosinks.txt:
25770         * gst-libs/gst/audio/Makefile.am:
25771         * gst-libs/gst/audio/TODO:
25772         * gst-libs/gst/audio/gstaudiosink.c:
25773         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25774         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25775         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25776         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25777         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25778         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25779         (gst_audiosink_class_init), (gst_audiosink_init),
25780         (gst_audiosink_create_ringbuffer):
25781         * gst-libs/gst/audio/gstaudiosink.h:
25782         * gst-libs/gst/audio/gstbaseaudiosink.c:
25783         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25784         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25785         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25786         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25787         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25788         (gst_baseaudiosink_create_ringbuffer),
25789         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25790         * gst-libs/gst/audio/gstbaseaudiosink.h:
25791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25792         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25793         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25794         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25795         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25796         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25797         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25798         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25799         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25800         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25801         * gst-libs/gst/audio/gstringbuffer.h:
25802         An attempt at a set of audio base classes together with some
25803         design docs.
25804
25805 2005-04-20  Wim Taymans  <wim@fluendo.com>
25806
25807         * gst/audioconvert/Makefile.am:
25808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25809         (gst_audio_convert_caps_remove_format_info),
25810         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25811         (gst_audio_convert_channels):
25812         Link against audio libs.
25813         Fix audio convert plugin.
25814
25815 2005-04-20  Wim Taymans  <wim@fluendo.com>
25816
25817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25818         (gst_ogg_demux_sink_activate):
25819         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25820         (theora_set_header_on_caps), (theora_enc_sink_event),
25821         (theora_enc_chain):
25822         Fix theora encoder.
25823
25824 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25827         * gst/playback/gstdecodebin.c: (find_compatibles):
25828           Work with staticpadtemplates in elementfactories.
25829
25830 2005-04-12  Wim Taymans  <wim@fluendo.com>
25831
25832         * gst/playback/README:
25833         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25834         (compare_ranks), (print_feature), (gst_decode_bin_init),
25835         (dynamic_create), (dynamic_free), (find_compatibles),
25836         (mimetype_is_raw), (close_pad_link), (got_redirect),
25837         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25838         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25839         (gst_decode_bin_change_state):
25840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25841         (gst_play_base_bin_init), (group_destroy), (group_commit),
25842         (check_queue), (queue_overrun), (queue_threshold_reached),
25843         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25844         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25845         (got_redirect), (setup_source), (play_base_eos),
25846         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25847         (gst_play_base_bin_remove_element):
25848         * gst/playback/gstplaybasebin.h:
25849         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25850         (gst_play_bin_init), (gst_play_bin_dispose),
25851         (gst_play_bin_set_property), (gen_video_element),
25852         (gen_text_element), (gen_audio_element), (remove_sinks),
25853         (gst_play_bin_send_event):
25854         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25855         (stream_info_change_state), (gst_stream_info_set_mute):
25856         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25857         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25858         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25859         (gst_stream_selector_chain):
25860         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25861         (main):
25862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25863         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25864         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25865         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25866         Raw and crude port of decodebin. 
25867         Make playbin compile.
25868
25869 2005-04-06  Wim Taymans  <wim@fluendo.com>
25870
25871         * ext/gnomevfs/Makefile.am:
25872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25873         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25874         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25875         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25876         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25877         (gst_gnomevfssrc_stop):
25878         * ext/ogg/Makefile.am:
25879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25880         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25881         * ext/theora/Makefile.am:
25882         * ext/theora/theoradec.c: (_inc_granulepos),
25883         (theora_dec_sink_event), (theora_dec_chain):
25884         * ext/vorbis/Makefile.am:
25885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25886         (vorbis_dec_sink_event), (vorbis_dec_chain):
25887         * gst-libs/gst/audio/Makefile.am:
25888         * sys/xvimage/Makefile.am:
25889         Make gnomevfssrc extend the source base class.
25890         Fix linking against libs in various plugins.
25891
25892 2005-04-06  Andy Wingo  <wingo@pobox.com>
25893
25894         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25895         GST_BASE_LIBS.
25896
25897         * configure.ac: Add check and AC_SUBST for libgstbase.
25898
25899 2005-03-31  Wim Taymans  <wim@fluendo.com>
25900
25901         * examples/seeking/Makefile.am:
25902         * examples/seeking/cdparanoia.c: (main):
25903         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25904         (play_cb), (pause_cb), (stop_cb), (main):
25905         * examples/seeking/playbin.c:
25906         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25907         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25908         (make_sid_pipeline), (make_vorbis_pipeline),
25909         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25910         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25911         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25912         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25913         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25914         (stop_cb), (main):
25915         * examples/seeking/spider_seek.c:
25916         * examples/seeking/vorbisfile.c:
25917         * ext/gnomevfs/Makefile.am:
25918         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25919         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25920         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25921         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25922         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25923         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25924         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25925         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25926         * ext/ogg/README:
25927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25928         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25929         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25930         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25931         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25932         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25933         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25934         (gst_ogg_demux_factory_filter), (compare_ranks),
25935         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25936         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25937         (gst_ogg_chain_new), (gst_ogg_chain_free),
25938         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25939         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25940         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25941         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25942         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25943         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25944         (gst_ogg_demux_get_prev_page),
25945         (gst_ogg_demux_deactivate_current_chain),
25946         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25947         (gst_ogg_demux_bisect_forward_serialno),
25948         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25949         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25950         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25951         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25952         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25953         (gst_ogg_demux_change_state), (gst_ogg_print):
25954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25955         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25956         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25957         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25958         (gst_ogg_mux_loop):
25959         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25960         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25961         (theora_dec_src_convert), (theora_dec_sink_convert),
25962         (theora_dec_src_query), (theora_dec_src_event),
25963         (theora_dec_sink_event), (theora_dec_chain),
25964         (theora_dec_change_state):
25965         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25966         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25967         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25968         (theora_enc_change_state):
25969         * ext/vorbis/Makefile.am:
25970         * ext/vorbis/oggvorbisenc.c:
25971         * ext/vorbis/oggvorbisenc.h:
25972         * ext/vorbis/vorbis.c: (plugin_init):
25973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25974         (vorbis_dec_src_query), (vorbis_dec_src_event),
25975         (vorbis_dec_sink_event), (vorbis_dec_chain),
25976         (vorbis_dec_change_state):
25977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25978         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25979         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25980         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25981         (gst_vorbisenc_change_state):
25982         * ext/vorbis/vorbisenc.h:
25983         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25984         * gst-libs/gst/audio/audioclock.c:
25985         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25986         (gst_audiofilter_init), (gst_audiofilter_chain):
25987         * gst-libs/gst/audio/testchannels.c: (main):
25988         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25989         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25990         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25991         (gmip_find_track_streaminfo), (gmip_find_track_format):
25992         * gst-libs/gst/media-info/media-info.c:
25993         (gst_media_info_read_idler):
25994         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25995         (gst_play_get_all_by_interface):
25996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25997         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25998         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25999         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26000         (gst_riff_parse_info):
26001         * gst-libs/gst/riff/riff-read.h:
26002         * gst-libs/gst/riff/riff.c: (plugin_init):
26003         * gst-libs/gst/video/Makefile.am:
26004         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26005         (gst_videosink_class_init), (gst_videosink_get_type):
26006         * gst-libs/gst/video/videosink.h:
26007         * gst/audioconvert/bufferframesconvert.c:
26008         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26009         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26010         * gst/audioconvert/channelmixtest.c: (main):
26011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26012         (gst_audio_convert_chain),
26013         (gst_audio_convert_caps_remove_format_info),
26014         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26015         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26016         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26017         (gst_audio_convert_buffer_to_default_format),
26018         (gst_audio_convert_buffer_from_default_format),
26019         (gst_audio_convert_channels):
26020         * gst/audioconvert/gstchannelmix.h:
26021         * gst/ffmpegcolorspace/avcodec.h:
26022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26023         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26024         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26025         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26026         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26027         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26028         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26029         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26030         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26031         (dv_type_find):
26032         * gst/videotestsrc/gstvideotestsrc.c:
26033         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26034         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26035         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26036         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26037         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26038         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26039         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26041         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26042         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26043         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26044         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26045         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26046         (gst_xvimagesink_navigation_send_event),
26047         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26048         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26049         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26050         * sys/xvimage/xvimagesink.h:
26051         Plugin port to 0.9, ogg/theora playback should work in the seek
26052         example now.
26053         Removed old examples.
26054         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26055         explained in 0.9 TODO doc.
26056
26057
26058 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26059
26060         * autogen.sh:
26061         * configure.ac:
26062         * ext/Makefile.am:
26063         * gst/Makefile.am:
26064         * po/POTFILES.in:
26065         * po/af.po:
26066         * po/az.po:
26067         * po/cs.po:
26068         * po/en_GB.po:
26069         * po/hu.po:
26070         * po/it.po:
26071         * po/nb.po:
26072         * po/nl.po:
26073         * po/or.po:
26074         * po/sq.po:
26075         * po/sr.po:
26076         * po/sv.po:
26077         * po/uk.po:
26078         * po/vi.po:
26079         * sys/Makefile.am:
26080         * testsuite/Makefile.am:
26081           remove a whole bunch of plugins.  This module now contains a set
26082           of free reference plugins/elements as agreed.
26083
26084 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26085
26086         * configure.ac:
26087           hunting season on 0.9 is now OPEN
26088
26089 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26092           Kick the hell out of gcc for not warning me about a symbol conflict.
26093
26094 2005-02-22  Luca Ognibene  <luogni@tin.it>
26095
26096         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26097
26098         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26099           Don't leak caps string (fixes #168134)
26100
26101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26102         (gst_jpegenc_init), (gst_jpegenc_finalize),
26103         (gst_jpegenc_change_state):
26104           Don't leak line buffers and context struct (fixes #168133).
26105
26106 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26107
26108         * configure.ac:
26109         * ext/dirac/gstdiracdec.cc:
26110         (gst_diracdec_chain):
26111           Since dirac 0.5.0 the framerate in dirac is expressed as a
26112           rational number. Fix build and up requirement to 0.5.0, and
26113           also pass parameters to gst_diracdec_link in the right order
26114           (fixes #167959).
26115
26116 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26117
26118         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26119         * ext/faad/gstfaad.h:
26120         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26121         certain invalid muxed streams, where some packets will contain 
26122         junk after decoder data. Partially fixes #149158.
26123
26124 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26125         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26126           Make sure we only write to writable buffers
26127
26128 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26129
26130         * gst-libs/gst/riff/riff-media.c:
26131         (gst_riff_create_audio_caps_with_data):
26132           Do actually fix invalid RIFF fmt header values for alaw
26133           and mulaw audio instead of just saying so.
26134
26135         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26136           Give gst_riff_create_audio_caps_with_data() a chance to
26137           fix up broken format header fields before extracting any
26138           parameters from the header. (fixes #167633)
26139
26140 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26141
26142         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26143
26144         * gst/audioconvert/bufferframesconvert.c:
26145         (buffer_frames_convert_link):
26146           Don't leak othercaps. (fixes #167878)
26147
26148 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26149
26150         * configure.ac:
26151         * ext/libvisual/visual.c: (gst_visual_srclink),
26152         (gst_visual_change_state):
26153           Support libvisual 0.2.0.
26154
26155 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26156
26157         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26159           Use same rowstrides for I420 as used everywhere else.
26160
26161 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26162
26163         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26164           Declare variables at beginning of block and make gcc-2.95 happy
26165           (fixes # 167482, patch by Gergely Nagy).
26166           
26167         * gst/tcp/gsttcpclientsrc.c:
26168         * gst/tcp/gsttcpclientsrc.h:
26169           Move some includes into the header, so that struct sockaddr_in is
26170           defined when it should be defined on FreeBSD as well (fixes
26171           #167483).
26172           
26173         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26174           Don't pass uninitialised values to setsockopt() here either.
26175
26176 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26177
26178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26179
26180         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26181           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26182
26183 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26184
26185         * gst/playback/gstplaybin.c: (add_sink):
26186           Invert bin_add/link order to workaround deadlock in opt.
26187
26188 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * gst/modplug/gstmodplug.cc:
26191           Add missing break causing position queries to fail.
26192
26193 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26196           Granpos can apparently be -1, which screws up calculations...
26197
26198 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26199
26200         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26201         (gst_ximagesink_send_pending_navigation),
26202         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26203         (gst_ximagesink_init):
26204         * sys/ximage/ximagesink.h:
26205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26206         (gst_xvimagesink_send_pending_navigation),
26207         (gst_xvimagesink_navigation_send_event),
26208         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26209         * sys/xvimage/xvimagesink.h:
26210           Use a mutex protected list to marshal navigation
26211           events into the stream thread from whichever thread
26212           sends them.
26213
26214 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26215
26216         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26217           Display current position and track length; misc. clean-ups.
26218           
26219         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26220         (speed_init), (speed_chain):
26221           Add query function, so that the stream length and current position
26222           get adjusted when queried (note that current position queries may
26223           still be wrong if the audio sink returns values based on buffer
26224           timestamps instead of passing on the query).
26225
26226 2005-02-13  Benjamin Otte  <otte@gnome.org>
26227
26228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26229         (gst_audio_convert_channels):
26230           create channel conversion matrix when linking
26231         * gst/audioconvert/.cvsignore:
26232         * gst/audioconvert/Makefile.am:
26233         * gst/audioconvert/channelmixtest.c: (main):
26234           add (ugly) test that ensures stereo <=> mono conversion works
26235           correctly
26236
26237 2005-02-13  Benjamin Otte  <otte@gnome.org>
26238
26239         * gst/audioconvert/gstchannelmix.h:
26240           include missing header file
26241         * gst/audioconvert/gstchannelmix.c:
26242         (gst_audio_convert_fill_compatible):
26243           use same sign for both channels when converting to/from compatible
26244           channel. Previously used different signs made the signals cancel
26245           each other out and appear like silence. (fixes #167269)
26246
26247 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26248
26249         * gst/ffmpegcolorspace/avcodec.h:
26250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26251         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26252         (gst_ffmpegcsp_avpicture_fill):
26253         * gst/ffmpegcolorspace/imgconvert.c:
26254           Convert to and from YV12 (fixes #156379).
26255
26256 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26257
26258         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26259         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26260         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26261         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26262         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26263         methods from chain and negotiation and vice versa (Fixes #166142).
26264         * sys/ximage/ximagesink.h: Add stream_lock.
26265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26266         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26267         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26268         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26269
26270 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26271
26272         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26273           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26274           error message when we can't open the DVD device (when dvdnav_open()
26275           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26276           the above). Send something more useful instead (fixes #167117).
26277
26278 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26279
26280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26281         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26282         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26283         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26284         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26285         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26286         methods from chain and negotiation and vice versa (Fixes #166142).
26287         Fix a possible bug of images in the buffer pool being discarded because
26288         we are looking at the wrong geometry.
26289         * sys/xvimage/xvimagesink.h: Add stream_lock.
26290
26291 2005-02-11  David Schleef  <ds@schleef.org>
26292
26293         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26294         unsigned int. (fixes #167128)
26295
26296 2005-02-11  David Schleef  <ds@schleef.org>
26297
26298         * gst/librfb/Makefile.am: Testing stuff before committing is
26299           for wimps... and people with fast machines.  Fix stupid
26300           mistake.
26301
26302 2005-02-11  David Schleef  <ds@schleef.org>
26303
26304         * configure.ac: Pull in librfb from my CVS tree, because it is
26305           too small and annoying to be separate.  Move rfbsrc plugin
26306           to gst/.
26307         * ext/Makefile.am:
26308         * ext/librfb/Makefile.am:
26309         * ext/librfb/gstrfbsrc.c:
26310         * gst/librfb/Makefile.am:
26311         * gst/librfb/gstrfbsrc.c:
26312         * gst/librfb/rfb.c:
26313         * gst/librfb/rfb.h:
26314         * gst/librfb/rfbbuffer.c:
26315         * gst/librfb/rfbbuffer.h:
26316         * gst/librfb/rfbbytestream.c:
26317         * gst/librfb/rfbbytestream.h:
26318         * gst/librfb/rfbcontext.h:
26319         * gst/librfb/rfbdecoder.c:
26320         * gst/librfb/rfbdecoder.h:
26321         * gst/librfb/rfbutil.h:
26322
26323 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26324
26325         * gst/speed/Makefile.am:
26326         * gst/speed/demo-mp3.c: (main):
26327         * gst/speed/filter.func:
26328         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26329         (speed_class_init), (speed_init), (speed_chain_int16),
26330         (speed_chain_float32), (speed_chain), (speed_set_property),
26331         (speed_get_property), (speed_change_state):
26332         * gst/speed/gstspeed.h:
26333           Fix speed element and make it chain-based (fixes #156467),
26334           and make it handle more than one channel.
26335
26336 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26337
26338         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26339         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26340         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26341         * ext/dts/gstdtsdec.h:
26342           Don't clobber the stack constructing the channels array.
26343           Make the element chain-based. DTS tracks can now be played.
26344           
26345 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26346
26347         * gst-libs/gst/audio/multichannel.h:
26348         * gst-libs/gst/gconf/gconf.h:
26349         * gst-libs/gst/idct/idct.h:
26350         * gst-libs/gst/media-info/media-info-priv.h:
26351         * gst-libs/gst/play/play.h:
26352         * gst-libs/gst/resample/private.h:
26353         * gst-libs/gst/resample/resample.h:
26354         * gst-libs/gst/riff/riff-ids.h:
26355         * gst-libs/gst/video/video.h:
26356         * gst-libs/gst/video/videosink.h:
26357           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26358           missing, so that they work when included from C++ code.
26359
26360 2005-02-09  David Schleef  <ds@schleef.org>
26361
26362         * testsuite/gst-lint: Check for non-statically scoped
26363           parent_class variables.  This won't be a problem once
26364           plugins are loaded with RTLD_LOCAL.
26365
26366 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * ext/mplex/gstmplexibitstream.cc:
26369           gcc madness.
26370
26371 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26372
26373         * ext/ogg/gstogmparse.c:
26374         * gst/debug/gstnavigationtest.c:
26375           Die, thou faulty symbol pollutors (non-static parent_class).
26376
26377 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * ext/mplex/gstmplexibitstream.cc:
26380           Fix event handling (#165525).
26381
26382 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * ext/mikmod/gstmikmod.c:
26385         * gst/modplug/gstmodplug.cc:
26386           Add missing endianness to template (fixes #165509).
26387
26388 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26389
26390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26391           Fix wrong order of reading of optional bytes (#165290).
26392
26393 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26396           Implement FILLER event awareness.
26397
26398 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26401           Fix track calculations (#166208).
26402
26403 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26404
26405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26408         * ext/libpng/gstpngenc.c:
26409           Fix byte-order, use proper fixed caps. Fixes #164197.
26410
26411 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26412
26413         * configure.ac:
26414           Add dvdlpcmdec 
26415
26416         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26417         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26418           Don't push buffers if the src pad isn't negotiated yet.
26419           
26420         * gst/audioconvert/gstaudioconvert.c:
26421         (gst_audio_convert_buffer_to_default_format),
26422         (gst_audio_convert_buffer_from_default_format):
26423           Add support for 24-bit width.
26424
26425         * gst/dvdlpcmdec/.cvsignore:
26426         * gst/dvdlpcmdec/Makefile.am:
26427         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26428         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26429         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26430         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26431         (plugin_init):
26432         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26433           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26434           format. Needs support for the channels maps if someone can find 
26435           a DVD LPCM track with > 2 channels.
26436
26437         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26438         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26439         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26440         * gst/mpegstream/gstdvddemux.h:
26441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26442         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26443         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26444         * gst/mpegstream/gstmpegdemux.h:
26445         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26446         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26447         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26448         (gst_mpeg_parse_handle_src_query),
26449         (gst_mpeg_parse_handle_src_event):
26450           Use audio/x-dvd-lpcm for LPCM output.
26451           Add DTS output.
26452
26453 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26454
26455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26458         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26459           Add BGRA handling (#165736).
26460
26461 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26462
26463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * gst/law/alaw-decode.c: (alawdec_link):
26466         * gst/law/alaw-encode.c: (alawenc_link):
26467         * gst/law/mulaw-decode.c: (mulawdec_link):
26468         * gst/law/mulaw-encode.c: (mulawenc_link):
26469           Fix caps memleaks (#166600).
26470
26471 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26472
26473         * ext/tarkin/mem.h:
26474         * ext/tarkin/wavelet.h:
26475         * ext/tarkin/yuv.h:
26476         * gst/ffmpegcolorspace/avcodec.h:
26477           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26478           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26479
26480 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26481
26482         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26484         (gst_xvimagesink_change_state):
26485           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26486           Xv video (and thereby regenerate Xv colourkey) in clear() so
26487           that PLAY -> READY -> PLAY works (fixes #162504).
26488
26489 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26492           Switch to list instead of range, since MJPEG-devices really just
26493           support decimations, not any size.
26494
26495 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26496         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26497         (gst_mpeg2dec_reset), (free_all_buffers),
26498         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26499         * ext/mpeg2dec/gstmpeg2dec.h:
26500           The libmpeg2 user-allocated buffer management is awkward, 
26501           to say the least. Hopefully this fixes things.
26502
26503 2005-02-04  Andy Wingo  <wingo@pobox.com>
26504
26505         * gst/audioconvert/bufferframesconvert.c
26506         (buffer_frames_convert_fixate): New function, fixates to 256
26507         frames per buffer by default. (Much better than 1.)
26508         (buffer_frames_convert_init): Set the fixate function for both src
26509         and sink pad.
26510         (buffer_frames_convert_link): After success setting nonfixed caps,
26511         get the negotiated caps so we can know how many buffer-frames it
26512         will be. No idea how this worked at all before.
26513
26514 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26515
26516         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26517         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26518         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26519         (handle_sequence), (handle_picture):
26520         * ext/mpeg2dec/gstmpeg2dec.h:
26521           Rearrange buffer tracking and refcounting and refactor
26522           a little for readability. 
26523
26524 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26525         * sys/v4l/gstv4l.c: (plugin_init):
26526         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26527         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26528         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26529         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26530         * sys/v4l/gstv4ljpegsrc.h:
26531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26532         * sys/v4l/v4l_calls.h:
26533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26534         (gst_v4lsrc_get_fps):
26535         * sys/v4l/v4lsrc_calls.h:
26536           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26537           you jpeg inside rgb frames" driver.
26538           Don't error in the v4lsrc link function, just return 
26539           REFUSED.
26540
26541 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26544         (gst_qcamsrc_open):
26545           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26546
26547 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26548
26549         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26550           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26551
26552 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26555           Reset negotiated state on PAUSED->READY.
26556
26557 2005-02-02  David Schleef  <ds@schleef.org>
26558
26559         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26560         whereever possible.  (Fixes #165997)
26561         * examples/capsfilter/capsfilter1.c: (main):
26562         * examples/dynparams/filter.c: (create_ui):
26563         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26564         * examples/seeking/chained.c: (main):
26565         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26566         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26567         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26568         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26569         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26570         * examples/switch/switcher.c: (main):
26571         * ext/dv/demo-play.c: (main):
26572         * ext/faad/gstfaad.c: (gst_faad_change_state):
26573         * ext/mad/gstmad.c: (gst_mad_chain):
26574         * ext/smoothwave/demo-osssrc.c: (main):
26575         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26576         (gst_gconf_render_bin_from_description),
26577         (gst_gconf_get_default_audio_sink),
26578         (gst_gconf_get_default_video_sink),
26579         (gst_gconf_get_default_audio_src),
26580         (gst_gconf_get_default_video_src),
26581         (gst_gconf_get_default_visualization_element):
26582         * gst/level/demo.c: (main):
26583         * gst/level/plot.c: (main):
26584         * gst/playback/gstplaybin.c: (gen_video_element),
26585         (gen_audio_element):
26586         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26587         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26588         * gst/sine/demo-dparams.c: (main):
26589         * gst/spectrum/demo-osssrc.c: (main):
26590         * gst/speed/demo-mp3.c: (main):
26591         * gst/volume/demo.c: (main):
26592         * testsuite/embed/embed.c: (main):
26593
26594 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26595
26596         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26597         (gst_tcpclientsink_finalize):
26598         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26599         (gst_tcpclientsrc_finalize):
26600         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26601         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26603         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26604           Don't leak the hostname when shutting down.
26605           In tcpserversrc, take a copy of the default hostname.
26606
26607 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26608
26609         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26610           Set caps to systemstream=TRUE.
26611
26612 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * testsuite/Makefile.am:
26615           Fix more OSX buildbots.
26616
26617 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26618
26619         * ext/mpeg2dec/gstmpeg2dec.c:
26620           Don't send things to NULL PAD_PEERs
26621
26622         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26623           Copy-on-write the incoming buffer.
26624
26625         * gst/mpegstream/gstdvddemux.h:
26626         * gst/mpegstream/gstmpegclock.h:
26627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26628         (normal_seek), (gst_mpeg_demux_handle_src_event):
26629         * gst/mpegstream/gstmpegdemux.h:
26630         * gst/mpegstream/gstmpegpacketize.h:
26631         * gst/mpegstream/gstmpegparse.c:
26632         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26633         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26634         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26635         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26636         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26637         * gst/mpegstream/gstmpegparse.h:
26638         * gst/mpegstream/gstrfc2250enc.h:
26639           Various changes to the way time is computed that make seeking and
26640           total time estimation much better here.
26641           Use G_BEGIN/END_DECLS instead of __cplusplus
26642
26643         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26644           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26645
26646 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * gst/subparse/gstsubparse.c:
26649           Fix OSX buildbot.
26650
26651 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26652
26653         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26654         (theora_enc_chain), (theora_enc_change_state):
26655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26656         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26657         (gst_vorbisenc_change_state):
26658         * ext/vorbis/vorbisenc.h:
26659           Set granulepos and timestamp correctly for streams not
26660           starting at 0, taking into account the initial delay.
26661
26662 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26663
26664         * gst/mpegstream/gstdvddemux.c:
26665           Add audio/x-dts to audio pad template caps
26666
26667 2005-01-30  David Schleef  <ds@schleef.org>
26668
26669         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26670         (create_context), (gst_polypsink_link): Fix silly endianness
26671         bug.  Add some debugging.  Remove float from caps; it doesn't
26672         work.  Attempt to get remote audio working.
26673
26674 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26677           Add 3IV2 fourcc.
26678
26679 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26680
26681         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26682         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26683         (gst_avi_demux_stream_data):
26684         * gst/avi/gstavidemux.h:
26685           Invert DIB images. Fixes #132341.
26686
26687 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26690         (gst_ffmpegcsp_chain):
26691           D'oh, reference the palette data, not the palette structure.
26692           Fixes color distortion in #132341.
26693
26694 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26697           PAR can be non-fixed when not provided as argument (#162626).
26698
26699 2005-01-29  David Moore  <dcm@acm.org>
26700
26701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26704         (gst_qtdemux_loop_header):
26705           Re-apply patch from #142272 that allows non-seekable sources,
26706           re-proposed by Daniel Drake <dsd@gentoo.org>.
26707
26708 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26709
26710         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26711           Use the src template for creating the src pad (#162330).
26712
26713 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * configure.ac:
26716         * ext/musepack/Makefile.am:
26717         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26718         (gst_musepackdec_init), (gst_musepackdec_dispose),
26719         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26720         (gst_musepack_stream_init), (gst_musepackdec_loop),
26721         (gst_musepackdec_change_state):
26722         * ext/musepack/gstmusepackdec.cpp:
26723         * ext/musepack/gstmusepackdec.h:
26724         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26725         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26726         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26727         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26728         * ext/musepack/gstmusepackreader.cpp:
26729         * ext/musepack/gstmusepackreader.h:
26730           Update to 1.1 API (#165446).
26731
26732 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26733
26734         * ext/Makefile.am:
26735           Unbreak buildbot.
26736
26737 2005-01-28  Andy Wingo  <wingo@pobox.com>
26738
26739         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26740         to reflect a different dubious internet source. Add a reference
26741         and some commentary.
26742
26743 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26744
26745         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26746         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26747         * gst/playback/gststreamselector.h:
26748           Be more selective when we're redoing caps negotiation from
26749           within the chain function on a stream change.
26750
26751 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * configure.ac:
26754         * ext/Makefile.am:
26755         * ext/amrnb/Makefile.am:
26756         * ext/amrnb/amrnb.c: (plugin_init):
26757         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26758         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26759         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26760         (gst_amrnbdec_state_change):
26761         * ext/amrnb/amrnbdec.h:
26762         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26763         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26764         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26765         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26766         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26767         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26768         * ext/amrnb/amrnbparse.h:
26769           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26770         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26771           Add AMR-NB/-WB raw formats.
26772         * ext/alsa/gstalsa.c: (gst_alsa_link):
26773           Keep valid time when changing format.
26774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26775         (qtdemux_parse_trak):
26776           Add some more format-specific options (#140141, #143555, #155163).
26777
26778 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26779
26780         * gst/matroska/matroska-demux.c:
26781         (gst_matroska_demux_parse_blockgroup):
26782           Fix logic error in timing of subtitle stream synchronization.
26783         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26784           Add skip-chunk, which is found in kodak-camera streams.
26785
26786 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26787
26788         * po/LINGUAS:
26789         * po/vi.po:
26790           Adding Vietnamese translation (submitted by Clytie Siddall)
26791
26792 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * gst/playback/gstdecodebin.c: (try_to_link_1):
26795           Use realpad for signal.
26796
26797 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26800           Fix category so decodebin picks it up.
26801
26802 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * ext/mad/Makefile.am:
26805         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26806         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26807         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26808         (found_type), (gst_id3demux_bin_change_state):
26809         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26810         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26811         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26812         (gst_id3_tag_change_state), (plugin_init):
26813         * ext/mad/gstmad.h:
26814           Add id3demuxbin (which is a simple bin consisting of id3demux
26815           and typefind), take over rank from id3demux, remove typefind
26816           code from id3demux. Makes all broken mp3s that I know of work,
26817           and thereby fixes #152688.
26818
26819 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26820
26821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * ext/mad/gstmad.c: (gst_mad_src_event):
26824         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26825           Allow seeks on audio pad, make mad forward those (#164826).
26826         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26827           Set duration (#165335).
26828
26829 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26830
26831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26832         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26833         (gst_asf_demux_process_ext_content_desc),
26834         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26835         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26836         * gst/asfdemux/gstasfdemux.h:
26837           Improve metadata display, e.g. if the metadata comes before the
26838           streams are loaded (which is perfectly valid).
26839
26840 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26841
26842         * tools/gst-launch-ext-m.m:
26843           Fix AVI/ASF pipelines (#165340).
26844
26845 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26846         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26847         build failure on amd64
26848
26849 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26850
26851         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26852         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26853           Check environment variables GST_ID3V2_TAG_ENCODING,
26854           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26855           list of character encodings to force interpretation of non-unicode
26856           strings stored in an ID3v2 tag to a particular encoding. If none
26857           is specified, try to use current locale's encoding, then fall back
26858           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26859         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26860         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26861           Check environment variables GST_ID3V1_TAG_ENCODING,
26862           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26863           list of character encodings to use in case a string encountered
26864           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26865           specified, try to use the current locale's encoding, then fall
26866           back to ISO-8859-1 (which will always succeed).
26867
26868 2005-01-25  Benjamin Otte  <otte@gnome.org>
26869
26870         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26871           - on half framerate, compute the rate in advance so the comparisons
26872             don't compare wrong values
26873           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26874             behaviour
26875           - don't use mad_header_decode anymore, mad_frame_decode does that
26876             automatically
26877           - when getting rid of consumed bytes, reset the stream's skiplen
26878           (fixes #163867)
26879
26880 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26881
26882         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26883           Use 1/2 a second for default max_discont, as PES streams from DVB
26884           seem to have larger spacings in the SCR. 
26885           Fix a typo.
26886
26887 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * gst/playback/gstplaybasebin.c: (group_commit):
26890           Notify delayed stream-info availability.
26891
26892 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26893         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26894         (gst_a52dec_handle_event), (gst_a52dec_chain):
26895         Add some debug output. Check that a discont has a valid
26896         time associated.
26897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26898         (gst_alsa_sink_loop):
26899         Ignore TAG events. A little extra debug for broken timestamps.
26900         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26901         (dvdnavsrc_change_state):
26902         Ensure we send a discont to engage the link before we send any
26903         other events.
26904         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26905         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26906         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26907         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26908         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26909         dvd://title works in totem because typefinding sends a seek that ends
26910         up going back to chapter 1 regardless.
26911         * ext/mpeg2dec/gstmpeg2dec.c:
26912         * ext/mpeg2dec/gstmpeg2dec.h:
26913         Output correct timestamps and handle disconts.
26914         * ext/ogg/gstoggdemux.c: (get_relative):
26915         Small guard against a null dereference.
26916         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26917         (gst_textoverlay_set_property):
26918         Free memory when done. Don't call gst_event_filler_get_duration on
26919         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26920         g_warning.
26921         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26922         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26923         (gst_sw_srclink), (gst_smoothwave_chain):
26924         Draw solid lines, prettier colours.
26925         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26926         Add a default palette that'll work for some movies.
26927         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26928         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26929         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26930         * gst/mpegstream/gstdvddemux.h:
26931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26932         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26933         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26934         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26935         * gst/mpegstream/gstmpegparse.h:
26936         Use PTM/NAV events when for timestamp adjustment when connected to 
26937         dvdnavsrc. Don't use many discont events where one suffices.
26938         * gst/playback/gstplaybasebin.c: (group_destroy),
26939         (gen_preroll_element), (gst_play_base_bin_add_element):
26940         * gst/playback/gstplaybasebin.h:
26941         Make sure we remove subtitles from the same bin we put them in.
26942         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26943         (gst_subparse_buffer_format_autodetect),
26944         (gst_subparse_change_state):
26945         Fix some memleaks and invalid accesses.
26946         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26947         (oggskel_type_find), (cmml_type_find), (plugin_init):
26948         Some typefind functions for Annodex v3.0 files
26949         * gst/wavparse/gstwavparse.h:
26950         GstRiffReadClass is the correct parent class.
26951
26952 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26953
26954         * gst-libs/gst/riff/riff-media.c:
26955         (gst_riff_create_video_caps_with_data):
26956           Add extradata to huffyuv (fixes #165013).
26957         * gst-libs/gst/riff/riff-read.c:
26958         (gst_riff_read_strf_vids_with_data):
26959           Fix extradata extraction if it is in the chunk size.
26960
26961 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26962
26963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26964
26965         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26966         (gst_quarktv_change_state), (gst_quarktv_dispose):
26967           Memory free'ing location fix (#164708).
26968
26969 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * gst/playback/gstplaybasebin.c: (group_commit),
26972         (gen_preroll_element), (probe_triggered), (gen_source_element),
26973         (setup_source), (gst_play_base_bin_change_state),
26974         (gst_play_base_bin_add_element):
26975           Don't block for streams.
26976         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26977         (gst_stream_info_set_mute):
26978           Use gst_pad_set_active_recursive.
26979
26980 2005-01-25  Andy Wingo  <wingo@pobox.com>
26981
26982         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26983         for #ifndef HAVE_XVIDEO.
26984
26985 2005-01-24  Jeffrey C. Ollie
26986
26987         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26988
26989         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26990         * ext/gsm/gstgsmdec.h:
26991         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26992         * ext/gsm/gstgsmenc.h:
26993         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26994         was given by property. Add proper buffer timestamps and offsets.
26995
26996 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * gst-libs/gst/riff/riff-media.c:
26999         (gst_riff_create_audio_caps_with_data):
27000           Audio can be <8000Hz.
27001
27002 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27005           Explicit state change to workaround refcount bugs.
27006
27007 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27010         (gst_avimux_riff_get_avi_header):
27011           Fix...
27012
27013 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27016         (gst_riff_read_element_data):
27017         * gst-libs/gst/riff/riff-read.h:
27018           Add _peek version (req'ed in CDXA).
27019         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27020         (gst_cdxaparse_loop):
27021           Fix parsing in playbin.
27022         * gst/playback/gstdecodebin.c: (close_pad_link):
27023           Ignore current_ pads, they cause major annoyance.
27024
27025 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27028           Safety guard.
27029
27030 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27033           Fix padding...
27034
27035 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27038           Allow for 0-sized buffers. Fixes length query problems in
27039           starwars.mkv from the testsuite.
27040
27041 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27042
27043         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27044         (gst_video_box_i420), (gst_video_box_chain):
27045           Fix row strides for I420 (fixes #163159)
27046           
27047 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27048
27049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27050           MPEG2 has a useful rate property, so we can actually use that.
27051           For MPEG-1, continue using the bytes/time properties.
27052
27053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * gst-libs/gst/riff/riff-media.c:
27056         (gst_riff_create_video_caps_with_data),
27057         (gst_riff_create_video_template_caps):
27058           Add intel-h263.
27059
27060 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27061
27062         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27063           Fail if caps negotiation fails. Should fix #162184, and should
27064           definately be in there regardless of it fixing the actual bug.
27065         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27066         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27067         (gst_avimux_riff_get_avix_header),
27068         (gst_avimux_riff_get_video_header),
27069         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27070         (gst_avimux_start_file), (gst_avimux_handle_event),
27071         (gst_avimux_change_state):
27072         * gst/avi/gstavimux.h:
27073           Refactor structure writing to use GST_WRITE_UINT macros, add
27074           metadata writing support.
27075
27076 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27077
27078         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27079           Elements may already be destroyed when this function is called.
27080
27081 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27082
27083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27084         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27085           More memory leak fixes (#149162).
27086
27087 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27088
27089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27090         (gst_qtdemux_add_stream):
27091           Fix two memleaks.
27092
27093 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27094
27095         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27096           Argh...
27097
27098 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27101           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27102           when fixating to six channels in Totem.
27103
27104 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27105
27106         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27107           Fix compile warnings on Solaris 10 buildbot
27108
27109 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27110
27111         * ext/dvdread/dvdreadsrc.c: (_read):
27112           Don't read beyond the last cell in a chapter (fixes 
27113           invalid memory access)
27114
27115 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27116
27117         * ext/dvdread/stream_labels.c:
27118         (dvdreadsrc_get_audio_stream_labels):
27119           Use NULL for an empty GList instead of g_list_alloc(); fix 
27120           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27121           of GString (easier to bulk free later)
27122
27123 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27124
27125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27126
27127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27128         (gst_ffmpeg_pixfmt_to_caps):
27129           Fix BGRA32 caps (#164209).
27130
27131 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27132
27133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27134
27135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27136         (gst_ffmpeg_caps_to_pixfmt):
27137           alpha_mask can be RGBA/ABGR. Fixes #164265.
27138
27139 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27140
27141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27144         (gst_mpeg2dec_alloc_buffer):
27145         * ext/mpeg2dec/gstmpeg2dec.h:
27146           Crop if decoding size is not the actual image size (#163676).
27147
27148 2005-01-17  Steve Baker  <steve@stevebaker.org>
27149
27150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27153         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27154           Add libsndfile typefind functions (#163309).
27155
27156 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * tools/gst-launch-ext-m.m:
27159           Add .aac, fix .m1v/.m2v (#163891).
27160
27161 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27164           Sanity check, don't wait endlessly since the clock might not
27165           actually run at this point (which is a deadlock). Fixes #164069.
27166
27167 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27168
27169         * gst/playback/gstplaybasebin.c: (probe_triggered):
27170           Of course, only pause if group is done...
27171
27172 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27173
27174         * gst/playback/gstplaybasebin.c: (probe_triggered):
27175           Thread safety.
27176
27177 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27178
27179         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27180           Don't return state change success when the parent
27181           failed.
27182
27183 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27186           Free events (fix memleak in #162905).
27187
27188 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27189
27190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27191
27192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27193         (gst_ffmpeg_caps_to_pixfmt):
27194           Fix for depth = 15. Fixes #161675.
27195
27196 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27197
27198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27199           Set FPS correctly, even for webcams and the like.
27200         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27201           Don error on setting while capturing.
27202
27203 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27204
27205         * ext/dv/gstdvdec.c:
27206         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27207         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27208           I'm a bad boy. using /1001. to force C to do float division
27209           and not integer division (as it did in my last commit)
27210           Thanks to David I. Lehn for pointing this mistake.
27211
27212 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27215           Revert Johan's 1.35->1.36 since it breaks compat.
27216
27217 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27218
27219         * ext/dv/gstdvdec.c:
27220         * ext/libfame/gstlibfame.c:
27221         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27222         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27223           replace framerate aproximations by their real value
27224           (24000/1001, 30000/1001, 60000/1001)
27225           Finish fixing bug #164049
27226
27227 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27228
27229         * ext/ogg/gstoggmux.c:
27230           eos/bos debugging
27231         * gst/tcp/gstmultifdsink.c:
27232         * gst/tcp/gstmultifdsink.h:
27233         * gst/tcp/gsttcp.c:
27234         * gst/tcp/gsttcp.h:
27235         * gst/tcp/gsttcpclientsink.c:
27236         * gst/tcp/gsttcpclientsrc.c:
27237         * gst/tcp/gsttcpserversink.c:
27238         * gst/tcp/gsttcpserversrc.c:
27239           improve reusability of elements after state changes and errors
27240           make multifdsink throw away streamheaders when receiving new ones
27241
27242 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27245           Fix for if items are already in list...
27246
27247 2005-01-12  Benjamin Otte  <otte@gnome.org>
27248
27249         * gst/adder/gstadder.c: (gst_adder_loop):
27250           fix adder a bit so it doesn't screw up with events as much anymore
27251
27252 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27253
27254         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27255         (pixbufscale_scale), (gst_pixbufscale_chain):
27256         * ext/gdk_pixbuf/pixbufscale.h:
27257           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27258           to ensure rowstrides are calculated the same way as 
27259           ffmpegcolorspace
27260           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27261           that we pick up duration and offset also.
27262
27263 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27264
27265         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27266         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27267           Reusability fixes.
27268
27269 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27272         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27273         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27274         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27275           Update flags when requested.
27276
27277 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27278
27279         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27280           Fix dmix.
27281
27282 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27285         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27286         (probe_triggered), (new_decoded_pad), (gen_source_element),
27287         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27288         * gst/playback/gstplaybasebin.h:
27289         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27290         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27291         (gst_play_bin_change_state):
27292           Implement group-switch signal for use in apps to clear metadata
27293           cache, clean up subtitle, add suburi property instead of # hack,
27294           some error-out fixes.
27295
27296 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27299           Debug.
27300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27301           If we got a state change in the _get handler, don't return success.
27302
27303 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27304
27305         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27306         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27307           Make jpegdec quiet on MJPEG decoding
27308         * gst/asfdemux/README:
27309           Fix mimetypes for MJPEG and H263
27310
27311 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * ext/theora/theoradec.c: (theora_dec_chain):
27314           Fix broken code generation by gcc by swapping arguments.
27315         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27316           Fix \n in debug.
27317
27318 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27319
27320         * TODO:
27321           delete this file, it is by far outdated
27322         * ext/alsa/gstalsa.1: remove
27323         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27324         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27325         (gst_alsa_get_caps):
27326           Add HW probing for supported sample rates. Fixes #161704
27327
27328 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27329
27330         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27331           Don't crash, biatch! :).
27332
27333 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * ext/musepack/gstmusepackreader.cpp:
27336         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27337           Some work on tags - still doesn't work in playbin...
27338         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27339           Handle events...
27340
27341 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27342
27343         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27344           Also shove tags on kid pads.
27345
27346 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27347
27348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27349           Don't bail on unknown events.
27350         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27351           Don't crash on events before negotiation.
27352         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27353           Send tags on pads, too.
27354         * gst/playback/gststreamselector.c:
27355         (gst_stream_selector_request_new_pad):
27356           Forward events on first pad if no input was selected yet.
27357
27358 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * gst/playback/gstplaybasebin.c: (setup_substreams):
27361           Don't disable streamtype if the stream doesn't exist, since
27362           then playing a video after audio will disable both and nothing
27363           will happen. Fixes the testsuite.
27364
27365 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27366
27367         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27368         (gst_v4l_xoverlay_set_xwindow_id):
27369         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27370         (gst_v4l2_xoverlay_set_xwindow_id):
27371           Add debug categories, fix overlay disabling.
27372
27373 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27374
27375         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27376         * ext/alsa/gstalsa.h:
27377           Add HW probing for period_count/size and buffer_size MIX/MAX
27378           Adjust default/user defined value if out of bounds
27379           Should fix bug #162024
27380
27381 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27382
27383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27384           Fix warning (#161191).
27385
27386 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27387
27388         * ext/dvdread/stream_labels.c:
27389         (dvdreadsrc_get_audio_stream_labels):
27390           Fix warning (init the good variable in switch default)
27391
27392 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27393
27394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27397           Fix gcc-2.95 compile (#163485).
27398
27399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27400
27401         * configure.ac:
27402         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27403         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27404         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27405         (gst_flacenc_change_state):
27406         * ext/flac/gstflacenc.h:
27407           Update for API change in flac-1.1.1. Update requirement in
27408           configure.ac. Fixes #162974.
27409
27410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/playback/gstplaybasebin.c: (group_destroy):
27413           Remove hack to get rid of assert and get rid of unlinked
27414           signals properly.
27415
27416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * gst/playback/gstplaybasebin.c: (setup_source):
27419           Set source to NULL so that resources are free'ed. Fixes issues
27420           with playback of CDDA and similar device-accessing things.
27421
27422 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * testsuite/embed/Makefile.am:
27425           test->noinst, fix make test in buildbot.
27426
27427 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27428
27429         * ext/dvdread/stream_labels.c: new file
27430         * ext/dvdread/stream_labels.h: new file
27431         * ext/dvdread/Makefile.am:
27432         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27433           Extract audio stream label from DVD IFO files.
27434           It only dump them on the console for now, still have to
27435           make playbin aware of them.
27436
27437 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27438
27439         * gst/playback/gstplaybasebin.c: (setup_source):
27440           Fix hanging subs.
27441
27442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27445         (gen_preroll_element), (remove_groups), (setup_subtitle),
27446         (gen_source_element), (setup_source):
27447         * gst/playback/gstplaybasebin.h:
27448           Multiple .sub files is just a stupid idea... Fix some threading
27449           mistakes. Interestingly, external .sub files cause playbin to
27450           hang, I don't know why... Parsing fixes contributed by Fran??ois
27451           Kooman <fkooman@tuxed.net>.
27452
27453 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27454
27455         * testsuite/embed/Makefile.am:
27456           Fix buildbot.
27457
27458 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27459
27460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27461
27462         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27463         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27464         (gst_pngenc_set_property):
27465         * ext/libpng/gstpngenc.h:
27466           Add compression level property (#163323).
27467
27468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * configure.ac:
27471         * examples/capsfilter/capsfilter1.c: (main):
27472         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27473         * ext/dvdread/Makefile.am:
27474         * ext/dvdread/demo-play:
27475         * ext/dvdread/demo-play.c:
27476         * gconf/gstreamer.schemas.in:
27477         * gst-libs/gst/gconf/gconf.c:
27478         * sys/v4l/TODO:
27479         * testsuite/Makefile.am:
27480         * testsuite/embed/Makefile.am:
27481         * testsuite/embed/embed.c: (cb_expose), (main):
27482           Remove all references to xvideosink, fix examples (#140845).
27483         * gst/playback/gstplaybasebin.c: (group_destroy):
27484           Apparently, disposal does not unlink - so do explicitely.
27485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27486           Add debug.
27487
27488 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27489
27490         * README: fix PKG_CONFIG_PATH instructions, what was there
27491         previously was breaking default search path, not nice. 
27492         Fixes #163358
27493
27494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27497         (gst_audioscale_chain):
27498           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27499           when resampling - how the ^@$^!@^! is this possible?!?
27500
27501 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27504           Reset variables on READY.
27505         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27506         (gst_matroska_mux_loop):
27507           Require data before writing header.
27508
27509 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27510
27511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27512
27513         * ext/mad/gstmad.c: (gst_mad_chain):
27514           Don't call mad_stream_sync() directly after recovering sync.
27515           Fixes #151661.
27516
27517 2005-01-09  Martin Eikermann  <meiker@upb.de>
27518
27519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27520
27521         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27522         (snapshot_handler), (gst_snapshot_sinkconnect),
27523         (gst_snapshot_chain):
27524           Allocate resources when required, fix recursive signal emission
27525           and fix caps. Fixes #161667.
27526
27527 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27528
27529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27530
27531         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27532         (gst_pngdec_chain):
27533           Handle only 8-bppc (bits-per-pixel-component) images, better
27534           error handling and correct strides. Fixes #163177.
27535         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27536         (gst_pngenc_chain):
27537           Better error handling. Fixes #163348.
27538
27539 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27540
27541         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27542         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27543         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27544         (dvdnavsrc_uri_handler_init):
27545           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27546         * gst/playback/gstplaybasebin.c: (gen_source_element):
27547           Add MMS to streaming URIs.
27548
27549 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27550
27551         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27552         * sys/xvimage/xvimagesink.c:
27553         (gst_xvimagesink_navigation_send_event):
27554           Check for pad availability before sending event.
27555
27556 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27557
27558         * gst-plugins.spec.in:
27559           Add subparse.
27560
27561 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27562
27563         * configure.ac:
27564           Since we use functions from CVS, up requirement.
27565
27566 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27567
27568         * gst/playback/Makefile.am:
27569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27570         (group_destroy), (group_commit), (group_is_muted),
27571         (gen_preroll_element), (add_stream), (unknown_type),
27572         (probe_triggered), (preroll_unlinked), (mute_stream),
27573         (silence_stream), (new_decoded_pad), (setup_substreams),
27574         (setup_source), (get_active_source), (mute_group_type),
27575         (muted_group_change_state), (set_active_source),
27576         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27577         (play_base_eos), (gst_play_base_bin_change_state):
27578         * gst/playback/gstplaybasebin.h:
27579         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27580         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27581         (gst_stream_info_dispose), (stream_info_mute_pad),
27582         (stream_info_change_state), (gst_stream_info_set_mute):
27583         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27584         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27585         (gst_stream_selector_init), (gst_stream_selector_dispose),
27586         (gst_stream_selector_get_linked_pad),
27587         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27588         (gst_stream_selector_get_linked_pads),
27589         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27590         * gst/playback/gststreamselector.h:
27591           Adding stream selection support plus required properties for
27592           applications to use this. Fully fixes #100931.
27593
27594 2005-01-08  Benjamin Otte  <otte@gnome.org>
27595
27596         * gst/games/gstpuzzle.c: (nav_event_handler):
27597           - handle nav events differently: forward every event no matter if it
27598             was handled or not.
27599           - translate events
27600           You can now cheat by using navigationtest ! puzzle and moving the
27601           mouse close to the edge of a tile. ;)
27602
27603 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27604
27605         * configure.ac:
27606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27607         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27608         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27609         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27610         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27611         (gst_ogm_parse_plugin_init):
27612         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27613         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27614         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27615         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27616         * ext/pango/gsttextoverlay.h:
27617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27618         (gst_matroska_demux_handle_seek_event),
27619         (gst_matroska_demux_sync_streams),
27620         (gst_matroska_demux_parse_blockgroup),
27621         (gst_matroska_demux_subtitle_caps),
27622         (gst_matroska_demux_plugin_init):
27623         * gst/matroska/matroska-ids.h:
27624         * gst/playback/gstdecodebin.c: (close_pad_link):
27625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27626         (gen_preroll_element), (remove_groups), (add_stream),
27627         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27628         (setup_source):
27629         * gst/playback/gstplaybasebin.h:
27630         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27631         * gst/subparse/Makefile.am:
27632         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27633         (gst_subparse_base_init), (gst_subparse_class_init),
27634         (gst_subparse_init), (gst_subparse_formats),
27635         (gst_subparse_eventmask), (gst_subparse_event),
27636         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27637         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27638         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27639         (parse_mpsub_deinit), (parse_mpsub_init),
27640         (gst_subparse_buffer_format_autodetect),
27641         (gst_subparse_format_autodetect), (gst_subparse_loop),
27642         (gst_subparse_change_state), (gst_subparse_type_find),
27643         (plugin_init):
27644         * gst/subparse/gstsubparse.h:
27645         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27646         (plugin_init):
27647           Add subtitle support, .sub parser (supports SRT and MPsub),
27648           OGM text support, Matroska UTF-8 text support, deadlock fixes
27649           all over the place, subtitle awareness in decodebin/playbin
27650           and some fixes to textoverlay to handle subtitles in a stream
27651           correctly. Fixes #100931.
27652
27653 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27656           Check for pad availability before doing a query on it.
27657
27658 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27659
27660         * ext/dv/gstdvdec.c:
27661           really fix bpp24/32 dvdec caps (classic rgba indeed)
27662         * gst/asfdemux/gstasfdemux.c:
27663         (gst_asf_demux_process_ext_content_desc):
27664           don't send text tags if they are empty (bis repetita)
27665
27666 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27667
27668         * ext/dv/gstdvdec.c:
27669          remove unneeded comment from dvdec
27670           (related to DV 4CC codes in AVI files)
27671           moved them in gstreamer/docs/random/mimetypes
27672         * gst/asfdemux/gstasfdemux.c:
27673         (gst_asf_demux_process_ext_content_desc):
27674          don't send text tags if they are empty
27675          fix mem leak on error path
27676         * gst/ffmpegcolorspace/avcodec.h:
27677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27679         (gst_ffmpegcsp_avpicture_fill):
27680         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27681         * gst/ffmpegcolorspace/imgconvert_template.h:
27682          adds BGR32 and BGRA32 to ffmpegcolorspace
27683           (still bad colors, fixing it on next commit)
27684           helps with dvdec outputing BGR32
27685
27686 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27687
27688         * ext/dv/gstdvdec.c:
27689          Fix audio caps i just broke (missing ',')
27690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27691         (gst_matroska_mux_reset):
27692          Fix typo + add FIXME about old "x-gst-metadata" crap
27693
27694 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27695
27696         * ext/dv/demo-play.c: (main):
27697          xvideosink -> xvimagesink
27698         * ext/dv/gstdvdec.c:
27699          change rgb 32/32 caps to 24/32 (no alpha)
27700          change nb of channels to be a list (2 or 4, not 2)
27701          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27702         * gst/asfdemux/gstasfdemux.c:
27703         (gst_asf_demux_process_ext_content_desc):
27704          Add 'date/year' to extracted metadata list
27705
27706 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27709           The return value of fixate_to does not imply that the requested
27710           value was set, so don't assume.
27711
27712 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27713
27714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * ext/libpng/gstpngdec.c:
27717         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27718         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27719         * ext/libpng/gstpngenc.h:
27720           Alpha support (encoder; #163161), mime fixage.
27721
27722 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27723
27724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27727         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27728         (gst_faac_set_property), (gst_faac_get_property):
27729         * ext/faac/gstfaac.h:
27730           Allow for ADTS output (#153434).
27731
27732 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27733
27734         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27735           Fix against template (#150576).
27736
27737 2005-01-06  Benjamin Otte  <otte@gnome.org>
27738
27739         * gst/games/gstpuzzle.c: (draw_puzzle):
27740           don't draw a puzzle if either width or height of tiles would be 0.
27741
27742 2005-01-06  Benjamin Otte  <otte@gnome.org>
27743
27744         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27745         (gst_puzzle_class_init), (gst_puzzle_finalize):
27746           no memleaks, please
27747         (gst_puzzle_create), (gst_puzzle_init),
27748         (gst_puzzle_set_property), (gst_puzzle_setup):
27749           change initialization code around so we don't reshuffle on resize
27750         (draw_puzzle):
27751           fix another stupid typo
27752
27753 2005-01-06  Benjamin Otte  <otte@gnome.org>
27754
27755         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27756           fix stupid typo that borked copying on YUY2
27757
27758 2005-01-06  Benjamin Otte  <otte@gnome.org>
27759
27760         * gst/games/gstpuzzle.c: (draw_puzzle):
27761           fix edges when image sizes aren't multiples of tile sizes
27762
27763 2005-01-06  Benjamin Otte  <otte@gnome.org>
27764
27765         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27766           make RGB endianness work correctly
27767         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27768           refactor and fix race with initial shuffling
27769         (nav_event_handler):
27770           allow using the mouse to puzzle
27771         (draw_puzzle):
27772           insist on tiles having width and height as multiples of 4 to get
27773           clean YUV image handling
27774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27775         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27776           s/DEBUG/LOG/ for common messages
27777         (gst_xvimagesink_navigation_send_event):
27778           fix mouse event translation to not include screen PAR
27779         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27780           fix mouse event translation to actually work
27781
27782 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27783
27784         * gst/asfdemux/gstasfdemux.c:
27785         (gst_asf_demux_process_ext_content_desc):
27786          Extract TrackNumber metadata + clean up code
27787         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27788          Hope this is the good fix (var used unitialised)
27789
27790 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27791
27792         * ext/faad/gstfaad.c: (gst_faad_chain):
27793           Only increment timestamp if it's valid. Fixes raw AAC streams.
27794
27795 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27796
27797         * configure.ac:
27798         * gst/games/Makefile.am:
27799         * gst/games/gstpuzzle.c:
27800           add a puzzle game with...
27801         * gst/games/gstvideoimage.c:
27802         * gst/games/gstvideoimage.h:
27803           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27804           from videotestsrc and made into something that would be a nice
27805           library for a lot of other plugins.
27806
27807 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27808
27809         * configure.ac:
27810          don't compile faad plugin if a RC of 2.0 is found
27811          Fixes #155346 (and FC1 buildbot)
27812         * gst/asfdemux/gstasfdemux.c:
27813         (gst_asf_demux_process_ext_content_desc):
27814          try to make Solaris compiler happier
27815
27816 2005-01-06  Paul Jack  <pjack@sfaf.org>
27817
27818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27821           Fix segfault (#161667).
27822
27823 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27826           Fix framerate reporting.
27827
27828 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27829
27830         * gst-libs/gst/riff/riff-ids.h:
27831         * gst/wavenc/riff.h:
27832          Add AMR (VBR and CBR) ids to riff.h audio codec list
27833         * gst/asfdemux/gstasfdemux.c:
27834         (gst_asf_demux_process_ext_content_desc),
27835         (gst_asf_demux_process_object):
27836           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27837
27838 2005-01-05  Martin Eikermann  <meiker@upb.de>
27839
27840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27843         (gst_dvd_demux_handle_discont):
27844         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27845         (gst_mpeg_demux_handle_discont):
27846           Recreate pads on new-media (#160730).
27847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27848           Send discont even if manager changes timestamps (#161929).
27849
27850 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27851
27852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27855           Fix invalid memory access (#159211).
27856
27857 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27858
27859         * examples/gstplay/player.c: (main):
27860           Don't iterate.
27861         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27862           Add visualizations.
27863         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27864         (gst_a52dec_handle_frame):
27865           Set duration.
27866         * ext/dvdnav/gst-dvd:
27867           Add audioconvert. Fixes #161325.
27868         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27869           Explicitely case to gint64. Possible valgrind error.
27870         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27871         (gst_play_tick_callback), (gst_play_change_state),
27872         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27873         (gst_play_set_location), (gst_play_get_location),
27874         (gst_play_seek_to_time), (gst_play_set_data_src),
27875         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27876         (gst_play_set_visualization), (gst_play_connect_visualization),
27877         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27878         (gst_play_new):
27879           Use playbin. Fixes #139749 and #147744.
27880         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27881           Add genre tag.
27882         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27883         (audioscale_get_type), (gst_audioscale_base_init),
27884         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27885         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27886         (gst_audioscale_link), (gst_audioscale_get_buffer),
27887         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27888         (gst_audioscale_init), (gst_audioscale_dispose),
27889         (gst_audioscale_chain), (gst_audioscale_set_property),
27890         (gst_audioscale_get_property), (plugin_init):
27891           Indent properly.
27892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27893           Fix LPCM.
27894         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27895         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27896         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27897           Add more metadata (fixes #162656).
27898
27899 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27900
27901         * configure.ac:
27902           back to cvs
27903
27904 === release 0.8.7 ===
27905
27906 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27907
27908         * NEWS:
27909         * RELEASE:
27910         * configure.ac:
27911           releasing 0.8.7, "Hyperspace"
27912
27913 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27914
27915         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27916
27917         * gst/playback/gstplaybasebin.c:
27918          Fix for #162924 - free caps after use, not before
27919
27920 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27921
27922         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27923
27924         * gst/playback/gstplaybasebin.c:
27925         * gst/wavparse/gstwavparse.c:
27926           Fix for #154773 - fixes playback of small .wav files
27927
27928 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27929
27930         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27931
27932         * gst/audioscale/gstaudioscale.c:
27933           Fix for #162819 - make audioscale reusable
27934           Fixes playback of more than one file with playbin/totem
27935
27936 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27937
27938         * gst/ffmpegcolorspace/avcodec.h:
27939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27940         * gst/ffmpegcolorspace/imgconvert.c:
27941           clean up the mess that made me cry and avoid needless duplication
27942
27943 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * gst/ffmpegcolorspace/imgconvert.c:
27946           give some indication of why we're segfaulting
27947
27948 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27949
27950         * configure.ac:
27951           Fix indentation, fix v4l2 plugin detection.
27952         * ext/Makefile.am:
27953           Fix libmms location (Maciej, use diff -u!).
27954         * ext/alsa/gstalsa.c: (gst_alsa_init):
27955           Initialize caps cache to NULL.
27956         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27957           Only change state on audiosink if it exists.
27958
27959 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27960
27961         * gst/matroska/matroska-demux.c:
27962         * gst/matroska/matroska-ids.h:
27963         * gst/matroska/matroska-demux.h:
27964         Fix Vorbis streams failing to decode in some files, where cluster_time
27965         isn't 0, because then it doesn't send codec_priv before actual data.
27966         Remove time-based test and replace it with marker set on beginning of
27967         new stream
27968
27969 2004-12-28  David Schleef  <ds@schleef.org>
27970
27971         Merge patch from Ronald fixing problems with streaming
27972         text.
27973         * ext/cairo/gstcairo.c: (plugin_init):
27974         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27975         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27976         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27977         (gst_textoverlay_font_init), (gst_textoverlay_init),
27978         (gst_textoverlay_set_property):
27979         * ext/cairo/gsttextoverlay.h:
27980
27981 2004-12-27  David Schleef  <ds@schleef.org>
27982
27983         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27984         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27985         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27986         (gst_textoverlay_font_init), (gst_textoverlay_init),
27987         (gst_textoverlay_set_property): Improvements to actually
27988         render text as white on black outline on video, including
27989         font selection and horizontal/vertical alignment.  (Ronald's
27990         christmas present)
27991         * ext/cairo/gsttextoverlay.h:
27992
27993 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27994
27995         * ext/ogg/gstogg.c:
27996         * ext/ogg/gstogmparse.c:
27997           fix ogm[audio/video]parse plugin registration
27998           (riff won't load if bytestream is already loaded)
27999
28000 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28001
28002         * gst/audioconvert/gstchannelmix.c:
28003           fix for GLIB < 2.4
28004
28005 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28006
28007         * Makefile.am:
28008         * configure.ac:
28009           disable docs again until it actually passes make distcheck.
28010
28011 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28012
28013         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28014         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28015         (plugin_init):
28016           Add 3GP (variables name Q3GP because they can't start with a
28017           number). Add samr audio fourcc (used in .3gp files), decoder
28018           is work in progress. Also do a GST_WARNING instead of ERROR
28019           in case of unknown nodes, to decrease output.
28020
28021 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28022
28023         * Makefile.am:
28024           really fix dist
28025
28026 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28027
28028         * configure.ac:
28029         * ext/speex/gstspeexdec.h:
28030         * ext/speex/gstspeexenc.h:
28031           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28032           Fix detection code in configure.ac
28033
28034 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28035
28036         * gst/matroska/matroska-demux.c:
28037         (gst_matroska_demux_parse_blockgroup):
28038           Save position, so that queries give proper return values. Don't
28039           know how this could ever have worked before...
28040
28041 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28042
28043         * configure.ac:
28044           Put additional LAME check inside the conditional.  Fixes #152339
28045
28046 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28047
28048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28049         (gst_avi_demux_stream_scan):
28050           Add some more debug. Fix logic error when setting movi offset
28051           while reading index.
28052
28053 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28056         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28057         (gst_avi_demux_process_next_entry):
28058           Add some debugging. Better detection of broken indexes and the
28059           accompanying index recovery. No infinite loops on state changes
28060           when we're still in our loopfunction.
28061
28062 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28063
28064         * configure.ac:
28065           Fix up.
28066
28067 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28068
28069         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28070
28071         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28072           Normalizing the value before setting
28073         (gst_sunaudiomixer_get_volume):
28074           Normalizing the value after getting. Fixes bug# 161980
28075
28076 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28077
28078         * Makefile.am: Make sure docs gets disted
28079         * docs/Makefile.am: Make sure all needed files get disted
28080         * gst-plugins.spec.in: latest updates
28081
28082 2004-12-22  Wim Taymans  <wim@fluendo.com>
28083
28084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28085         Revert patch 1.38 as clock distribution over schedulers does
28086         not work correcly in the core yet.
28087
28088 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28089
28090         * sys/oss/README: remove this file, which predates my birth
28091           (and which content is by far outdated)
28092
28093 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28094
28095         * Makefile.am:
28096         * configure.ac:
28097         * docs/Makefile.am:
28098         * docs/libs/Makefile.am:
28099         * docs/libs/gst-plugins-libs-docs.sgml:
28100         * docs/libs/gst-plugins-libs-sections.txt:
28101         * docs/libs/tmpl/gstgconf.sgml:
28102         * docs/upload.mak:
28103         * docs/version.entities.in:
28104           Added boilerplate gtk-doc files for plugin-libs documentation.
28105
28106 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28107
28108         * gst/auparse/gstauparse.c: fix int and float audio caps
28109
28110 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28111
28112         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28113         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28114           g_assert() can be a macro, don't use #ifdef inside it.
28115
28116 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28117
28118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28121         (gst_videorate_init), (gst_videorate_chain),
28122         (gst_videorate_change_state):
28123           Event handling (fixes #159986).
28124
28125 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28126
28127         * gst-libs/gst/riff/riff-media.c:
28128         (gst_riff_create_video_caps_with_data):
28129           Add BLZ0 (Blizzard's version of DivX) fourcc.
28130
28131 2004-12-18  David Schleef  <ds@schleef.org>
28132
28133         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28134         portability fix.
28135
28136 2004-12-18  David Schleef  <ds@schleef.org>
28137
28138         * gst/tta/ttadec.h: Disable some header code that isn't used
28139         and clearly isn't portable.
28140
28141 2004-12-18  David Schleef  <ds@schleef.org>
28142
28143         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28144         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28145         (avcodec_get_pix_fmt), (avpicture_layout),
28146         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28147         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28148         Fix code to not use GCC extensions (and c99 extensions that
28149         Forte does not like.)
28150
28151 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28152
28153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28154
28155         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28156         (gst_deinterlace_chain):
28157           Rowstride fixes. Fixes #161039.
28158         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28159         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28160         (gst_video_crop_getcaps), (gst_video_crop_link),
28161         (gst_video_crop_i420), (gst_video_crop_chain),
28162         (gst_video_crop_change_state):
28163           Rework of negotiation. Actually works now. Fixes #158650.
28164
28165 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28166
28167         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28168           That was very stupid.
28169
28170 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/matroska/matroska-demux.c:
28173         (gst_matroska_demux_parse_blockgroup):
28174           Fix possible crasher.
28175
28176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28179         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28180           Lace sizes can be zero.
28181
28182 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * ext/musepack/gstmusepackdec.cpp:
28185           Fetch error return values. Fixes #161624.
28186         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28187           Really EOS.
28188
28189 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28192           Work for truncated (unfinished download etc.) files. Fixes #160514.
28193
28194 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28195
28196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28197           Fix for integer overflow. Makes #156001 not crash. Probably masks
28198           the real bug.
28199
28200 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * gst/ac3parse/gstac3parse.c: (plugin_init):
28203           Parsers never have ranks. Fixes #159651.
28204
28205 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28206
28207         * gst/playback/gstdecodebin.c: (compare_ranks):
28208           make sure the facotries are ordered the same every time even if they
28209           have the same rank by using the name
28210         * gst/playback/gstdecodebin.c: (find_compatibles):
28211           make sure we don't add factories to the list twice
28212
28213 2004-12-16  David Schleef  <ds@schleef.org>
28214
28215         * configure.ac: look for musepack headers as musepack/*.h
28216         (fixes #159847)
28217         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28218         * ext/musepack/gstmusepackreader.h: same
28219
28220 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28221
28222         * gst-libs/gst/riff/riff-read.c:
28223         (gst_riff_read_strf_auds_with_data):
28224           Read extradata correctly (fixes #155879).
28225
28226 2004-12-16  David Schleef  <ds@schleef.org>
28227
28228         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28229         audio.  does _not_ attempt or allow conversion unless channels
28230         is 1 or 2.
28231
28232 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28233
28234         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28235
28236 2004-12-16  David Schleef  <ds@schleef.org>
28237
28238         * gst/audioscale/gstaudioscale.c: the resample library only
28239         handles 1 or 2 channels.  Change caps to compensate.
28240
28241 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28244         (gst_matroska_demux_audio_caps):
28245           Some MPEG-AAC hacks, because else it doesn't work...
28246
28247 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * gst-libs/gst/riff/riff-media.c:
28250         (gst_riff_create_video_caps_with_data),
28251         (gst_riff_create_video_template_caps):
28252           Add h264.
28253
28254 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28255
28256         * gst-libs/gst/audio/Makefile.am:
28257           Try to fix buildbot.
28258
28259 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28260
28261         * gst/tcp/gstmultifdsink.c:
28262           Clean up and uniformize debugging.
28263
28264 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28265
28266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28267
28268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28269         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28271         (gst_mpeg_demux_change_state):
28272           Reset on ready. Fixes 160276.
28273
28274 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28275
28276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28279         (gst_ffmpegcsp_pad_link):
28280           Fix memleak (#154815).
28281
28282 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28283
28284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28285
28286         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28287         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28288         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28289         * ext/musicbrainz/gsttrm.h:
28290           Add support for using a proxy server when getting a trm id from
28291           the MusicBrainz database (#149613).
28292
28293 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28294
28295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28298         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28299           Fix memleaks (#157233).
28300
28301 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28302
28303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28304
28305         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28306         * gst-libs/gst/resample/resample.h:
28307         * gst/audioscale/gstaudioscale.c:
28308           Fix memleak (#159215).
28309
28310 2004-12-16  Toni Willberg  <toniw@iki.fi>
28311
28312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28315         * sys/oss/oss_probe.c: (main):
28316           Check for mono/stereo support (similar to samplerate probing),
28317           fixes #159433. Also add missing copyright header to oss_probe.c.
28318
28319 2004-12-15  David Schleef  <ds@schleef.org>
28320
28321         * configure.ac: add audioresample and cairo plugins.  Remove
28322         HAVE_MMX stuff, because it's not used.
28323         * ext/Makefile.am: same
28324         * ext/audioresample/Makefile.am: You are not ready for an
28325         audio resampling element based on audioresample.
28326         * ext/audioresample/gstaudioresample.c:
28327         * ext/audioresample/gstaudioresample.h:
28328         * ext/cairo/Makefile.am: You are not ready for overlay elements
28329         based on cairo.  Don't look too closely, these elements kinda
28330         suck right now.
28331         * ext/cairo/gstcairo.c: new
28332         * ext/cairo/gsttextoverlay.c: new
28333         * ext/cairo/gsttextoverlay.h: new
28334         * ext/cairo/gsttimeoverlay.c: new
28335         * ext/cairo/gsttimeoverlay.h: new
28336         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28337         problem with compilers that don't support variadic macros.
28338
28339 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28340
28341         Reviewed by:  David Schleef  <ds@schleef.org>
28342
28343         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28344         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28345         bit.  Also ran indent-gst.
28346         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28347         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28348         (gst_sunaudiosrc_setparams):
28349
28350 2004-12-14  David Schleef  <ds@schleef.org>
28351
28352         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28353         output rate to 16000.  Should fix #160235.
28354
28355 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28356
28357         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28358         Add typefinding for mpeg2 pes streams
28359
28360 2004-12-13  David Schleef  <ds@schleef.org>
28361
28362         * configure.ac:  Applied patch from bug #143659, making default
28363         sources and sinks OS-dependent (for Solaris), and added code
28364         for OS/X.
28365         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28366
28367 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28368
28369         * gst-libs/gst/riff/riff-media.c:
28370           forgot to add h2.64 to avidemux template caps
28371
28372 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28373
28374         * gst/wavenc/riff.h:
28375         * gst-libs/gst/riff/riff-media.c:
28376         * gst-libs/gst/riff/riff-ids.h:
28377         * gst/avi/gstavimux.c
28378         add 4CC code for VideoSoft h264 in AVI (VSSH)
28379           fixes bug #160655
28380         remove s323 from riff, it's quicktime specific :(
28381
28382 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28383
28384         * gst/asfdemux/README
28385         * gst/wavenc/riff.h
28386         * gst-libs/gst/riff/riff-ids.h
28387         * gst-libs/gst/riff/riff-media.c
28388         * gst/qtdemux/qtdemux.c:
28389           add new 4CC codes for h263 related codecs
28390           fixes partially bug #155163
28391
28392 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28393
28394         * configure.ac: Update polyaudio requirement to 0.7
28395         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28396
28397 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28398
28399         * gst/interleave/deinterleave.c:
28400         fix my name's spelling! :)
28401
28402 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28403
28404         * AUTHORS ChangeLog
28405         * gst/auparse/gstauparse.c
28406         * gst/interleave/deinterleave.c
28407         * gst/law/:
28408                 alaw-decode.c alaw-encode.c
28409                 mulaw-decode.c mulaw-encode.c
28410         * gst/oneton/gstoneton.c
28411         * sys/osxaudio/:
28412                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28413         * sys/osxvideo/:
28414                 cocoawindow.h cocoawindow.m
28415                 osxvideosink.h osxvideosink.m
28416
28417         put the same mail address for Zaheer Abbas Merali everywhere
28418
28419 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28420
28421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28422           Align by packetsize, and assert that we a packet available before
28423           playing. The first makes webstreams work (they often include
28424           trailing padding data in a packet), the second allows pausing a
28425           ASF stream in totem without getting demux errors afterwards.
28426
28427 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28428
28429         * ext/ogg/gstoggdemux.c: (get_relative):
28430           Check for non-NULL before accessing member (end-of-chain).
28431
28432 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28433
28434         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28435         (cdparanoia_set_property), (cdparanoia_get_property):
28436         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28437         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28438         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28439         (dvdreadsrc_init), (dvdreadsrc_set_property),
28440         (dvdreadsrc_get_property):
28441         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28442         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28443           Synchronize property names where not yet the case. Devices are
28444           now device=X, other versions are deprecated (but still exist).
28445           Also use g_free() unconditionally.
28446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28447         (setup_source), (gst_play_base_bin_get_property):
28448           Expose source.
28449
28450 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * configure.ac: move GCONF macro outside conditional for the am
28453           conditional. Fixes #160439
28454
28455 2004-12-08  David Schleef  <ds@schleef.org>
28456
28457         * tools/gst-visualise-m.m: Switch to elements that currently
28458         exist.
28459
28460 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28461
28462         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28463           We love wrong commas.
28464
28465 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28466
28467         * gst/matroska/matroska-demux.c:
28468         (gst_matroska_demux_handle_src_query):
28469           Don't set DEFAULT, unsupported - makes length display incorrectly
28470           in some cases.
28471
28472 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28473
28474         * gst/monoscope/README: remove blurb about files being GPL
28475         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28476         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28477           monoscope is now effectively LGPL licensed
28478
28479 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28480
28481         * gst/monoscope/README: Update information to be more correct
28482         * gst/monoscope/convolve.c: Relicense to LGPL
28483         * gst/monoscope/convolve.h: Relicense to LGPL
28484
28485 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28486
28487         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28488           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28490           set default_duration for mpeg1 audio
28491
28492 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28493
28494         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28495         * ext/alsa/gstalsa.h:
28496           refactor big chunks of the core caps negotiation code to make it
28497           a lot faster, because people claim it's really slow
28498           (actually, just cache the getcaps when the device is opened)
28499
28500 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28501
28502         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28503         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28504         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28505         (gst_a52dec_change_state), (plugin_init):
28506         * ext/a52dec/gsta52dec.h:
28507           Do something useful with timestamps. Make chain-based (since
28508           there's really no reason to be loopbased).
28509         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28510           Update current_byte/frame correctly.
28511
28512 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28513
28514         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28515         (gst_ape_demux_stream_init):
28516           Forward tags, too.
28517
28518 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28519
28520         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28521           Let's make sure we're done typefinding when detecting tags.
28522
28523 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28524
28525         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28526         (gst_ebml_read_init), (gst_ebml_read_use_event),
28527         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28528         (gst_ebml_read_seek), (gst_ebml_read_skip),
28529         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28530         (gst_ebml_read_master):
28531         * gst/matroska/ebml-read.h:
28532         * gst/matroska/matroska-demux.c:
28533         (gst_matroska_demux_parse_contents),
28534         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28535           Disgustingly evil hack for working around INTERRUPT events and
28536           their extremely annoying habit of being a pain in the ass. We
28537           simply peek a cluster before reading any of it.
28538
28539 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28540
28541         * ext/musepack/gstmusepackdec.cpp:
28542           There's also floating point libmusepacks.
28543
28544 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28545
28546         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28547         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28548           Set DURATION even if source buffer didn't. Also use increasing
28549           timestamps.
28550         * gst-libs/gst/riff/riff-media.c:
28551         (gst_riff_create_audio_caps_with_data):
28552           Block_align can have larger values than 8192.
28553
28554 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28557         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28558         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28559         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28560           Fix caps.
28561
28562 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28563
28564         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28565           Fix logic bug.
28566
28567 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28570           Yay, another one.
28571
28572 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * ext/esd/esdsink.c: (gst_esdsink_chain):
28575           Make error actually say something useful (fixes #156798).
28576         * gst-libs/gst/riff/riff-media.c:
28577         (gst_riff_create_video_caps_with_data),
28578         (gst_riff_create_video_template_caps):
28579           Add Intel Video 5.0 fourcc (IV50).
28580
28581 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28582
28583         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28584         detection on mono and stereo mp3 files.
28585
28586 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28587
28588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28589           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28590           the contained stream).
28591
28592 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28593
28594         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28595           Oops, remove debug.
28596
28597 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28598
28599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/law/alaw-decode.c: (alawdec_getcaps):
28602         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28603           Prevent warnings when negotiating caps (fixes #159338).
28604
28605 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28606
28607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28608         (gst_ffmpegcsp_chain):
28609           Remove old leftover that shouldn't be there...
28610
28611 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28612
28613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28616           Don't forward DISCONT events (fixes #159684).
28617
28618 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28619
28620         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28621           Unlink manually since sometimes bin disposal (and therefore
28622           pad unlinking) is delayed, which will cause a new media file
28623           to not be able to start playing instantly.
28624
28625 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28626
28627         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28628           On mute of an unlinked stream, check for pad availability so
28629           we don't crash on unlinked pad.
28630
28631 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28632
28633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28634         (gst_avi_demux_massage_index):
28635           Fix quite humiliating bug in omitting 0-sized index chunks but
28636           forgetting to count them for timestamps.
28637
28638 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28639
28640         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28641           Actually leave the loop if we failed to sync. Don't crash.
28642
28643 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28644
28645         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28646         (gst_dvd_demux_process_private):
28647         * gst/mpegstream/gstdvddemux.h:
28648           Fix crash (#159759). Doesn't work, though. :-(.
28649
28650 2004-11-28  Benjamin Otte  <otte@gnome.org>
28651
28652         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28653           more overwriting protection due to modifying channels one by one
28654           instead of all at once
28655
28656 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28657
28658         * gst/audioconvert/gstchannelmix.c:
28659         (gst_audio_convert_fill_normalize):
28660           Normalize using absolute values.
28661
28662 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28663
28664         * configure.ac:
28665         * ext/Makefile.am:
28666         * ext/directfb/Makefile.am:
28667         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28668         (gst_directfbvideosink_get_pixel_format),
28669         (gst_directfbvideosink_get_format_from_fourcc),
28670         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28671         (gst_directfbvideosink_sink_link),
28672         (gst_directfbvideosink_change_state),
28673         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28674         (gst_directfbvideosink_buffer_alloc),
28675         (gst_directfbvideosink_interface_supported),
28676         (gst_directfbvideosink_interface_init),
28677         (gst_directfbvideosink_navigation_send_event),
28678         (gst_directfbvideosink_navigation_init),
28679         (gst_directfbvideosink_set_property),
28680         (gst_directfbvideosink_get_property),
28681         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28682         (gst_directfbvideosink_base_init),
28683         (gst_directfbvideosink_class_init),
28684         (gst_directfbvideosink_get_type), (plugin_init):
28685         * ext/directfb/directfbvideosink.h: Adding a first version of
28686         directfbvideosink.
28687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28688         more.
28689
28690 2004-11-28  Benjamin Otte  <otte@gnome.org>
28691
28692         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28693           walk the samples backwards if out_channels > in_channels so we don't
28694           overwrite data
28695
28696 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28697
28698         * gst/audioconvert/Makefile.am:
28699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28700         (gst_audio_convert_link), (gst_audio_convert_change_state),
28701         (gst_audio_convert_channels):
28702         * gst/audioconvert/gstchannelmix.c:
28703         (gst_audio_convert_unset_matrix),
28704         (gst_audio_convert_fill_identical),
28705         (gst_audio_convert_fill_compatible),
28706         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28707         (gst_audio_convert_fill_others),
28708         (gst_audio_convert_fill_normalize),
28709         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28710         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28711         * gst/audioconvert/gstchannelmix.h:
28712           Implement a channel mixer.
28713
28714 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28715
28716         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28717         * ext/alsa/gstalsa.h:
28718         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28719         Make alsasink actually honor gst_element_set_clock and use that
28720         clock instead of its internal one.
28721
28722 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28723
28724         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28725         (gst_play_base_bin_change_state): nullify source and decoder when
28726         going from READY to NULL so that we don't try to do weird stuff with
28727         them when going from NULL to READY
28728         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28729         instead of g_object_unref
28730         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28731         it should be correct
28732         (gst_play_bin_change_state): don't call remove_sinks if we are
28733         currently disposing the object
28734
28735 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28736
28737         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28738           Don't forget bass if it's there. Else left channel is silent...
28739
28740 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28741
28742         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28743         (gst_a52dec_change_state):
28744           Don't do sample adjusting anymore, we use float audio now.
28745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28746           Don't fixate to non-existing properties.
28747
28748 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28751         (gst_a52dec_change_state):
28752           Advertise that we can do surround sound.
28753
28754 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28755
28756         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28757           Add buffer-frames=0.
28758         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28759         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28760         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28761         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28762         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28763         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28764         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28765         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28766         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28767         * ext/dvdread/dvdreadsrc.h:
28768           Add seeking, querying for bytes, sectors, title, angle and
28769           chapter. Handle multiple chapters. Relicense to LGPL because
28770           Billy agreed on that (thanks Billy!).
28771
28772 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28773
28774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28775         call parent dispose method
28776
28777 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28778
28779         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28780         (gst_audio_clock_get_internal_time):
28781         Fix active <-> inactive transitions: ensure time value always
28782         grows and avoid abrupt value changes.
28783
28784 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28785
28786         * configure.ac:
28787         * gst/tta/Makefile.am:
28788         * gst/tta/crc32.h:
28789         * gst/tta/filters.h:
28790         * gst/tta/gsttta.c:
28791         * gst/tta/gstttadec.c:
28792         * gst/tta/gstttadec.h:
28793         * gst/tta/gstttaparse.c:
28794         * gst/tta/gstttaparse.h:
28795         * gst/tta/ttadec.h:
28796           added TTA parser and decoder
28797
28798 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28799
28800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28801         (probe_triggered), (check_queue), (buffer_underrun),
28802         (buffer_running), (buffer_overrun), (gen_source_element),
28803         (setup_source):
28804         * gst/playback/gstplaybasebin.h:
28805           Implement buffering. Needs some more work.
28806
28807 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28808
28809         * ext/theora/theoradec.c: (theora_dec_chain):
28810           Fix ilog mask range overflow.
28811
28812 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28813
28814         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28815           Don't omit the last (which in case of dmix is the only :) )
28816           channel count. Don't set channels if <= 2.
28817
28818 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28819
28820         * gst/playback/gstplaybin.c: (gen_video_element),
28821         (gen_audio_element): Removed 2 obsolete comments
28822
28823 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28824
28825         * ext/vorbis/oggvorbisenc.c
28826         * ext/vorbis/vorbisenc.c :
28827           change description fields of those plugins to differentiate them
28828           (pitivi show Encoders by description, they had the same one)
28829
28830 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28831
28832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28833
28834         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28835         (gst_play_bin_set_property), (gen_video_element),
28836         (gen_audio_element):
28837           Refcounting fixes for provided audio-/videosinks.
28838
28839 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28840
28841         * gst/playback/gstplaybin.c: (gen_video_element),
28842         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28843           Don't reference all sinks, but only the video- and audiosinks.
28844           The vis. element should be disposed when we're done with it.
28845           We don't have any reason to keep it around. This fixes warnings
28846           when reusing playbin for playing multiple audio files with
28847           vis. enabled. Also release audio device on pause - idea stolen
28848           from Rhythmbox.
28849
28850 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28851
28852         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28853         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28854         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28855         * ext/alsa/gstalsaplugin.c: (plugin_init):
28856         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28857         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28858         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28859         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28860         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28861         (gst_faad_change_state), (plugin_init):
28862         * ext/faad/gstfaad.h:
28863         * ext/vorbis/vorbis.c: (plugin_init):
28864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28865         * gst-libs/gst/audio/Makefile.am:
28866         * gst-libs/gst/audio/audio.c: (plugin_init):
28867         * gst-libs/gst/audio/multichannel.c:
28868         (gst_audio_check_channel_positions),
28869         (gst_audio_get_channel_positions),
28870         (gst_audio_set_channel_positions),
28871         (gst_audio_set_structure_channel_positions_list),
28872         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28873         (gst_audio_fixate_channel_positions):
28874         * gst-libs/gst/audio/multichannel.h:
28875         * gst-libs/gst/audio/testchannels.c: (main):
28876         * gst/audioconvert/gstaudioconvert.c:
28877         (gst_audio_convert_class_init), (gst_audio_convert_init),
28878         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28879         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28880         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28881         * gst/audioconvert/plugin.c: (plugin_init):
28882           Surround sound support.
28883
28884 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28885
28886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28887           Fix position for discont if we're close as well. Nitpicking, but
28888           saves a few milliseconds of extra waiting or skipping.
28889
28890 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28893           We sometimes need parsers for playback, so add those too.
28894
28895 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28896
28897         * configure.ac:
28898         * gst/apetag/Makefile.am:
28899         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28900         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28901         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28902         (gst_ape_demux_get_src_query_types),
28903         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28904         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28905         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28906         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28907         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28908         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28909         (gst_ape_demux_change_state):
28910         * gst/apetag/apedemux.h:
28911         * gst/apetag/apetag.c: (plugin_init):
28912         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28913         (plugin_init):
28914           APE v1/2 tag reader plus typefind function.
28915
28916 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28917
28918         * configure.ac:
28919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28920         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28921           Remove hacks for older core. Require newer core version
28922           accordingly.
28923
28924 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28925
28926         * gst/cdxaparse/Makefile.am:
28927         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28928         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28929         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28930         * gst/cdxaparse/gstcdxaparse.h:
28931         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28932         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28933         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28934         (gst_cdxastrip_get_src_query_types),
28935         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28936         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28937         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28938         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28939         * gst/cdxaparse/gstcdxastrip.h:
28940           SVCD/VCD header stripping separated from CDXA image parsing.
28941         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28942         (plugin_init):
28943           Add VCD/SVCD header typefinding for VCD/SVCD.
28944         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28945         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28946         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28947         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28948         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28949         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28950         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28951         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28952         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28953         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28954         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28955         * sys/vcd/vcdsrc.h:
28956           Fix up, add seeking, querying, URI interface. Works in totem now.
28957
28958 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28959
28960         * configure.ac:
28961           back to CVS
28962
28963 === release 0.8.6 ===
28964
28965 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28966
28967         * NEWS:
28968         * RELEASE:
28969         * configure.ac:
28970         * po/af.po:
28971         * po/az.po:
28972         * po/cs.po:
28973         * po/en_GB.po:
28974         * po/hu.po:
28975         * po/it.po:
28976         * po/nb.po:
28977         * po/nl.po:
28978         * po/or.po:
28979         * po/sq.po:
28980         * po/sr.po:
28981         * po/sv.po:
28982         * po/uk.po:
28983           releasing 0.8.6, "IOU Love"
28984
28985 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28986
28987         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28988
28989         * gst/playback/gstplaybasebin.c:
28990           Fix unplayable files error handling.  Fixes #158365
28991
28992 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28993
28994         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28995
28996         * gst/typefind/gsttypefindfunctions.c:
28997           Fix broken mp3 typefinding.  Fixes #158375
28998
28999 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29000
29001         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29002
29003         * ext/ogg/gstoggdemux.c:
29004           Fix sync on broken files.  Fixes #158976
29005
29006 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         patch by: Edward Hervey <bilboed@bilboed.com>
29009
29010         * ext/libpng/gstpngenc.c:
29011           Copy over buffer properties.  Fixes #158832
29012
29013 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29014
29015         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29016
29017         * ext/dvdread/dvdreadsrc.c:
29018           Fixes invalid reads (#158462)
29019
29020 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29021
29022         * sys/v4l/gstv4lsrc.c:
29023         * sys/v4l/gstv4lsrc.h:
29024         * sys/v4l/v4lsrc_calls.c:
29025           Probe less and cache it.  Fixes #159187.
29026
29027 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29028
29029         * gst/videorate/gstvideorate.c:
29030           Handle all video formats. Fixes #159186.
29031
29032 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29033         * gst/synaesthesia/gstsynaesthesia.c:
29034         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29035         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29036         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29037         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29038         (gst_synaesthesia_change_state), (plugin_init):
29039         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29040         Force 320x200 output, as that's the only thing the underlying
29041         synaesthesia implementation supports. Still needs to be made
29042         re-entrant.
29043
29044 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29045
29046         * configure.ac:
29047           Fix mpeg2enc configure check (similar to mplex check below).
29048
29049 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29050
29051         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29054           Fix for gcc-2.95 (fixes #158221).
29055
29056 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29057
29058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29059           Re-add clock distribution hack (until new core is released).
29060           Fixes #158125.
29061
29062 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29063         * configure.ac:
29064           fix mplex configure check segfaulting on some systems (bug #140994)
29065
29066 2004-11-13  Benjamin Otte  <otte@gnome.org>
29067
29068         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29069           add debugging
29070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29071           do a wait when we enter the loop func with no data available to
29072           write instead of getting into an 100% CPU loop by just returning and
29073           being called again by the scheduler
29074
29075 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29076
29077         * configure.ac:
29078         * ext/libvisual/visual.c: (gst_visual_get_type),
29079         (libvisual_log_handler), (gst_visual_getcaps),
29080         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29081         (plugin_init):
29082           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29083         * ext/smoothwave/Makefile.am:
29084         * ext/smoothwave/demo-osssrc.c: (main):
29085         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29086         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29087         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29088         (plugin_init):
29089         * ext/smoothwave/gstsmoothwave.h:
29090           Make gstsmoothwave a working element in the 20th century.
29091
29092         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29093           Fix incorrect link function
29094
29095 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29096
29097         * gst/volume/gstvolume.c:
29098           Allow buffer-frames=0.
29099
29100 2004-11-12 Iain <iaingnome@gmail.com>
29101
29102         * configure.ac: Check for polypaudio
29103
29104         * ext/Makefile.am: Build the polyp dir
29105
29106         * ext/polyp: The polypsink sources.
29107
29108 2004-10-30 Iain <iaingnome@gmail.com>
29109
29110         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29111         caps to reflect the new number of channels.
29112
29113 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29116           Fix for negotiation order problem. This would show when the
29117           ALSA loopfuction was called before any other function. ALSA
29118           wouldn't do anything because we're not negotiated yet, leading
29119           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29120
29121 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29122
29123         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29126           No warnings (#157986).
29127
29128 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29129
29130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29131           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29132
29133 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29134
29135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29136           Signal no-more-pads (so it works in playbin).
29137
29138 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29139
29140         * ext/musepack/gstmusepackreader.cpp:
29141           Workaround for older core.
29142
29143 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29144
29145         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29146           Actually test for odd width/height rather than testing whether
29147           a temporary variable that was 0 before we subtracted 1 is now
29148           not equal to zero (which it always is).
29149
29150 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29151
29152         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29153         Fix compilation if HAVE_XVIDEO is not defined
29154
29155 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29156
29157         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29158         Fix compilation if HAVE_XVIDEO is not defined
29159
29160 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29161
29162         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29163         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29164         (gst_goom_change_state), (plugin_init):
29165         Use the bytestream adapter so goom doesn't depend on the input
29166         buffer size.
29167         Add a debug category
29168
29169 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29172           Only set hardware parameters *after* negotiation. Before
29173           negotiation, it will set ANY and that seems to cause crashes
29174           (see e.g. #151288, #153227).
29175
29176 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29177
29178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29179           This seems to be antique leftover. It needs to pass error
29180           checking.
29181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29182         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29183         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29184         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29185           Fix GstXOverlay implementation (#151059).
29186
29187 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29190           Don't assert (#157853).
29191
29192 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29195           Fix bytes/samples confustion.
29196         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29197           Fix for underrun (#144389).
29198
29199 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29202           Disable halfway-seek for pending release (since it needs a new
29203           core release).
29204
29205 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29206
29207         * sys/v4l/gstv4lsrc.c:
29208         * sys/v4l/gstv4lsrc.h:
29209         * sys/v4l/v4lsrc_calls.c:
29210           add autoprobe-fps property so we can separate autoprobing parts
29211
29212 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29213
29214         * sys/v4l/gstv4lsrc.c:
29215         * sys/v4l/v4lsrc_calls.c:
29216         initialise fourcc to catch unset fourcc's, and debug
29217
29218 2004-11-09  Wim Taymans  <wim@fluendo.com>
29219
29220         * gst/playback/README:
29221         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29222         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29223         (gst_play_bin_dispose), (gst_play_bin_set_property),
29224         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29225         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29226         (gst_play_bin_get_formats), (gst_play_bin_convert),
29227         (gst_play_bin_get_query_types), (gst_play_bin_query):
29228         Cleanups and some more documentation.
29229
29230 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29231
29232         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29233         (gst_cacasink_init), (gst_cacasink_chain):
29234         * ext/libcaca/gstcacasink.h:
29235         Cacasink inherits from VideoSink, so let that store the clock.
29236
29237 2004-11-09  Wim Taymans  <wim@fluendo.com>
29238
29239         * gst/playback/README:
29240         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29241         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29242         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29243         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29244         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29245         (setup_sinks):
29246         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29247         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29248         * gst/playback/gststreaminfo.h:
29249         Updated README.
29250         Only switch groups if all streams have muted (EOSed).
29251         Send Tags in sync with the stream playback instead of in
29252         the playback/preroll phase.
29253         Some cleanups, free the fakesrc elements.
29254
29255 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29256
29257         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29258           buffer-frames property was missing
29259         * ext/arts/gst_arts.c:
29260           rate missing from sinkcaps
29261         * ext/audiofile/gstafparse.c:
29262         * ext/audiofile/gstafsink.c:
29263         * ext/audiofile/gstafsrc.c:
29264         * ext/swfdec/gstswfdec.c:
29265           int audio doesn't know buffer-frames
29266         * ext/cdparanoia/gstcdparanoia.c:
29267           int audio doesn't know chunksize either
29268         * ext/nas/nassink.c:
29269           it's endianness, not endianess
29270         * gst-libs/gst/audio/audio.h:
29271           make float standard pad template caps really describe float
29272         * gst/law/mulaw.c: (linear_factory):
29273           signed only, please
29274         * gst/mpegstream/gstdvddemux.c:
29275           widths of 20 are not valid
29276
29277 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29278
29279         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29280
29281         * po/LINGUAS:
29282         * po/it.po:
29283           Add Italian
29284
29285 2004-11-08  Wim Taymans  <wim@fluendo.com>
29286
29287         * gst/playback/README:
29288         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29289         * gst/playback/gstplaybasebin.c: (probe_triggered),
29290         (gst_play_base_bin_change_state):
29291         Updated README, added more comments for fixmes etc..
29292
29293 2004-11-08  Wim Taymans  <wim@fluendo.com>
29294
29295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29296         We can remove this hack now.
29297
29298 2004-11-08  Wim Taymans  <wim@fluendo.com>
29299
29300         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29301         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29302         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29303         Only mix AYUV for maximum quality.
29304
29305 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29306
29307         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29308         (gst_ogg_demux_push), (gst_ogg_pad_push):
29309           Let's act as if we're synchronized now! :).
29310         * ext/theora/theoradec.c: (theora_dec_chain):
29311           Add some debug.
29312
29313 2004-11-08  Wim Taymans  <wim@fluendo.com>
29314
29315         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29316         (gst_alpha_set_property), (gst_alpha_sink_link),
29317         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29318         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29319         (gst_alpha_init_params), (gst_alpha_chain):
29320         Implement alpha functions for AYUV too, this increases
29321         accuracy quite a bit.
29322
29323 2004-11-08  Wim Taymans  <wim@fluendo.com>
29324
29325         * gst/ffmpegcolorspace/avcodec.h:
29326         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29327         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29328         (gst_ffmpegcsp_avpicture_fill):
29329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29330         (gst_ffmpegcsp_caps_remove_format_info):
29331         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29332         (shrink12), (img_get_alpha_info), (deinterlace_line),
29333         (deinterlace_line_inplace):
29334         * gst/ffmpegcolorspace/imgconvert_template.h:
29335         Added AYUV colorspace and handle RGBA a bit more respectful.
29336
29337 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29340           Actually always send a discont (cornercase when resending the
29341           same serial-tagged chain twice).
29342
29343 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29344
29345         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29346         (gst_ximagesink_finalize):
29347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29348         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29349
29350 2004-11-08  Wim Taymans  <wim@fluendo.com>
29351
29352         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29353         Don't segfault on NULL data.
29354
29355 2004-11-08  Wim Taymans  <wim@fluendo.com>
29356
29357         * gst/playback/gstdecodebin.c: (unlinked):
29358         * gst/playback/gstplay-marshal.list:
29359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29360         (gst_play_base_bin_init), (group_create), (get_active_group),
29361         (get_building_group), (group_destroy), (group_commit),
29362         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29363         (add_element_stream), (no_more_pads), (probe_triggered),
29364         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29365         (state_change), (setup_source), (gst_play_base_bin_get_property),
29366         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29367         (gst_play_base_bin_link_stream),
29368         (gst_play_base_bin_get_streaminfo):
29369         * gst/playback/gstplaybasebin.h:
29370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29371         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29372         Add support for chained ogg files. Prepare for playlist
29373         support. This patch introduces the concept of pad groups, which
29374         together compose one playable media file.
29375
29376 2004-11-07  David Schleef  <ds@schleef.org>
29377
29378         * testsuite/gst-lint: Check for pad templates that aren't statically
29379         scoped.
29380
29381 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * configure.ac:
29384         * ext/Makefile.am:
29385         * ext/musepack/Makefile.am:
29386         * ext/musepack/gstmusepackdec.cpp:
29387         * ext/musepack/gstmusepackdec.h:
29388         * ext/musepack/gstmusepackreader.cpp:
29389         * ext/musepack/gstmusepackreader.h:
29390           Add musepack decoder.
29391         * ext/faad/gstfaad.c: (gst_faad_base_init):
29392           Make pad templates static.
29393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29394         (plugin_init):
29395           Add musepack typefinder, make mp3 typefinding work halfway stream,
29396           which doesn't actually work yet because id3demux doesn't implement
29397           _get_length().
29398
29399 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29400
29401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29402         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29403           Fix interrupt event handling (#144436).
29404
29405 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29406
29407         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29408           Hide unused glory.
29409
29410 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29411
29412         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29415           Fix weird caps (#157548).
29416
29417 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29418
29419         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29420
29421         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29422           Add missing NULL terminator (#157543).
29423
29424 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29425
29426         * gst/tcp/gsttcp.h:
29427         * gst/tcp/gsttcpclientsink.c:
29428         * gst/tcp/gsttcpclientsrc.c:
29429         * gst/tcp/gsttcpserversink.c:
29430         * gst/tcp/gsttcpserversrc.c:
29431           ports can go up to 65535.  Move common defines to gsttcp.h
29432
29433 2004-11-05  Wim Taymans  <wim@fluendo.com>
29434
29435         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29436         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29437         Added two more colorspaces.
29438
29439 2004-11-05  Wim Taymans  <wim@fluendo.com>
29440
29441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29442         (gst_ffmpegcsp_avpicture_fill):
29443         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29444         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29445         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29446         More stride fixes.
29447
29448 2004-11-05  Wim Taymans  <wim@fluendo.com>
29449
29450         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29451         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29452         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29453         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29454         (gst_videomixer_loop):
29455         More stride fixes.
29456
29457 2004-11-05  Benjamin Otte  <otte@gnome.org>
29458
29459         * ext/mad/gstmad.c: (gst_mad_chain):
29460           don't overflow data buffer. Flush not needed sync data when syncing
29461           failed.
29462
29463 2004-11-04  Wim Taymans  <wim@fluendo.com>
29464
29465         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29466         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29467         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29468         (gst_alpha_init_params), (gst_alpha_chain),
29469         (gst_alpha_change_state):
29470         Updated the chroma keying algorithm with something more
29471         sophisticated.
29472
29473 2004-11-03  Wim Taymans  <wim@fluendo.com>
29474
29475         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29476         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29477         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29478         Fix stride issues. Does not completely work for odd
29479         heights.
29480
29481 2004-11-03  Wim Taymans  <wim@fluendo.com>
29482
29483         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29484         (gst_alpha_chroma_key), (gst_alpha_chain):
29485         Fix stride issues. Does not completely work for odd
29486         heights.
29487
29488 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29489
29490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29491         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29492         leak fixes
29493
29494 2004-11-03  Wim Taymans  <wim@fluendo.com>
29495
29496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29497         (gst_ffmpegcsp_avpicture_fill):
29498         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29499         (avpicture_alloc):
29500         * gst/ffmpegcolorspace/imgconvert_template.h:
29501         Use correct _fill function to get correct strides.
29502
29503 2004-11-02  David Schleef  <ds@schleef.org>
29504
29505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29506         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29507         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29508         Change all g_print()s to debugging.  Add a bunch of consistency
29509         checks.
29510
29511 2004-11-02  Wim Taymans  <wim@fluendo.com>
29512
29513         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29514         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29515         (unlinked), (no_more_pads), (close_link):
29516         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29517         (unknown_type), (add_element_stream), (new_decoded_pad),
29518         (removed_decoded_pad), (setup_source):
29519         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29520         (gst_stream_info_class_init), (gst_stream_info_init),
29521         (gst_stream_info_new), (gst_stream_info_dispose),
29522         (stream_info_mute_pad), (gst_stream_info_set_property),
29523         (gst_stream_info_get_property):
29524         * gst/playback/gststreaminfo.h:
29525         Fix playback of multiple files.
29526         a slightly different approach to handling dynamic pad removals.
29527         This one only looks at pads that we have linked.
29528
29529 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29530
29531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29532         free" warning from libc.
29533
29534 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29537         (get_unconnected_element), (remove_starting_from), (pad_removed),
29538         (close_link):
29539           Implement support for dynamic pad changing. We listen to "live"
29540           pad removals (i.e. while playing) and re-setup autoplugging
29541           after that. Playbasebin/playbin need some more work for this
29542           to finally work, but decodebin supports (and replugs) chained
29543           ogg now.
29544
29545 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29546
29547         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29548         (gst_alsa_finalize):
29549         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29550         (gst_cdaudio_finalize):
29551         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29552         (cdparanoia_finalize):
29553         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29554         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29555         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29556         (dvdreadsrc_finalize):
29557         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29558         (gst_flacdec_finalize):
29559         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29560         (gst_flacenc_finalize):
29561         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29562         (gst_gnomevfssink_finalize):
29563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29564         (gst_gnomevfssrc_finalize):
29565         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29566         (gst_fameenc_finalize):
29567         * ext/nas/nassink.c: (gst_nassink_class_init),
29568         (gst_nassink_finalize):
29569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29570         (gst_sdlvideosink_class_init):
29571         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29572         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29573         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29574         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29575         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29576         (gst_x_window_listener_dispose):
29577         * gst/audioscale/gstaudioscale.c:
29578         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29579         (play_on_demand_finalize):
29580         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29582         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29583         (cdplayer_finalize):
29584         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29585         (gst_glimagesink_class_init):
29586         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29587         (gst_osselement_finalize):
29588         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29589         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29590         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29591           Fixes a bunch of problems with finalize and dispose functions,
29592           either assumptions that dispose is only called once, or not calling
29593           the parent class dispose/finalize function
29594
29595 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29596
29597         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29598           added two api precondition guards
29599           use g_strdup with getenv to fix crash when using ENVVAR
29600
29601 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29602         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29603         (gst_esdsink_finalize):
29604         Use a finalize function, not dispose, and more importantly,
29605         call the parent class finalize function too
29606
29607 2004-11-01  Johan Dahlin  <johan@gnome.org>
29608
29609         * ext/ogg/gstoggdemux.c:
29610         * gst/tags/gstvorbistag.c:
29611         Plug leaks.
29612
29613 2004-10-31  Benjamin Otte  <otte@gnome.org>
29614
29615         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29616           lotsa memleaks today. But they're all small...
29617
29618 2004-10-31  Benjamin Otte  <otte@gnome.org>
29619
29620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29621           another memleak crushed
29622
29623 2004-10-31  Benjamin Otte  <otte@gnome.org>
29624
29625         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29626           fix memleak
29627
29628 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29629
29630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29631           Hack to prevent crash when going to READY inside signal handler
29632           while this function is active.
29633
29634 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29635
29636         * gst/ffmpegcolorspace/Makefile.am:
29637         * gst/ffmpegcolorspace/avcodec.h:
29638         * gst/ffmpegcolorspace/common.h:
29639         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29640         * gst/ffmpegcolorspace/dsputil.h:
29641         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29643         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29644         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29645         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29646         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29647         (gst_ffmpegcsp_avpicture_fill):
29648         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29650         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29651         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29652         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29653         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29654         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29655         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29656         * gst/ffmpegcolorspace/imgconvert.c:
29657         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29658         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29659         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29660         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29661         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29662         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29663         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29664         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29665         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29666         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29667         (grow21), (grow22), (grow41), (grow44), (conv411),
29668         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29669         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29670         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29671         (avpicture_free), (is_yuv_planar), (img_convert),
29672         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29673         (deinterlace_line_inplace), (deinterlace_bottom_field),
29674         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29675         * gst/ffmpegcolorspace/imgconvert_template.h:
29676         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29677         * gst/ffmpegcolorspace/mmx.h:
29678         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29679         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29680         (av_freep), (avcodec_get_context_defaults),
29681         (avcodec_alloc_context), (avcodec_init):
29682           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29683           handling plus update from ffmpeg CVS. Large clean-up.
29684
29685 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * gst/playback/Makefile.am:
29688           We need the marshallers for decodebin, too.
29689
29690 2004-10-30  David Schleef  <ds@schleef.org>
29691
29692         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29693           quicktime typefinding work with 64-bit offsets.
29694
29695 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29696
29697         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29698           Set EOS on the element when processing an EOS event.
29699         * ext/speex/gstspeexdec.h:
29700         * ext/speex/gstspeexenc.h:
29701           Only keep a const ptr to the mode
29702         * gst-libs/gst/riff/riff-media.c:
29703         (gst_riff_create_audio_caps_with_data),
29704         (gst_riff_create_audio_template_caps):
29705           Allow WMAV3, with up to 6 channels.
29706         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29707           Don't call gst_pad_set_event_function on a sink pad.
29708         * gst/mpegstream/gstdvddemux.c:
29709         (gst_dvd_demux_get_subpicture_stream),
29710         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29711           Copy the explicit caps that were set across to the cur_* pads,
29712           instead of trying to use a possibly non-existent negotiated caps.
29713           Reset the type of subpicture pads to UNKNOWN after calling
29714           init_stream, so that the caps get set.
29715
29716 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29717
29718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29719
29720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29721           Don't touch buffer if it is of size 0 (fixes #151064).
29722
29723 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29724
29725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29726           Synchronized discont handling.
29727
29728 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29729
29730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29731         (gst_ogg_demux_push):
29732           Make seeking sort-of exact again (fixes #156387).
29733
29734 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29735
29736         * gst/playback/gstplaybasebin.c: (unknown_type),
29737         (add_element_stream), (new_decoded_pad),
29738         (gst_play_base_bin_change_state):
29739         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29740         (gst_stream_info_init), (gst_stream_info_new),
29741         (gst_stream_info_dispose), (gst_stream_info_get_property):
29742         * gst/playback/gststreaminfo.h:
29743           Make caps explicitely available. Makes testing for unsupported
29744           types possible. Improves error reporting.
29745
29746 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29747
29748         * gst/audioconvert/gstaudioconvert.c:
29749         (gst_audio_convert_buffer_to_default_format):
29750           Really don't touch read-only buffers (#156563).
29751
29752 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29753
29754         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29757           Fix memleak (#155223).
29758
29759 2004-10-29  Wim Taymans  <wim@fluendo.com>
29760
29761         * gst/tcp/.cvsignore:
29762         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29763         (gst_multifdsink_class_init), (gst_multifdsink_init),
29764         (gst_multifdsink_add), (gst_multifdsink_remove),
29765         (gst_multifdsink_remove_client_link), (is_sync_frame),
29766         (gst_multifdsink_new_client),
29767         (gst_multifdsink_handle_client_write),
29768         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29769         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29770         (gst_multifdsink_get_property):
29771         * gst/tcp/gstmultifdsink.h:
29772         Added burst on connect sync_method, deprecated sync_clients,
29773         streamlined the sync code some more.
29774
29775 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29776
29777         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29778         (gst_play_base_bin_change_state):
29779           Improve error reporting.
29780
29781 2004-10-28  Wim Taymans  <wim@fluendo.com>
29782
29783         * gst/tcp/Makefile.am:
29784         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29785         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29786         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29787         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29788         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29789         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29790         (gst_fdset_wait):
29791         Added more locks around fdset structures. Fixed/reworked
29792         the poll array resizing code.
29793         Added stress test for fdset.
29794
29795 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29796
29797         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29798         fix build
29799
29800 2004-10-28  Benjamin Otte  <otte@gnome.org>
29801
29802         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29803           fix link function to always query channels and query width for
29804           floats
29805         * configure.ac:
29806           add equalizer dir
29807         * gst/equalizer/Makefile.am:
29808         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29809         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29810         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29811         (arg_to_scale), (setup_filter),
29812         (gst_iir_equalizer_compute_frequencies),
29813         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29814         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29815         (plugin_init):
29816           add an equalizer
29817
29818 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29819
29820         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29821
29822         * po/LINGUAS:
29823         * po/nb.po:
29824           Added Norwegian Bokmaal translation
29825
29826 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29827
29828         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29829           Don't break on options (fixes #156488).
29830
29831 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29832
29833         * configure.ac:
29834         * ext/cdaudio/Makefile.am:
29835         * sys/Makefile.am:
29836           fix build on older automake
29837
29838 2004-10-26  Wim Taymans  <wim@fluendo.com>
29839
29840         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29841         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29842         Allow a little margin when negotiating the framerate.
29843
29844 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29845
29846         * gst/level/gstlevel.c:
29847           synchonised naming of pads and pad-templates
29848
29849 2004-10-26  Wim Taymans  <wim@fluendo.com>
29850
29851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29852         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29853         (_find_streams_check), (gst_ogg_demux_push):
29854         Fix EOS again. Needs to be done in a better way. We should not
29855         remove the pad if there is no new chained stream.
29856
29857 2004-10-26 Iain <iaingnome@gmail.com>
29858
29859         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29860         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29861         of the caps.
29862         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29863         pad.
29864         (interleave_release_pad): Remove the pad.
29865         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29866         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29867         the set device.
29868         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29869         attrs
29870         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29871         (gst_xvimagesink_finalize): Free the par.
29872
29873 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29876         (gst_avimux_stop_file):
29877           First calculate the rate, and only then use it. Hdr.rate is a
29878           multiple and not a derivative of hdr.scale. Scale is not the
29879           same as blockalign but is solely related to rate.
29880
29881 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29884         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29885           Implement seeking.
29886
29887 2004-10-25  James Henstridge  <james@jamesh.id.au>
29888
29889         Reviewed by:  David Schleef  <ds@schleef.org>
29890
29891         * examples/gstplay/player.c: (got_stream_length), (main):
29892         * examples/seeking/cdplayer.c: (update_scale):
29893         * examples/seeking/seek.c: (format_value), (update_scale):
29894         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29895         (stop_seek):
29896         Build fixes on AMD64.
29897
29898 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29899
29900         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29901
29902         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29903         Fix for some v4l cards which hang in v4lsrc
29904
29905 2004-10-25  Wim Taymans  <wim@fluendo.com>
29906
29907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29908         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29909         Make sure to remove the pad when a new chain is
29910         encountered. Set some vars to NULL so we don't try
29911         to reference freed memory.
29912
29913 2004-10-25  Wim Taymans  <wim@fluendo.com>
29914
29915         * examples/seeking/Makefile.am:
29916         * examples/seeking/cdplayer.c: (update_scale):
29917         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29918         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29919         (format_value), (update_scale), (iterate), (start_seek),
29920         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29921         (print_usage), (main):
29922         Added some more examples, update others.
29923
29924 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29925
29926         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29927         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29928         * ext/theora/theoradec.c: (theora_dec_chain):
29929         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29930           Add codec-name metadata.
29931
29932 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29933
29934         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29935
29936         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29937         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29938         * ext/alsa/gstalsamixertrack.h:
29939         * po/POTFILES.in:
29940           ALSA mixer track label internationalization (#154054).
29941
29942 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * ext/theora/theoradec.c: (theora_dec_chain):
29945           Export bitrate as metadata.
29946
29947 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29948
29949         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29950         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29951         * ext/alsa/gstalsamixertrack.h:
29952           Fix names, fix loop.
29953
29954 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29957         (speex_dec_convert):
29958           sinkconvert function so oggdemux can get the file length (totem).
29959
29960 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29961
29962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29965           Don't push incomplete packets.
29966         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29967           Fix MPEG-4 audio typefinding.
29968
29969 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * sys/v4l/Makefile.am:
29972         * sys/v4l/gstv4l.c: (plugin_init):
29973         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29974         (gst_v4lelement_init), (gst_v4lelement_dispose),
29975         (gst_v4lelement_change_state):
29976         * sys/v4l/gstv4lelement.h:
29977         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29978         (gst_v4l_xoverlay_close), (idle_refresh),
29979         (gst_v4l_xoverlay_set_xwindow_id):
29980         * sys/v4l/gstv4lxoverlay.h:
29981         * sys/v4l/v4l-overlay_calls.c:
29982         * sys/v4l/v4l_calls.h:
29983         * sys/v4l2/Makefile.am:
29984         * sys/v4l2/gstv4l2.c: (plugin_init):
29985         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29986         (gst_v4l2element_init), (gst_v4l2element_dispose),
29987         (gst_v4l2element_change_state):
29988         * sys/v4l2/gstv4l2element.h:
29989         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29990         (gst_v4l2_xoverlay_close), (idle_refresh),
29991         (gst_v4l2_xoverlay_set_xwindow_id):
29992         * sys/v4l2/gstv4l2xoverlay.h:
29993         * sys/v4l2/v4l2-overlay_calls.c:
29994         * sys/v4l2/v4l2_calls.h:
29995           Remove client-side overlay handling, use the X-server v4l plugin
29996           for that. Nicer overlay, less code. Also make the plugin
29997           compileable without X (but then without overlay, obviously).
29998           Makes xwindowlistener obsolete, should we remove that?
29999
30000 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30001
30002         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30003         (gst_osssrc_src_query):
30004         * sys/oss/gstosssrc.h:
30005           OK, so people want offset in DEFAULT. This time, actually fix all
30006           cases.
30007         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30008           Add FPS properly.
30009
30010 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30011
30012         * gst/asfdemux/gstasfmux.c:
30013         * gst/avi/gstavimux.c:
30014           Framerate.
30015
30016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30017
30018         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30019           Fix properties (channel, norm, frequency).
30020
30021 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30022
30023         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30024           Flag typo.
30025         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30026           No warnings.
30027
30028 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30029
30030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30031           Fix hang.
30032
30033 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30034
30035         * sys/v4l2/gstv4l2element.h:
30036           Yet Another Hack (tm) for kernel header borkedness.
30037         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30038         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30039         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30040         (gst_v4l2src_change_state):
30041         * sys/v4l2/gstv4l2src.h:
30042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30043         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30044           Fix caps, keep track of state, work.
30045
30046 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30047
30048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30049           Quiet.
30050
30051 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30052
30053         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30054           Don't mix bytes and samples.
30055
30056 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/ogg/gstoggmux.c:
30059           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30060           and theora. Any is incorrect.
30061         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30062           Fix caps.
30063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30064         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30065         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30066         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30067         * sys/v4l/gstv4lmjpegsrc.h:
30068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30069         (gst_v4lsrc_change_state):
30070         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30071         (gst_v4lmjpegsrc_capture_stop):
30072           Fix caps. Keep track of internal state. Work.
30073
30074 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * ext/Makefile.am:
30077           Fix the build fixes.
30078
30079 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30080
30081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30082         (gst_ogg_demux_src_event), (_find_chain_seek),
30083         (gst_ogg_pad_push):
30084           Check for pad availability before using it.
30085         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30086           Fix parsing of chained ogg. Needs more work on the decoder side.
30087
30088 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30089
30090         * gst/spectrum/Makefile.am:
30091         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30092         (idle_func):
30093           Fix demo and reenable it. Yes, I'm currently playing with audio
30094           analysis tools
30095
30096 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30097
30098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30099           We love it if files that start at zero work too...
30100
30101 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30104           Handle files with missing EOS headers.
30105
30106 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30107
30108         * gst/tcp/gsttcpserversink.c:
30109         (gst_tcpserversink_handle_server_read),
30110         (gst_tcpserversink_init_send):
30111         Zero some variables first (need for accept not to return EINVAL)
30112
30113 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30116         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30117         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30118         (theora_dec_chain):
30119         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30120         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30121           Seeking and querying finetune.
30122
30123 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30124
30125         * configure.ac:
30126         * ext/Makefile.am:
30127         * ext/raw1394/Makefile.am:
30128           fix the build
30129
30130 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30131
30132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30133           Wrong return.
30134         * gst/playback/Makefile.am:
30135         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30136         * gst/playback/gstplay-marshal.list:
30137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30138           Fix marshallers.
30139
30140 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30141
30142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30143           Silence.
30144
30145 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30146
30147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30148         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30149         (gst_ogg_pad_push):
30150           Yay for non-lineair granulepos in theora.
30151
30152 2004-10-18  Wim Taymans  <wim@fluendo.com>
30153
30154         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30155         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30156         * ext/dv/gstdvdec.h:
30157         Make sure we renegotiate aspect ratio when the camera switches.
30158
30159 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30160
30161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30162         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30163           Start at zero.
30164         * ext/theora/theoradec.c: (theora_dec_chain):
30165           Skip headers. Bad idea for chained ogg, but fixes seeking.
30166
30167 2004-10-18  Wim Taymans  <wim@fluendo.com>
30168
30169         * configure.ac:
30170         I swear, this is the last time I touch this.
30171
30172 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30173
30174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30175         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30176         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30177           Faster seeking.
30178         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30179           Time-to-default conversion.
30180         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30181           Don't error on unknown packets, just skip. We should probably
30182           read them if we want to support chained ogg.
30183
30184 2004-10-18  Wim Taymans  <wim@fluendo.com>
30185
30186         * configure.ac:
30187         Added cdaudio to wrong list.
30188
30189 2004-10-18  Wim Taymans  <wim@fluendo.com>
30190
30191         * configure.ac:
30192         Revive cdaudio.
30193
30194 2004-10-18  Wim Taymans  <wim@fluendo.com>
30195
30196         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30197         (gst_dvdec_video_link), (gst_dvdec_push):
30198         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30199         (gst_smokeenc_resync), (gst_smokeenc_chain):
30200         Fix mimetype on smoke encoder.
30201         Add aspect ratio to dvdec. Not sure if these
30202         values are correct though....
30203
30204 2004-10-18  Wim Taymans  <wim@fluendo.com>
30205
30206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30207         Fix vorbis property descriptions and ranges.
30208
30209 2004-10-18  Wim Taymans  <wim@fluendo.com>
30210
30211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30212         Really do nothing when no data is available.
30213         Go to the playing state when the stream is not seekable
30214         instead of failing.
30215
30216 2004-10-18  Wim Taymans  <wim@fluendo.com>
30217
30218         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30219         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30220         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30221         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30222         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30223         Added uri handler for cd://
30224         Port to new API.
30225
30226 2004-10-18  Wim Taymans  <wim@fluendo.com>
30227
30228         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30229         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30230         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30231         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30232         (remove_prerolls), (unknown_type), (add_element_stream),
30233         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30234         (gst_play_base_bin_remove_element),
30235         (gst_play_base_bin_link_stream):
30236         * gst/playback/gstplaybin.c: (gen_video_element),
30237         (gen_vis_element), (remove_sinks), (setup_sinks):
30238         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30239         (gst_stream_info_get_type), (gst_stream_info_class_init),
30240         (gst_stream_info_init), (gst_stream_info_new),
30241         (gst_stream_info_dispose), (stream_info_mute_pad),
30242         (gst_stream_info_set_property), (gst_stream_info_get_property):
30243         * gst/playback/gststreaminfo.h:
30244         Add sink padtemplate to decodebin.
30245         Added some more comments.
30246         Make queue size configurable in playbasebin.
30247         Added possibility to use elements as sinks (ex cdaudio).
30248
30249 2004-10-15  Wim Taymans  <wim@fluendo.com>
30250
30251         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30252         (gst_speexenc_chain):
30253         Fix speex timestamps so that it gets muxed properly.
30254
30255 2004-10-15  Wim Taymans  <wim@fluendo.com>
30256
30257         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30258         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30259         (gst_dv1394src_init), (gst_dv1394src_dispose),
30260         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30261         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30262         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30263         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30264         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30265         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30266         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30267         * ext/raw1394/gstdv1394src.h:
30268         Added conversion/query functions.
30269         Update buffer timestamps,
30270         Added signals.
30271         Added uri dv:// so it might play from the firewire in playbin.
30272         Fix a possible leak.
30273         Added debugging.
30274
30275 2004-10-15  Wim Taymans  <wim@fluendo.com>
30276
30277         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30278         (gst_dv1394src_init), (gst_dv1394src_set_property),
30279         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30280         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30281         * ext/raw1394/gstdv1394src.h:
30282         Added AV/C VTR control support needed for some cameras.
30283         Added automatic port detection.
30284         Added properties for selecting the channel.
30285         The configure.ac script is not yet updated to reflect the
30286         new libavc1394 and librom1394 dependencies.
30287
30288 2004-10-15  Wim Taymans  <wim@fluendo.com>
30289
30290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30291         (qtdemux_parse), (gst_qtdemux_handle_esds):
30292         An esds box is not a container.
30293         Fix parsing of mp4v boxes.
30294         Do not try to renegotiate fps for each frame. Need to
30295         find a better method. This should fix mp4 playback.
30296
30297 2004-10-14  David Schleef  <ds@schleef.org>
30298
30299         * configure.ac: update for swfdec-0.3 and liboil-0.2
30300         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30301         * ext/swfdec/gstswfdec.h: same
30302         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30303         * gst/videotestsrc/videotestsrc.c: same
30304
30305 2004-10-14  Wim Taymans  <wim@fluendo.com>
30306
30307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30308         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30309         (is_sync_frame), (gst_multifdsink_new_client),
30310         (gst_multifdsink_handle_client_write),
30311         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30312         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30313         Turn warnings into info.
30314         Don't allow a state change in the streaming thread.
30315
30316 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30317
30318         * ext/vorbis/oggvorbisenc.c:
30319         * ext/vorbis/vorbisdec.c:
30320           fix template sample rate
30321
30322 2004-10-13  Wim Taymans  <wim@fluendo.com>
30323
30324         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30325         Decoding the header first fixes some problems in resyncing
30326         in more mp3s.
30327
30328 2004-10-12  Wim Taymans  <wim@fluendo.com>
30329
30330         * gst/playback/gstplaybin.c: (gen_video_element),
30331         (gen_vis_element), (remove_sinks), (setup_sinks):
30332         Added vis plugin support, need to configure the vis
30333         element to activate it.
30334
30335 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30336
30337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30338         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30339           Some debug.
30340         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30341         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30342         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30343         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30344         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30345         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30346         * gst/avi/gstavidemux.h:
30347           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30348           recovery (where, if part of the index is broken, we will still read
30349           the rest of the index and recover the broken part by stream
30350           scanning). More broken media support. EOS workarounds. General AVI
30351           braindamage headache recovery. Aspirin included.
30352
30353 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30354
30355         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30356         (cdparanoia_event), (cdparanoia_query):
30357           Get rid of hideous lead-in.
30358
30359 2004-10-11  Wim Taymans  <wim@fluendo.com>
30360
30361         * gst/playback/gstplaybasebin.c: (setup_source):
30362         Wrong var used to get g_list_next.
30363
30364 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30365
30366         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30367         (cdparanoia_get), (cdparanoia_open):
30368           Report discid as metadata, add duration.
30369
30370 2004-10-11  Wim Taymans  <wim@fluendo.com>
30371
30372         * gst/playback/gstplaybasebin.c: (setup_source):
30373         Cleanup the previous pipeline a little earlier for the
30374         case that a source element provides raw data.
30375
30376 2004-10-11  Benjamin Otte  <otte@gnome.org>
30377
30378         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30379           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30380           consuming the last 128 bytes, even though it was valid mp3 data.
30381
30382 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30383
30384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30385         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30386         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30387         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30388
30389 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30390
30391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30392         Fix for webcams that support only specific width or height
30393
30394 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30395
30396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30397
30398         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30399           Fix wrong discont event setup (fixes #154967).
30400
30401 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30402
30403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30406           Error out on invalid data (fixes #154807).
30407
30408 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30409
30410         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30411
30412         * ext/dvdread/dvdreadsrc.c: (_read):
30413           Make titles > 0 work again (fixes #154834).
30414
30415 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30416
30417         * gst-libs/gst/riff/riff-media.c:
30418         (gst_riff_create_video_template_caps):
30419           WMV3 missing in template caps.
30420
30421 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30422
30423         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30424           OK, so the original code was too strict. It makes random AVI files
30425           hang for seconds upon opening, which is unacceptable and is far
30426           beyond the original goal of getting multiple chunks for one-chunk
30427           sounc stream files. So now do just that.
30428
30429 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30430
30431         * gst/playback/gstplaybasebin.c: (setup_source),
30432         (gst_play_base_bin_change_state):
30433           Actually clean up streaminfo if output fails. This would trigger
30434           if, for example, there was no CD in the drive. No preroll, so
30435           a streaminfo structure is created, but the subsequent state change
30436           of the thread fails.
30437         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30438           Don't change state if parent failed.
30439
30440 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30441
30442         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30443         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30444         (gen_video_element), (remove_sinks):
30445           Add small bits of code for screenshot handling.
30446
30447 2004-10-08  Wim Taymans  <wim@fluendo.com>
30448
30449         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30450         (gen_video_element), (gen_audio_element), (setup_sinks):
30451         Don't assume the user provided sinks are named "sink"...
30452
30453 2004-10-08  Wim Taymans  <wim@fluendo.com>
30454
30455         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30456         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30457         (gst_play_base_bin_link_stream):
30458         Do not try to autoplug sources that generate raw streams like
30459         cdparanoia.
30460         disconnect the preroll overrun signal when we don't need it anymore.
30461
30462 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30463
30464         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30465         Added reworked patch from #154903 from milosz derezynski (deadchip).
30466
30467 2004-10-08  Wim Taymans  <wim@fluendo.com>
30468
30469         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30470         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30471         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30472         (cdparanoia_convert), (cdparanoia_uri_get_type),
30473         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30474         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30475         * ext/cdparanoia/gstcdparanoia.h:
30476         This adds the cdda://<tracknum> uri.
30477
30478 2004-10-08  Wim Taymans  <wim@fluendo.com>
30479
30480         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30481         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30482         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30484         (unknown_type), (gst_play_base_bin_remove_element),
30485         (gst_play_base_bin_link_stream):
30486         * gst/playback/gstplaybasebin.h:
30487         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30488         (gst_play_bin_set_property), (gen_video_element),
30489         (gen_audio_element), (setup_sinks):
30490         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30491         (gst_stream_info_get_type), (gst_stream_info_class_init),
30492         (gst_stream_info_init), (gst_stream_info_new),
30493         (gst_stream_info_dispose), (stream_info_mute_pad),
30494         (gst_stream_info_set_property), (gst_stream_info_get_property):
30495         * gst/playback/gststreaminfo.h:
30496         Reuse the audio and video bins.
30497         Some internal cleanups in the stream selection code.
30498
30499 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30500
30501         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30502         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30503         * sys/ximage/ximagesink.h:
30504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30505         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30506         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30507         not coming from those elements. Moreover these elements should not keep
30508         the xid they have been given when in NULL state.
30509
30510 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30511
30512         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30513         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30514         * sys/ximage/ximagesink.h:
30515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30516         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30517         * sys/xvimage/xvimagesink.h:
30518           Actually only create a new toplevel window if we're not gonna
30519           embed it right after.
30520
30521 2004-10-07  Wim Taymans  <wim@fluendo.com>
30522
30523         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30524         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30525         * gst/playback/gstplaybin.c: (setup_sinks):
30526         Implement muting/unmuting of streams, mute streams that are not
30527         used.
30528
30529 2004-10-07  Wim Taymans  <wim@fluendo.com>
30530
30531         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30532         (plugin_init):
30533         Added lame audio/x-ac3 typefind function.
30534
30535 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30536
30537         * configure.ac:
30538           bump nano to cvs
30539
30540 === release 0.8.5 ===
30541
30542 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30543
30544         * NEWS:
30545         * RELEASE:
30546         * configure.ac:
30547           releasing 0.8.5, "Take You On"
30548
30549 2004-10-06  Wim Taymans  <wim@fluendo.com>
30550
30551         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30552         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30553         (no_more_pads), (close_link), (type_found):
30554         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30555         * gst/playback/gstplaybin.c: (gen_video_element):
30556         Do not signal the no_more_pads after the first pad when
30557         we are plugging a non dynamic element with multiple
30558         output pads (like swfdec, dvdec, ...).
30559
30560 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30561
30562         * configure.ac:
30563           bump for prerelease
30564
30565 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30566
30567         * gst/wavparse/gstwavparse.c:
30568           add ATRAC3 to STATIC CAPS to fix a warning
30569
30570         * gst/matroska/ebml-read.c:
30571         * gst-libs/gst/riff/riff-read.c:
30572           fix typos
30573
30574 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30575
30576         * gst-libs/gst/riff/riff-media.c:
30577           generate caps for ATRAC3 audio streams
30578
30579         * gst/realmedia/rmdemux.c:
30580           generate caps for ATRAC3 audio streams
30581
30582 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30583
30584         * gst/wavparse/Makefile.am
30585         * gst/wavparse/riff.h
30586         * gst/wavparse/wavparse.vcproj
30587           riff.h removal (unused and duplication with riff-ids.h)
30588
30589 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30590
30591         * gst/wavparse/gstwavparse.h
30592           remove duplicated defines for audio codec codes
30593
30594         * gst-libs/gst/riff/riff-ids.h
30595         * gst/wavenc/riff.h:
30596           add "4CC" code for ATRAC3 audio streams
30597           add "4CC" code for ITU_G721_ADPCM (unused for now)
30598
30599 2004-10-06  Wim Taymans  <wim@fluendo.com>
30600
30601         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30602         Actually _do_ negotiation. Pass gdouble as arg instead
30603         of guint64 for the framerate.
30604
30605 2004-10-06  Wim Taymans  <wim@fluendo.com>
30606
30607         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30608         (find_compatibles), (close_pad_link), (try_to_link_1),
30609         (no_more_pads), (close_link), (type_found):
30610         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30611         * gst/playback/gstplaybin.c: (gen_video_element),
30612         (gen_audio_element):
30613         Set state on newly added element to READY so that negotiation
30614         can happen ASAP.
30615         Addes some more debug info.
30616         Do not try to plug pads with multiple caps structures or ANY
30617         because it is too dangerous since we do not do dynamic
30618         replugging.
30619
30620 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30621
30622         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30623
30624         * po/LINGUAS:
30625         * po/or.po:
30626           add Oriya translation
30627
30628 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30629
30630         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30631           Prevent overwrite of size member. Makes audio sound crappy.
30632
30633 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30634
30635         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30636         Add rmvb to the list of known RealMedia extensions
30637
30638 2004-10-05  Wim Taymans  <wim@fluendo.com>
30639
30640         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30641         (mngdec_openstream), (mngdec_closestream),
30642         (mngdec_handle_sink_event), (mngdec_readdata),
30643         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30644         (mngdec_getcanvasline), (mngdec_refresh),
30645         (gst_mngdec_change_state):
30646         Set the framerate correctly.
30647
30648 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30651           There was something wrong with the index massaging.
30652
30653 2004-10-04  Wim Taymans  <wim@fluendo.com>
30654
30655         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30656         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30657         (gst_smokedec_chain):
30658         * ext/jpeg/gstsmokedec.h:
30659         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30660         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30661         * ext/jpeg/gstsmokeenc.h:
30662         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30663         (smokecodec_decode_new), (smokecodec_info_free),
30664         (smokecodec_set_quality), (smokecodec_get_quality),
30665         (smokecodec_set_threshold), (smokecodec_get_threshold),
30666         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30667         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30668         (smokecodec_encode), (smokecodec_parse_id),
30669         (smokecodec_parse_header), (smokecodec_decode):
30670         * ext/jpeg/smokecodec.h:
30671         * ext/jpeg/smokeformat.h:
30672         Updated smoke, new bitstream, allows embedding in ogg.
30673
30674 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30675
30676         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30677           Fix seeking in some files. All this code is no longer needed (and
30678           actually breaks stuff) because we now synchronize the full index
30679           right when reading the header.
30680
30681 2004-10-04  Wim Taymans  <wim@fluendo.com>
30682
30683         * configure.ac:
30684         configure update for libmng.
30685
30686 2004-10-04  Wim Taymans  <wim@fluendo.com>
30687
30688         * ext/libmng/Makefile.am:
30689         * ext/libmng/gstmng.c: (plugin_init):
30690         * ext/libmng/gstmng.h:
30691         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30692         (gst_mngdec_base_init), (gst_mngdec_class_init),
30693         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30694         (gst_mngdec_loop), (gst_mngdec_get_property),
30695         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30696         (mngdec_closestream), (mngdec_handle_sink_event),
30697         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30698         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30699         (gst_mngdec_change_state):
30700         * ext/libmng/gstmngdec.h:
30701         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30702         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30703         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30704         (gst_mngenc_chain), (gst_mngenc_get_property),
30705         (gst_mngenc_set_property):
30706         * ext/libmng/gstmngenc.h:
30707         Added basic MNG decoder. Needs more work. The encoder does
30708         not work yet.
30709
30710 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30711
30712         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30713         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30714         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30715           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30716           no-more-pads.
30717
30718 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30719
30720         * configure.ac:
30721           you need at least 1.0.4 of speex
30722
30723 2004-10-04 Iain <iaingnome@gmail.com>
30724
30725         * ext/speex/gstspeexdec.h: Revert the includes changes.
30726
30727         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30728
30729 2004-09-30 Iain <iaingnome@gmail.com>
30730
30731         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30732         found during init or set as a property instead of hardcoding /dev/audio
30733
30734 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30735
30736         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30737         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30738         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30739         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30740         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30741         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30742         (gst_rmdemux_dump_data):
30743           Use debug category, fix EOS handling. filesrc ! rmdemux now
30744           works.
30745
30746 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30749         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30750         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30751           Improve allocation, cutting and sorting of the index. How takes a
30752           few seconds instead of minutes.
30753
30754 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30755
30756         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30757           fixed compilation
30758
30759 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30760
30761         * gst-libs/gst/riff/riff-media.c:
30762         (gst_riff_create_video_caps_with_data),
30763         (gst_riff_create_video_template_caps):
30764           Add wing commander format mimetype/fourccs.
30765         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30766           Don't crash if some value is 0.
30767
30768 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30769
30770         * gst-libs/gst/riff/riff-media.c:
30771         (gst_riff_create_video_caps_with_data),
30772         (gst_riff_create_video_template_caps):
30773           Add DIB fourcc (raw, palettized 8-bit RGB).
30774         * gst-libs/gst/riff/riff-read.c:
30775         (gst_riff_read_strf_vids_with_data):
30776           Oops, fix strf_data reading bug.
30777         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30778           Use a non-NULL tag.
30779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30780           Time for hacks. Sorry Dave. At least one quicktime movie (a
30781           trailer) that I've encountered contains multiple video tracks.
30782           One of those is the actual video track, the other are one-frame
30783           tracks (images). Unfortunately, the number of frames according
30784           to the trak header is 1 for each, so that doesn't help. So
30785           instead, I look at the duration and discard tracks with a
30786           duration shorter than 20% of the length of the stream. Better
30787           than nothing.
30788
30789 2004-10-01  Christian Schaller <christian@fluendo.com>
30790
30791         * ext/ivorbis/vorbis.c:
30792           Patch from Phil Blundell (Bug 152341)
30793
30794 2004-10-01  Wim Taymans  <wim@fluendo.com>
30795
30796         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30797         (speex_dec_get_formats), (speex_dec_convert),
30798         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30799         (speex_dec_chain), (gst_speexdec_get_property),
30800         (gst_speexdec_set_property):
30801         Small cleanups.
30802
30803 2004-10-01  Wim Taymans  <wim@fluendo.com>
30804
30805         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30806         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30807         (gst_wavparse_other), (gst_wavparse_loop),
30808         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30809         (gst_wavparse_srcpad_event):
30810         * gst/wavparse/gstwavparse.h:
30811         Added some more debugging info.
30812         Fix the case where the length of the file is 0.
30813         Make sure we seek to sample borders.
30814
30815 2004-10-01  Wim Taymans  <wim@fluendo.com>
30816
30817         * gst/playback/README:
30818         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30819         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30820         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30821         Add some debug info to decodebin, update README
30822
30823 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30826           Don't use g_print(); use GST_DEBUG().
30827
30828 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30829
30830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30831         (gst_ogg_mux_queue_pads):
30832           Handle EOS properly.
30833
30834 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30835
30836         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30837
30838         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30839         (gst_faad_chain), (gst_faad_change_state):
30840         * ext/faad/gstfaad.h:
30841           Allow playback of raw (unframed) MPEG AAC files (#148993).
30842
30843 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30844
30845         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30846
30847         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30848           Throw error if we didn't recognize the stream. Fixes #152289.
30849
30850 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30851
30852         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30853           Fix negotiation.
30854
30855 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30856
30857         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30858
30859         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30860           Fix memleak.
30861
30862 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30863
30864         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30865
30866         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30867           Solve #152805.
30868         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30869           Solve 152806.
30870
30871 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30872
30873         * gst-libs/gst/riff/riff-media.c:
30874         (gst_riff_create_video_caps_with_data),
30875         (gst_riff_create_audio_caps_with_data):
30876           Add codec_data handling (like asfdemux used to do).
30877         * gst/asfdemux/gstasf.c: (plugin_init):
30878         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30879         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30880           Use riff-media for caps creation instead of our own (mostly
30881           broken) copy of its functions.
30882
30883 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30884
30885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30886           Don't actually error out if we get another return value than
30887           -EINVAL. Opposite to what I first thought, drivers have random
30888           return values for this, although -EINVAL is the expected return
30889           value. Since this is not fatal, we shouldn't use
30890           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30891
30892 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30893
30894         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30895         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30896         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30897         (dvdreadsrc_get), (dvdreadsrc_open_file),
30898         (dvdreadsrc_change_state):
30899           Fix. Don't do one big huge loop around the whole DVD, that will
30900           cache all data and thus eat sizeof(dvd) (several GB) before we
30901           see something.
30902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30903           Actually NULL'ify event after using it.
30904         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30905         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30906         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30907         (gst_ebml_read_seek), (gst_ebml_read_skip):
30908           Handle events.
30909         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30910         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30911         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30912           Fix timing (this will probably break if I seek using menus, but
30913           I didn't get there yet). VOBs and normal DVDs should now work.
30914           Add a mpeg2-only pad with high rank so this get autoplugged for
30915           MPEG-2 movies.
30916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30917         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30918         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30919         (gst_mpeg_demux_get_audio_stream),
30920         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30921         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30922           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30923           MPEG-1 but use dvddemux for MPEG-2.
30924         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30925         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30926         (gst_mpeg_parse_parse_packhead):
30927           Timing. Only add pad template if it exists. Add sink template from
30928           class and not from ourselves. This means we will always use the
30929           correct sink template even if it is not the one defined in this
30930           file.
30931
30932 2004-09-29  Wim Taymans  <wim@fluendo.com>
30933
30934         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30935         (gst_mpeg_demux_parse_pes):
30936         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30937         Fix playback of mpeg again, timestamps where screwed up by
30938         patch 1.61.
30939
30940 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30941
30942         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30943           Only return true if we actually filled something in. Prevents
30944           player applications from showing a random length for flac files.
30945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30946         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30947         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30948         (gst_riff_read_strf_vids_with_data),
30949         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30950           OK, ok, so I implemented event handling. Apparently it's normal
30951           that we receive random events at random points without asking
30952           for it.
30953         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30954         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30955         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30956         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30957         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30958         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30959         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30960         * gst/avi/gstavidemux.h:
30961           Implement non-lineair chunk handling and subchunk processing.
30962           The first solves playback of AVI files where the audio and video
30963           data of individual buffers that we read are not synchronized.
30964           This should not happen according to the wonderful AVI specs, but
30965           of course it does happen in reality. It is also a prerequisite for
30966           the second. Subchunk processing allows us to cut chunks in small
30967           pieces and process each of these pieces separately. This is
30968           required because I've seen several AVI files with incredibly large
30969           audio chunks, even some files with only one audio chunk for the
30970           whole file. This allows for proper playback including seeking.
30971           This patch is supposed to fix all AVI A/V sync issues.
30972         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30973         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30974           Work.
30975         * gst/modplug/gstmodplug.cc:
30976           Proper return value setting for the query() function.
30977         * gst/playback/gstplaybasebin.c: (setup_source):
30978           Being in non-playing state (after, e.g., EOS) is not necessarily
30979           a bad thing. Allow for that. This fixes playback of short files.
30980           They don't actually playback fully now, because the clock already
30981           runs. This means that small files (<500kB) with a small length
30982           (<2sec) will still not or barely play. Other files, such as mod
30983           or flx, will work correctly, however.
30984
30985 2004-09-28  Wim Taymans  <wim@fluendo.com>
30986
30987         * ext/speex/gstspeex.c: (plugin_init):
30988         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30989         (gst_speex_dec_class_init), (speex_dec_get_formats),
30990         (speex_get_event_masks), (speex_get_query_types),
30991         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30992         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30993         (gst_speexdec_get_property), (gst_speexdec_set_property),
30994         (speex_dec_change_state):
30995         * ext/speex/gstspeexdec.h:
30996         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30997         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30998         (gst_speexenc_base_init), (gst_speexenc_class_init),
30999         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31000         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31001         (gst_speexenc_src_query), (gst_speexenc_init),
31002         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31003         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31004         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31005         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31006         (gst_speexenc_chain), (gst_speexenc_get_property),
31007         (gst_speexenc_set_property), (gst_speexenc_change_state):
31008         * ext/speex/gstspeexenc.h:
31009         Rewrote speex encoder, make sure it can be embedded in ogg.
31010         Implemented speex decoder.
31011
31012 2004-09-28  Christian Schaller <christian@fluendo.com>
31013
31014         * configure.ac:
31015         Remove kioslave plugin. Markey is brewing a new working one
31016         * ext/Makefile.am: Remove kioslave plugin
31017         * ext/kio: remove
31018         * gst-plugins.spec.in: remove kio plugin from spec
31019
31020 2004-09-27  Wim Taymans  <wim@fluendo.com>
31021
31022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31023         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31024         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31025         (gst_multifdsink_new_client),
31026         (gst_multifdsink_handle_client_write),
31027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31028         (gst_multifdsink_handle_clients):
31029         * gst/tcp/gstmultifdsink.h:
31030         Make syncing to keyframes actually work for new clients and lagging
31031         clients.
31032
31033 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31034
31035         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31036         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31037         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31038         * gst/debug/gstnavigationtest.h:
31039           make navigationtest display button-press and button-release events
31040
31041 2004-09-26 Iain <iaingnome@gmail.com>
31042
31043         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31044         the channels have received a new media event.
31045         (interleave_buffered_loop): Compresses a new media event on all
31046         channels into one.
31047
31048 2004-09-26 Iain <iaingnome@gmail.com>
31049
31050         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31051         call the sinkpad's default event handler and not the srcpads. He also
31052         says this is confusing :)
31053         (gst_wavenc_stop_file): Company says that seek events only go upstream
31054         we should send a discontinuous downstream instead.
31055
31056 2004-09-25  Christian Schaller <christian@fluendo.com>
31057
31058         * Update SPEC file to be usable in conjunction with Fedora Core,
31059           Fedora.us and freshrpms packages
31060         * Fix typo in multifilesrc test Makefile
31061
31062 2004-09-24  Wim Taymans  <wim@fluendo.com>
31063
31064         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31065         Only signal the no_more_pads signal when we have
31066         added the stream to our list.
31067
31068 2004-09-24  Wim Taymans  <wim@fluendo.com>
31069
31070         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31071         (new_decoded_pad):
31072         * gst/playback/gstplaybasebin.h:
31073         * gst/playback/gstplaybin.c: (setup_sinks):
31074         Don't try to preroll or decode more than one audio/video
31075         track.
31076
31077 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31078
31079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31080           Throw error if we failed to find a suitable output. This should
31081           throw an error if we successfully set up a pipeline (e.g. because
31082           we recognized a media file) but found no decodable streams in it
31083           (e.g. because it contains only media stream types for which we
31084           have no decoders, or because it's not a media type).
31085
31086 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * ext/dirac/Makefile.am:
31089         * ext/dirac/gstdirac.cc:
31090         * ext/dirac/gstdiracdec.cc:
31091         * ext/dirac/gstdiracdec.h:
31092           Do something. Don't actually know if this works because I don't
31093           have a demuxer yet.
31094         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31095           Add channels=1 to caps returned from _getcaps().
31096         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31097         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31098         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31099         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31100         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31101         (gst_ogm_parse_change_state):
31102           Separate between audio/video so ogmaudioparse actually uses the
31103           audio pad templates. Both audio and video work now, including
31104           autoplugging. Also use sometimes-srcpad hack.
31105         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31106           Handle events better. Don't hang on infinite loops.
31107         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31108         (gst_avi_demux_init), (gst_avi_demux_reset),
31109         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31110         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31111         (gst_avi_demux_change_state):
31112         * gst/avi/gstavidemux.h:
31113           Improve A/V sync. Still not perfect.
31114         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31115         (gst_ebml_read_skip):
31116           Handle events better.
31117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31118         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31119         (qtdemux_audio_caps):
31120           Add IMA4. Improve event handling. Save offset after a seek when
31121           the headers are at the end of the file so that we don't end up in
31122           an infinite loop.
31123         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31124           Add low-priority typefind support for files with no length.
31125
31126 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31127
31128         * testsuite/multifilesink/Makefile.am:
31129         fix typo
31130
31131 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31132
31133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31135         mistakes from thaytan's patches.
31136
31137 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31138
31139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31140           For completeness, XSync in the destroy function as xvimage does.
31141
31142 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31143
31144         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31145            Correct caps negotiation
31146         * gst/volume/gstvolume.c: (volume_chain_float),
31147         (volume_chain_int16):
31148            Modify debug output to be little more informative
31149         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31151         (gst_xvimagesink_xvimage_destroy):
31152           Add XSync calls after detaching from the shared memory segment to
31153           avoid a crash.
31154
31155 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31156
31157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31158         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31159         * ext/vorbis/vorbis.c: (plugin_init):
31160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31161         (gst_vorbisenc_chain):
31162         * ext/vorbis/vorbisenc.h:
31163         remove explicit newmedia support from oggmux and vorbisenc
31164         add debug category to vorbisenc
31165         * gst/multifilesink/gstmultifilesink.c:
31166         (gst_multifilesink_class_init), (gst_multifilesink_init),
31167         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31168         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31169         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31170         (plugin_init):
31171         * gst/multifilesink/gstmultifilesink.h:
31172         add support for streamheader in multifilesink
31173
31174 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31175
31176         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31177         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31178         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31179           Prevent infinite loops. More correct error reporting.
31180         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31181           Error out if negotiation fails.
31182         * gst/playback/gstplaybasebin.c: (setup_source),
31183         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31184         (gst_play_base_bin_found_tag):
31185           Error/tag forwarding. Pre-roll fixes for source errors on state
31186           changes (e.g. "file does not exist") to prevent hangs.
31187
31188 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31189
31190         * testsuite/multifilesink/Makefile.am:
31191         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31192         (gst_newmedia_class_init), (gst_newmedia_init),
31193         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31194         (newfile_signal), (test_signal), (main):
31195         * testsuite/multifilesink/multifilesrc_test.c: (main):
31196         * testsuite/multifilesink/oggtheora_test.c:
31197         (gst_newmedia_base_init), (gst_newmedia_class_init),
31198         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31199         (test_format), (newfile_signal), (test_signal), (main):
31200         * testsuite/multifilesink/oggvorbis_test.c:
31201         (gst_newmedia_base_init), (gst_newmedia_class_init),
31202         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31203         (test_format), (newfile_signal), (test_signal), (main):
31204         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31205         (gst_newmedia_class_init), (gst_newmedia_init),
31206         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31207         (newfile_signal), (test_signal), (main):
31208         New media tests
31209
31210 2004-09-20  Christian Schaller <christian@fluendo.com>
31211
31212         * Fix mikmod license to LGPL as they have relicensed
31213         * Move Dirac and Effectv into LGPL section of README_license
31214
31215 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31216
31217         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31218         (gst_mad_change_state):
31219           Allow for mp3 rate/channels changes. However, only very
31220           conservatively. Reason that we *have* to enable this is smiply
31221           because the mad find_sync() function is not good enough, it will
31222           regularly sync on random data as valid frames and therefore make
31223           us provide random caps as *final* caps of the stream. The best fix
31224           I could think of is to simply require several of the same stream
31225           changes in a row before we change caps.
31226           The actual testcase that works now is #
31227         * ext/ogg/Makefile.am:
31228         * ext/ogg/gstogg.c: (plugin_init):
31229         * ext/ogg/gstogmparse.c:
31230           OGM support (video only for now; I need an audio sample file).
31231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31232         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31233         (gst_asf_demux_add_video_stream):
31234           WMV extradata.
31235         * gst/playback/gstplaybasebin.c: (unknown_type):
31236           Don't error out on single unknown-types after all. It's wrong.
31237           If we found type of video and audio but not of a subtitle stream,
31238           it will still error out (which is unwanted). Will find a better fix
31239           later on.
31240         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31241         (ogmaudio_type_find), (plugin_init):
31242           OGM support.
31243
31244 2004-09-20  Johan Dahlin  <johan@gnome.org>
31245
31246         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31247         after setting caps.
31248
31249 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31250
31251         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31252         * gst/wavenc/gstwavenc.h:
31253         Added newmedia support to wavenc
31254
31255 2004-09-17  Wim Taymans  <wim@fluendo.com>
31256
31257         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31258         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31259         (gst_fdset_fd_can_write), (gst_fdset_wait):
31260         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31261         (gst_multifdsink_init), (gst_multifdsink_add),
31262         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31263         (gst_multifdsink_remove_client_link),
31264         (gst_multifdsink_client_queue_buffer),
31265         (gst_multifdsink_handle_client_write),
31266         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31267         (gst_multifdsink_close), (gst_multifdsink_change_state):
31268         * gst/tcp/gstmultifdsink.h:
31269         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31270         (gst_tcpserversink_removed):
31271         Small cleanups in fdset.c
31272         Use a hastable to map fd to the client structure for faster
31273         lookup in _remove and get_stats.
31274         Added virtual function to close the fds.
31275         Handle clients even when the select/poll call was unblocked because
31276         of a command.
31277         Implement syncing to keyframe in the recovery procedure.
31278
31279 2004-09-16 Iain <iaingnome@gmail.com>
31280
31281         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31282         try caps.
31283
31284 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31285
31286         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31287           Caps are only set if the type of the stream is unknown, but this
31288           is initialized in ->init_stream(), so set to UNKNOWN after calling
31289           ->init_stream() so that capsnego starts.
31290
31291 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31292
31293         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31294         (gst_avi_demux_stream_data):
31295           Just hardcode for raw audio then. AVI audio sucks.
31296
31297 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31298
31299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31300         * gst/matroska/matroska-mux.c: (audiosink_templ),
31301         (gst_matroska_mux_audio_pad_link):
31302         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31303         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31304
31305 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31306
31307         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31308         (gst_avi_demux_stream_data):
31309           Try to fix a/v sync issues.
31310
31311 2004-09-15  David Schleef  <ds@schleef.org>
31312
31313         * configure.ac: remove NASM check, since we don't use it.  Update
31314         dirac check to 0.4
31315         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31317         Initialized variables.
31318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31319         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31320         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31321         SVQ3 format
31322
31323 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31324
31325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31326         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31327         * gst/avi/gstavidemux.h:
31328           Fix for compressed audio (mp3) timestamp generation. How did this
31329           ever work?
31330
31331 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31332
31333         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31334           Volume is a double not a float.
31335
31336 2004-09-15  Wim Taymans  <wim@fluendo.com>
31337
31338         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31339         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31340         Don't close the fd in multifdsink as we didn't open it in the
31341         first place. Some cleanups.
31342
31343 2004-09-15  Wim Taymans  <wim@fluendo.com>
31344
31345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31347         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31348         Fix the case where the muxer would mark pages as delta
31349         frames when they are not (vorbis only ogg).
31350
31351 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31352
31353         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31354         (gst_play_base_bin_change_state):
31355           Handle the case where we failed to setup a clear pipeline. This
31356           will throw an error (or EOS, another nice case) and if you don't
31357           catch that, the app will wait for the signal forever (and thus
31358           hang).
31359
31360 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31361
31362         * ext/gnomevfs/gstgnomevfssink.c:
31363         (gst_gnomevfssink_uri_get_protocols):
31364         * ext/gnomevfs/gstgnomevfssrc.c:
31365         (gst_gnomevfssrc_uri_get_protocols):
31366         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31367         * ext/gnomevfs/gstgnomevfsuri.h:
31368           Use _uri_new() instead of _open(), so it doesn't take as long and
31369           Christophe's computer won't hang.
31370         * gst/playback/gstplaybasebin.c: (unknown_type):
31371           Throw error on unknown media type, so apps actually display it.
31372
31373 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31374
31375         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31376           this script to work on Solaris since bash shell handles echo
31377           differenly than bash.
31378
31379 2004-09-17  Wim Taymans  <wim@fluendo.com>
31380
31381         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31382         (setup_source), (gst_play_base_bin_set_property),
31383         (gst_play_base_bin_add_element):
31384         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31385         Some more work on making sure seeking pauses the pipeline and
31386         that changing the uri actually does something.
31387
31388 2004-09-17  Wim Taymans  <wim@fluendo.com>
31389
31390         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31392         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31393         (gst_tcpserversink_close):
31394         Be a bit more paranoid when freeing memory.
31395
31396 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31397
31398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31399         (qtdemux_parse_trak):
31400           Don't crash by dividing by zero (see sample movie in #126922).
31401
31402 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31403
31404         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31405           Don't touch non-existing data (fixes crash on file in #140147).
31406
31407 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31408
31409         * gst/playback/gstplaybasebin.c:
31410         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31411           Handle double disposals, and proper change of URIs.
31412
31413 2004-09-13  Martin Eikermann <meiker@upb.de>
31414
31415         * gst/mpegstream/gstmpegparse.c:
31416           fix synchronistation for streams recorded from digital PCR
31417           fixes bug #119376
31418
31419 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31420
31421         * ext/gnomevfs/Makefile.am:
31422         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31423         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31424         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31425         (gst_gnomevfssink_uri_get_type),
31426         (gst_gnomevfssink_uri_get_protocols),
31427         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31428         (gst_gnomevfssink_uri_handler_init),
31429         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31430         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31432         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31433         (gst_gnomevfssrc_uri_get_type),
31434         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31435         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31436         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31437         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31438         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31439         * ext/gnomevfs/gstgnomevfsuri.h:
31440           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31441           of fake URIs to see which this version of Gnome-VFS likes, and
31442           uses that for the Gst-URI interface. Makes playbin support http://
31443           streams. Also fix up some stupid behaviour in gnomevfssrc.
31444
31445 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31448         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31449         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31450         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31451           Update mixer (to sync with other sessions) if we try to obtain
31452           a new value. This makes alsamixer work accross applications.
31453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31454           Only call sync functions if we're running, else alsalib asserts.
31455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31456           Sometimes fails to compile. Possibly a gcc bug.
31457         * gst/playback/gstplaybin.c: (gen_video_element),
31458         (gen_audio_element):
31459           Add a reference to an application-provided object, because we lose
31460           this same reference if we add it to the bin. If we don't do this,
31461           we can only use this object once and thus crash if we go from
31462           ready to playing, back to ready and back to playing again.
31463           Also add an audioscale element because several cheap soundcards -
31464           like mine - don't support all samplerates.
31465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31466         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31467           Fix wrong order or PAR calls. Makes automatically obtained PAR
31468           from the X server atually being used.
31469
31470 2004-09-12  David Schleef  <ds@schleef.org>
31471
31472         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31473         #151887, #152102, #152247.
31474         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31475         * examples/seeking/cdparanoia.c: same
31476         * examples/seeking/cdplayer.c: same
31477         * examples/seeking/seek.c: same
31478         * examples/seeking/spider_seek.c: same
31479         * examples/seeking/vorbisfile.c: same
31480         * examples/stats/mp2ogg.c: same
31481         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31482         (gst_esdsink_dispose): Dispose of element properly.
31483         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31484         fixes.
31485         * ext/nas/nassink.c: (gst_nassink_class_init),
31486         (gst_nassink_dispose): Dispose of element correctly.
31487         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31488         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31489         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31490         Fix 64-bit warning.
31491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31492         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31493         Fix 64-bit warning.
31494
31495 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31496
31497         * configure.ac : change speex detection as 1.1.6 now uses
31498           .pc/pkg-config and they changed their headers location.
31499
31500 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31501
31502         * gst/matroska/matroska-mux.h:
31503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31504         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31505         (gst_matroska_mux_write_data):
31506           Write multiple blocks/frames per cluster.
31507                 Write meta-seek information (seek heads).
31508
31509 2004-09-09  Scott Wheeler <wheeler@kde.org>
31510
31511         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31512         (gst_play_bin_set_property), (gst_play_bin_get_property),
31513         (gen_audio_element), (gen_audio_element):
31514           Add a volume element / property to the pipeline.
31515
31516 2004-09-07  Wim Taymans  <wim@fluendo.com>
31517
31518         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31519         Copy timestamps from the master pad to the output buffers.
31520
31521 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31522
31523         * ext/raw1394/gstdv1394src.c:
31524           throw errors when applicable
31525
31526 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31527
31528         * gst/matroska/ebml-ids.h:
31529         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31530         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31532           automatically convert unix time <-> ebml time when reading/writing
31533           a date, use gst_ebml_write_uint to write CUETIME,
31534           not gst_ebml_write_date.
31535         * gst/matroska/matroska-ids.h:
31536         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31537         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31538         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31539         (gst_matroska_mux_write_data):
31540           Write track and segment UIDs, write muxing date, write
31541           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31542           Create cues for audio only files.
31543
31544 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31545
31546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31547         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31548           Re-commit ALSA switches.
31549         * gst/adder/gstadder.c: (gst_adder_loop):
31550           64-bit fix (#151416).
31551         * gst/debug/progressreport.c: (gst_progressreport_report):
31552           64-bit fix (#151419).
31553         * gst/matroska/matroska-demux.c:
31554         (gst_matroska_demux_parse_contents):
31555           64-bit fix (#151420).
31556         * gst/playback/test3.c: (update_scale):
31557           64-bit fix (#151421).
31558
31559 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31560
31561         * configure.ac:
31562           bump nano to cvs
31563
31564 === release 0.8.4 ===
31565
31566 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31567
31568         * configure.ac: releasing 0.8.4, "Alias"
31569
31570 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31571
31572         * ext/theora/Makefile.am:
31573           fix makefile.  Fixes #151462.
31574
31575 2004-08-30  Wim Taymans  <wim@fluendo.com>
31576
31577         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31578         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31579         (gst_multifdsink_remove_client_link),
31580         (gst_multifdsink_client_queue_buffer),
31581         (gst_multifdsink_handle_client_write):
31582         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31583         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31584         Fix some memory leaks.
31585
31586 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31587
31588         Patch by: David Schleef
31589
31590         * configure.ac:
31591         * sys/Makefile.am:
31592           rename our detection macro for V4L2.  Fixes #151236.
31593
31594 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31595
31596         Patch by: David Schleef
31597
31598         * configure.ac:
31599           check to define LAMEPRESET.  Fixes #151232.
31600
31601 2004-08-27  David Schleef  <ds@schleef.org>
31602
31603         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31604         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31605         (gst_glimagesink_fixate):  Move local variable declarations to
31606         make gcc-2.95 happy.
31607
31608 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31609
31610         * configure.ac:
31611           bump nano for prerelease
31612
31613 2004-08-27  David Schleef  <ds@schleef.org>
31614
31615         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31616         * sys/sunaudio/gstsunaudiosrc.c:
31617         * sys/sunaudio/gstsunaudiosrc.h:
31618
31619 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31620
31621         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31622         handle EOS correctly
31623         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31624         * gst/matroska/matroska-mux.h:
31625         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31626         VFW compatibility mode
31627
31628 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31629
31630         patch by: Zaheer Abbas Merali
31631
31632         * ext/ogg/gstoggmux.c:
31633         * ext/vorbis/vorbisenc.c:
31634         * ext/vorbis/vorbisenc.h:
31635           handle NEWMEDIA
31636
31637 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31638
31639         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31640         fix byte order reversion on little endian machines.
31641         * gst/matroska/matroska-mux.c: (audiosink_templ),
31642         (gst_matroska_mux_audio_pad_link):
31643         add TTA codec to the list of supported codecs.
31644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31645         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31646         (gst_matroska_mux_write_data):
31647         * gst/matroska/matroska-mux.h:
31648         write segment duration correctly, write muxing app string, fixes bugs
31649         #140897 and #140898.
31650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31651         wait for all pads to be negotiated before starting to mux.
31652
31653 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31654
31655         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31656         * ext/lame/gstlame.h:
31657         Added new media support to lame
31658
31659 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31660
31661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31662         send vorbis headers at the beginning of a stream, fixes bug #141554.
31663         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31664         bug #148950.
31665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31666         (gst_matroska_demux_plugin_init):
31667         * gst/matroska/matroska-ids.h:
31668         enable demuxing of TTA audio streams, fixes bug #148951.
31669         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31670         enable typefinding for TTA audio files, fixes bug #148711.
31671         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31672         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31673         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31674
31675 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31676
31677         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31678         (gst_riff_read_element_data), (gst_riff_read_seek),
31679         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31680         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31681         <teuf@gnome.org>
31682
31683 2004-08-23 Iain <iaingnome@gmail.com>
31684
31685         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31686         tags. They appear to be handled differently to normal.
31687         (tag_list_to_id3_tag_foreach): Ditto.
31688
31689 2004-08-22  Wim Taymans  <wim@fluendo.com>
31690
31691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31692         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31693         Make sure we never send -1 granulepos.
31694
31695 2004-08-20  Wim Taymans  <wim@fluendo.com>
31696
31697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31698         (gst_ogg_mux_loop):
31699         I will accept bitchslappings with non sharp objects.
31700
31701 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31702
31703         * configure.ac:
31704         Clean up the test for lame presets
31705
31706 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31707
31708         * configure.ac:
31709         * ext/lame/Makefile.am:
31710         * ext/lame/gstlame.c: (gst_lame_class_init),
31711         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31712         Only enable lame presets if version of lame has presets in API
31713
31714 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31715         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31716         * gst/udp/gstudpsrc.h:
31717           Don't call gst_pad_push in a get function. Fixes #150449
31718
31719 2004-08-18  Wim Taymans  <wim@fluendo.com>
31720
31721         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31722         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31723         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31724         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31725         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31726         (gst_fdset_wait):
31727         * gst/tcp/gstfdset.h:
31728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31729         (gst_multifdsink_client_queue_buffer),
31730         (gst_multifdsink_handle_client_write):
31731         * gst/tcp/gstmultifdsink.h:
31732         Some extra checks in gstfdset.
31733         Only use send() when the fd is a socket. Don't try to
31734         read from write only fds.
31735
31736 2004-08-18  Wim Taymans  <wim@fluendo.com>
31737
31738         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31739         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31740         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31741         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31742         (gst_fdset_wait):
31743         Add more locking and bounds checking.
31744
31745 2004-08-18  Wim Taymans  <wim@fluendo.com>
31746
31747         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31748         Realloc test fdset in the lock and right before starting
31749         the poll call. Bump the limit to 4096.
31750
31751 2004-08-17  David Schleef  <ds@schleef.org>
31752
31753         * sys/sunaudio/Makefile.am:
31754         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31755         of rates and channels.  Make debugging less obnoxious.
31756
31757         Patch from Balamurali Viswanathan implementing a mixer for
31758         Sun audio.  (bug #144091):
31759         * sys/sunaudio/gstsunelement.c:
31760         * sys/sunaudio/gstsunelement.h:
31761         * sys/sunaudio/gstsunmixer.c:
31762         * sys/sunaudio/gstsunmixer.h:
31763
31764 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31765
31766         * gst/audioscale/gstaudioscale.c:
31767         * gst/audioscale/gstaudioscale.h:
31768         made audioscale resample from any sample rate to any sample rate
31769
31770 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31771
31772         * ext/libpng/gstpngdec.c:
31773           error out on unsupported types
31774
31775 2004-08-17  Iain <iaingnome@gmail.com>
31776
31777         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31778         mid_side and loose_mid_side properties if its a stereo stream.
31779
31780 2004-08-17  Wim Taymans  <wim@fluendo.com>
31781
31782         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31783         (theora_get_formats), (theora_dec_src_convert),
31784         (theora_dec_sink_convert), (theora_dec_src_query),
31785         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31786         Add a debug line.
31787
31788 2004-08-17  Wim Taymans  <wim@fluendo.com>
31789
31790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31791         (gst_ogg_pad_push):
31792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31793         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31794         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31795         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31796         Mark delta units in the muxer.
31797         Try to decode the packet after an out-of-sync error from
31798         libogg.
31799
31800 2004-08-17  Wim Taymans  <wim@fluendo.com>
31801
31802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31803         (gst_multifdsink_init), (gst_multifdsink_add),
31804         (gst_multifdsink_client_queue_buffer),
31805         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31806         * gst/tcp/gstmultifdsink.h:
31807         Added option to send a keyframe to clients as the first buffer.
31808         Make timeout property writable.
31809
31810 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31811
31812         patch by: Wim Taymans
31813
31814         * gst/tcp/gstfdset.c:
31815         * gst/tcp/gstmultifdsink.c:
31816           fix index comparison, should include 0
31817
31818 2004-08-16  Wim Taymans  <wim@fluendo.com>
31819
31820         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31821         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31822         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31823         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31824         (gst_fdset_wait):
31825           copy when reallocing for poll so the select arguments don't get
31826           changed during the call
31827
31828 2004-08-16  Wim Taymans  <wim@fluendo.com>
31829
31830         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31831         (gst_theora_enc_class_init), (theora_enc_sink_link),
31832         (theora_buffer_from_packet), (theora_enc_chain):
31833         Fix bug where buffers were not marked as keyframes
31834         correctly.
31835
31836 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31837
31838         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31839         (gst_lame_preset_get_type), (gst_lame_class_init):
31840         describe the enum values for vbr mode and presets more verbosely
31841
31842 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31843
31844         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31845         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31846         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31847         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31848         * ext/lame/gstlame.h:
31849         add preset property to lame so it can use lame presets
31850
31851 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31852
31853         * ext/lame/gstlame.c: (gst_lame_get_property):
31854         whoops forgot break, thanks teuf
31855
31856 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31857
31858         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31859         (gst_lame_class_init), (gst_lame_src_getcaps),
31860         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31861         (gst_lame_get_property), (gst_lame_setup):
31862         * ext/lame/gstlame.h:
31863         fix lame's broken vbr stuff, allow it to resample if need be, and also
31864         make xing header optional
31865
31866 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31867
31868         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31869         added getcaps function so samplerate doesnt get fixated to silly values
31870
31871 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31872
31873         * ext/lame/gstlame.c: (gst_lame_src_link):
31874         revert previous fix
31875
31876 2004-08-12  Johan Dahlin  <johan@gnome.org>
31877
31878         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31879         checks. Doesn't matter what state we are in. Interfaces are a
31880         compile time thing, not runtime. It also broke the python bindings.
31881
31882 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31883
31884         * ext/lame/gstlame.c: (gst_lame_src_link):
31885         made source pad link function check if sinkpad is ok..fixes the problem
31886         where core fixates the output rate of lame stupidly
31887
31888 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31889
31890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31891         * sys/v4l/v4l_calls.c:
31892         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31893           fix fixate function to handle nonsimple caps.
31894           remove bogus check in _link
31895           cleanups
31896
31897 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31898
31899         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31900         set default compression ratio parameter to 0.0 so bitrate parameter
31901         works :)
31902
31903 2004-08-11  David Schleef  <ds@schleef.org>
31904
31905         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31906
31907 2004-08-11  David Schleef  <ds@schleef.org>
31908
31909         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31910         before.
31911
31912 2004-08-11  David Schleef  <ds@schleef.org>
31913
31914         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31915
31916 2004-08-11  David Schleef  <ds@schleef.org>
31917
31918         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31919           license field
31920         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31921         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31922           LGPL.
31923         * gst/auparse/gstauparse.c: Fix plugin license field.
31924         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31925         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31926         * gst/rtp/gstrtp.c: Fix plugin license field.
31927
31928 2004-08-11  Wim Taymans  <wim@fluendo.com>
31929
31930         * gst/tcp/Makefile.am:
31931         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31932         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31933         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31934         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31935         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31936         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31937         (gst_fdset_fd_can_write), (gst_fdset_wait):
31938         * gst/tcp/gstfdset.h:
31939         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31940         (gst_multifdsink_class_init), (gst_multifdsink_init),
31941         (gst_multifdsink_add), (gst_multifdsink_remove),
31942         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31943         (gst_multifdsink_remove_client_link),
31944         (gst_multifdsink_handle_client_read),
31945         (gst_multifdsink_client_queue_data),
31946         (gst_multifdsink_client_queue_caps),
31947         (gst_multifdsink_client_queue_buffer),
31948         (gst_multifdsink_handle_client_write),
31949         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31950         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31951         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31952         (gst_multifdsink_close):
31953         * gst/tcp/gstmultifdsink.h:
31954         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31955         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31956         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31957         (gst_tcpserversink_close):
31958         * gst/tcp/gsttcpserversink.h:
31959         Abstracted away the select call, implemented poll (yes we ran into
31960         the 1024 limit in production).
31961
31962 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31963
31964         * gst/tcp/gsttcp.c:
31965         * gst/tcp/gsttcpplugin.c:
31966           improve debuggging, remove assert
31967
31968 2004-08-10  Wim Taymans  <wim@fluendo.com>
31969
31970         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31971         (gst_client_status_get_type), (gst_multifdsink_class_init),
31972         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31973         (gst_multifdsink_handle_client_read),
31974         (gst_multifdsink_handle_client_write),
31975         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31976         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31977         (gst_multifdsink_get_property):
31978         * gst/tcp/gstmultifdsink.h:
31979         * gst/tcp/gsttcp-marshal.list:
31980         Starting to prepare for specifying buffer time in other units
31981         than buffers. Expose remove reason in signal.
31982
31983 2004-08-10  Wim Taymans  <wim@fluendo.com>
31984
31985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31986         (gst_multifdsink_remove), (gst_multifdsink_clear),
31987         (gst_multifdsink_remove_client_link),
31988         (gst_multifdsink_handle_client_read),
31989         (gst_multifdsink_client_queue_data),
31990         (gst_multifdsink_client_queue_buffer),
31991         (gst_multifdsink_handle_client_write),
31992         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31993         (gst_multifdsink_chain), (gst_multifdsink_close):
31994         * gst/tcp/gstmultifdsink.h:
31995         Added more debugging info. Changed the way clients are
31996         removed from the lists. Fixed a bug where a bad file descriptor
31997         could cause many clients to be removed.
31998
31999 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32000
32001         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32002           allow all pixel-aspect-ratios, not just 1:1
32003
32004 2004-08-09  David Schleef  <ds@schleef.org>
32005
32006         * sys/glsink/ARB_multitexture.h:  Remove old files.
32007         * sys/glsink/EXT_paletted_texture.h:
32008         * sys/glsink/NV_register_combiners.h:
32009         * sys/glsink/gstgl_nvimage.c:
32010         * sys/glsink/gstgl_pdrimage.c:
32011         * sys/glsink/gstgl_rgbimage.c:
32012         * sys/glsink/gstglsink.c:
32013         * sys/glsink/gstglsink.h:
32014         * sys/glsink/gstglxwindow.c:
32015         * sys/glsink/regcomb_yuvrgb.c:
32016
32017 2004-08-09  David Schleef  <ds@schleef.org>
32018
32019         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32020         GL sink plugin.  (Bug #147302)
32021
32022         * configure.ac: Test for OpenGL
32023         * sys/Makefile.am: Use test for OpenGL
32024         * sys/glsink/Makefile.am:
32025         * sys/glsink/glimagesink.c: rewrite
32026         * sys/glsink/glimagesink.h: rewrite
32027
32028 2004-08-09  David Schleef  <ds@schleef.org>
32029
32030         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32031         sane framerates.
32032         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32034         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32035
32036 2004-08-09  Wim Taymans  <wim@fluendo.com>
32037
32038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32039         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32040         (gst_multifdsink_client_remove),
32041         (gst_multifdsink_handle_client_read),
32042         (gst_multifdsink_handle_client_write),
32043         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32044         Do a bit more logging, make the client_read code more robust.
32045
32046 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32047
32048         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32049         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32050         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32051         (gst_jpegdec_init), (gst_jpegdec_chain):
32052         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32053         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32054           cleanups, debugging fixes and memleak plugging
32055
32056 2004-08-09  Wim Taymans  <wim@fluendo.com>
32057
32058         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32059         (theora_get_formats), (theora_dec_src_convert),
32060         (theora_dec_sink_convert), (theora_dec_src_query),
32061         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32062         (theora_dec_change_state):
32063         Don't crash on missing header packets.
32064
32065 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32066
32067         * po/LINGUAS:
32068         * po/sq.po:
32069           Added Albanian translation (Laurent Dhima)
32070         * po/cs.po:
32071           updated
32072
32073 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32074
32075         * ext/lame/gstlame.c:
32076           fix/add debugging
32077
32078 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32079
32080         * sys/ximage/ximagesink.c:
32081         * sys/xvimage/xvimagesink.c:
32082           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32083
32084 2004-08-06  Wim Taymans  <wim@fluendo.com>
32085
32086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32087         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32088         (gst_multifdsink_client_remove),
32089         (gst_multifdsink_handle_client_read),
32090         (gst_multifdsink_handle_client_write),
32091         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32092         Make sure we don't try to read more from a client that what
32093         ioctl says us or we deadlock.
32094
32095 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32096
32097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32098         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32099         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32100           decouple running_time and n_frames so it can handle changing
32101           framerate while running
32102
32103 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32104
32105         * po/nl.po:
32106         * po/sv.po:
32107           updated translations
32108
32109 2004-08-04  Benjamin Otte  <otte@gnome.org>
32110
32111         * gst/videotestsrc/gstvideotestsrc.c:
32112         (gst_videotestsrc_get_capslist), (generate_capslist),
32113         (plugin_init):
32114           generate the list of supported caps at startup and reuse it instead
32115           of always generating it
32116
32117 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32118
32119         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32120           whoops, last checkin broke normal build
32121
32122 2004-08-03  Benjamin Otte  <otte@gnome.org>
32123
32124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32125         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32126         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32127         (gst_alsa_mixer_get_option):
32128         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32129         (dvdnavsrc_print_event):
32130         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32132         (gst_ogg_mux_pad_unlink):
32133         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32134         (gst_multipart_mux_pad_unlink):
32135         * gst/videofilter/gstvideobalance.c:
32136         (gst_videobalance_colorbalance_set_value):
32137         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32138         (gst_videomixer_pad_unlink):
32139         * po/uk.po:
32140         * sys/oss/gstossmixer.c:
32141         * sys/v4l/gstv4lcolorbalance.c:
32142         * sys/v4l/gstv4ltuner.c:
32143         * sys/v4l/v4lsrc_calls.c:
32144         * sys/v4l2/gstv4l2colorbalance.c:
32145         * sys/v4l2/gstv4l2tuner.c:
32146           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32147
32148 2004-08-03  Benjamin Otte  <otte@gnome.org>
32149
32150         * examples/dynparams/filter.c: (ui_control_create):
32151         * examples/gstplay/player.c: (print_tag):
32152         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32153         * ext/gdk_pixbuf/gstgdkanimation.c:
32154         (gst_gdk_animation_iter_may_advance):
32155         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32156         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32157         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32158         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32160         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32161         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32162         * gst/sine/demo-dparams.c: (main):
32163         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32164         * testsuite/alsa/formats.c: (create_pipeline):
32165         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32166           fixes for G_DISABLE_ASSERT and friends
32167         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32168         (mp3_type_frame_length_from_header), (mp3_type_find),
32169         (plugin_init):
32170           require mp3 typefinding to have at least MIN_HEADERS valid headers
32171           add typefinding for AAC adts files
32172
32173 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32174
32175         * sys/ximage/ximagesink.c:
32176         (gst_ximagesink_calculate_pixel_aspect_ratio):
32177         * sys/xvimage/xvimagesink.c:
32178         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32179         Make sure we calculate pixel-aspect-ratio using floating point maths
32180
32181 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32182
32183         * po/uk.po:
32184           updated translation
32185
32186 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32190           add debugging for display PAR calculation
32191
32192 2004-08-02  David Schleef  <ds@schleef.org>
32193
32194         * configure.ac: Fix mikmod CFLAGS.
32195
32196 2004-07-27  Benjamin Otte  <otte@gnome.org>
32197
32198         * gst/audioscale/gstaudioscale.c:
32199         - fix templates to only support S16, it's the only format that works
32200         - make caps nego code use try_set_caps_nonfixed and fixation instead
32201         of try_set_caps twice, which is not nice for autopluggers
32202         - change rank to secondary, so autopluggers can pick it up after
32203         audioconvert
32204
32205 2004-08-02  Iain <iain@prettypeople.org>
32206
32207         * gst/interleave/interleave.c (interleave_init),
32208         (interleave_request_new_pad),
32209         (interleave_pad_removed),
32210         (interleave_buffered_loop): Use the real pad count, not the artificial
32211         one.
32212
32213 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32214
32215         * configure.ac: bump nano back to development
32216
32217 === release 0.8.3 ===
32218
32219 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * configure.ac: releasing 0.8.3, "Water"
32222
32223 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32224
32225         * sys/xvimage/xvimagesink.c:
32226         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32227         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32228         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32229         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32230         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32231         * sys/xvimage/xvimagesink.h:
32232           apply similar PAR fixes as to ximagesink
32233
32234 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32235
32236         patch from: Benjamin Otte
32237
32238         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32239           add link function to lame.  Fixes #148986.
32240
32241 2004-08-02  Johan Dahlin  <johan@gnome.org>
32242
32243         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32244         fix debugging log
32245
32246 2004-07-30  David Schleef  <ds@schleef.org>
32247
32248         * gst/videomixer/Makefile.am: Fix things that should have been
32249         fixed in the last checkin.
32250
32251 2004-07-30  David Schleef  <ds@schleef.org>
32252
32253         * gst/multipart/Makefile.am: Fix things that should have been
32254         fixed in the last checkin.
32255
32256 2004-07-30  David Schleef  <ds@schleef.org>
32257
32258         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32259
32260 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32261
32262         * configure.ac:
32263           bump nano for prerelease
32264         * po/af.po:
32265         * po/az.po:
32266         * po/cs.po:
32267         * po/en_GB.po:
32268         * po/hu.po:
32269         * po/nl.po:
32270         * po/sr.po:
32271         * po/sv.po:
32272         * po/uk.po:
32273           updates
32274
32275 2004-07-30  Wim Taymans  <wim@fluendo.com>
32276
32277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32278         (gst_multifdsink_add), (gst_multifdsink_remove),
32279         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32280         (gst_multifdsink_client_remove),
32281         (gst_multifdsink_handle_client_write),
32282         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32283         * gst/tcp/gstmultifdsink.h:
32284         Recover from a select with a bad file descriptor by removing
32285         the client.
32286
32287 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32288
32289         * configure.ac:
32290           fix requirement of core
32291         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32292         (gst_play_pipeline_setup):
32293           don't use colorspace element.  do use hermescolorspace element.
32294           make macro to get a colorspace element.
32295           mark strings for translation.
32296         * po/POTFILES.in:
32297           add play.c
32298         * po/af.po:
32299         * po/az.po:
32300         * po/cs.po:
32301         * po/en_GB.po:
32302         * po/hu.po:
32303         * po/nl.po:
32304         * po/sr.po:
32305         * po/sv.po:
32306         * po/uk.po:
32307           update translations
32308
32309 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32310
32311         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32312         fix default for newmedia flag
32313
32314 2004-07-30  Wim Taymans  <wim@fluendo.com>
32315
32316         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32317         (gst_theora_dec_init), (theora_get_formats),
32318         (theora_dec_src_convert), (theora_dec_sink_convert),
32319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32320         (theora_dec_chain), (theora_dec_set_property),
32321         (theora_dec_get_property):
32322         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32323         (gst_theora_enc_class_init), (gst_theora_enc_init),
32324         (theora_enc_sink_link), (theora_enc_chain),
32325         (theora_enc_set_property), (theora_enc_get_property):
32326         Added cropping option to theora decoder.
32327         Added border option to theora encoder.
32328
32329 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32330
32331         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32332         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32333         (gst_pngenc_set_property):
32334         * ext/libpng/gstpngenc.h:
32335         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
32336
32337 2004-07-30  Wim Taymans  <wim@fluendo.com>
32338
32339         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32340         (theora_enc_sink_link), (theora_enc_chain),
32341         (theora_enc_set_property), (theora_enc_get_property):
32342         Fix encoding of non-multiple-of-16 video.
32343
32344 2004-07-29  David Schleef  <ds@schleef.org>
32345
32346         * configure.ac: make test for audiofile more strict
32347
32348 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32349
32350         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32351           give different names to typefind functions
32352
32353 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32354
32355         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32356         (gst_ximagesink_calculate_pixel_aspect_ratio),
32357         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32358         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32359         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32360         (gst_ximagesink_get_property), (gst_ximagesink_init):
32361         * sys/ximage/ximagesink.h:
32362           allocate PAR's dynamically.
32363           use autodetected PAR if no object-set PAR is given.
32364           add workaround for directfb's X not setting physical size.
32365           fix to xvimagesink will follow tomorrow.
32366
32367 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32368
32369         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32370         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32371         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32372         (gst_shout2send_class_init), (gst_shout2send_init),
32373         (set_shout_metadata), (gst_shout2send_set_metadata),
32374         (gst_shout2send_chain), (gst_shout2send_set_property),
32375         (gst_shout2send_get_property), (gst_shout2send_connect),
32376         (gst_shout2send_change_state):
32377         * ext/shout2/gstshout2.h:
32378         - fix for sending mp3 audio to icecast2 server, if pad link function not
32379         called before PAUSED state
32380         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32381         - added tagging support for mp3 audio broadcasted
32382         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32383         debug info
32384
32385 2004-07-28  Wim Taymans  <wim@fluendo.com>
32386
32387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32388         (gst_ogg_demux_push):
32389         Return query failure when we don't know the length of
32390         an ogg stream insteda of returning TRUE with a bogus value.
32391
32392 2004-07-28  Wim Taymans  <wim@fluendo.com>
32393
32394         * ext/theora/theoradec.c: (theora_get_formats),
32395         (theora_dec_src_convert), (theora_dec_sink_convert),
32396         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32397         (theora_dec_chain):
32398         Don't screw up the 1 Chroma for 1 luma sample situation when we
32399         have an odd offset/width by adding a black border in those cases.
32400
32401 2004-07-28  Wim Taymans  <wim@fluendo.com>
32402
32403         * ext/theora/theoradec.c: (theora_get_formats),
32404         (theora_dec_src_convert), (theora_dec_sink_convert),
32405         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32406         (theora_dec_chain):
32407         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32408         Added first attempt at cropping of the image as required by the
32409         theora spec. We need more properties in the caps (offset_x,
32410         offset_y,stride) to implement this correctly.
32411
32412 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32413
32414         * ext/dvdnav/README:
32415           Update the README to use dvddemux
32416         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32417           Ensure getcaps returns a subset of the template caps
32418         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32419         (gst_mpeg2subt_init):
32420           Ensure getcaps returns a subset of the template caps
32421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32422         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32423         (gst_dvd_demux_get_subpicture_stream),
32424         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32425         * gst/mpegstream/gstdvddemux.h:
32426           Set the explicit caps on the current_video pad before pushing
32427           anything
32428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32429         (gst_mpeg_demux_get_audio_stream):
32430           Free caps used to gst_pad_set_explicit_caps, which takes a const
32431           GstCaps *
32432
32433 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32434
32435         * configure.ac: update GStreamer requirement to 0.8.4 because of
32436           GstFraction.
32437
32438 2004-07-28  Wim Taymans  <wim@fluendo.com>
32439
32440         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32441         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32442         Add the pad to the element after setting up the caps. This
32443         makes it a lot easier to autoplug.
32444
32445 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32446
32447         * gst/median/gstmedian.c:
32448         * gst/mpeg2subt/gstmpeg2subt.c:
32449         * gst/mpegaudioparse/gstmpegaudioparse.c:
32450         * gst/mpegstream/gstdvddemux.c:
32451         * gst/mpegstream/gstmpegdemux.c:
32452         * gst/mpegstream/gstmpegpacketize.c:
32453         * gst/rtjpeg/gstrtjpeg.c:
32454         * gst/rtjpeg/gstrtjpegdec.c:
32455         * gst/rtjpeg/gstrtjpegenc.c:
32456         * gst/sine/gstsinesrc.c:
32457         * gst/smooth/gstsmooth.c:
32458         * gst/smpte/gstsmpte.c:
32459         * gst/smpte/gstsmpte.h:
32460         * gst/stereo/gststereo.c:
32461         * gst/videofilter/gstgamma.c:
32462         * gst/videofilter/gstvideobalance.c:
32463         * gst/videofilter/gstvideofilter.c:
32464         * gst/videofilter/gstvideoflip.c:
32465         * gst/videoscale/gstvideoscale.c:
32466         * gst/videoscale/videoscale.c:
32467         * gst/videotestsrc/gstvideotestsrc.c:
32468         * gst/videotestsrc/videotestsrc.c:
32469         * gst/wavenc/gstwavenc.c:
32470         * gst/wavparse/gstwavparse.c:
32471           fix local includes and 64 bits constants
32472
32473 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32474
32475         * win32/gst.sln:
32476         * gst-libs/gst/*/*.vcproj:
32477         * gst/*/*.vcproj:
32478           more working plugins
32479
32480 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32481
32482         * testsuite/alsa/Makefile.am:
32483         * testsuite/alsa/srcstate.c:
32484         add test for alsasrc changing state
32485
32486 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32487
32488         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32489         (gst_silence_get):
32490         * gst/silence/gstsilence.h:
32491         fix silence generation for 16bit raw audio
32492
32493 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32494
32495         * gst/matroska/matroska-demux.c:
32496         (gst_matroska_demux_parse_metadata),
32497         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32498         * gst/mpegaudio/common.c:
32499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32500         (gst_videoscale_getcaps), (gst_videoscale_link),
32501         (gst_videoscale_src_fixate), (gst_videoscale_init),
32502         (gst_videoscale_finalize):
32503         * gst/videoscale/gstvideoscale.h:
32504         * gst/videotestsrc/gstvideotestsrc.c:
32505         (gst_videotestsrc_get_capslist):
32506         * gst/wavenc/gstwavenc.c:
32507         * sys/oss/gstossmixer.c: (fill_labels):
32508         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32509         (gst_ximagesink_handle_xevents),
32510         (gst_ximagesink_calculate_pixel_aspect_ratio),
32511         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32512         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32513         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32514         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32515         (gst_ximagesink_init), (gst_ximagesink_class_init):
32516         * sys/ximage/ximagesink.h:
32517         * sys/xvimage/xvimagesink.c:
32518         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32519         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32520         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32521         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32522         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32523         * sys/xvimage/xvimagesink.h:
32524           first batch of pixel aspect ratio commits.
32525
32526 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32527
32528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32529         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32530         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32531           handle stride, needs work if we want to move stride handling
32532           upstream, but works correctly for our purposes.
32533
32534 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32535
32536         * gst/videoscale/README:
32537           add testing examples
32538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32539         (gst_videoscale_chain):
32540         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32541         (gst_videoscale_get_size):
32542           add get_size function that handles stride like videotestsrc.
32543           fixes conversion for YUV formats for as much as I can test them.
32544
32545 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32546
32547         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32548         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32551         (gst_xvimagesink_xvimage_put):
32552           further cleanups, logging, error handling and synchronizing
32553
32554 2004-07-27  Wim Taymans  <wim@fluendo.com>
32555
32556         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32557         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32558         (gst_videomixer_pad_set_property),
32559         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32560         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32561         (gst_videomixer_class_init), (gst_videomixer_init),
32562         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32563         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32564         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32565         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32566         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32567         (gst_videomixer_loop), (plugin_init):
32568         Be a nicer negotiation citizen and provide a getcaps function on
32569         the srcpad. This also fixes a crash when resizing.
32570
32571 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32572
32573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32574         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32575
32576 2004-07-27  Wim Taymans  <wim@fluendo.com>
32577
32578         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32579         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32580         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32581         (gst_pngenc_set_property):
32582         * ext/libpng/gstpngenc.h:
32583         Added snapshot property to pngenc.
32584         removed g_print from pngdec
32585
32586 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32587
32588         * gst/ac3parse/ac3parse.vcproj
32589         * gst/adder/adder.vcproj
32590         * gst/alpha/alpha.vcproj
32591         * gst/alpha/alphacolor.vcproj
32592         * gst/asfdemux/asf.vcproj
32593         * gst/audioconvert/audioconvert.vcproj
32594         * gst/audiorate/audiorate.vcproj
32595         * gst/audioscale/audioscale.vcproj
32596         * gst/auparse/auparse.vcproj
32597         * gst/avi/avi.vcproj
32598         * gst/cdxaparse/cdxaparse.vcproj
32599         * gst/chart/chart.vcproj
32600         * gst/colorspace/colorspace.vcproj
32601         * gst/cutter/cutter.vcproj
32602         * gst/debug/debug.vcproj
32603         * gst/debug/efence.vcproj
32604         * gst/debug/navigationtest.vcproj
32605         * gst/deinterlace/deinterlace.vcproj
32606         * gst/effectv/effectv.vcproj
32607         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32608         * gst/filter/filter.vcproj
32609         * gst/flx/flxdec.vcproj
32610         * gst/goom/goom.vcproj
32611         * gst/interleave/interleave.vcproj
32612         * gst/law/alaw.vcproj
32613         * gst/law/mulaw.vcproj
32614         * gst/matroska/matroska.vcproj
32615         * gst/median/median.vcproj
32616         * gst/mixmatrix/mixmatrix.vcproj
32617         * gst/mpeg1sys/mpeg1systemencode.vcproj
32618         * gst/mpeg1videoparse/mp1videoparse.vcproj
32619         * gst/mpeg2sub/mpeg2subt.vcproj
32620         * gst/mpegaudio/mpegaudio.vcproj
32621         * gst/mpegaudioparse/mpegaudioparse.vcproj
32622         * gst/mpegstream/mpegstream.vcproj
32623         * gst/multifilesink/multifilesink.vcproj
32624         * gst/multipart/multipart.vcproj
32625         * gst/oneton/oneton.vcproj
32626         * gst/overlay/overlay.vcproj
32627         * gst/passthrough/passthrough.vcproj
32628         * gst/qtdemux/qtdemux.vcproj
32629         * gst/realmedia/rmdemux.vcproj
32630         * gst/rtjpeg/rtjpeg.vcproj
32631         * gst/rtp/rtp.vcproj
32632         * gst/silence/silence.vcproj
32633         * gst/sine/sinesrc.vcproj
32634         * gst/smooth/smooth.vcproj
32635         * gst/smpte/smpte.vcproj
32636         * gst/spectrum/spectrum.vcproj
32637         * gst/speed/speed.vcproj
32638         * gst/stereo/stereo.vcproj
32639         * gst/switch/switch.vcproj
32640         * gst/tags/tagedit.vcproj
32641         * gst/tcp/tcp.vcproj
32642         * gst/typefind/typefindfunctions.vcproj
32643         * gst/udp/udp.vcproj
32644         * gst/videobox/videobox.vcproj
32645         * gst/videocrop/videocrop.vcproj
32646         * gst/videodrop/videodrop.vcproj
32647         * gst/videofilter/gamma.vcproj
32648         * gst/videofilter/videobalance.vcproj
32649         * gst/videofilter/videofilter.vcproj
32650         * gst/videofilter/videoflip.vcproj
32651         * gst/videoflip/videoflip.vcproj
32652         * gst/videomixer/videomixer.vcproj
32653         * gst/videorate/videorate.vcproj
32654         * gst/videoscale/videoscale.vcproj
32655         * gst/videotestsrc/videotestsrc.vcproj
32656         * gst/virtualdub/virtualdub.vcproj
32657         * gst/volenv/volenv.vcproj
32658         * gst/volume/volume.vcproj
32659         * gst/wavenc/wavenc.vcproj
32660         * gst/wavparse/wavparse.vcproj
32661         * gst/y4m/y4menc.vcproj
32662         * gst-libs/gst/audio/audio.vcproj
32663         * gst-libs/gst/audio/audiofilter.vcproj
32664         * gst-libs/gst/colorbalance/colorbalance.vcproj
32665         * gst-libs/gst/idct/idtc.vcproj
32666         * gst-libs/gst/media-info/media-info.vcproj
32667         * gst-libs/gst/mixer/mixer.vcproj
32668         * gst-libs/gst/navigation/navigation.vcproj
32669         * gst-libs/gst/play/play.vcproj
32670         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32671         * gst-libs/gst/resample/resample.vcproj
32672         * gst-libs/gst/riff/riff.vcproj
32673         * gst-libs/gst/tuner/tuner.vcproj
32674         * gst-libs/gst/video/video.vcproj
32675         * gst-libs/gst/xoverlay/xoverlay.vcproj
32676           avoid problems with math.h, fix release dependancy
32677           rename GStreamer-0.8.lib to libgstreamer.lib
32678
32679 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32680
32681         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32683         the atom is not available we have to unlock the mutex. Fixes #148023
32684
32685 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32686
32687         * gst-libs/gst/media-info/media-info.h:
32688           issue for a vararg macro with MSVC
32689
32690 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32691
32692         * gst/effectv/effectv.vcproj
32693         * gst-libs/gst/idct/idct.vcproj:
32694         * gst-libs/gst/media-info/media-info.vcproj:
32695         * gst-libs/gst/navigation/navigation.vcproj:
32696         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32697         * gst-libs/gst/video/video.vcproj:
32698         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32699           fixes for build problems
32700
32701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32702
32703         * gst-libs/gst/audio/audio.def:
32704         * gst-libs/gst/audio/riff.def:
32705           add some definitions needed by plugins
32706
32707 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32708
32709         * gst/asfdemux/gstasfmux.c
32710           Fix some 64 bits constants to be glib friendly
32711
32712 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32713
32714         * gst/ac3parse/gstac3parse.c
32715         * gst/audioscale/gstaudioscale.c
32716         * gst/auparse/gstauparse.c
32717         * gst/colorspace/gstcolorspace.c
32718         * gst/colorspace/yuv2rgb.h
32719           local include fixes
32720
32721 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32722
32723         * win32/gst.sln
32724           add more plugins to the build
32725
32726 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32727
32728         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32729         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32730
32731 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32732
32733         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32734         (gst_level_set_property), (gst_level_get_property),
32735         (gst_level_base_init), (gst_level_class_init):
32736           add debugging categories.  cleanups.
32737
32738 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32739
32740         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32741         (gst_videoscale_planar411), (gst_videoscale_planar400),
32742         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32743         (gst_videoscale_scale_nearest_str1),
32744         (gst_videoscale_scale_nearest_str2),
32745         (gst_videoscale_scale_nearest_str4),
32746         (gst_videoscale_scale_nearest_16bit),
32747         (gst_videoscale_scale_nearest_24bit):
32748           fixed stride issues
32749           tested with 320x240 -> 321, 322, 324 x240
32750           tested with YV12, I420, YUY2, UYVY
32751           fixed packed422rev (don't think it could have worked before)
32752           by testing with UYVY
32753
32754 2004-07-26  Benjamin Otte  <otte@gnome.org>
32755
32756         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32757         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32758         (plugin_init):
32759           add debugging category, add error checks like checking return values
32760           of setup calls, make sure it still works after
32761           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32762
32763 2004-07-26  Wim Taymans  <wim@fluendo.com>
32764
32765         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32766         (gst_mpeg_demux_get_audio_stream),
32767         (gst_mpeg_demux_process_private):
32768         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32769         Check for error codes from the negotiation functions. Make sure
32770         we really set the pad caps when a new pad is created.
32771
32772 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32773
32774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32775         (gst_ffmpeg_caps_to_pix_fmt):
32776         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32778         (gst_ffmpegcolorspace_pad_link):
32779           don't make function do two things at the same time without reason.
32780
32781 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32782
32783         * gst/ac3parse/ac3parse.vcproj
32784         * gst/adder/adder.vcproj
32785         * gst/alpha/alpha.vcproj
32786         * gst/alpha/alphacolor.vcproj
32787         * gst/asfdemux/asf.vcproj
32788         * gst/audioconvert/audioconvert.vcproj
32789         * gst/audiorate/audiorate.vcproj
32790         * gst/audioscale/audioscale.vcproj
32791         * gst/auparse/auparse.vcproj
32792         * gst/avi/avi.vcproj
32793         * gst/cdxaparse/cdxaparse.vcproj
32794         * gst/chart/chart.vcproj
32795         * gst/colorspace/colorspace.vcproj
32796         * gst/cutter/cutter.vcproj
32797         * gst/debug/debug.vcproj
32798         * gst/debug/efence.vcproj
32799         * gst/debug/navigationtest.vcproj
32800         * gst/deinterlace/deinterlace.vcproj
32801         * gst/effectv/effectv.vcproj
32802         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32803         * gst/filter/filter.vcproj
32804         * gst/flx/flxdec.vcproj
32805         * gst/goom/goom.vcproj
32806         * gst/interleave/interleave.vcproj
32807         * gst/law/alaw.vcproj
32808         * gst/law/mulaw.vcproj
32809         * gst/matroska/matroska.vcproj
32810         * gst/median/median.vcproj
32811         * gst/mixmatrix/mixmatrix.vcproj
32812         * gst/mpeg1sys/mpeg1systemencode.vcproj
32813         * gst/mpeg1videoparse/mp1videoparse.vcproj
32814         * gst/mpeg2sub/mpeg2subt.vcproj
32815         * gst/mpegaudio/mpegaudio.vcproj
32816         * gst/mpegaudioparse/mpegaudioparse.vcproj
32817         * gst/mpegstream/mpegstream.vcproj
32818         * gst/multifilesink/multifilesink.vcproj
32819         * gst/multipart/multipart.vcproj
32820         * gst/oneton/oneton.vcproj
32821         * gst/overlay/overlay.vcproj
32822         * gst/passthrough/passthrough.vcproj
32823         * gst/qtdemux/qtdemux.vcproj
32824         * gst/realmedia/rmdemux.vcproj
32825         * gst/rtjpeg/rtjpeg.vcproj
32826         * gst/rtp/rtp.vcproj
32827         * gst/silence/silence.vcproj
32828         * gst/sine/sinesrc.vcproj
32829         * gst/smooth/smooth.vcproj
32830         * gst/smpte/smpte.vcproj
32831         * gst/spectrum/spectrum.vcproj
32832         * gst/speed/speed.vcproj
32833         * gst/stereo/stereo.vcproj
32834         * gst/switch/switch.vcproj
32835         * gst/tags/tagedit.vcproj
32836         * gst/tcp/tcp.vcproj
32837         * gst/typefind/typefindfunctions.vcproj
32838         * gst/udp/udp.vcproj
32839         * gst/videobox/videobox.vcproj
32840         * gst/videocrop/videocrop.vcproj
32841         * gst/videodrop/videodrop.vcproj
32842         * gst/videofilter/gamma.vcproj
32843         * gst/videofilter/videobalance.vcproj
32844         * gst/videofilter/videofilter.vcproj
32845         * gst/videofilter/videoflip.vcproj
32846         * gst/videoflip/videoflip.vcproj
32847         * gst/videomixer/videomixer.vcproj
32848         * gst/videorate/videorate.vcproj
32849         * gst/videoscale/videoscale.vcproj
32850         * gst/videotestsrc/videotestsrc.vcproj
32851         * gst/virtualdub/virtualdub.vcproj
32852         * gst/volenv/volenv.vcproj
32853         * gst/volume/volume.vcproj
32854         * gst/wavenc/wavenc.vcproj
32855         * gst/wavparse/wavparse.vcproj
32856         * gst/y4m/y4menc.vcproj
32857           more plugins supported under windows
32858
32859 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32860
32861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32862         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32863         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32865         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32866           Add debugging statements.  Use the sizes as returned by the
32867           *CreateImage calls.
32868
32869 2004-07-26  Johan Dahlin  <johan@gnome.org>
32870
32871         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32872         the pad is negotiated.
32873
32874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32875
32876 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32877
32878         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32879         * gst-libs/gst/idct/idct.vcproj:
32880         * gst-libs/gst/media-info/media-info.vcproj:
32881         * gst-libs/gst/mixer/mixer.vcproj:
32882         * gst-libs/gst/navigation/navigation.vcproj:
32883         * gst-libs/gst/play/play.vcproj:
32884         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32885         * gst-libs/gst/resample/resample.vcproj:
32886         * gst-libs/gst/tuner/tuner.vcproj:
32887         * gst-libs/gst/video/video.vcproj:
32888         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32889           more plugins supported under windows
32890
32891 2004-07-25 Iain <iain@prettypeople.org>
32892
32893         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32894         pad now rather than when the pad is created because state changes wipe
32895         explicit caps (fixes #148043).
32896
32897 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32898
32899         reviewed by Benjamin Otte  <otte@gnome.org>
32900
32901         * ext/mad/gstmad.c:
32902           fix mad plugin crashing on Sun (fixes #148289)
32903
32904 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32905
32906         * gst/avi/avi.def:
32907         * gst/avi/avi.vcproj:
32908         * gst/matroska/matroska.def:
32909         * gst/matroska/matroska.vcproj:
32910           remove unused .def files
32911
32912 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32913
32914         * gst-libs/gst/audio/gstaudiofilter.c:
32915           Clean the local include
32916
32917 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32918
32919         * win32/gst.sln:
32920         * gst-libs/gst/audio/audio.def:
32921         * gst-libs/gst/audio/audio.vcproj:
32922         * gst-libs/gst/audio/audiofilter.vcproj:
32923         * gst-libs/gst/audio/riff.def:
32924         * gst-libs/gst/audio/riff.vcproj:
32925         * gst-libs/gst/gst-libs.def:
32926         * gst-libs/gst/gst-libs.vcproj:
32927         * gst/avi/avi.vcproj:
32928         * gst/avi/avi.vcproj:
32929           Copy the files where needed after building, cleaner projects
32930
32931 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32932
32933         * gst/matroska/ebml-write.c:
32934           Fix some 64 bits constants to be glib friendly
32935
32936 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32937
32938         * win32/gst.sln:
32939         * gst-libs/gst/gst-libs.def:
32940         * gst-libs/gst/gst-libs.vcproj:
32941         * gst/matroska/matroska.def:
32942         * gst/matroska/matroska.vcproj:
32943           Add the preliminary canvas to build plugins on Win32
32944
32945 2004-07-23  Benjamin Otte  <otte@gnome.org>
32946
32947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32948           don't enfore negotiation from source side, it breaks
32949           sinesrc ! audioconvert ! osssink
32950
32951 2004-07-22  David Schleef  <ds@schleef.org>
32952
32953         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32954         for ELF files, since they can easily be recognized as audio/mpeg.
32955         (bug #147441)
32956
32957 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32958
32959         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32960         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32961         (gst_videoscale_scale_nearest_24bit),
32962         (gst_videoscale_scale_nearest_16bit):
32963           fix 16bit and 24bit for stride (24bit might need testing)
32964           don't pretend we do more than one algorithm
32965
32966 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32967
32968         * configure.ac:
32969         * gst/Makefile.am:
32970         * gst/multifilesink/Makefile.am:
32971         * gst/multifilesink/gstmultifilesink.c:
32972         (gst_multifilesink_get_formats),
32973         (gst_multifilesink_get_query_types), (_do_init),
32974         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32975         (gst_multifilesink_init), (gst_multifilesink_dispose),
32976         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32977         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32978         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32979         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32980         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32981         (gst_multifilesink_uri_get_type),
32982         (gst_multifilesink_uri_get_protocols),
32983         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32984         (gst_multifilesink_uri_handler_init), (plugin_init):
32985         * gst/multifilesink/gstmultifilesink.h:
32986         * testsuite/Makefile.am:
32987         * testsuite/multifilesink/Makefile.am:
32988         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32989         (gst_newmedia_class_init), (gst_newmedia_init),
32990         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32991         (newfile_signal), (test_signal), (main):
32992         multifilesink plugin for creating new files every time a new media
32993         discontinuity event occurs
32994
32995 2004-07-22  Wim Taymans  <wim@fluendo.com>
32996
32997         * gst/alpha/Makefile.am:
32998         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32999         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33000         (gst_alpha_color_init), (gst_alpha_color_set_property),
33001         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33002         (transform), (gst_alpha_color_chain),
33003         (gst_alpha_color_change_state), (plugin_init):
33004         Stupid plugin to to RGBA to AYUV conversion because none of
33005         the colorspace plugins can handle that yet.
33006
33007 2004-07-22  Wim Taymans  <wim@fluendo.com>
33008
33009         * examples/seeking/seek.c: (update_scale), (main):
33010         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33011         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33012         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33013         (gst_decode_bin_init), (gst_decode_bin_dispose),
33014         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33015         (no_more_pads), (close_link), (type_found),
33016         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33017         (plugin_init):
33018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33019         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33020         (gst_play_base_bin_dispose), (queue_overrun),
33021         (gen_preroll_element), (remove_prerolls), (unknown_type),
33022         (no_more_pads), (new_stream), (setup_source),
33023         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33024         (play_base_eos), (gst_play_base_bin_change_state),
33025         (gst_play_base_bin_add_element),
33026         (gst_play_base_bin_remove_element),
33027         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33028         (gst_play_base_bin_unlink_stream),
33029         (gst_play_base_bin_get_streaminfo):
33030         * gst/playback/gstplaybin.c: (gen_video_element),
33031         (gen_audio_element):
33032         * gst/playback/gststreaminfo.h:
33033         More playback updates, attempt to fix things after the state change
33034         breakage.
33035
33036 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33037
33038         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33039         (gst_videoscale_scale_nearest_16bit):
33040           comment algorithm
33041
33042 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33043
33044         * gst/videotestsrc/gstvideotestsrc.c:
33045         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33046         (gst_videotestsrc_init), (gst_videotestsrc_get),
33047         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33048         (gst_videotestsrc_get_property):
33049         * gst/videotestsrc/gstvideotestsrc.h:
33050         * gst/videotestsrc/videotestsrc.c:
33051         * gst/videotestsrc/videotestsrc.h:
33052           cleanup and commenting
33053
33054 2004-07-21  Wim Taymans  <wim@fluendo.com>
33055
33056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33057         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33058         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33059         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33060         (_find_chain_get_unknown_part), (_find_streams_check),
33061         (gst_ogg_demux_push), (gst_ogg_pad_push):
33062         * ext/theora/theoradec.c: (theora_get_formats),
33063         (theora_dec_src_convert), (theora_dec_sink_convert),
33064         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33065         (theora_dec_chain):
33066         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33067         (vorbis_dec_convert), (vorbis_dec_src_query),
33068         (vorbis_dec_src_event), (vorbis_dec_event):
33069         More seeking fixes, oggdemux now supports seeking to time and
33070         uses the downstream element to convert granulepos to time.
33071         Seeking in theora-only ogg files now works.
33072
33073 2004-07-21  Wim Taymans  <wim@fluendo.com>
33074
33075         * ext/theora/theoradec.c: (gst_theora_dec_init),
33076         (theora_get_formats), (theora_get_event_masks),
33077         (theora_get_query_types), (theora_dec_src_convert),
33078         (theora_dec_sink_convert), (theora_dec_src_query),
33079         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33080         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33081         (vorbis_get_event_masks), (vorbis_get_query_types),
33082         (gst_vorbis_dec_init), (vorbis_dec_convert),
33083         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33084         Added query/convert/formats functions to vorbis and theora decoders
33085         so that the outside world can use them too. Fixed seeking on an
33086         ogg/theora/vorbis file by disabling the seeking seeking on the
33087         theora srcpad.
33088
33089 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33090
33091         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33092         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33093         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33094         images creation for both elements. We don't create the image on caps
33095         nego or renego, we just destroy the internal one if present if it does
33096         not match the needs. The chain function takes care of creating a new
33097         image when needed.
33098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33099         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33100         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33101         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33102         the image format information. The buffer pool checks for the context
33103         image format and discard images with different formats.
33104         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33105
33106 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33107
33108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33109         (gst_ffmpegcolorspace_chain):
33110           no point in doing any chaining if the pad we want to push from
33111           isn't usable.
33112
33113 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33114
33115         * gst-libs/gst/riff/riff-media.c:
33116         (gst_riff_create_audio_caps_with_data):
33117           Fix double end-to-native symbol conversion (#148021).
33118
33119 2004-07-20  David Schleef  <ds@schleef.org>
33120
33121         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33122         Don't use an Atom that doesn't exist.
33123
33124 2004-07-20  Wim Taymans  <wim@fluendo.com>
33125
33126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33127         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33128         (gst_multifdsink_client_remove),
33129         (gst_multifdsink_handle_client_write),
33130         (gst_multifdsink_queue_buffer):
33131         * gst/tcp/gstmultifdsink.h:
33132         More multifdsink stats. Avoid deadlock by releasing locks
33133         before sending out a signal.
33134
33135 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33136
33137         * po/LINGUAS:
33138         * po/hu.po:
33139           added Hungarian translation (Laszlo Dvornik)
33140
33141 2004-07-20  Wim Taymans  <wim@fluendo.com>
33142
33143         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33144         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33145         (gst_multifdsink_handle_client_write),
33146         (gst_multifdsink_queue_buffer):
33147         * gst/tcp/gsttcp-marshal.list:
33148         Fixed the stupid marshal definition.
33149
33150 2004-07-20  Wim Taymans  <wim@fluendo.com>
33151
33152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33153         (gst_multifdsink_init), (gst_multifdsink_add),
33154         (gst_multifdsink_client_remove),
33155         (gst_multifdsink_handle_client_write),
33156         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33157         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33158         (gst_multifdsink_init_send):
33159         * gst/tcp/gstmultifdsink.h:
33160         Added more stats, added timeout for a client, fixed some typos
33161         and added some comments.
33162
33163 2004-07-20  Wim Taymans  <wim@fluendo.com>
33164
33165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33166         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33167         (gst_multifdsink_client_remove),
33168         (gst_multifdsink_handle_client_write):
33169         * gst/tcp/gstmultifdsink.h:
33170         * gst/tcp/gsttcp-marshal.list:
33171         Added get_stats method that returns a GValueArray of
33172         stats values.
33173
33174 2004-07-19  Benjamin Otte  <otte@gnome.org>
33175
33176         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33177           make sure longname, description and author are valid UTF-8
33178
33179 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33180
33181         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33182         (gst_ximagesink_set_property):
33183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33184         (gst_xvimagesink_set_property):
33185           make sure SYNCHRONOUS is respected after getting the X context
33186
33187 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33188
33189         * gst/matroska/matroska-demux.c:
33190         (gst_matroska_demux_handle_src_event),
33191         (gst_matroska_demux_parse_blockgroup):
33192         * gst/matroska/matroska-ids.h:
33193           add BlockReference tag and ignore it to clear out log.
33194           ignore NAVIGATION events to clear out log.
33195
33196 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33197
33198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33199         (gst_matroska_demux_add_stream):
33200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33201           add debug categories
33202
33203 2004-07-16  Wim Taymans  <wim@fluendo.com>
33204
33205         * ext/libpng/Makefile.am:
33206         * ext/libpng/gstpng.c: (plugin_init):
33207         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33208         (gst_pngdec_get_type), (gst_pngdec_base_init),
33209         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33210         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33211         * ext/libpng/gstpngdec.h:
33212         Added png decoder.
33213
33214 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33215
33216         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33217         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33218         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33219         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33220         (gst_ximagesink_buffer_alloc):
33221         * sys/ximage/ximagesink.h:
33222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33224         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33225         (gst_xvimagesink_buffer_alloc):
33226         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33227         again. Using internal data pointer of the x(v)image to store image's
33228         data to be coherent with the buffer alloc mechanism. Investigated the
33229         image destruction code to be sure that everything gets freed correctly.
33230
33231 2004-07-16  Wim Taymans  <wim@fluendo.com>
33232
33233         * gst-libs/gst/riff/riff-read.c:
33234         (gst_riff_read_strf_vids_with_data),
33235         (gst_riff_read_strf_auds_with_data):
33236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33237         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33238         Make sure we don't create 0 sized subbuffers in riff-read.
33239         Signal the no more pads signal after reading the avi header.
33240
33241 2004-07-16  Wim Taymans  <wim@fluendo.com>
33242
33243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33244         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33245         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33246         (gst_decode_bin_init), (gst_decode_bin_dispose),
33247         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33248         (no_more_pads), (close_link), (type_found),
33249         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33250         (gst_decode_bin_change_state), (plugin_init):
33251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33252         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33253         (gst_play_base_bin_dispose), (queue_overrun),
33254         (gen_preroll_element), (remove_prerolls), (unknown_type),
33255         (no_more_pads), (new_stream), (setup_source),
33256         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33257         (play_base_eos), (gst_play_base_bin_change_state),
33258         (gst_play_base_bin_add_element),
33259         (gst_play_base_bin_remove_element),
33260         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33261         (gst_play_base_bin_unlink_stream),
33262         (gst_play_base_bin_get_streaminfo):
33263         * gst/playback/gstplaybasebin.h:
33264         Better error recovery. Added configurable preroll queue size. Faster
33265         detection of no-more-pads.
33266
33267 2004-07-16  Wim Taymans  <wim@fluendo.com>
33268
33269         * gst-libs/gst/video/video.h:
33270         Added 32 bits RGBA. Not sure if we should use another mime-type
33271         for alpha rgb. Currently the presence of the alpha_mask property
33272         signals an alpha channel.
33273
33274 2004-07-16  Wim Taymans  <wim@fluendo.com>
33275
33276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33278         FPS seems to be 0.0 to MAX everywhere else.
33279
33280 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33281
33282         * gst-libs/gst/riff/riff-media.c:
33283         (gst_riff_create_video_caps_with_data):
33284           mp42/mp43 (no caps) exist too.
33285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33286           Set pixel_width/height; we've got them in-caps.
33287         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33288         * gst/wavparse/gstwavparse.c: (plugin_init):
33289           Both are valid primary.
33290         * sys/oss/gstossmixer.c:
33291           Remove i18n hack and enable translations.
33292
33293 2004-07-15  Benjamin Otte  <otte@gnome.org>
33294
33295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33296         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33297           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33298
33299 2004-07-15  Benjamin Otte  <otte@gnome.org>
33300
33301         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33302         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33303         (gst_alsa_close_audio):
33304           disable some of the debugging code for now. Writing debugging to a
33305           buffer is broken in current alsalib releases.
33306
33307 2004-07-12  Benjamin Otte  <otte@gnome.org>
33308
33309         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33310           use bufferpools
33311
33312 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33313
33314         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33315         (theora_dec_src_query), (theora_dec_event):
33316         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33317           add debugging categories.  Remove \n's.
33318
33319 2004-07-13  Johan Dahlin  <johan@gnome.org>
33320
33321         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33322         (gst_play_bin_get_property): Impl.
33323
33324 2004-07-13  Wim Taymans  <wim@fluendo.com>
33325
33326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33327         When trying to find the stream length, seek back N pages
33328         instead of just one, where N is the number of streams in
33329         the current chain.
33330
33331 2004-07-13  Wim Taymans  <wim@fluendo.com>
33332
33333         * gst-libs/gst/riff/riff-media.c:
33334         (gst_riff_create_audio_caps_with_data),
33335         (gst_riff_create_audio_caps),
33336         (gst_riff_create_audio_template_caps):
33337         * gst-libs/gst/riff/riff-media.h:
33338         * gst-libs/gst/riff/riff-read.c:
33339         (gst_riff_read_strf_vids_with_data),
33340         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33341         * gst-libs/gst/riff/riff-read.h:
33342         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33343         (gst_avi_demux_add_stream):
33344         Set codec_data on caps for avidemuxer.
33345
33346 2004-07-12  David Schleef  <ds@schleef.org>
33347
33348         * configure.ac: Fix test for Objective C
33349
33350 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33352         (gst_gdk_pixbuf_chain):
33353           Add svg and pcx to template caps, and ensure that getcaps returns a
33354           subset of the template caps.
33355           Copy each row manually for output, as gdkpixbuf may pad the
33356           rowstride to a 32-bit word boundary.
33357
33358 2004-07-12  Wim Taymans  <wim@fluendo.com>
33359
33360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33361         (gst_riff_create_video_template_caps):
33362         Fix the template caps to include some more media types.
33363
33364 2004-07-12  Wim Taymans  <wim@fluendo.com>
33365
33366         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33367         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33368         (compare_ranks), (print_feature), (gst_decode_bin_init),
33369         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33370         (try_to_link_1), (new_pad), (close_link), (type_found),
33371         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33372         (gst_decode_bin_change_state), (plugin_init):
33373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33374         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33375         (gst_play_base_bin_dispose), (queue_overrun),
33376         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33377         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33378         (gst_play_base_bin_get_property), (play_base_eos),
33379         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33380         (gst_play_base_bin_remove_element),
33381         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33382         (gst_play_base_bin_unlink_stream),
33383         (gst_play_base_bin_get_streaminfo):
33384         * gst/playback/gstplaybasebin.h:
33385         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33386         (gst_play_bin_class_init), (gst_play_bin_init),
33387         (gst_play_bin_dispose), (gst_play_bin_set_property),
33388         (gst_play_bin_get_property), (gen_video_element),
33389         (gen_audio_element), (remove_sinks), (setup_sinks),
33390         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33391         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33392         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33393         (gst_play_bin_query), (plugin_init):
33394         * gst/playback/test4.c: (main):
33395         More fixes on reusing of the element.
33396
33397 2004-07-11  Benjamin Otte  <otte@gnome.org>
33398
33399         * ext/mad/gstmad.c: (normal_seek):
33400           allow seeking for other methods than just SET
33401
33402 2004-07-11  Andy Wingo  <wingo@pobox.com>
33403
33404         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33405         float, "any" caps -> buffer_frames=[0,MAX].
33406
33407         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33408         doesn't intersect our caps with the template any more. Do it
33409         ourselves.
33410         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33411
33412 2004-07-09  Wim Taymans  <wim@fluendo.com>
33413
33414         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33415         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33416         (compare_ranks), (print_feature), (gst_decode_bin_init),
33417         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33418         (try_to_link_1), (new_pad), (close_link), (type_found),
33419         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33420         (gst_decode_bin_change_state), (plugin_init):
33421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33422         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33423         (gst_play_base_bin_dispose), (queue_overrun),
33424         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33425         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33426         (gst_play_base_bin_get_property), (play_base_eos),
33427         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33428         (gst_play_base_bin_remove_element),
33429         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33430         (gst_play_base_bin_unlink_stream),
33431         (gst_play_base_bin_get_streaminfo):
33432         * gst/playback/gstplaybasebin.h:
33433         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33434         (gst_play_bin_class_init), (gst_play_bin_init),
33435         (gst_play_bin_dispose), (gst_play_bin_set_property),
33436         (gst_play_bin_get_property), (gen_video_element),
33437         (gen_audio_element), (remove_sinks), (setup_sinks),
33438         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33439         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33440         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33441         (gst_play_bin_query), (plugin_init):
33442         * gst/playback/test4.c: (main):
33443         Work on object reuse and seeking.
33444
33445 2004-07-09  Wim Taymans  <wim@fluendo.com>
33446
33447         * examples/seeking/seek.c: (iterate):
33448         Don't consume all CPU in the idle loop.
33449
33450 2004-07-09  Wim Taymans  <wim@fluendo.com>
33451
33452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33453         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33454         Add pad to element *after* setting the pad functions so that
33455         the scheduler can use the correct ones.
33456
33457 2004-07-09  Wim Taymans  <wim@fluendo.com>
33458
33459         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33460         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33461         Sync to keyframe after seek
33462
33463 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33464
33465         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33467         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33468         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33469         * ext/libvisual/visual.c: (gst_visual_change_state):
33470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33471         * ext/theora/theoradec.c: (theora_dec_change_state):
33472         * ext/theora/theoraenc.c: (theora_enc_change_state):
33473         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33474         * gst-libs/gst/navigation/navigation.c:
33475         * gst/adder/gstadder.c: (gst_adder_change_state):
33476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33477         (gst_audio_convert_get_buffer):
33478         * gst/multipart/multipartdemux.c:
33479         (gst_multipart_demux_change_state):
33480         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33482         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33483         * gst/videoscale/gstvideoscale.c:
33484         (gst_videoscale_handle_src_event):
33485         * gst/volume/gstvolume.c: (volume_chain_int16):
33486           don't assert in state change, this should be done by the base
33487           GstElement class.
33488           various debugging fixes.
33489
33490 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33491
33492         * configure.ac:
33493         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33494         (gst_play_dispose), (gst_play_set_location),
33495         (gst_play_set_data_src), (gst_play_set_video_sink),
33496         (gst_play_set_audio_sink), (gst_play_set_visualization),
33497         (gst_play_connect_visualization), (gst_play_get_sink_element),
33498         (gst_play_get_all_by_interface):
33499         * gst-libs/gst/play/play.h:
33500           add new method to get elements implementing an interface.
33501           add various error logging
33502
33503 2004-07-08  Wim Taymans  <wim@fluendo.com>
33504
33505         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33506         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33507         (make_playerbin_pipeline), (query_durations_elems),
33508         (query_durations_pads), (query_positions_elems),
33509         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33510         (main):
33511         Added playbin seeking example.
33512
33513 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33514
33515         * gst-libs/gst/play/play.c: (gst_play_set_location),
33516         (gst_play_set_data_src), (gst_play_set_video_sink),
33517         (gst_play_set_audio_sink), (gst_play_set_visualization),
33518         (gst_play_connect_visualization), (gst_play_get_framerate):
33519           use a macro to look up elements from hash table
33520
33521 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33522
33523         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33524         (gst_play_get_length_callback), (gst_play_set_location),
33525         (gst_play_seek_to_time), (gst_play_set_data_src),
33526         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33527         (gst_play_set_visualization), (gst_play_connect_visualization),
33528         (gst_play_get_sink_element):
33529         - add debugging info
33530         - fix looking up sink elements by iterating over complete caps
33531         - put everything except for source and autoplugger in a complete bin
33532
33533 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33534
33535         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33536         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33537         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33538         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33539         * ext/alsa/gstalsasink.h:
33540         - add debugging info
33541         - clean up schizophrenia of data/buffer/event
33542         - fix double event unref error
33543
33544 2004-07-08  Wim Taymans  <wim@fluendo.com>
33545
33546         * gst/playback/Makefile.am:
33547         Add headers to noinst
33548
33549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33550
33551         * tools/gst-launch-ext-m.m:
33552         * tools/gst-launch-ext.1.in:
33553           convert to the third millenium
33554
33555 2004-07-07  David Schleef  <ds@schleef.org>
33556
33557         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33558
33559 2004-07-07  Wim Taymans  <wim@fluendo.com>
33560
33561         * gst/playback/Makefile.am:
33562         * gst/playback/README:
33563         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33564         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33565         (compare_ranks), (print_feature), (gst_decode_bin_init),
33566         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33567         (try_to_link_1), (new_pad), (close_link), (type_found),
33568         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33569         (plugin_init):
33570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33571         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33572         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33573         (gen_preroll_element), (no_more_pads), (new_stream),
33574         (setup_source), (gst_play_base_bin_set_property),
33575         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33576         (gst_play_base_bin_add_element),
33577         (gst_play_base_bin_remove_element),
33578         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33579         (gst_play_base_bin_unlink_stream),
33580         (gst_play_base_bin_get_streaminfo):
33581         * gst/playback/gstplaybasebin.h:
33582         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33583         (gst_play_bin_class_init), (gst_play_bin_init),
33584         (gst_play_bin_dispose), (gst_play_bin_set_property),
33585         (gst_play_bin_get_property), (gen_video_element),
33586         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33587         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33588         (gst_play_bin_get_formats), (gst_play_bin_convert),
33589         (gst_play_bin_get_query_types), (gst_play_bin_query),
33590         (plugin_init):
33591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33592         (gst_stream_info_get_type), (gst_stream_info_class_init),
33593         (gst_stream_info_init), (gst_stream_info_new),
33594         (gst_stream_info_dispose), (gst_stream_info_set_property),
33595         (gst_stream_info_get_property):
33596         * gst/playback/gststreaminfo.h:
33597         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33598         (main):
33599         * gst/playback/test2.c: (main):
33600         * gst/playback/test3.c: (update_scale), (main):
33601         More playbin fixes. Added README. Do better element filtering.
33602         Added base class to preroll media. Added test apps.
33603
33604 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33605
33606         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33607         * ext/mpeg2dec/gstmpeg2dec.h:
33608           various debugging improvements.  Reset stream to next picture
33609           instead of sequence header, otherwise seeks cannot work.
33610
33611 2004-07-07  Wim Taymans  <wim@fluendo.com>
33612
33613         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33614         (gst_video_box_class_init), (gst_video_box_set_property),
33615         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33616         Use pad_alloc where possible.
33617
33618 2004-07-07  Wim Taymans  <wim@fluendo.com>
33619
33620         * sys/oss/gstosselement.c: (gst_osselement_reset),
33621         (gst_osselement_parse_caps):
33622         * sys/oss/gstosselement.h:
33623         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33624         Fix offset on osssrc.
33625
33626 2004-07-07  Wim Taymans  <wim@fluendo.com>
33627
33628         * ext/theora/theora.c: (plugin_init):
33629         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33630         (theora_dec_src_query), (theora_dec_chain):
33631         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33632         (theora_enc_sink_link), (theora_buffer_from_packet),
33633         (theora_push_packet), (theora_enc_chain):
33634         Fix theora granulepos calculation.
33635         Fix overflow in duration/position calculation.
33636         Bump rank to PRIMARY for theoradec.
33637         Use granulepos of last packet to calculate position.
33638         Set keyframe flag on buffers when needed.
33639
33640 2004-07-06  David Schleef  <ds@schleef.org>
33641
33642         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33643         serious?  (Fixed, obviously.)
33644
33645 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33646
33647         * po/LINGUAS:
33648         * po/cs.po:
33649           added Czech translation (Miloslav Trmac)
33650
33651 2004-07-05  Wim Taymans  <wim@fluendo.com>
33652
33653         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33654         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33655         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33656         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33657         (close_link), (type_found), (gst_decode_bin_set_property),
33658         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33659         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33660         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33661         (gst_decode_bin_query), (plugin_init):
33662         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33663         (gst_play_bin_class_init), (gst_play_bin_init),
33664         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33665         (get_video_element), (new_pad), (setup_source),
33666         (gst_play_bin_set_property), (gst_play_bin_get_property),
33667         (gst_play_bin_change_state), (gst_play_bin_add_element),
33668         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33669         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33670         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33671         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33672         * gst/playback/test.c: (main):
33673         More fixes, cleaned up playbin, make it use decodebin. Added
33674         threaded property to playbin.
33675
33676 2004-07-05  Wim Taymans  <wim@fluendo.com>
33677
33678         * configure.ac:
33679         * gst/playback/Makefile.am:
33680         * gst/playback/decodetest.c: (main):
33681         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33682         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33683         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33684         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33685         (close_link), (type_found), (gst_decode_bin_set_property),
33686         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33687         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33688         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33689         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33690         (plugin_init):
33691         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33692         (gst_play_bin_class_init), (gst_play_bin_init),
33693         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33694         (collect_sink_pads), (find_compatibles), (close_pad_link),
33695         (try_to_link_1), (new_pad), (close_link), (type_found),
33696         (setup_source), (gst_play_bin_set_property),
33697         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33698         (compare_ranks), (gst_play_bin_collect_factories),
33699         (gst_play_bin_change_state), (gst_play_bin_add_element),
33700         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33701         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33702         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33703         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33704         * gst/playback/test.c: (main):
33705         Added some playback helper elements and some test apps, very alpha
33706         still.
33707
33708 2004-07-04  Benjamin Otte  <otte@gnome.org>
33709
33710         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33711           only restart audio when we indeed have an xrun to fix repeated
33712           xruns. Fix suggested by Giuliano Pochini.
33713
33714 2004-07-03  David Schleef  <ds@schleef.org>
33715
33716         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33717         call to gst_debug_log() if debugging is disabled (bug #145118)
33718
33719 2004-07-03  Benjamin Otte  <otte@gnome.org>
33720
33721         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33722           use our own functions for restarting the alsa device.
33723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33724           I should apply patches myself - use MIN for the third argument, not
33725           the second, this fixes seeking
33726
33727 2004-07-02  David Schleef  <ds@schleef.org>
33728
33729         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33730         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33731         do with the logic.
33732
33733 2004-07-02  David Schleef  <ds@schleef.org>
33734
33735         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33736         output buffers.  Fix logic mistake.  (bug #144866)
33737
33738 2004-07-02  David Schleef  <ds@schleef.org>
33739
33740         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33741         on X.  (bug #144753)
33742
33743 2004-07-02  David Schleef  <ds@schleef.org>
33744
33745         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33746         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33747         (bug #144624)
33748         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33749         (gst_osselement_rate_probe_check): Add another workaround for
33750         buggy drivers (bug #145336)
33751
33752 2004-07-02  David Schleef  <ds@schleef.org>
33753
33754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33755         Most systems don't have MSG_NOSIGNAL.
33756
33757 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33758
33759         * Makefile.am:
33760         * gst-libs/gst/colorbalance/Makefile.am:
33761         * gst-libs/gst/mixer/Makefile.am:
33762         * gst-libs/gst/play/Makefile.am:
33763         * gst-libs/gst/tuner/Makefile.am:
33764           (hopefully) fix both install and dist and make error message useful.
33765           needs testing across automakes.
33766
33767 2004-07-02  Benjamin Otte  <otte@gnome.org>
33768
33769         * ext/ogg/gstogg.c: (plugin_init):
33770           we require bytestream now
33771         * ext/ogg/gstoggdemux.c:
33772           huge diff to implement chain setup in a fast and generic way. This
33773           improves tag reading and startup of huge files (read: Theora videos)
33774           quite a bit. It probably contains bugs, too, so please test.
33775           Seeking is not improved to the fast method.
33776
33777 2004-06-29  Wim Taymans  <wim@fluendo.com>
33778
33779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33780         * ext/ogg/gstoggmux.c:
33781         Fix memleak in oggdemux when running unconnected pads.
33782         doc update in mux, start working on keyframe mode.
33783
33784 2004-06-29  Benjamin Otte  <otte@gnome.org>
33785
33786         * sys/oss/gstosssink.c:
33787         * sys/oss/gstosssrc.c:
33788           advertise correct template caps - we indeed do non-native endianness
33789           and 8bit audio has no endianness
33790         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33792           avoid (wrong) duplications in getcaps function and return
33793           template caps
33794
33795 2004-06-29  Wim Taymans  <wim@fluendo.com>
33796
33797         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33798         (gst_multifdsink_class_init), (gst_multifdsink_add),
33799         (gst_multifdsink_remove), (gst_multifdsink_clear),
33800         (gst_multifdsink_client_remove),
33801         (gst_multifdsink_handle_client_read),
33802         (gst_multifdsink_client_queue_data),
33803         (gst_multifdsink_client_queue_caps),
33804         (gst_multifdsink_client_queue_buffer),
33805         (gst_multifdsink_handle_client_write),
33806         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33807         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33808         (gst_multifdsink_init_send), (gst_multifdsink_close):
33809         Fix wrong GList iteration that could crash the server when
33810         more then 2 clients disconnect at the same time. Read all the
33811         pending commands in one batch to recover from command storms under
33812         very heavy load.
33813
33814 2004-06-28  Wim Taymans  <wim@fluendo.com>
33815
33816         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33817         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33818         (gst_videomixer_pad_set_property),
33819         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33820         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33821         (gst_videomixer_class_init), (gst_videomixer_init),
33822         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33823         (pad_zorder_compare), (gst_videomixer_sort_pads),
33824         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33825         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33826         (gst_videomixer_update_queues), (gst_videomixer_loop),
33827         (plugin_init):
33828         Avoid divide by zero, choose masterpad as the pad with the highest
33829         framerate.
33830
33831 2004-06-27  Julien Moutte  <julien@moutte.net>
33832
33833         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33834         (gst_ximagesink_xwindow_new):
33835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33836         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33837         function directly. We might want to call it from somewhere else one day.
33838
33839 2004-06-27  Julien Moutte  <julien@moutte.net>
33840
33841         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33842         (gst_ximagesink_xwindow_new):
33843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33844         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33845         window decorations.
33846
33847 2004-06-27  Wim Taymans  <wim@fluendo.com>
33848
33849         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33850         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33851         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33852         (gst_dvdec_set_property), (gst_dvdec_get_property):
33853         * ext/dv/gstdvdec.h:
33854         Implement drop_factor property to lower the framerate with
33855         a factor.
33856
33857 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33858
33859         * gst-libs/gst/colorbalance/Makefile.am:
33860         * gst-libs/gst/mixer/Makefile.am:
33861         * gst-libs/gst/play/Makefile.am:
33862         * gst-libs/gst/tuner/Makefile.am:
33863           unbreak Company's fix that didn't install the -enum.h files
33864
33865 2004-06-27  Wim Taymans  <wim@fluendo.com>
33866
33867         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33868         (gst_dvdec_change_state):
33869         * ext/dv/gstdvdec.h:
33870         Fix timestamp, duration and offset of the buffers.
33871
33872 2004-06-27  Wim Taymans  <wim@fluendo.com>
33873
33874         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33875         (gst_multifdsink_class_init), (gst_multifdsink_add),
33876         (gst_multifdsink_remove), (gst_multifdsink_clear),
33877         (gst_multifdsink_client_remove),
33878         (gst_multifdsink_handle_client_read),
33879         (gst_multifdsink_client_queue_data),
33880         (gst_multifdsink_client_queue_caps),
33881         (gst_multifdsink_client_queue_buffer),
33882         (gst_multifdsink_handle_client_write),
33883         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33884         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33885         (gst_multifdsink_init_send), (gst_multifdsink_close):
33886         * gst/tcp/gstmultifdsink.h:
33887         * gst/tcp/gsttcpserversink.c:
33888         (gst_tcpserversink_handle_server_read),
33889         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33890         More multifdsink fixes, more recovery policy fixes.
33891         Removed stupid g_print
33892
33893 2004-06-26  Wim Taymans  <wim@fluendo.com>
33894
33895         * gst/tcp/Makefile.am:
33896         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33897         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33898         (gst_multifdsink_class_init), (gst_multifdsink_init),
33899         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33900         (gst_multifdsink_handle_client_read),
33901         (gst_multifdsink_client_queue_data),
33902         (gst_multifdsink_client_queue_caps),
33903         (gst_multifdsink_client_queue_buffer),
33904         (gst_multifdsink_handle_client_write),
33905         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33906         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33907         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33908         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33909         (gst_multifdsink_close), (gst_multifdsink_change_state):
33910         * gst/tcp/gstmultifdsink.h:
33911         * gst/tcp/gsttcpplugin.c: (plugin_init):
33912         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33913         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33914         (gst_tcpserversink_handle_server_read),
33915         (gst_tcpserversink_handle_select),
33916         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33917         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33918         * gst/tcp/gsttcpserversink.h:
33919         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33920         one of the locks, added recovery policy to multifdsink.
33921
33922 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33923
33924         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33925           fix decision for when getting frames with same timestamp
33926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33927         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33928         (gst_v4lsrc_get_property):
33929         * sys/v4l/gstv4lsrc.h:
33930           add latency offset property
33931
33932 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33933
33934         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33935         (plugin_init):
33936           fix debugging. add category.
33937
33938 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33939
33940         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33941           fix wrong offsets
33942
33943 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33944
33945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33946         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33947         (gst_alsa_src_change_state):
33948           return a time that is in sync with the element's processing
33949
33950 2004-06-25  Wim Taymans  <wim@fluendo.com>
33951
33952         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33953         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33954         (gst_tcpserversink_client_remove),
33955         (gst_tcpserversink_handle_client_read),
33956         (gst_tcpserversink_client_queue_data),
33957         (gst_tcpserversink_client_queue_caps),
33958         (gst_tcpserversink_client_queue_buffer),
33959         (gst_tcpserversink_handle_client_write),
33960         (gst_tcpserversink_queue_buffer),
33961         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33962         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33963         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33964         (gst_tcpserversink_close):
33965         * gst/tcp/gsttcpserversink.h:
33966         Serversink rewrite. Really do non blocking writes to clients and
33967         maintain an internal queue to handle slower clients while not
33968         disturbing fast clients.
33969
33970 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33971
33972         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33973           better debug, don't override OFFSET and OFFSET_END
33974
33975 2004-06-25  Iain <iain@prettypeople.org>
33976
33977         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33978         name=source for the wavparse pipeline.
33979
33980 2004-06-24  Johan Dahlin  <johan@gnome.org>
33981
33982         * ext/theora/theoraenc.c (theora_enc_chain): Call
33983         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33984         streamheader caps are set correctly.
33985
33986 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33987
33988         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33989         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33990           respect minimum bitrate; same could be done for max bitrate
33991
33992 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33993
33994         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33995         (gst_vorbisenc_setup):
33996           fix sample rate range
33997
33998 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33999
34000         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34001         (gst_oggvorbisenc_setup):
34002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34003         (gst_vorbisenc_setup):
34004           resolve ambiguities in code and description
34005
34006 2004-06-24  Wim Taymans  <wim@fluendo.com>
34007
34008         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34009         * ext/alsa/gstalsa.h:
34010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34011         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34012         Use alsa trigger_tstamp to get the timestamp of the first
34013         sample in the buffer for more precise sync. Some cleanups.
34014
34015 2004-06-24  Wim Taymans  <wim@fluendo.com>
34016
34017         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34018         (gst_audiorate_init), (gst_audiorate_chain),
34019         (gst_audiorate_set_property), (gst_audiorate_get_property):
34020         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34021         (gst_videorate_chain):
34022         Added some logging, fixed an overflow bug in videorate.
34023
34024 2004-06-24  Benjamin Otte  <otte@gnome.org>
34025
34026         * ext/kio/Makefile.am:
34027           fix for builddir != srcdir and distcheck
34028
34029 2004-06-24  Benjamin Otte  <otte@gnome.org>
34030
34031         * gst-libs/gst/colorbalance/Makefile.am:
34032         * gst-libs/gst/mixer/Makefile.am:
34033         * gst-libs/gst/play/Makefile.am:
34034         * gst-libs/gst/tuner/Makefile.am:
34035         * gst/tcp/Makefile.am:
34036         * sys/dxr3/Makefile.am:
34037           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34038           tarball.
34039           Also add all *.list files that were missing.
34040         * Makefile.am:
34041           add a distcheck hook to ensure the above doesn't happen again.
34042
34043 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34044
34045         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34046
34047 2004-06-23  Colin Walters  <walters@redhat.com>
34048
34049         * m4/Makefile.am: Distribute gst-fionread.m4.
34050
34051 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34052
34053         * configure.ac: back to dev
34054
34055 2004-06-23  Wim Taymans  <wim@fluendo.com>
34056
34057         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34058         (gst_alsa_xrun_recovery):
34059         * ext/alsa/gstalsa.h:
34060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34061         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34062         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34063         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34064         (gst_alsa_src_loop):
34065         Add clock to alsasrc. Take new capture timestamp when
34066         restarting after an overrun. Split up some functions between
34067         alsasrc and alsasink.
34068
34069 === release 0.8.2 ===
34070
34071 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34072
34073         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34074         (gst_alsa_change_state), (gst_alsa_update_avail),
34075         (gst_alsa_xrun_recovery):
34076         * ext/alsa/gstalsa.h:
34077         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34078           merge back changes from release
34079
34080 2004-06-23  Wim Taymans  <wim@fluendo.com>
34081
34082         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34083         (gst_audiorate_init), (gst_audiorate_chain),
34084         (gst_audiorate_set_property), (gst_audiorate_get_property):
34085         Implement sample dropping and notify
34086
34087 2004-06-22  Wim Taymans  <wim@fluendo.com>
34088
34089         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34090         (theora_enc_sink_link), (theora_buffer_from_packet),
34091         (theora_push_packet), (theora_enc_chain):
34092         Some cleanups, make sure the timestamps are correct.
34093
34094 2004-06-22  Wim Taymans  <wim@fluendo.com>
34095
34096         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34097         (gst_alsa_change_state), (gst_alsa_update_avail),
34098         (gst_alsa_xrun_recovery):
34099         * ext/alsa/gstalsa.h:
34100         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34101         Cleanups, take queued samples into account when reporting
34102         the time.
34103
34104 2004-06-22  Wim Taymans  <wim@fluendo.com>
34105
34106         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34107         (gst_videorate_init):
34108         Initialize the property as well.
34109
34110 2004-06-22  Wim Taymans  <wim@fluendo.com>
34111
34112         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34113         (gst_videorate_init), (gst_videorate_chain),
34114         (gst_videorate_set_property), (gst_videorate_get_property):
34115         Add property to make videorate silent.
34116         Add property to prefer new frames over old ones.
34117
34118 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34119
34120         * sys/osxvideo/Makefile.am:
34121         Workaround so that the osxvideo .so file gets linked with the
34122         Cocoa, OpenGL and QuickTime frameworks
34123
34124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34125
34126         * sys/osxaudio/Makefile.am:
34127         Workaround so that the osxaudio .so file gets linked with the
34128         CoreAudio framework
34129
34130 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34131
34132         * configure.ac:
34133         Whoops, my fault...fixed build issues
34134
34135 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34136
34137         * configure.ac:
34138         Add objective-c support if running in Darwin/Mac OS X
34139         * sys/Makefile.am:
34140         * sys/osxvideo:
34141         * sys/osxvideo/Makefile.am:
34142         * sys/osxvideo/osxvideosink.h:
34143         * sys/osxvideo/osxvideosink.m:
34144         * sys/osxvideo/cocoawindow.h:
34145         * sys/osxvideo/cocoawindow.m:
34146         Add osxvideosink, a cocoa-based osx video sink
34147
34148
34149 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34150         * ext/dvdnav/gst-dvd:
34151         Grab the gconf key from the right spot
34152         * gst/debug/gstnavseek.c: (gst_navseek_init),
34153         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34154         (gst_navseek_chain):
34155         * gst/debug/gstnavseek.h:
34156           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34157           and loop parameters of a segment seek.
34158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34159         (gst_videotestsrc_get_event_masks),
34160         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34161         * gst/videotestsrc/gstvideotestsrc.h:
34162           Add seeking support to videotestsrc
34163           Initialise the timestamp_offset variable.
34164
34165 2004-06-18  Wim Taymans  <wim@fluendo.com>
34166
34167         * ext/sidplay/gstsiddec.cc:
34168         Fix negotiation and set correct end offset.
34169
34170 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34171
34172         * configure.ac: branch and prerelease
34173
34174 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34175
34176         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34177         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34178         (gst_tcpclientsrc_init_receive):
34179         * gst/tcp/gsttcpclientsrc.h:
34180           read caps when connecting to server for GDP so we set them correctly
34181
34182 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34183
34184         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34185           notify drops and duplicates
34186         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34187           no good reason to limit ourselves to 100x100
34188
34189 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34190
34191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34192         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34193         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34194         (gst_v4lsrc_get_property):
34195         * sys/v4l/gstv4lsrc.h:
34196         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34197         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34198         (gst_v4l_set_audio):
34199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34200         (gst_v4lsrc_try_capture):
34201         * sys/v4l/v4lsrc_calls.h:
34202           change try_palette to more general try_capture
34203           add autoprobe option so we can turn off autoprobing
34204           various fixes
34205
34206 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34207
34208         * configure.ac:
34209           add videorate
34210         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34211         (gst_ximagesink_class_init):
34212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34213         (gst_xvimagesink_class_init):
34214           run them as finalize, not dispose, since dispose can be invoked
34215           multiple times
34216
34217 2004-06-17  Wim Taymans  <wim@fluendo.com>
34218
34219         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34220         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34221         * ext/alsa/gstalsa.h:
34222         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34224         (gst_alsa_src_change_state):
34225         * ext/alsa/gstalsasrc.h:
34226         Make the xrun code timestamp and offset the buffers correctly.
34227         moved the clock to the base class, use alsa methods to get time.
34228         Do correct timestamping on outgoing buffers.
34229
34230 2004-06-17  Wim Taymans  <wim@fluendo.com>
34231
34232         * gst/audiorate/Makefile.am:
34233         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34234         (gst_audiorate_base_init), (gst_audiorate_class_init),
34235         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34236         (gst_audiorate_set_property), (gst_audiorate_get_property),
34237         (gst_audiorate_change_state), (plugin_init):
34238         Added an audiorate converter that fills in gaps.
34239
34240 2004-06-17  Johan Dahlin  <johan@gnome.org>
34241
34242         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34243
34244 2004-06-16  Wim Taymans  <wim@fluendo.com>
34245
34246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34248         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34249         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34250         (gst_v4lsrc_get_property):
34251         * sys/v4l/gstv4lsrc.h:
34252         Added a copy mode to v4lsrc where it will output a copied version
34253         of its internal hardware buffer.
34254         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34255         can't | them.
34256
34257 2004-06-16  Wim Taymans  <wim@fluendo.com>
34258
34259         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34260         Timestamp fixes.
34261
34262 2004-06-16  Wim Taymans  <wim@fluendo.com>
34263
34264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34265         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34266         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34267         (gst_v4lsrc_get_property):
34268         * sys/v4l/gstv4lsrc.h:
34269         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34270         Added a sync mode enum property to control v4lsrc timestamp method
34271         Removed the use-fixed-fps property and moved functionality in
34272         the enum.
34273         Don't error on an error value from v4l-conf, it might not always
34274         be a real error.
34275
34276 2004-06-16  Wim Taymans  <wim@fluendo.com>
34277
34278         * gst/videorate/Makefile.am:
34279         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34280         (gst_videorate_base_init), (gst_videorate_class_init),
34281         (gst_videorate_getcaps), (gst_videorate_link),
34282         (gst_videorate_init), (gst_videorate_chain),
34283         (gst_videorate_set_property), (gst_videorate_get_property),
34284         (gst_videorate_change_state), (plugin_init):
34285         Added a video timestamp corrector.
34286
34287 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34288
34289         fixed a potential leak with previous commit
34290
34291         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34292
34293 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34294
34295         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34296         Added missing refcount, fixes bug #144425
34297         Cheers Tim for finding the bug
34298
34299 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34300
34301         * sys/v4l/gstv4l.c: (plugin_init):
34302         * sys/v4l/gstv4lcolorbalance.c:
34303         * sys/v4l/gstv4lcolorbalance.h:
34304         * sys/v4l/gstv4lelement.c:
34305         * sys/v4l/gstv4lelement.h:
34306         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34307         * sys/v4l/gstv4lmjpegsink.h:
34308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34309         * sys/v4l/gstv4lmjpegsrc.h:
34310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34311         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34312         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34313         * sys/v4l/gstv4lsrc.h:
34314         * sys/v4l/gstv4ltuner.c:
34315         * sys/v4l/gstv4ltuner.h:
34316         * sys/v4l/gstv4lxoverlay.c:
34317         * sys/v4l/gstv4lxoverlay.h:
34318         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34319         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34320         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34321         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34322         (gst_v4l_set_audio):
34323         * sys/v4l/v4l_calls.h:
34324         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34325         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34326         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34327         (gst_v4lmjpegsink_playback_init),
34328         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34329         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34330         (gst_v4lmjpegsink_playback_stop),
34331         (gst_v4lmjpegsink_playback_deinit):
34332         * sys/v4l/v4lmjpegsink_calls.h:
34333         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34334         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34335         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34336         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34337         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34338         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34339         * sys/v4l/v4lmjpegsrc_calls.h:
34340         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34341         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34342         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34343         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34344         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34345         (gst_v4lsrc_try_palette):
34346         * sys/v4l/v4lsrc_calls.h:
34347           bunch of paranoia cleanups
34348
34349 2004-06-14  David Schleef  <ds@schleef.org>
34350
34351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34352         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34353         Send discont events and change timestamps appropriately when
34354         we get a seek event.  (bug #144240)
34355         * ext/cdparanoia/gstcdparanoia.h:
34356
34357 2004-06-14  Benjamin Otte  <otte@gnome.org>
34358
34359         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34360           snd_pcm_hw_params_set_rate  since the latter fails for no good
34361           reason on some setups.
34362
34363 2004-06-14  David Schleef  <ds@schleef.org>
34364
34365         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34366         standard.  Thank you for playing.
34367
34368 2004-06-14  Wim Taymans  <wim@fluendo.com>
34369
34370         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34371         Patch 1.3 broke the ordering of the colorspace info and
34372         made the plugin basically work by coincidence, reordered
34373         the info.
34374
34375 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34376
34377         * ext/lame/gstlame.c:
34378         * ext/mad/gstmad.c:
34379           sync caps.  Make sure mad can only output a list of rates, not
34380           a full range.  In the future, have three caps lists for each of the
34381           mpeg versions.  Change mpegversion to a double as well.
34382
34383 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34384
34385         * gst/volume/.cvsignore:
34386         * gst/volume/Makefile.am:
34387         * gst/volume/demo.c: (value_changed_callback), (idler),
34388         (setup_gui), (main):
34389           added small demo app
34390
34391 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34392         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34393         * ext/esd/esdsink.h:
34394         Close the esd connection on pause, because esd will just wait -
34395         blocking all other esd clients indefinitely.
34396
34397 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34398
34399         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34400           previous commit with GST_DEBUG
34401
34402 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34403
34404         * configure.ac:
34405           add a header check for a dvdread header in dvdnav.  Fixes #133002
34406
34407 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34408
34409         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34410         * gst/tcp/gsttcpclientsink.h:
34411         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34412         * gst/tcp/gsttcpclientsrc.h:
34413         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34414         (gst_tcpserversink_handle_server_read),
34415         (gst_tcpserversink_init_send):
34416         * gst/tcp/gsttcpserversink.h:
34417         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34418         * gst/tcp/gsttcpserversrc.h:
34419         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34420         version of IP)
34421
34422 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34423
34424         * configure.ac:
34425         Added ogg library so that OSX detects libtheora properly
34426
34427 2004-06-11  Wim Taymans  <wim@fluendo.com>
34428
34429         * ext/theora/theoradec.c: (theora_dec_chain),
34430         (theora_dec_change_state):
34431         Don't try to decode frames before we received a keyframe.
34432
34433 2004-06-11  Wim Taymans  <wim@fluendo.com>
34434
34435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34436         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34437         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34438         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34439         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34440         Added property to set the maximum delay of a page.
34441
34442 2004-06-10  Wim Taymans  <wim@fluendo.com>
34443
34444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34445         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34446         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34447         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34448         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34449         Added max-delay property to control the maximum amount
34450         of data to put in one page.
34451
34452 2004-06-10  Wim Taymans  <wim@fluendo.com>
34453
34454         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34455         (gst_theora_enc_init), (theora_enc_sink_link),
34456         (theora_buffer_from_packet), (theora_enc_set_property),
34457         (theora_enc_get_property):
34458         Set duration on encoded buffer, added some more properties
34459
34460 2004-06-10  Wim Taymans  <wim@fluendo.com>
34461
34462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34463         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34464         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34465         * ext/theora/theoraenc.c: (theora_enc_chain):
34466         Fix refcounting bugs
34467
34468 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34469
34470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34471         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34472         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34473         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34474         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34475         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34476         (gst_asf_demux_change_state):
34477         * gst/asfdemux/gstasfdemux.h:
34478           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34479           feels like. I think we should set a new requirement for demuxers
34480           from now on to implement sane loop functions, data loops, query
34481           and seek functions before first commit into CVS. And this commit
34482           fixes all of the above.
34483
34484 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34485
34486         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34487           vorbis comments are properly encoded in UTF-8 before adding them
34488           to a GstTagList
34489
34490 2004-06-09  Benjamin Otte  <otte@gnome.org>
34491
34492         * ext/alsa/gstalsa.c: (add_channels):
34493           handle min <= max correctly
34494         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34495         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34496           add fixation functions so we fixate correctly. No preferring of alaw
34497           anymore because it's the first structure.
34498         * ext/alsa/gstalsa.h:
34499         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34500         (gst_alsa_hw_params_dump):
34501           add functions to ease debugging in alsalib
34502         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34503         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34504         (gst_alsa_start_audio):
34505           only specify hw params if we really setup a format (fixes #134007 -
34506           or at least works around it)
34507
34508 2004-06-09  Wim Taymans  <wim@fluendo.com>
34509
34510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34511         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34512         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34513         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34514         (gst_ogg_mux_loop):
34515         Use stream caps to setup the initial pages in the ogg stream.
34516         Correctly set the streamheader caps on the srcpad.
34517
34518 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34519
34520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34521         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34522         (gst_v4lsrc_getcaps):
34523         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34524         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34525           add querying of fps lists for webcams.  Negotiating to a framerate
34526           now works.
34527
34528 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34529
34530         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34531         (theora_push_buffer), (theora_push_packet),
34532         (theora_set_header_on_caps), (theora_enc_chain):
34533           mark buffers and put on streamheader, raw theora streaming
34534           now works too, whee
34535
34536 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34537
34538         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34539         (gst_tcp_gdp_read_caps):
34540           do a looping read for caps and GDP headers too
34541
34542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34543
34544         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34545         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34546           return EOS instead of NULL in _get
34547
34548 2004-06-08  Wim Taymans  <wim@fluendo.com>
34549
34550         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34551         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34552         (gst_tcp_gdp_write_caps):
34553         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34554         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34555         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34556         Memory leak fixes
34557
34558 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34559
34560         * ext/vorbis/Makefile.am:
34561         * ext/vorbis/vorbis.c: (plugin_init):
34562         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34563         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34564         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34565         (vorbis_parse_change_state):
34566         * ext/vorbis/vorbisparse.h:
34567           adding a vorbisparse element that marks the buffers, streaming
34568           raw vorbis using GDP now works, whee
34569
34570 2004-06-08  Wim Taymans  <wim@fluendo.com>
34571
34572         * ext/jpeg/Makefile.am:
34573         * ext/jpeg/README:
34574         * ext/jpeg/gstjpeg.c: (plugin_init):
34575         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34576         (gst_smokedec_base_init), (gst_smokedec_class_init),
34577         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34578         * ext/jpeg/gstsmokedec.h:
34579         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34580         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34581         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34582         (gst_smokeenc_resync), (gst_smokeenc_chain),
34583         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34584         * ext/jpeg/gstsmokeenc.h:
34585         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34586         (smokecodec_flush_destination), (smokecodec_term_destination),
34587         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34588         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34589         (smokecodec_term_source), (smokecodec_encode_new),
34590         (smokecodec_decode_new), (smokecodec_info_free),
34591         (smokecodec_set_quality), (smokecodec_get_quality),
34592         (smokecodec_set_threshold), (smokecodec_get_threshold),
34593         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34594         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34595         (smokecodec_parse_header), (smokecodec_decode):
34596         * ext/jpeg/smokecodec.h:
34597         Added a new simple jpeg based codec
34598
34599 2004-06-08  Wim Taymans  <wim@fluendo.com>
34600
34601         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34602         (gst_multipart_mux_loop):
34603         Fix memory leak
34604
34605 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34606
34607         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34608         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34609         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34610         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34611         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34612         * gst/tcp/gsttcpserversink.h:
34613           take streamheader into account
34614
34615 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34616
34617         * gst/level/Makefile.am:
34618         * gst/level/gstlevel.c: (gst_level_class_init):
34619           clean up marshal generation
34620
34621 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34622
34623         * gst/tcp/Makefile.am:
34624         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34625         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34626         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34627         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34628         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34629         (gst_tcpclientsrc_get_property):
34630         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34631         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34632         (gst_tcpserversink_handle_client_read),
34633         (gst_tcpserversink_handle_client_write),
34634         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34635         * gst/tcp/gsttcpserversink.h:
34636           add signals client-added and client-removed
34637         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34638         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34639         (gst_tcpserversrc_get_property):
34640         uniformized, change default protocol to NONE
34641         * gst/tcp/gsttcp-marshal.list: added
34642 2004-06-07  Benjamin Otte  <otte@gnome.org>
34643
34644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34645           handle discont events if they happen before caps nego
34646
34647 2004-06-07  Wim Taymans  <wim@fluendo.com>
34648
34649         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34650         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34651         (gst_multipart_demux_plugin_init):
34652         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34653         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34654         (gst_multipart_mux_change_state):
34655         Small updates, fix a memleak
34656
34657 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34658
34659         * configure.ac: OSS portability
34660         * ext/arts/gst_arts.c: idem
34661         * sys/oss/gstosselement.c: idem
34662         * sys/oss/gstossmixer.c: idem
34663         * sys/oss/gstosssink.c: idem
34664         * sys/oss/gstosssrc.c: idem
34665         * sys/oss/oss_probe.c: idem
34666           - check for soundcard.h in different places for some BSD
34667
34668 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34669
34670         * AUTHORS:
34671         Add me to the authors file
34672         * configure.ac:
34673         Increase the libdv requirement to >= version 0.100
34674         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34675         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34676         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34677         * ext/dv/gstdvdec.h:
34678         Add support for the new_media flag when sending DISCONT events
34679         Make the querying work when video pad is not linked
34680
34681 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34682
34683         reviewed by Benjamin Otte  <otte@gnome.org>
34684
34685         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34686           create a NULL-initialized array of pads, so we don't think they
34687           exist already. (fixes #143130)
34688
34689 2004-06-07  Benjamin Otte  <otte@gnome.org>
34690
34691         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34692         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34693         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34694           don't use // coments
34695
34696 2004-06-07  Benjamin Otte  <otte@gnome.org>
34697
34698         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34699           cast to GstClockTime to get higher granularity
34700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34701           use gst_element_set_time_delay to get the exact time
34702         * ext/mad/gstmad.c: (gst_mad_chain):
34703           use the negotiated rate instead of the current frame's rate which
34704           might be wrong because of bit errors. This avoids emitting totally
34705           bogus timestamps and screwing sync.
34706         (fixes #143454)
34707
34708 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34709
34710         reviewed by Benjamin Otte  <otte@gnome.org>
34711
34712         * gst/adder/gstadder.c: (gst_adder_loop):
34713           properly error out when no negotiation has happened yet. (fixes
34714           #143032)
34715
34716 2004-06-06  Benjamin Otte  <otte@gnome.org>
34717
34718         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34719           forward correctly transformed offset in discont events. Based on
34720           patch by Arwed v. Merkatz. (fixes #142851)
34721
34722 2004-06-06  David Schleef  <ds@schleef.org>
34723
34724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34725         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34726         problems on several systems.
34727
34728 2004-06-06  Benjamin Otte  <otte@gnome.org>
34729
34730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34731           use explicit caps on the srcpad
34732         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34733           properly error out if caps couldn't be set (fixes #142764)
34734
34735 2004-06-06  Benjamin Otte  <otte@gnome.org>
34736
34737         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34738         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34739         (gst_alsa_start_audio):
34740           - don't call set_periods_integer anymore, it breaks the
34741           configuration randomly
34742           - call snd_pcm_hw_params_set_access directly instead of using masks
34743           - don't fail if the sw_params can't be set, just use the default
34744           params and hope it works. Alsalib has weird issues when you touch
34745           sw_params and does no proper error reporting about what failed.
34746         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34747         (gst_alsa_close_audio):
34748           make our alsa debugging go via gst debugging and not conditionally
34749           defined
34750         * ext/alsa/gstalsa.h:
34751           add ALSA_DEBUG_FLUSH macro
34752         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34753         (plugin_init):
34754           wrap alsa errors to be printed via the gst debugging system and not
34755           spammed to stderr
34756
34757 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34758
34759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34760         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34761         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34762         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34763         (qtdemux_parse_trak):
34764         * gst/qtdemux/qtdemux.h:
34765           Bitch. Also known as seeking, querying & co.
34766         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34767         (gst_osssink_change_state):
34768         * sys/oss/gstosssink.h:
34769           Resyncing is for weenies, this hack is no longer needed and was
34770           broken anyway (since it - unintendedly - always leaves resync to
34771           TRUE).
34772
34773 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34774
34775         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34776         * gst/tcp/gsttcpclientsrc.h: idem
34777           - define MSG_NOSIGNAL if not done
34778           - include unistd.h for off_t
34779           (fixes #143749)
34780
34781 2004-06-05  Benjamin Otte  <otte@gnome.org>
34782
34783         * configure.ac:
34784         * ext/kio/Makefile.am:
34785           check for qt's moc preprocessor explicitly and use it
34786
34787 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34788
34789         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34790           don't get a signal for EPIPE on socket writes
34791           (somebody check if this works on other platforms)
34792
34793 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34794
34795         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34797           check error condition on available samples correctly
34798
34799 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34800
34801         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34802           avoid a segfault
34803         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34804         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34805         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34806         (gst_tcpserversrc_gdp_read_header):
34807          use ssize_t over size_t since the former is signed and thus the
34808          check for error codes can work
34809
34810 2004-06-02  Wim Taymans  <wim@fluendo.com>
34811
34812         reviewed by: Johan
34813
34814         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34815         (gst_multipart_mux_loop):
34816         Oops
34817
34818 2004-06-02  Wim Taymans  <wim@fluendo.com>
34819
34820         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34821         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34822         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34823         (gst_multipart_mux_change_state):
34824         Added configurable boundary specifier, added the value as a
34825         caps field as well.
34826
34827 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34828
34829         * gst/tcp/gsttcp.c:
34830         * gst/tcp/gsttcpclientsrc.c:
34831         * gst/tcp/gsttcpclientsrc.h:
34832         * gst/tcp/gsttcpserversrc.c:
34833           - portability fix, to compile on OSX
34834             (fixes #143146)
34835
34836         * sys/osxaudio/gstosxaudioelement.c:
34837         * sys/osxaudio/gstosxaudiosink.c:
34838         * sys/osxaudio/gstosxaudiosrc.c:
34839           - compilation warnings on OSX
34840             (fixes #143153)
34841
34842 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34843
34844         * ext/vorbis/vorbisdec.c : sign warning fixes
34845
34846         * gst-libs/gst/mixer/mixertrack.c :
34847           do no use defines which are glib 2.4 specific
34848
34849 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34850
34851         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34852           buffer since libflac doesn't expect it (reports a sync error when
34853           it encounters that)
34854
34855
34856 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34857
34858         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34859         * gst-libs/gst/mixer/mixertrack.c:
34860         (gst_mixer_track_get_property), (get_mixer_track_init),
34861         (get_mixer_track_get_property): Added property accessors
34862         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34863         * gst-libs/gst/mixer/mixeroptions.c:
34864         (gst_mixer_options_get_values): Added
34865         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34866         * gst-libs/gst/mixer/mixer.c: Fixed comment
34867
34868
34869 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34870
34871         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34872           improve error messages on open
34873
34874
34875 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34876
34877         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34878           check if v4l-conf is in path
34879
34880 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34881
34882         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34883           change assert to a more readable error message
34884
34885 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34886
34887         * gst-libs/gst/tuner/tunerchannel.h:
34888           - add a freq_multiplicator field to make the conversion
34889             between internal frequency unit and Hz
34890         * sys/v4l/gstv4lelement.c:
34891         * sys/v4l2/gstv4l2element.c:
34892           - change default video device to /dev/video0
34893         * sys/v4l/v4l_calls.c:
34894         * sys/v4l2/v4l2_calls.c:
34895           - we only expose frequency to the user in Hz instead of
34896             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34897
34898 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34899         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34900           Initialise b_o_s and e_o_s variables
34901         * gst-libs/gst/riff/riff-media.c:
34902         (gst_riff_create_video_caps_with_data):
34903           Add some unusual fourcc's from mplayer avi's
34904         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34905           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34906           autoplugging.
34907
34908 2004-05-28  Wim Taymans  <wim@fluendo.com>
34909
34910         * configure.ac:
34911         * gst/alpha/Makefile.am:
34912         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34913         (gst_alpha_get_type), (gst_alpha_base_init),
34914         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34915         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34916         (gst_alpha_chroma_key), (gst_alpha_chain),
34917         (gst_alpha_change_state), (plugin_init):
34918         A plugin to add an alpha channel to I420 video. Can optionally do
34919         chroma keying.
34920         * gst/multipart/Makefile.am:
34921         * gst/multipart/multipart.c: (plugin_init):
34922         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34923         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34924         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34925         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34926         (gst_multipart_demux_change_state),
34927         (gst_multipart_demux_plugin_init):
34928         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34929         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34930         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34931         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34932         (gst_multipart_mux_pad_unlink),
34933         (gst_multipart_mux_request_new_pad),
34934         (gst_multipart_mux_handle_src_event),
34935         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34936         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34937         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34938         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34939         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34940         send multipart jpeg images to a browser.
34941         * gst/videobox/Makefile.am:
34942         * gst/videobox/README:
34943         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34944         (gst_video_box_get_type), (gst_video_box_base_init),
34945         (gst_video_box_class_init), (gst_video_box_init),
34946         (gst_video_box_set_property), (gst_video_box_get_property),
34947         (gst_video_box_sink_link), (gst_video_box_i420),
34948         (gst_video_box_ayuv), (gst_video_box_chain),
34949         (gst_video_box_change_state), (plugin_init):
34950         Crops or adds borders around an image. can do alpha channel
34951         borders as well.
34952         * gst/videomixer/Makefile.am:
34953         * gst/videomixer/README:
34954         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34955         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34956         (gst_videomixer_pad_get_sink_event_masks),
34957         (gst_videomixer_pad_get_property),
34958         (gst_videomixer_pad_set_property),
34959         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34960         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34961         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34962         (gst_videomixer_base_init), (gst_videomixer_class_init),
34963         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34964         (gst_videomixer_handle_src_event),
34965         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34966         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34967         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34968         (gst_videomixer_loop), (gst_videomixer_get_property),
34969         (gst_videomixer_set_property), (gst_videomixer_change_state),
34970         (plugin_init):
34971         Generic video mixer plugin, can handle multiple inputs all with
34972         different framerates and video sizes. Is fully alpha channel
34973         aware.
34974
34975 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34976
34977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34978           Select first track as master track. Not sure how else to handle
34979           that...
34980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34981           Discard discont events. Should fix #142962.
34982
34983 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34984
34985         * ext/alsa/Makefile.am:
34986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34987         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34988         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34989         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34990         (gst_alsa_mixer_get_option):
34991         * ext/alsa/gstalsamixer.h:
34992         * ext/alsa/gstalsamixeroptions.c:
34993         (gst_alsa_mixer_options_get_type),
34994         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34995         (gst_alsa_mixer_options_new):
34996         * ext/alsa/gstalsamixeroptions.h:
34997         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34998         * ext/alsa/gstalsamixertrack.h:
34999           Add enumerations (as GstMixerOptions). Make correct distinction
35000           between input/output tracks. Add capture/playback private flag.
35001           Use flag to decide on whether to set capture or playback volumes
35002           or switches. Use playback and record switches.
35003         * gst-libs/gst/mixer/Makefile.am:
35004         * gst-libs/gst/mixer/mixer-marshal.list:
35005         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35006         (gst_mixer_set_option), (gst_mixer_get_option),
35007         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35008         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35009         * gst-libs/gst/mixer/mixer.h:
35010         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35011         (gst_mixer_options_class_init), (gst_mixer_options_init),
35012         (gst_mixer_options_dispose):
35013         * gst-libs/gst/mixer/mixeroptions.h:
35014           Add GstMixerOptions.
35015         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35016           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35017           broken device detection on computers with multiple OSS sound
35018           cards.
35019
35020 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35021
35022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35023           fixate nicely even when the peer is not negotiating
35024
35025 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35026
35027         * gst/audioconvert/gstaudioconvert.c:
35028         (gst_audio_convert_parse_caps):
35029           make sure we don't allow depth > width
35030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35031           fixate endianness to G_BYTE_ORDER as default
35032         * gst/audioscale/gstaudioscale.c:
35033           we don't handle another endianness as host-endianness
35034
35035 2004-05-25  David Schleef  <ds@schleef.org>
35036
35037         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35038
35039 2004-05-24  Benjamin Otte  <otte@gnome.org>
35040
35041         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35042         (gst_oggvorbisenc_setup):
35043           properly fail when we can't setup the vorbis encoder due to
35044           unsupported settings
35045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35046         (gst_vorbisenc_setup):
35047           same
35048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35049           fix case where warnings occured when one pad was unlinked while the
35050           other's link function was called
35051
35052 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35053
35054         * gst/tcp/Makefile.am:
35055           use GST_ENABLE_NEW
35056
35057 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35058
35059         * gst-libs/gst/resample/private.h:
35060           don't use optimizations that are #if 0'ed
35061
35062 2004-05-24  Wim Taymans  <wim@fluendo.com>
35063
35064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35065         Fix potential division by zero error and hopefully get
35066         the position query right to get correct timestamps on avi
35067         audio.
35068
35069 2004-05-24  Wim Taymans  <wim@fluendo.com>
35070
35071         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35072         (gst_videoscale_scale_nearest_str2),
35073         (gst_videoscale_scale_nearest_str4),
35074         (gst_videoscale_scale_nearest_32bit),
35075         (gst_videoscale_scale_nearest_24bit),
35076         (gst_videoscale_scale_nearest_16bit):
35077         Fix the scaling algorithm and avoid a buffer overflow.
35078         removed the while loop in the scaling function as it
35079         was used for point sampling only.
35080
35081 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35082
35083         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35084         (gst_id3_tag_class_init), (gst_id3_tag_init),
35085         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35086         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35087         (gst_id3_tag_send_tag_event):
35088           lots of fixes to make id3mux work and id3demux work correctly
35089
35090 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35091
35092         * ext/Makefile.am:
35093           add rules to build shout2send (was removed by accident
35094           when this module was no more marked experimental/broken)
35095
35096 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35097
35098         * ext/shout2/gstshout2.c:
35099         * ext/shout2/gstshout2.h:
35100           adding a "connection problem" signal to shout2send
35101           (fixes #142954)
35102
35103 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35104
35105         * ext/kio/kioreceiver.cpp:
35106         * ext/kio/kioreceiver.h:
35107           fix sign comparison issues
35108
35109 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35110
35111         * gst/cdxaparse/gstcdxaparse.c:
35112         * gst/cdxaparse/gstcdxaparse.h:
35113           some renaming
35114           add some checks/sanity
35115           prepare for seek addition
35116
35117         * sys/sunaudio/gstsunaudio.c:
35118           remove exported dupe init function
35119
35120 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35121
35122         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35123         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35124           Fix format conversion and position querying.
35125         * gst/debug/progressreport.c: (gst_progressreport_report):
35126           Don't output a bogus total value that we didn't query.
35127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35128           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35129           only a blank window after xine has been used.
35130
35131 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35132
35133         * m4/as-arts.m4:
35134           sync with upstream version to fix test on FC2
35135           readd with -ko to preserve Id header
35136
35137 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35138
35139         * configure.ac:
35140           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35141         * gst/tcp/gsttcpclientsrc.c: idem
35142         * gst/tcp/gsttcpserversink.c: idem
35143         * gst/tcp/gsttcpserversrc.c: idem
35144         * m4/gst-fionread.m4: idem
35145
35146         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35147
35148         * configure.ac: enable speex plugin for speex 1.1.5+
35149         * ext/speex/gstspeexenc.c: fix cast warning
35150
35151         * ext/esd/README: fix typo
35152
35153 2004-05-20  David Schleef  <ds@schleef.org>
35154
35155         * configure.ac: Minor cosmetic change to convince the buildbot to
35156         reautogen.
35157         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35158         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35159         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35160         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35161         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35162         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35163         More hacking.  Plays audio now.
35164
35165 2004-05-20  David Schleef  <ds@schleef.org>
35166
35167         * configure.ac:
35168         * sys/Makefile.am:
35169
35170 2004-05-20  David Schleef  <ds@schleef.org>
35171
35172         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35173         * sys/osxaudio/gstosxaudio.c:
35174         * sys/osxaudio/gstosxaudioelement.c:
35175         * sys/osxaudio/gstosxaudioelement.h:
35176         * sys/osxaudio/gstosxaudiosink.c:
35177         * sys/osxaudio/gstosxaudiosink.h:
35178         * sys/osxaudio/gstosxaudiosrc.c:
35179         * sys/osxaudio/gstosxaudiosrc.h:
35180
35181 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35182
35183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35184         (gst_vorbisenc_chain):
35185           put the codec headers on the caps as streamheader as well as
35186           pushing them out
35187
35188 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35189
35190         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35191         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35192         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35193         split up push_packet into two functions
35194
35195 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35196
35197         * gst/tcp/.cvsignore:
35198           ignore enums
35199         * gst/tcp/Makefile.am:
35200         * gst/tcp/README:
35201         * gst/tcp/gsttcp.c:
35202         * gst/tcp/gsttcp.h:
35203         * gst/tcp/gsttcpclientsink.c:
35204         * gst/tcp/gsttcpclientsink.h:
35205         * gst/tcp/gsttcpclientsrc.c:
35206         * gst/tcp/gsttcpclientsrc.h:
35207         * gst/tcp/gsttcpplugin.c:
35208         * gst/tcp/gsttcpserversink.c:
35209         * gst/tcp/gsttcpserversink.h:
35210         * gst/tcp/gsttcpserversrc.c:
35211         * gst/tcp/gsttcpserversrc.h:
35212           add new tcp elements
35213
35214 2004-05-19  Wim Taymans  <wim@fluendo.com>
35215
35216         * gst/law/mulaw-conversion.c: (mulaw_encode):
35217         Fix overflow bug in ulaw encoding.
35218
35219 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35220
35221         * ext/mad/gstmad.c: (gst_mad_handle_event):
35222           don't unref the event twice
35223
35224 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35225
35226         * configure.ac:
35227           remove -Wno-sign-compare
35228
35229 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35230
35231         * configure.ac:
35232           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35233           if you want to work against glib 2.2 and 2.4
35234
35235 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35236
35237         * gst/tcp/Makefile.am:
35238         * gst/tcp/gsttcp.c:
35239         * gst/tcp/gsttcp.h:
35240         * gst/tcp/gsttcpsink.h:
35241         * gst/tcp/gsttcpsrc.h:
35242           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35243
35244 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35245
35246         * gst/debug/tests.c: (md5_get_value):
35247           fix segfault on gst-inspect
35248
35249 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35250
35251         * gst/debug/testplugin.c:
35252         * gst/debug/tests.c:
35253         * gst/debug/tests.h:
35254           add new extensible and configurable testing element. Current tests
35255           include buffer count, stream length, timestamp/duration matching and
35256           md5.
35257         * gst/debug/Makefile.am:
35258         * gst/debug/gstdebug.c: (plugin_init):
35259           add infrastructure for new element
35260
35261 2004-05-19  Johan Dahlin  <johan@gnome.org>
35262
35263         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35264         ending of the array. Fixes gst-inspect segfault on ppc.
35265
35266 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35267
35268         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35269
35270         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35271
35272 2004-05-18  David Schleef  <ds@schleef.org>
35273
35274         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35275         warnings (bugs, actually) noticed by gcc but not forte.
35276
35277 2004-05-18  David Schleef  <ds@schleef.org>
35278
35279         * sys/sunaudio/Makefile.am:
35280         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35281
35282 2004-05-18  David Schleef  <ds@schleef.org>
35283
35284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35285         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35286         to allow qtdemux to use non-seekable streams. (bug #142272)
35287
35288 2004-05-18  David Schleef  <ds@schleef.org>
35289
35290         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35291         (gst_resample_sinc_ft_float): Remove use of static temporary
35292         buffer.  This code was obviously not supposed to last long, but
35293         it's stuck in our ABI, so it required a little hack to make it
35294         ABI-compatible.  Fixes #142585.
35295         * gst-libs/gst/resample/resample.h: same.
35296
35297 2004-05-18  David Schleef  <ds@schleef.org>
35298
35299         * configure.ac: Add sunaudio
35300         * examples/Makefile.am: make gstplay depend on gconf
35301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35302         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35303         (convert_table_lookup), (img_convert): remove c99-isms
35304         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35305           unsigned, to fix a warning on Solaris
35306         * gst/mpeg1sys/systems.c: bcopy->memcpy
35307         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35308         * sys/Makefile.am: Add sunaudio
35309
35310 2004-05-18  Wim Taymans  <wim@fluendo.com>
35311
35312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35313         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35314         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35315         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35316         (gst_ogg_mux_loop):
35317         Fix an ugly memleak where the muxer didn't flush enough ogg
35318         pages. This also resulted in badly muxed ogg files.
35319
35320 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35321
35322         * gst/asfdemux/asfheaders.c :
35323         * gst/asfdemux/asfheaders.h :
35324         * gst/asfdemux/gstasfdemux.c :
35325           - fix ASF_OBJ_PADDING guid
35326           - add 3 new object guids (language list, metadata,
35327             extended stream properties)
35328           - add a function to parse extended header objects
35329
35330 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35331
35332         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35333           remove leftover debugging g_print
35334
35335 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35336
35337         * ext/mad/gstmad.c: (gst_mad_handle_event):
35338           Fix for when the first format in a discont event is not a
35339           byte-based one. Should fix #137710.
35340
35341 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35342
35343         * m4/a52.m4 : fix compilation with -Wall -Werror
35344         * m4/libfame.m4 : idem
35345         * m4/libmikmod.m4 : idem
35346
35347 2004-05-17  Benjamin Otte  <otte@gnome.org>
35348
35349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35350           signal the new tags before giving up the reference
35351
35352 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35353
35354         * ext/shout2/gstshout2.c:
35355           use application/ogg instead of application/x-ogg (patch by Patrick
35356           Guimond, fixes #142432)
35357         * sys/oss/gstosselement.c: (gst_osselement_reset),
35358         (gst_osselement_sync_parms):
35359           don't set fragment size unless specified (fixes #142493)
35360
35361 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35362
35363         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35364           fixes #142664
35365
35366 2004-05-17  Benjamin Otte  <otte@gnome.org>
35367
35368         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35369           compute offsets correctly for internal buffers so timestamps are set
35370           correctly when we can't seek. Also handle cases where there are no
35371           offsets. (based on a patch by David Moore, fixes #142507)
35372
35373 2004-05-17  Benjamin Otte  <otte@gnome.org>
35374
35375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35376           use correct variable when determining amount of data to skip so we
35377           don't skip into the void and segfault
35378
35379 2004-05-16  Benjamin Otte  <otte@gnome.org>
35380
35381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35382           Hi, I'm a memleak
35383
35384 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35385
35386         * gst/asfdemux/gstasfdemux.c:
35387           - fix a mem leak and always propagate tags
35388           - add WMV3 to known video codecs (but no decoder yet)
35389           - replace "surplus data" at end of audio header for what
35390             it is : codec specific data
35391           - fix a typo
35392
35393 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35394
35395         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35396
35397         * gst-libs/gst/audio/audioclock.c:
35398           Fix wrong return type (#142205).
35399
35400 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35401
35402         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35403           Ignore CRCs by default (fixes #142566).
35404
35405 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35406
35407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35408         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35409         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35410         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35411         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35412         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35413           Fix for cases where we fail to attach to a mixer.
35414
35415 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35416
35417         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35418           Don't touch events after not owning them anymore.
35419         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35420         (gst_wavparse_fmt), (gst_wavparse_other),
35421         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35422         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35423         (gst_wavparse_srcpad_event):
35424         * gst/wavparse/gstwavparse.h:
35425           Add seeking, fix querying.
35426
35427 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35428
35429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35430           - process comments even if they don't end with \0\0
35431             g_convert would ignore them if present and works well without them
35432
35433 2004-05-16  Benjamin Otte  <otte@gnome.org>
35434
35435         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35436           simplify caps
35437
35438 2004-05-16  Benjamin Otte  <otte@gnome.org>
35439
35440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35441           don't write to memory we might not write to - g_convert does that
35442           for us anyway (fixes #142613)
35443         (gst_asf_demux_audio_caps):
35444           comment out gst_util_dump_mem
35445
35446 2004-05-16  Benjamin Otte  <otte@gnome.org>
35447
35448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35449           compute correct expected timestamps after seek (broken since
35450           last commit)
35451         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35452           rename element and debugging category to gdkpixbufscale
35453
35454 2004-05-16  Benjamin Otte  <otte@gnome.org>
35455
35456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35457           add error checking to snd_pcm_delay and remove duplicate call to
35458           snd_pcm_delay that caused issues (see inline code comments)
35459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35460           make more readable and fix return value when snd_pcm_delay fails
35461         (fixes #142586)
35462
35463 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35464         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35465         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35466         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35467         (gst_pixbufscale_link), (gst_pixbufscale_init),
35468         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35469         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35470         (gst_pixbufscale_get_property), (pixbufscale_init):
35471         * ext/gdk_pixbuf/pixbufscale.h:
35472         Add these files I forgot earlier
35473
35474 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35475         * ext/gdk_pixbuf/Makefile.am:
35476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35477         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35478         Add new pixbufscale element to scale RGB video
35479         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35480         and HYPER interpolation correctly.
35481         * ext/theora/theoraenc.c: (theora_enc_chain),
35482         Discard buffer and return if explicit caps could not be set
35483         (theora_enc_get_property):
35484         Make _get return kbps for the bitrate consistent with
35485         the _set function.
35486
35487
35488 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35489
35490         * ext/libvisual/visual.c: (gst_visual_chain):
35491           add missing visual_audio_analyze
35492
35493 2004-05-14  David Schleef  <ds@schleef.org>
35494
35495         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35496         is killed while we're playing.
35497         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35498         gst_element_no_more_pads().
35499
35500 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35501
35502         * gst-libs/gst/riff/riff-read.c :
35503           - fix INFO tag extraction in RIFF/AVI files
35504             because gst_event_unref (event) also freed taglist
35505           - avoid a mem leak
35506
35507 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35508
35509         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35510         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35511
35512         * gst/auparse/gstauparse.c :
35513           - add code (commented for now) to support audio/x-adpcm on src pad
35514             (we have no decoder for those layout yet)
35515
35516         * gst/cdxaparse/gstcdxaparse.c :
35517         * gst/cdxaparse/gstcdxaparse.h :
35518           - partial rewrite using RiffRead (ripped iain's wavparse code)
35519
35520         * gst/rtp/gstrtpL16enc.c : typo
35521         * gst/rtp/gstrtpgsmenc.c : typo
35522
35523 2004-05-13  Benjamin Otte  <otte@gnome.org>
35524
35525         * configure.ac:
35526           check for exact version of libvisual, it's not supposed to be
35527           API/ABI stable yet
35528
35529 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35530
35531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35532           signal no-more-pads
35533
35534 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35535
35536         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35537         Report which format was used for GST_FORMAT_DEFAULT
35538         * gst/debug/Makefile.am:
35539         * gst/debug/gstdebug.c: (plugin_init):
35540         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35541         (gst_progressreport_class_init), (gst_progressreport_init),
35542         (gst_progressreport_report), (gst_progressreport_set_property),
35543         (gst_progressreport_get_property), (gst_progressreport_chain),
35544         (gst_progressreport_plugin_init):
35545         Add progressreport element for testing.
35546
35547 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35548
35549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35550         * sys/v4l/gstv4lsrc.h:
35551         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35552         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35554         (gst_v4lsrc_grab_frame):
35555           add more debugging
35556           send a discont at start
35557
35558 2004-05-12  Colin Walters  <walters@redhat.com>
35559
35560         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35561         inflooping if we can't find a chunk.  Or in other words, don't blow
35562         chunks if we don't have a chunk to blow.
35563
35564 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35565         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35566         Remove old debug output
35567         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35568         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35569         (gst_dvdec_set_property), (gst_dvdec_get_property):
35570         Change the quality setting to an enum, so it works from gst-launch
35571         Don't renegotiate a non-linked pad. Allows audio only decoding.
35572         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35573         (gst_deinterlace_link), (gst_deinterlace_init):
35574         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35575         (gst_videodrop_link):
35576         Some caps negotiation fixes
35577
35578 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35579
35580         * ext/tarkin/gsttarkin.c :
35581           - Change RANK from NONE to PRIMARY
35582         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35583           - Change RANK from NONE to MARGINAL
35584         * ext/divx/gstdivxenc.c :
35585           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35586
35587 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35588
35589         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35590         (gst_vorbisenc_push_packet):
35591           copy a function that was added between 1.0 and 1.0.1 until we
35592           depend on worthwhile features of post-1.0
35593
35594 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35595
35596         * configure.ac:
35597           enable shout2 by default
35598         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35599         (gst_shout2send_base_init), (gst_shout2send_init),
35600         (gst_shout2send_connect), (gst_shout2send_change_state):
35601         * ext/shout2/gstshout2.h:
35602           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35603           #142262)
35604         * ext/theora/theora.c: (plugin_init):
35605           don't set rank on encoders
35606
35607 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35608
35609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35610           Use codec_data property instead of flag1 and flag2 for wma
35611
35612 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35613
35614         * gst/cdxaparse/gstcdxaparse.c :
35615           - Add mpegversion to CAPS to make it link
35616           - Rank is as GST_RANK_SECONDARY instead of NONE
35617         * gst/auparse/gstauparse.c :
35618           - Document all audio encoding we can encounter from Solaris 9
35619             headers and libsndfile information.
35620           - Increase max. rate from 48000 to 192000 (to match other elements)
35621           - Don't try to play junk data between header and samples
35622
35623 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35624
35625         * ext/libvisual/visual.c: (gst_visual_getcaps):
35626           use the right caps depending on endianness (I hope)
35627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35628           use GST_RANK_NONE for all non-decoding elements or spider gets
35629           mighty confused
35630
35631 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35632
35633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35634           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35635
35636 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35637
35638         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35639         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35640         (gst_switch_loop), (gst_switch_get_type):
35641           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35642           HEADERS. Had to be said.
35643
35644 2004-05-10  David Schleef  <ds@schleef.org>
35645
35646         * configure.ac: Add prototype Dirac support.
35647         * ext/Makefile.am:
35648         * ext/dirac/Makefile.am:
35649         * ext/dirac/gstdirac.cc:
35650         * ext/dirac/gstdiracdec.cc:
35651
35652 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35653
35654         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35655         (gst_auparse_init), (gst_auparse_chain),
35656         (gst_auparse_change_state):
35657           Hack around spider. Remove me some day please.
35658
35659 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35660
35661         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35662           Fix for some uninitialized variables in previous patch, also
35663           makes it work. Fixes #142286 while we're at it.
35664
35665 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35666
35667         * gst/auparse/gstauparse.c:
35668                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35669                 only unsupported formats are ADPCM/CCITT G.72x
35670                 reviewed by Ronald
35671         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35672
35673 2004-05-10  Wim Taymans  <wim@fluendo.com>
35674
35675         * ext/vorbis/Makefile.am:
35676         * ext/vorbis/README:
35677         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35678         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35679         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35680         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35681         (gst_oggvorbisenc_convert_sink),
35682         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35683         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35684         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35685         (get_constraints_string), (update_start_message),
35686         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35687         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35688         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35689         * ext/vorbis/oggvorbisenc.h:
35690         * ext/vorbis/vorbis.c: (plugin_init):
35691         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35692         (raw_caps_factory), (gst_vorbisenc_class_init),
35693         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35694         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35695         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35696         * ext/vorbis/vorbisenc.h:
35697         Added a raw vorbis encoder to be used with the oggmuxer.
35698         We still need the old encoder for some gnome applications,
35699         read the README to find out how that works.
35700         The raw encoder is called "rawvorbisenc" until 0.9.
35701
35702 2004-05-10  Wim Taymans  <wim@fluendo.com>
35703
35704         * ext/ogg/gstogg.c: (plugin_init):
35705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35706         (gst_ogg_print):
35707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35708         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35709         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35710         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35711         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35712         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35713         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35714         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35715         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35716         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35717         Added an ogg muxer.
35718         Small typo fixes in the demuxer.
35719
35720 2004-05-10  Wim Taymans  <wim@fluendo.com>
35721
35722         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35723         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35724         (theora_enc_change_state), (theora_enc_set_property),
35725         (theora_enc_get_property):
35726         Mark the last packet with an EOS flag which is not really needed
35727         in gstreamer.
35728         Do some better video framerate initialisation.
35729         Update the buffer timestamp.
35730
35731 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35732
35733         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35734         Return the result of the parent state change call
35735
35736 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35737
35738         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35739         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35740         * gst/law/alaw-encode.c : (idem)
35741         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35742         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35743         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35744
35745 2004-05-09  Benjamin Otte  <otte@gnome.org>
35746
35747         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35748           don't use a fixed buffer size when writing variable length data to
35749           it. Fixes memory corruption and makes alsasrc work
35750
35751 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35752
35753         * ext/gnomevfs/gstgnomevfssink.c:
35754         (_gst_boolean_allow_overwrite_accumulator),
35755         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35756           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35757           RUN_LAST, and don't use that to set the accumulator value because
35758           then it's always FALSE.
35759
35760 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35761
35762         * gst-libs/gst/riff/riff-media.c:
35763         (gst_riff_create_video_caps_with_data),
35764         (gst_riff_create_audio_caps),
35765         (gst_riff_create_audio_template_caps):
35766         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35767           Fix for unaligned RIFF files (i.e. where all the chunks together
35768           in a LIST chunk are not of the same size as the size given in
35769           the LIST chunk header). Fixes several odd WAVE files. Also fix
35770           ADPCM (block_align property) in audio, so that wavparse based
35771           on this works now as it used to stand-alone.
35772
35773 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35774
35775         reviewed by Benjamin Otte  <otte@gnome.org>
35776
35777         * ext/a52dec/gsta52dec.c:
35778         * ext/divx/gstdivxdec.c:
35779         * ext/divx/gstdivxenc.c:
35780         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35781         * ext/faac/gstfaac.c: (gst_faac_base_init):
35782         * ext/faad/gstfaad.c: (gst_faad_base_init):
35783         * ext/ivorbis/vorbisfile.c:
35784         * ext/lame/gstlame.c:
35785         * ext/libfame/gstlibfame.c:
35786         * ext/mpeg2enc/gstmpeg2enc.cc:
35787         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35788         * ext/sidplay/gstsiddec.cc:
35789         * ext/speex/gstspeexdec.c:
35790         * ext/speex/gstspeexenc.c:
35791         * ext/xvid/gstxviddec.c:
35792         * ext/xvid/gstxvidenc.c:
35793           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35794           (fixes #142193)
35795
35796 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35797
35798         * ext/alsa/gstalsa.c: (device_list),
35799         (gst_alsa_class_probe_devices):
35800         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35801           Fix alsa oddness in mixer after the combination of using mixer
35802           in source/sink elements and using hw:x,y instead of just hw:x.
35803
35804 2004-05-09  Benjamin Otte  <otte@gnome.org>
35805
35806         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35807         (gst_wavparse_create_sourcepad):
35808           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35809           sourcepads
35810
35811 2004-05-09  Benjamin Otte  <otte@gnome.org>
35812
35813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35814           allow discont events before caps nego
35815
35816 2004-05-08  Benjamin Otte  <otte@gnome.org>
35817
35818         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35819           don't leak events
35820
35821 2004-05-08  Benjamin Otte  <otte@gnome.org>
35822
35823         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35824         (gst_level_change_state), (gst_level_init):
35825         * gst/level/gstlevel.h:
35826           figure out if we're initialized directly instead of keeping a
35827           variable that's wrong in 90% of cases
35828           don't initialize pads and then leak them and use a new unitialized
35829           pad. (fixes #142084)
35830           these were bugs so n00bish I didn't find them for an hour :/
35831
35832 2004-05-08 Iain <iain@prettypeople.org>
35833
35834         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35835         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35836         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35837         return the length that was read.
35838         (gst_riff_read_strf_auds): Allow fmt tags as well.
35839
35840 2004-05-07  David Schleef  <ds@schleef.org>
35841
35842         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35843         signed char assumption in faad.h.
35844
35845 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35846
35847         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35848           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35849
35850 2004-05-07  Colin Walters  <walters@redhat.com>
35851
35852         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35853         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35854         function.
35855         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35856         Add dispose function.
35857
35858 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35859         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35860           Fix caps nego and pad templates. RGB mode caps should
35861           work now.
35862         * ext/dvdnav/gst-dvd:
35863           Move mpeg2dec inside the thread because otherwise the
35864           queue rejects cap changes mid-stream
35865         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35866         (gst_mpeg2dec_flush_decoder):
35867           For mpeg2dec > 0.4.0, call the flush function instead of
35868           manually extracting all in-flight frames.
35869         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35870         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35871           Change mime type video/dv go video/x-dv to match the
35872           rest of gst-plugins
35873
35874 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35875
35876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35878         (gst_alsa_sink_class_init):
35879         * ext/alsa/gstalsasink.h:
35880         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35881         (gst_alsa_src_class_init):
35882         * ext/alsa/gstalsasrc.h:
35883           Make alsasink/src a subclass of alsamixer so that mixer stuff
35884           shows up in gst-rec. Needs some finetuning.
35885
35886 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35887
35888         * ext/lame/gstlame.c: (gst_lame_chain):
35889           simplify
35890         * ext/mad/gstmad.c: (gst_mad_handle_event):
35891           fix event leak
35892         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35893           be able to detect mp3 files < 4096 bytes
35894
35895 2004-05-06  Wim Taymans  <wim@fluendo.com>
35896
35897         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35898         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35899         (theora_enc_set_property), (theora_enc_get_property):
35900         Also encode the first frame, cleanup some code.
35901
35902 2004-05-06  Wim Taymans  <wim@fluendo.com>
35903
35904         * ext/mpeg2enc/gstmpeg2enc.cc:
35905         Forward events first before deciding that negotiation was
35906         not performed.
35907
35908 2004-05-06  Wim Taymans  <wim@fluendo.com>
35909
35910         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35911         First process the events before deciding that negotiation
35912         was not performed.
35913
35914 2004-05-06  Wim Taymans  <wim@fluendo.com>
35915
35916         * ext/theora/Makefile.am:
35917         * ext/theora/theora.c: (plugin_init):
35918         * ext/theora/theoradec.c: (theora_dec_change_state):
35919         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35920         (gst_theora_enc_class_init), (gst_theora_enc_init),
35921         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35922         (theora_enc_chain), (theora_enc_change_state),
35923         (theora_enc_set_property), (theora_enc_get_property):
35924         Added a theora encoder, grouped the encoder and decoder into the
35925         same plugin.
35926
35927 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35928
35929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35930         (gst_jpegenc_chain):
35931         fix DURATION on outgoing buffers
35932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35933         debug using time formats
35934         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35936         (gst_xvimagesink_sink_link):
35937         windows with width/height 0 generate X errors, so don't allow them
35938
35939 2004-05-05  Wim Taymans  <wim@fluendo.com>
35940
35941         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35942         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35943         (gst_mpeg2dec_negotiate_format):
35944         * ext/mpeg2dec/gstmpeg2dec.h:
35945           removed the static pad template so that we can add the
35946           more accurate framerate value to the caps.
35947
35948
35949 2004-05-04  Benjamin Otte  <otte@gnome.org>
35950
35951         * configure.ac:
35952           check for kdemacros.h, too (should fix #141821)
35953         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35954           don't crash if no header was sent, but nicely error out (fixes part
35955           of #141554)
35956
35957 2004-05-04  Wim Taymans  <wim@fluendo.com>
35958
35959         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35960         parent dispose function to avoid segfault on destroy.
35961
35962 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35963
35964         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35965         (plugin_init):
35966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35967         (gst_xvimagesink_sink_link):
35968         clean up debugging caps
35969         also recreate xvimage when format has changed
35970
35971 2004-05-04  Benjamin Otte  <otte@gnome.org>
35972
35973         * ext/libvisual/Makefile.am:
35974         * ext/libvisual/visual.c: (gst_visual_class_init),
35975         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35976         (gst_visual_srclink), (gst_visual_chain),
35977         (gst_visual_change_state), (plugin_init):
35978           use a GstAdapter to correctly adapt buffer sizes - allows using a
35979           framerate
35980
35981 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35982
35983         * sys/v4l/gstv4lelement.h:
35984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35986         (gst_v4lsrc_buffer_free):
35987         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35988         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35989         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35990         (gst_v4lsrc_requeue_frame):
35991         move some debugging categories around
35992         query for fps index and set accordingly if found
35993
35994 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35995
35996         * ext/lame/gstlame.c:
35997         correct defaults that lame_init puts out of range
35998
35999 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36000
36001         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36002         (gst_divxenc_class_init):
36003         fix range since -1 is the default
36004         * gst/mpeg1sys/gstmpeg1systemencode.c:
36005         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36006         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36007         (gst_rtjpegdec_chain):
36008         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36009         (gst_rtjpegenc_chain):
36010         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36011         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36012         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36014         * sys/v4l/gstv4lsrc.c:
36015         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36016         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36017         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36018         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36019         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36020           remove gst_info calls
36021
36022 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36023
36024         * Makefile.am:
36025         * po/af.po:
36026         * po/az.po:
36027         * po/en_GB.po:
36028         * po/nl.po:
36029         * po/sr.po:
36030         * po/sv.po:
36031           Updated translations
36032
36033 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36034
36035         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36036           refactor/comment code
36037
36038 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36039
36040         * gst/asfdemux/Makefile.am:
36041         * gst/asfdemux/asfheaders.c:
36042         * gst/asfdemux/asfheaders.h:
36043         * gst/asfdemux/gstasf.c: (plugin_init):
36044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36045         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36046         (gst_asf_demux_setup_pad):
36047         * gst/asfdemux/gstasfdemux.h:
36048         * gst/asfdemux/gstasfmux.c:
36049         * gst/asfdemux/gstasfmux.h:
36050           Add tagging support to demuxer, split out registration in its own
36051           file instead of in demux (hacky), and prevent having some tables
36052           in our memory multiple times (in asfheaders.h).
36053
36054 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36055
36056         * gst/matroska/matroska-demux.c:
36057         (gst_matroska_demux_parse_metadata):
36058         * gst/matroska/matroska-ids.h:
36059           Basic tag reading support.
36060
36061 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36062
36063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36064           Really detect ac-3 audio.
36065         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36066           really detect matroska files (off-by-1).
36067
36068 2004-04-30  David Schleef  <ds@schleef.org>
36069
36070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36071         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36072         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36073         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36074         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36075         hackage -- parse a lot more atoms, extract a few tags.  One might even
36076         mistake this for tag support.  Maybe it is.
36077         * gst/qtdemux/qtdemux.h:
36078
36079 2004-04-30  Colin Walters  <walters@verbum.org>
36080
36081         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36082
36083 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36084
36085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36086         (gst_ffmpegcolorspace_getcaps):
36087           remove broken nego fix
36088
36089 2004-04-30  Benjamin Otte  <otte@gnome.org>
36090
36091         * configure.ac:
36092         * ext/Makefile.am:
36093         * ext/libvisual/Makefile.am:
36094         * ext/libvisual/visual.c:
36095           add initial support for libvisual (http://libvisual.sourceforge.net)
36096           libvisual is still quite alpha, so expect crashes in there :)
36097
36098 2004-04-29  David Schleef  <ds@schleef.org>
36099
36100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36101         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36102         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36103         code; you will no longer respect me.
36104
36105 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36106
36107         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36108         * ext/alsa/gstalsa.h :
36109         change alsa pcm device discovery to find more than 1 device
36110         per card. code review by Ronald.
36111
36112 2004-04-29  David Schleef  <ds@schleef.org>
36113
36114         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36115         Add a check for a driver bug on FreeBSD.  (bug #140565)
36116
36117 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36118
36119         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36120         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36121         (gst_jpegenc_getcaps):
36122           move format setting to inner loop
36123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36124         (gst_ffmpegcolorspace_getcaps):
36125           use GST_PAD_CAPS if available so that we use already negotiated
36126           caps
36127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36128         (qtdemux_parse_moov), (qtdemux_parse):
36129           extra debugging
36130         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36131         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36132           move hardcoded path to DEFINE
36133
36134 2004-04-28  David Schleef  <ds@schleef.org>
36135
36136         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36137         (bug #140064)
36138
36139 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36140
36141         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36142           Don't probe for playback device if we're a source element. Fixes
36143           #139658.
36144
36145 2004-04-29  Benjamin Otte  <otte@gnome.org>
36146
36147         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36148         (gst_id3_tag_chain):
36149           rewrite buffer offset
36150
36151 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36152
36153         * configure.ac:
36154         * ext/Makefile.am:
36155         * ext/dts/Makefile.am:
36156         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36157         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36158         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36159         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36160         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36161         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36162         (plugin_init):
36163         * ext/dts/gstdtsdec.h:
36164           New DTS decoder.
36165         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36166         (gst_faad_srcconnect):
36167           Add ESDS atom handling (.m4a).
36168
36169 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36170
36171         * ext/divx/gstdivxdec.c: (plugin_init):
36172           Remove comment that makes no sense.
36173         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36174           Fix for obvious typo that resulted in warnings during gst-register.
36175         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36176         (gst_xviddec_sink_link):
36177           Fix caps negotiation a bit better.
36178         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36179           We call this 'codec_data', not 'esds'.
36180
36181 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36182
36183         * gst/monoscope/gstmonoscope.c:
36184           make sure we only provide 256x128
36185         * gst/monoscope/monoscope.c: (monoscope_init):
36186           assert size of 256x128
36187
36188 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36189
36190         * Makefile.am:
36191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36192         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36193           fixate to max width and height of device
36194
36195 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36196
36197         * Makefile.am:
36198         * sys/v4l/gstv4l.c:
36199         * sys/v4l/gstv4lsrc.c:
36200         * sys/v4l/v4l_calls.c:
36201         * sys/v4l/v4lsrc_calls.c:
36202           fix for qc-usb driver which fakes having more than one buffer
36203           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36204           buffer_free override
36205           add debugging
36206
36207 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36208
36209         * Makefile.am:
36210         * gst/videotestsrc/gstvideotestsrc.c:
36211         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36212         (gst_videotestsrc_init), (gst_videotestsrc_get),
36213         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36214         * gst/videotestsrc/gstvideotestsrc.h:
36215           add num-buffers property
36216
36217         2004-04-26  Benjamin Otte  <otte@gnome.org>
36218
36219         * ext/mad/gstid3tag.c: (plugin_init):
36220           set id3mux rank to NONE so it doesn't confuse spider
36221           require audio/mpeg,mpegversion=1 in id3mux
36222
36223 2004-04-26  Benjamin Otte  <otte@gnome.org>
36224
36225         * configure.ac:
36226           detect faad correctly as non-working if it's indeed non-working
36227
36228 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36229
36230         * Makefile.am:
36231         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36232         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36233         fix _getcaps so it only negotiates to its supported format
36234
36235 2004-04-25  Benjamin Otte  <otte@gnome.org>
36236
36237         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36238           fix memleak
36239
36240 2004-04-23  Benjamin Otte  <otte@gnome.org>
36241
36242         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36243           audio/x-raw-int with height rules! not. Now it's depth.
36244
36245 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36246
36247         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36248         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36249         (gst_wavparse_loop):
36250           Missing variable initialization. Add handling of DVI ADPCM. Fix
36251           mis-parsing of LIST chunks. This works around a bug where we mis-
36252           parse non-aligning LIST chunks (so LIST chunks where the contents
36253           don't align with the actual LIST size). The correct fix is to use
36254           rifflib, I'm not going to fix wavparse - too much work. All this
36255           fixes #104878.
36256
36257 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36258
36259         reviewed by Benjamin Otte  <otte@gnome.org>
36260
36261         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36262           fix shoutcast not working (fixes #140844)
36263
36264 2004-04-22  Benjamin Otte  <otte@gnome.org>
36265
36266         * ext/hermes/gsthermescolorspace.c:
36267         (gst_hermes_colorspace_caps_remove_format_info):
36268         * gst/colorspace/gstcolorspace.c:
36269         (gst_colorspace_caps_remove_format_info):
36270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36271         (gst_ffmpegcolorspace_caps_remove_format_info):
36272           s/gst_caps_simplify/gst_caps_do_simplify/
36273
36274 2004-04-22  Benjamin Otte  <otte@gnome.org>
36275
36276         * gst-libs/gst/riff/riff-media.c:
36277         (gst_riff_create_video_caps_with_data):
36278           mpegversion is an int
36279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36280           don't try to create pad templates with NULL caps, use any caps
36281           instead.
36282
36283 2004-04-20  David Schleef  <ds@schleef.org>
36284
36285         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36286         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36287         (bug #140384)
36288
36289 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36290
36291         reviewed by David Schleef
36292
36293         * ext/mad/gstid3tag.c: Add stdlib.h
36294         * gst/rtp/gstrtpgsmenc.c: same
36295         * gst/tags/gstid3tag.c: same
36296         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36297         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36298         GST_DISABLE_LOADSAVE use.
36299         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36300         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36301         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36302         atol(3)).
36303         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36304         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36305         strtoul(3)).
36306         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36307         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36308         $(ID3_CFLAGS).
36309         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36310         $(LIBFAME_CFLAGS).
36311
36312 2004-04-20  David Schleef  <ds@schleef.org>
36313
36314         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36315         last checkin.  Same idea.
36316
36317 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36318
36319         reviewed by David Schleef
36320
36321         * configure.ac: bump required gstreamer version to 0.8.1.1
36322         because of following changes [--ds]
36323
36324         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36325         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36326         (gst_riff_read_header):  Use GST_READ_UINT*
36327         macros to access possibly unaligned memory.
36328
36329         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36330         (mp3_type_find):  Use GST_READ_UINT*
36331         macros to access possibly unaligned memory.
36332         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36333         (speex_type_find): Likewise
36334
36335         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36336
36337         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36338         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36339         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36340         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36341         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36342         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36343         macros to access possibly unaligned memory.
36344
36345         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36346         Likewise.
36347
36348         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36349         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36350
36351         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36352         Likewise.
36353
36354         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36355         (gst_mpeg2subt_chain_subtitle): Likewise.
36356
36357         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36358         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36359         Likewise.
36360
36361         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36362         Likewise.
36363
36364         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36365         Likewise.
36366
36367         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36368         Likewise.
36369
36370 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36371
36372         * configure.ac:
36373           update required version of GStreamer because of GST_TIME_FORMAT
36374
36375 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36376
36377         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36378           remove leftover g_print
36379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36380           don't try setting only a subset of the caps. We don't want to kill
36381           autoplugging on purpose
36382
36383 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36384
36385         * sys/ximage/ximagesink.c: (plugin_init):
36386         * sys/xvimage/xvimagesink.c: (plugin_init):
36387           add debugging categories
36388
36389 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36390
36391         * po/en_GB.po:
36392         * po/LINGUAS:
36393           Adding en_GB translation (Gareth Owen)
36394
36395 2004-04-20  David Schleef  <ds@schleef.org>
36396
36397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36398         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36399         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36400         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36401         A number of new features and hacks to extract the esds atom and
36402         put it into the caps.  (bug #137724)
36403
36404 2004-04-19  David Schleef  <ds@schleef.org>
36405
36406         * gconf/Makefile.am: Fix for non-GNU make
36407         * gst-libs/gst/Makefile.am: Change directory order to handle
36408         GstPlay linking with gstinterfaces
36409         * gst-libs/gst/audio/make_filter: make use of tr portable
36410         * gst-libs/gst/play/Makefile.am: Add intended \
36411         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36412         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36413         function prototype instead of void *.
36414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36415         macro.
36416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36417         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36418         * gst/videofilter/make_filter: make use of tr portable
36419         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36420
36421 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36422
36423         * po/LINGUAS:
36424         * po/uk.po:
36425           Added Ukrainian translation (Maxim V. Dziumanenko)
36426
36427 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36428
36429         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36430         (gst_gsmdec_link), (gst_gsmdec_chain):
36431           Fix capsnego, simplify chain function slightly.
36432         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36433           Add GSM.
36434
36435 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36436
36437         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36438         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36439         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36440           Hack to make wavparse work with spider (always -> sometimes pad).
36441           Fixes #135862 && #140411.
36442
36443 2004-04-18  Benjamin Otte  <otte@gnome.org>
36444
36445         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36446         (gst_osselement_rate_probe_check),
36447         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36448           get rid of \n in debug output
36449
36450 2004-04-17  Iain <iain@prettypeople.org>
36451
36452         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36453         not just EOS.
36454
36455 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36456
36457         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36458         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36459         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36460         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36461         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36462         (gst_id3_tag_change_state), (plugin_init):
36463           deprecate id3tag element and replace with id3demux/id3mux.
36464           great side effect: this ugly file is now even uglier, yay!
36465         * ext/mad/gstmad.h:
36466           remove non-available function
36467           update for new get_type
36468
36469 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36470
36471         * configure.ac:
36472           require mpeg2dec >= 0.4.0
36473
36474 2004-04-17  Benjamin Otte  <otte@gnome.org>
36475
36476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36477         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36478         (gst_xvimagesink_set_xwindow_id):
36479           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36480           assorted cleanup fixes.
36481
36482 2004-04-16  David Schleef  <ds@schleef.org>
36483
36484         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36485         * sys/xvimage/xvimagesink.h: same
36486
36487 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36488
36489         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36490           Fix GST_ELEMENT_ERROR with (NULL)
36491
36492 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36493
36494         * gst-libs/gst/riff/riff-media.c:
36495         (gst_riff_create_video_caps_with_data):
36496           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36497
36498 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36499
36500         * gst-libs/gst/riff/riff-media.c:
36501         (gst_riff_create_video_caps_with_data),
36502         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36503         (gst_riff_create_video_template_caps),
36504         (gst_riff_create_audio_template_caps):
36505         * gst-libs/gst/riff/riff-media.h:
36506         * gst-libs/gst/riff/riff-read.c:
36507         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36508         * gst-libs/gst/riff/riff-read.h:
36509         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36510           Add MS RLE support. I added some functions to read out strf chunks
36511           into strf chunks and the data behind it. This is usually color
36512           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36513           caps creation. Lastly, add ADPCM (similar to wavparse - which
36514           should eventually be rifflib based).
36515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36516         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36517         * gst/matroska/matroska-demux.h:
36518           Remove placeholders for some prehistoric tagging system. Didn't add
36519           support for any tag system really anyway.
36520         * gst/qtdemux/qtdemux.c:
36521           Add support for audio/x-m4a (MPEG-4) through spider.
36522         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36523         (gst_wavparse_loop):
36524           ADPCM support (#135862). Increase max. buffer size because we
36525           cannot split buffers for ADPCM (screws references) and I've seen
36526           files with 2048 byte chunks. 4096 seems safe for now.
36527
36528 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36529
36530         * configure.ac: bump nano to 1
36531
36532 === release 0.8.1 ===
36533
36534 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36535
36536         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36537
36538 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36539
36540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36541           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36542           Fixes #140058
36543
36544 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36545
36546         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36547           lower rank of dvddemux so that it's not used for mpeg playback.
36548
36549 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36550
36551         * configure.ac:
36552           save libs correctly when checking mad
36553
36554 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36555
36556         * ext/mad/gstid3tag.c: (plugin_init):
36557           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36558
36559 2004-04-13  David Schleef  <ds@schleef.org>
36560
36561         * common/m4/gst-feature.m4: Call -config scripts with
36562         --plugin-libs if it is supported.
36563         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36564         JPEG images are image/jpeg.
36565         * gst/debug/Makefile.am:
36566         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36567         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36568         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36569         (gst_negotiation_plugin_init): Add a property that acts like
36570         filter caps.
36571         * testsuite/gst-lint:  Move license checking to be a standard
36572         test.
36573
36574 2004-04-13  David Schleef  <ds@schleef.org>
36575
36576         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36577         patch from Sebastien Cote (bug #139958)
36578
36579 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36580
36581         * examples/gstplay/Makefile.am:
36582         * examples/gstplay/player.c: (main):
36583           make the commandline player example use gconf settings
36584
36585 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36586
36587         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36588         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36589         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36590           init/end library during state transition, not object
36591           creation/disposal.  get rid of custom dispose handler.
36592
36593
36594 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36595
36596         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36597         be a symlink
36598
36599 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36600
36601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36602           Handle JUNK chunks inside data section. Prevents warnings.
36603
36604 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36605
36606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36607         (gst_riff_create_video_template_caps):
36608           Add MS video v1.
36609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36610         (gst_avi_demux_stream_data):
36611           Add support for "rec-list" chunks.
36612
36613 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36614
36615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36616           Fix another codecname mismatch.
36617
36618 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36619
36620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36621           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36622           so that MJPEG plays back.
36623
36624 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36625
36626         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36627         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36628         * gst/mpeg1videoparse/gstmp1videoparse.h:
36629           Fix for some slight mis-cuts in buffer parsing, and for some
36630           potential overflows or faults-causers. Adds disconts. Also fixes
36631           #139105 while we're at it.
36632
36633 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36634
36635         * configure.ac:
36636         * sys/v4l2/gstv4l2element.h:
36637           Workaround for missing struct v4l2_buffer declaration in Suse 9
36638           and Mandrake 10 linux/videodev2.h header file (#135919).
36639
36640 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36641
36642         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36643           Bail out if no filename was given.
36644
36645 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36646
36647         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36648         (gst_v4l2_fourcc_from_structure):
36649           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36650           Y41B somewhere).
36651
36652 2004-04-09  Benjamin Otte  <otte@gnome.org>
36653
36654         * ext/gnomevfs/gstgnomevfssink.c:
36655         (_gst_boolean_allow_overwrite_accumulator),
36656         (gst_gnomevfssink_class_init):
36657           fix erase signal - if any handler returns false the file will not be
36658           overwritten. If no handler is connected, the file will not be
36659           overwritten either.
36660           renamed signal to "allow-overwrite"
36661         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36662           free string when adding it to ID3 failed
36663         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36664           unref event when done
36665         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36666           free caps
36667         * gst/typefind/gsttypefindfunctions.c:
36668         (mpeg_video_stream_type_find):
36669           fix invalid read
36670
36671 2004-04-08  David Schleef  <ds@schleef.org>
36672
36673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36674         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36675
36676 2004-04-08  David Schleef  <ds@schleef.org>
36677
36678         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36679         we don't support (bug #139532)
36680
36681 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36682
36683         * ext/mad/gstmad.c: (gst_mad_handle_event),
36684         (gst_mad_check_caps_reset), (gst_mad_chain),
36685         (gst_mad_change_state):
36686           only set explicit caps if they haven't been set before for
36687           this stream.  MPEG-audio sample rate/channels aren't allowed
36688           to change in-stream.
36689           Fixes #139382
36690
36691 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36692
36693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36694         (_gst_boolean_did_something_accumulator),
36695         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36696         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36697         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36698         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36699         (gst_gnomevfssink_change_state):
36700           Fix erase signal. Don't erase by default. Remove handoff signal.
36701           Remove erase property. Don't segfault. General cleanup.
36702
36703 2004-04-07  Benjamin Otte  <otte@gnome.org>
36704
36705         * gst-libs/gst/gconf/test-gconf.c: (main):
36706           add missing gst_init
36707
36708 2004-04-07  Benjamin Otte  <otte@gnome.org>
36709
36710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36711           free the mutexes, too
36712
36713 2004-04-07  Benjamin Otte  <otte@gnome.org>
36714
36715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36716           actually free the URI string
36717         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36718           compute offset correctly when passing discont events
36719         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36720           don't leak discont events
36721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36722           add some missing breaks so caps aren't copied randomly
36723         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36724           if we realloc memory, we better use it
36725
36726 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36727
36728         * ext/mad/gstmad.c: (normal_seek):
36729           fix GST_FORMAT_TIME usage
36730
36731 2004-04-05  David Schleef  <ds@schleef.org>
36732
36733         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36734         a deprecated function (hack!)
36735
36736 2004-04-05  Benjamin Otte  <otte@gnome.org>
36737
36738         * ext/esd/esdmon.c: (gst_esdmon_get):
36739           fix nonterminated vararg and memleak
36740
36741 2004-04-05  Benjamin Otte  <otte@gnome.org>
36742
36743         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36744         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36745         (gst_ladspa_set_property), (gst_ladspa_get_property),
36746         (gst_ladspa_instantiate), (gst_ladspa_activate),
36747         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36748           clean up debugging
36749
36750 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36751
36752         reviewed by Benjamin Otte  <otte@gnome.org>
36753
36754         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36755           check for broken LADSPA parameters (fixes #138635)
36756
36757 2004-04-05  Benjamin Otte  <otte@gnome.org>
36758
36759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36760           advertise buffer-frames correctly on sinkpads
36761
36762 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36763
36764         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36765         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36766         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36767         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36768         (gst_mad_check_caps_reset), (gst_mad_chain):
36769         add more debugging, only reset caps when we're not in error state
36770
36771 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36772
36773         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36774
36775 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36776
36777         reviewed by Benjamin Otte  <otte@gnome.org>
36778
36779         * configure.ac:
36780           fix == in test(1) operator
36781
36782 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36783
36784         reviewed by Benjamin Otte  <otte@gnome.org>
36785
36786         * configure.ac:
36787           fix --export-symblos-regex to a working regex.
36788
36789 2004-04-04  Benjamin Otte  <otte@gnome.org>
36790
36791         * sys/oss/.cvsignore:
36792           add for oss_probe
36793
36794 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36795
36796         reviewed by Benjamin Otte  <otte@gnome.org>
36797
36798         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36799           add missing 'new_media' argument (fixes #138168)
36800         * gst/matroska/matroska-demux.c:
36801         (gst_matroska_demux_handle_seek_event):
36802           add vararg terminator (fixes #138169)
36803
36804 2004-04-02  David Schleef  <ds@schleef.org>
36805
36806         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36807         disted (bug #138914)
36808
36809 2004-04-01  Benjamin Otte  <otte@gnome.org>
36810
36811         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36812         (gst_alsa_close_audio):
36813           handle case better where a soundcard can't pause
36814         * ext/ogg/gstoggdemux.c:
36815           don't crash when we get events but don't have pads yet
36816
36817 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36818
36819         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36820           throw an error if we couldn't probe any caps.
36821
36822 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36823
36824         * ext/dvdnav/gst-dvd:
36825         Add a really simple sample DVD player
36826
36827 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36828
36829         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36830         (gst_a52dec_push), (gst_a52dec_handle_event),
36831         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36832         (gst_a52dec_change_state):
36833         * ext/a52dec/gsta52dec.h:
36834           Use a debug category, Output timestamps correctly
36835           Emit tag info, Handle events, tell liba52dec about cpu
36836           capabilities so it can use MMX etc.
36837         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36838           Fix a crasher accessing invalid memory
36839         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36840         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36841         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36842         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36843         (dvdnavsrc_query):
36844           Some support for byte-format seeking.
36845           Small fixes for still frames and menu button overlays
36846         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36847         (gst_mpeg2dec_alloc_buffer):
36848           Use a debug category. Adjust the report level of several items to
36849           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36850           so it doesn't lose the GstBuffer pointer
36851         * gst/debug/Makefile.am:
36852         * gst/debug/gstdebug.c: (plugin_init):
36853         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36854         (gst_navseek_base_init), (gst_navseek_class_init),
36855         (gst_navseek_init), (gst_navseek_seek),
36856         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36857         (gst_navseek_get_property), (gst_navseek_chain),
36858         (gst_navseek_plugin_init):
36859         * gst/debug/gstnavseek.h:
36860           Add the navseek debug element for seeking back and forth in a
36861           video stream using arrow keys.
36862         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36863         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36864         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36865         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36866         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36867         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36868         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36869         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36870         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36871         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36872         * gst/mpeg2sub/gstmpeg2subt.h:
36873           Pretty much a complete rewrite. Now a loopbased element. May still
36874           require work to properly synchronise subtitle buffers.
36875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36876         (gst_dvd_demux_send_subbuffer):
36877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36878           Don't attempt to create subbuffers of size 0
36879           Reduce a couple of error outputs to warnings.
36880         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36881         (gst_y4mencode_chain):
36882         Output the y4m frame header correctly.
36883
36884 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36885
36886         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36887           throw errors instead of allowing SIGFPE
36888
36889 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36890
36891         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36892         (gst_gconf_render_bin_from_key):
36893           leak plugging and style fixing
36894
36895 2004-03-31  David Schleef  <ds@schleef.org>
36896
36897         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36898         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36899         (bug #138225)
36900         * gst/debug/Makefile.am:
36901         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36902         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36903         plugin.
36904         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36905         (gst_negotiation_base_init), (gst_negotiation_class_init),
36906         (gst_negotiation_init), (gst_negotiation_getcaps),
36907         (gst_negotiation_pad_link), (gst_negotiation_chain),
36908         (gst_negotiation_set_property), (gst_negotiation_get_property),
36909         (gst_negotiation_plugin_init):  New element to talk about random
36910         negotiation things happening in a pipeline.
36911
36912 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36913
36914         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36915           fix integer addition with help of Stefan Kost
36916
36917 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36918
36919         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36920
36921 2004-03-30  David Schleef  <ds@schleef.org>
36922
36923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36924         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36925         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36926         (bug #137504)
36927         * ext/mpeg2dec/gstmpeg2dec.h:
36928
36929 2004-03-30  David Schleef  <ds@schleef.org>
36930
36931         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36932
36933 2004-03-30  David Schleef  <ds@schleef.org>
36934
36935         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36936         Michael Petullo) to handle .mov
36937
36938 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36939
36940         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36941         (gst_osselement_rate_check_rate):
36942           probe caps correctly for sound cards that only support one format
36943
36944 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36945
36946         * ext/kio/kiosrc.cpp: (process_events):
36947           update handling event processing if inside KDE - untested
36948
36949 2004-03-29  David Schleef  <ds@schleef.org>
36950
36951         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36952         by 2 to not interfere with other colorspaces.
36953         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36954         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36955         one to not interfere with ffmpeg_colorspace.
36956
36957 2004-03-29  David Schleef  <ds@schleef.org>
36958
36959         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36960         aren't in the caps.
36961         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36962         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36963
36964 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36965
36966         * gst-libs/gst/riff/riff-media.c:
36967           fail on error, don't try to set stuff on NULL caps
36968
36969 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36970
36971         * configure.ac:
36972         * ext/Makefile.am:
36973         * ext/kio/Makefile.am:
36974         * ext/kio/kioreceiver.cpp:
36975         * ext/kio/kioreceiver.h:
36976         * ext/kio/kiosrc.cpp:
36977         * ext/kio/kiosrc.h:
36978           add experimental kiosrc plugin
36979         * ext/alsa/gstalsaplugin.c: (plugin_init):
36980           initialize debugging category only when we're sure registering the
36981           plugins worked.
36982
36983 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36984
36985         * examples/gstplay/player.c: (main):
36986         * gst-libs/gst/play/play.c: (gst_play_class_init),
36987         (gst_play_set_location), (gst_play_set_data_src),
36988         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36989         (gst_play_set_visualization), (gst_play_connect_visualization):
36990           check return values of element_set_state and return FALSE where
36991           failed
36992
36993 2004-03-29  Benjamin Otte  <otte@gnome.org>
36994
36995         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36996           try harder to check if an event is really a discont
36997
36998 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36999
37000         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37001         * po/az.po:
37002
37003 2004-03-28  Benjamin Otte  <otte@gnome.org>
37004
37005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37007         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37008           get rid of non-standard "..." ranges in case statements.
37009
37010 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37011
37012         * gst/mpegstream/gstmpegdemux.c:
37013         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37014         specific functionality split to the new dvddemux element.
37015         * gst/mpegstream/gstdvddemux.c:
37016         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37017         streams, derived from mpegdemux.
37018         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37019         up. SCR based timestamp rewriting can be turned off (will probably
37020         completely disappear soon).
37021         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37022         hacking. General cleanup. All printf statements replaced by
37023         debugging messages. Almost complete libdvdnav support.
37024         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37025         by events. New properties for audio and subpicture languages.
37026         (dvdnavsrc_update_highlight): Now uses events.
37027         (dvdnavsrc_user_op): Cleaned up.
37028         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37029         based). Lots of cleanup, and propper support for most libdvdnav
37030         events.
37031         (dvdnavsrc_make_dvd_event): New function.
37032         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37033         (dvdnavsrc_make_clut_change_event): New function.
37034
37035 2004-03-26  Benjamin Otte  <otte@gnome.org>
37036
37037         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37038           fix bug where typefinding would claim it's theora whenever less then
37039           7 bytes of data were available
37040
37041 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37042
37043         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37044         (gst_alawdec_base_init), (gst_alawdec_class_init),
37045         (gst_alawdec_init), (gst_alawdec_chain):
37046         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37047         (gst_alawenc_base_init), (gst_alawenc_class_init),
37048         (gst_alawenc_init), (gst_alawenc_chain):
37049         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37050         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37051         (gst_mulawdec_init), (gst_mulawdec_chain):
37052         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37053         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37054         (gst_mulawenc_init), (gst_mulawenc_chain):
37055           Fix capsnego in all four, remove the unused property functions and
37056           simplify the chain functions slightly. I guess we could use macros
37057           or something similar for those, since the code is so similar, but
37058           I'm currently too lazy...
37059
37060 2004-03-24  David Schleef  <ds@schleef.org>
37061
37062         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37063         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37064         (gst_osselement_get_format_structure),
37065         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37066         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37067         (gst_osselement_rate_int_compare): Add code to handle rate probing
37068         (bug #120883)
37069         * sys/oss/gstosselement.h: same
37070         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37071         Use rate probing provided by osselement.
37072         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37073
37074 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37075
37076         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37077         (gst_xvidenc_get_property):
37078           ulong/int mess-up.
37079
37080 2004-03-24  David Schleef  <ds@schleef.org>
37081
37082         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37083         (gst_speexdec_init):
37084         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37085         (gst_speexenc_init):  Create the pad template correctly (from
37086         the static pad template, not a NULL pointer.)
37087
37088 2004-03-25  Benjamin Otte  <otte@gnome.org>
37089
37090         * gst/debug/Makefile.am:
37091         * gst/debug/breakmydata.c:
37092           add element that quasi-randomly changes bytes in the stream.
37093           Intended use is robustness checking of demuxers and decoders in
37094           media tests.
37095
37096 2004-03-24  Benjamin Otte  <otte@gnome.org>
37097
37098         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37099         (gst_alsa_probe_hw_params):
37100         * ext/alsa/gstalsa.h:
37101           debugging output fixes
37102
37103 2004-03-24  Benjamin Otte  <otte@gnome.org>
37104
37105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37106           don't g_return_if_fail if element is PLAYING, fail silently as every
37107           other element.
37108         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37109           only fix needed for cast lvalue issues in gst-plugins
37110         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37111           add proxy_getcaps
37112
37113 2004-03-24  Benjamin Otte  <otte@gnome.org>
37114
37115         * gst/level/gstlevel.c: (gst_level_init):
37116           add proxying getcaps function, so level doesn't advertise impossible
37117           caps
37118
37119 2004-03-24  David Schleef  <ds@schleef.org>
37120
37121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37122         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37123         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37124         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37125         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37126         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37127         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37128         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37129         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37130         messages.  Divide the chunk size by the compression ratio
37131         (needed for MACE audio)
37132
37133 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37134
37135         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37136           Fix buffer overflow read error.
37137
37138 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37139
37140         * ext/alsa/gstalsa.h:
37141           Remove unused entry.
37142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37143           Add cinepak.
37144         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37145         (gst_videodrop_link), (gst_videodrop_chain):
37146           Fix, sort of. Was horribly broken with new capsnego. Bah...
37147
37148 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37149
37150         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37151         (plugin_init):
37152         Add a monkeysaudio typefind function
37153
37154 2004-03-23  Johan Dahlin  <johan@gnome.org>
37155
37156         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37157         (gst_play_video_fixate): Check so the structure has the field
37158         before trying to fixate them, this makes it possible to have
37159         fakesinks for video and audio output without printing errors on
37160         the output console.
37161
37162 2004-03-22  David Schleef  <ds@schleef.org>
37163
37164         * sys/oss/Makefile.am:
37165         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37166         (check_rate), (add_rate):  Rate probing test app.
37167
37168 2004-03-21  Benjamin Otte  <otte@gnome.org>
37169
37170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37171         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37172           add a fixation function that pretty much does the right thing (fixes
37173           #137556)
37174
37175 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37176
37177         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37178
37179 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37180
37181         reviewed by: Benjamin Otte  <otte@gnome.org>
37182
37183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37184           terminate gst_event_new_discontinuous correctly (fixes parts of
37185           #137711)
37186
37187 2004-03-19  David Schleef  <ds@schleef.org>
37188
37189         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37190         since it doesn't depend on X, and it's part of our ABI.
37191
37192 2004-03-19  Iain <iain@prettypeople.org>
37193
37194         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37195         is_int in the structure, not the local variable.
37196
37197 2004-03-19  David Schleef  <ds@schleef.org>
37198
37199         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37200         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37201         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37202         Improvements in caps negotiation.
37203
37204 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37205
37206         * po/LINGUAS:
37207         * po/af.po:
37208           adding Afrikaans (Petri Jooste)
37209
37210 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37211
37212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37213         (gst_ffmpegcolorspace_chain):
37214         throw error instead of g_critical (#137588)
37215
37216 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37217
37218         * Makefile.am:
37219         * configure.ac:
37220           dist common and m4 correctly
37221         * po/sv.po:
37222
37223 2004-03-17  David Schleef  <ds@schleef.org>
37224
37225         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37226         (bug #137348)
37227
37228 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37229
37230         * po/LINGUAS:
37231         * po/sv.po:
37232           adding Swedish translation (Christian Rose)
37233
37234 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37235
37236         * Makefile.am: use release.mak
37237
37238 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37239
37240         * common/ChangeLog:
37241         * common/gst-autogen.sh:
37242           add some explanation about the version detection
37243         * configure.ac:
37244           fix X check
37245
37246 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37247
37248         * configure.ac: bump nano to 1
37249
37250 === release 0.8.0 ===
37251
37252 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37253
37254         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37255
37256 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37257
37258         * configure.ac:
37259           update libtool version
37260         * gst-libs/gst/media-info/Makefile.am:
37261           actually use libtool version
37262
37263 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37264
37265         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37266
37267 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37268
37269         * configure.ac:
37270         * gst-plugins.spec.in:
37271         * pkgconfig/Makefile.am:
37272         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37273         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37274         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37275         * pkgconfig/gstreamer-libs.pc.in:
37276         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37277         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37278         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37279         * pkgconfig/gstreamer-plugins.pc.in:
37280           remove @VERSION@ from some of the pc files since core and plugins
37281           are decoupled.
37282           created gstreamer-plugins.pc as it's a better name, but keeping
37283           -libs around for now to get fixes upstream done first.
37284
37285 2004-03-15  Julien MOUTTE <julien@moutte.net>
37286
37287         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37288         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37289         * gst-libs/gst/play/play.h:
37290
37291 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37292
37293         * *.c, *.cc: don't mix tabs and spaces
37294
37295 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37296
37297         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37298           use the new ffmpegcolorspace
37299         * gst-plugins.spec.in:
37300           package new colorspace and media-info
37301         * configure.ac:
37302         * pkgconfig/Makefile.am:
37303           fix some more disting issues
37304         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37305         * pkgconfig/gstreamer-media-info.pc.in:
37306           generate media-info pc files
37307
37308 2004-03-15  Johan Dahlin  <johan@gnome.org>
37309
37310         * *.h: Revert indenting
37311
37312 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37313
37314         * configure.ac:
37315           adding ffmpegcolorspace element
37316         * gst/ffmpegcolorspace/Makefile.am:
37317         * gst/ffmpegcolorspace/avcodec.h:
37318         * gst/ffmpegcolorspace/common.h:
37319         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37320         * gst/ffmpegcolorspace/dsputil.h:
37321         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37323         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37324         (gst_ffmpeg_caps_to_pix_fmt):
37325         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37327         (gst_ffmpegcolorspace_caps_remove_format_info),
37328         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37329         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37330         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37331         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37332         (gst_ffmpegcolorspace_set_property),
37333         (gst_ffmpegcolorspace_get_property),
37334         (gst_ffmpegcolorspace_register):
37335         * gst/ffmpegcolorspace/imgconvert.c:
37336         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37337         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37338         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37339         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37340         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37341         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37342         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37343         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37344         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37345         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37346         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37347         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37348         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37349         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37350         (img_get_alpha_info), (deinterlace_line),
37351         (deinterlace_line_inplace), (deinterlace_bottom_field),
37352         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37353         * gst/ffmpegcolorspace/imgconvert_template.h:
37354         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37355         * gst/ffmpegcolorspace/mmx.h:
37356         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37357           adding ffmpegcolorspace element supplied by Ronald after cleaning
37358           up and pulling in the right bits of upstream source.
37359           I'm sure a better C/compiler wizard could do some cleaning up (for
37360           example use GLIB's malloc stuff), but as a first pass this
37361           works very well
37362
37363 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37364
37365         * ext/alsa/gstalsa.h:
37366           I assume Ronald forgot to commit the change to have cardname
37367           as a struct member.  Expect some public spanking at the next
37368           opportunity.
37369
37370 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37371
37372         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37373         (gst_alsa_open_audio), (gst_alsa_close_audio):
37374         * ext/alsa/gstalsa.c:
37375           Don't open the device if we're a mixer (= padless).
37376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37377         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37378         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37379           Open mixer during state change rather than during object
37380           initialization. Also, get a device name. Currently in a somewhat
37381           hackish fashion, but I didn't really find something better.
37382
37383 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         * *.c, *.h: run gst-indent
37386
37387 2004-03-14  Benjamin Otte  <otte@gnome.org>
37388
37389         * gst/modplug/gstmodplug.cc:
37390         * gst/modplug/gstmodplug.h:
37391           set correct timestamps on outgoing buffers
37392
37393 2004-03-14  Benjamin Otte  <otte@gnome.org>
37394
37395         * gst/modplug/gstmodplug.cc:
37396           handle events - don't do crap when a discont arrives that's not
37397           necessary
37398           This allows correct loading and playback of mods in Rhythmbox
37399
37400 2004-03-14  Benjamin Otte  <otte@gnome.org>
37401
37402         * configure.ac:
37403         * gst-libs/gst/gconf/Makefile.am:
37404         * pkgconfig/Makefile.am:
37405           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37406           they get rebuilt properly
37407         * configure.ac:
37408           when checking for vorbis, try pkgconfig first.
37409         * gst/modplug/gstmodplug.cc:
37410           add fixate function
37411
37412 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37413
37414         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37415           Fix for obvious mistake, where we first shift the offset and then
37416           read a samplesize element assuming the old offset. Note that this
37417           part still has something weird, i.e. my movies containing those
37418           don't actually play well, but at least there's something that looks
37419           like sound now.
37420
37421 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37422         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37423         (plugin_init):
37424         Add a typefind function for speex format
37425
37426 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37427
37428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37429         (gst_asf_demux_setup_pad):
37430           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37431           instead of 0. Reason is simple: some elements have a fps range
37432           of 1-max instead of 0-max. So now ASF video actually works.
37433
37434 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37435
37436         * po/LINGUAS:
37437         * po/sr.po:
37438           adding serbian as a language
37439
37440 2004-03-13  Benjamin Otte  <otte@gnome.org>
37441
37442         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37443           return taglist correctly from _get function, don't gst_pad_push it.
37444           (fixes #137042)
37445
37446 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37447         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37448
37449 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37450
37451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37452         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37453         (gst_alsa_mixer_track_new):
37454         * ext/alsa/gstalsamixertrack.h:
37455           Fix ancient leftovers... MixerTrack is a GObject.
37456
37457 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37458
37459         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37460         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37461           Don't block during probing...
37462
37463 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37464
37465         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37466         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37467         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37468         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37469         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37470         (gst_alsa_open_audio), (gst_alsa_close_audio):
37471         * ext/alsa/gstalsa.h:
37472           Add propertyprobe interface implementation, add some device-name
37473           property, all this so that it looks good in gnome-volume-control.
37474
37475 2004-03-12  David Schleef  <ds@schleef.org>
37476
37477         * configure.ac: the Hermes library controls hermescolorspace, not
37478         colorspace.
37479         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37480         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37481         not /* */
37482         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37483         * ext/sdl/sdlvideosink.h: ditto.
37484         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37485
37486 2004-03-12  Benjamin Otte  <otte@gnome.org>
37487
37488         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37489         (gst_x_overlay_got_xwindow_id):
37490         * gst-libs/gst/xoverlay/xoverlay.h:
37491           replace XID with unsigned long to get rid of the xlibs dependency in
37492           XOverlay (fixes #137004)
37493
37494 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37495         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37496         (gst_agingtv_setup):
37497         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37498         (gst_dicetv_base_init), (gst_dicetv_class_init),
37499         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37500         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37501         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37502         (gst_edgetv_setup), (gst_edgetv_rgb32):
37503         * gst/effectv/gsteffectv.c:
37504         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37505         (gst_quarktv_set_property):
37506         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37507         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37508         (gst_revtv_setup), (gst_revtv_rgb32):
37509         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37510         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37511         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37512         (gst_shagadelictv_rgb32):
37513         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37514         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37515         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37516         * gst/effectv/gstwarp.c:
37517         Port everything that can be ported to videofilter and fix up the caps.
37518         Can someone with a big-endian machine please check these?
37519
37520 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37521
37522         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37523         (gst_osssink_chain), (gst_osssink_change_state):
37524           Latest fixes for A/V sync, audio playback and such. This is about
37525           all... MPEG playback issues are mostly related to the async build-
37526           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37527
37528 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37529
37530         patch from: Stephane Loeuillet
37531
37532         * configure.ac:
37533           use pkg-config for some libraries, falling back to the old .m4 way
37534           (fixes #131270)
37535         * m4/libdv.m4:
37536           removed
37537
37538 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * configure.ac:
37541         * tools/Makefile.am:
37542         * tools/Makefile.in:
37543         * tools/gst-launch-ext-m.m:
37544         * tools/gst-launch-ext.1.in:
37545         * tools/gst-visualise-m.m:
37546         * tools/gst-visualise.1:
37547         * tools/gst-visualise.1.in:
37548           reorganizing generation of script tools
37549
37550 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37551
37552         * ext/divx/gstdivxdec.c:
37553           Downgrade priority. We prefer ffdec_mpeg4.
37554         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37555         (gst_faad_chain), (gst_faad_change_state):
37556           Fix capsnego. Doesn't work for some sounds because we don't have
37557           a 5:1 to stereo element.
37558         * ext/xvid/gstxvid.c: (plugin_init):
37559           Add priority.
37560         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37561         (gst_osssink_change_state):
37562           Add discont handling.
37563
37564 2004-03-09  Colin Walters  <walters@verbum.org>
37565
37566         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37567         conversion.
37568
37569 2004-03-09  Benjamin Otte  <otte@gnome.org>
37570
37571         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37572           the signals take 2 arguments
37573
37574 2004-03-09  David Schleef  <ds@schleef.org>
37575
37576         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37577         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37578         * ext/alsa/gstalsa.h:
37579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37580
37581 2004-03-09  Benjamin Otte  <otte@gnome.org>
37582
37583         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37584         (gst_mikmod_change_state):
37585         * ext/mikmod/gstmikmod.h:
37586           make mikmod's loop function not loop infinitely and call
37587           gst_element_yield anymore
37588         * gst/modplug/gstmodplug.cc:
37589           fix pad negotiation (fixes #136590)
37590
37591 2004-03-09  David Schleef  <ds@schleef.org>
37592
37593         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37594         doesn't conflict with the internal colorspace plugin.
37595         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37596         satisfy the crappy-ass shell shipped by a certain vendor.
37597         * gst/videofilter/make_filter: same (bug #135299)
37598
37599 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * configure.ac: bump nano to 1
37602
37603 === release 0.7.6 ===
37604
37605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37606
37607         * configure.in: releasing 0.7.6, "There"
37608
37609 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37610
37611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37612         * pkgconfig/gstreamer-play.pc.in:
37613           synchronize the two
37614
37615 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37616
37617         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37618         (cdparanoia_open), (cdparanoia_event):
37619           fix/add error handling
37620         * po/POTFILES.in:
37621           add cdparanoia source
37622         * tools/Makefile.am:
37623           make scripts executable
37624
37625 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37626
37627         * configure.ac:
37628         * ext/vorbis/Makefile.am:
37629         * sys/Makefile.am:
37630           remove id3types, vorbisfile and xvideosink from the build (#133783)
37631
37632 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37633
37634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37635           Fix metadata read crash (#136537).
37636
37637 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37638
37639         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37640         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37641           adding mime types, fixing the one-stop function
37642
37643 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37644
37645         * ext/nas/nassink.c and /ext/nas/nassink.h:
37646         More NAS love from Arwed von Merkatz
37647         So lets all sing 'Can you feel the NAS tonight'
37648
37649 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37650
37651         * tools/gst-launch-ext.in:
37652         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37653
37654 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37655
37656         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37657         (gst_mpeg2dec_init):
37658         remove the user_data pad for now, because it is being used in
37659         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37660         If someone knows how to fix this properly, please do.
37661
37662 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37663
37664         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37665         (gst_osssink_get_time):
37666         add a warning, IMO this won't get triggered anymore, remove later
37667
37668 2004-03-07  David Schleef  <ds@schleef.org>
37669
37670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37671         format (bug #136470)
37672
37673 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37674
37675         * gst-libs/Makefile.am:
37676         * gst-libs/gst/media-info/Makefile.am:
37677         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37678         (error_callback), (gst_media_info_error_create),
37679         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37680         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37681         * gst-libs/gst/media-info/media-info-priv.h:
37682         * gst-libs/gst/media-info/media-info-test.c: (main):
37683         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37684         (gst_media_info_class_init), (gst_media_info_instance_init),
37685         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37686         (gst_media_info_read_idler), (gst_media_info_read):
37687         * gst-libs/gst/media-info/media-info.h:
37688         fixed, should work now
37689
37690 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37691
37692         * ext/nas/nassink.c:
37693         A bunch of NAS fixes from Arwed von Merkatz
37694
37695 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37696
37697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37698         (qtdemux_parse_trak):
37699           Fix crash (j might be greater than n_samples, in which case we're
37700           writing outside the allocated space for the array) and memleak.
37701
37702 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37703
37704         * sys/oss/gstosssink.c: (gst_osssink_chain):
37705           And another caller that couldn't handle delay < 0 (unsigned
37706           integer overflow). Video now continues playing on an audio
37707           buffer underrun, and the clock continues working. Audio still
37708           stalls.
37709
37710 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37711
37712         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37713         (gst_osssink_get_time):
37714           get_delay() may return values lower than 0. In those cases, we
37715           should not actually cast to *unsigned* int64, that will break
37716           stuff horribly. In my case, it screwed up A/V sync in movies
37717           in totem rather badly.
37718
37719 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37720
37721         * ext/faac/gstfaac.c: (gst_faac_chain):
37722         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37723         * ext/libpng/gstpngenc.c: (user_write_data):
37724         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37725         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37726         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37727         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37728         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37729         of any buffer), should fix some leaks. I hope I didn't unref buffers
37730         that shouldn't be...
37731
37732 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37733
37734         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37735         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37736         (error_callback), (gmi_reset), (gmi_seek_to_track),
37737         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37738         (gmip_find_type_post), (gmip_find_stream_post),
37739         (gmip_find_track_streaminfo_post):
37740         * gst-libs/gst/media-info/media-info-priv.h:
37741         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37742         (info_print), (main):
37743         * gst-libs/gst/media-info/media-info.c:
37744         (gst_media_info_error_create), (gst_media_info_error_element),
37745         (gst_media_info_instance_init), (gst_media_info_get_property),
37746         (gst_media_info_new), (gst_media_info_set_source),
37747         (gst_media_info_read_idler), (gst_media_info_read):
37748         * gst-libs/gst/media-info/media-info.h:
37749           first pass at making this work again.  This seems to work on
37750           tagged ogg/vorbis and mp3 files.
37751
37752 2004-03-06  Benjamin Otte  <otte@gnome.org>
37753
37754         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37755           fix huge leak: gst_buffer_merge doesn't unref the first argument
37756           itself.
37757
37758 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37759
37760         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37761           report layer/mode/emphasis
37762
37763 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37764
37765         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37766
37767 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37768
37769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37770           signal serial
37771
37772 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37773
37774         * ext/vorbis/vorbis.c: (plugin_init):
37775         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37776         (gst_vorbis_dec_init), (vorbis_dec_event):
37777         add debug category
37778         make vorbisdec handle _BYTE and _TIME queries
37779
37780 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37781
37782         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37783           from the xing header
37784
37785 2004-03-06  Benjamin Otte  <otte@gnome.org>
37786
37787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37788         (gst_audio_convert_link), (gst_audio_convert_change_state),
37789         (gst_audio_convert_buffer_from_default_format):
37790           do conversions from/to float correctly, fix some caps nego errors,
37791           export correct supported caps in template and getcaps, use correct
37792           caps in try_set_caps functions
37793
37794 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37795
37796         For some reason, I only committed a ChangeLog entry yesterday and
37797         not the corresponding code...
37798         * ext/mad/gstmad.c: Fix detection of Xing headers
37799         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37800
37801 2004-03-06  Benjamin Otte  <otte@gnome.org>
37802
37803         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37804         (gst_ogg_demux_src_query):
37805           make sure to handle the case where there's no current chain
37806           gracefully.
37807
37808 2004-03-05  David Schleef  <ds@schleef.org>
37809
37810         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37811         Add fixate function. (bug #131128)
37812         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37813         (gst_sdlvideosink_fixate):  Add fixate function.
37814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37815         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37816         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37817         Fix missing break that was causing ulaw to be interpreted as
37818         raw int.
37819
37820 2004-03-05  David Schleef  <ds@schleef.org>
37821
37822         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37823         Fix code that ignores return value of gst_buffer_merge().
37824         (bug #114560)
37825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37826         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37827         * testsuite/gst-lint:  Check for above.
37828
37829 2004-03-05  David Schleef  <ds@schleef.org>
37830
37831         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37832         caps and throw an element error.  (bug #136334)
37833
37834 2004-03-05  David Schleef  <ds@schleef.org>
37835
37836         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37837         (gst_faad_chain): Fix negotiation.
37838         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37839         key and button events.
37840         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37841         dung heap of code.
37842         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37843         depends on gconf
37844         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37845         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37846         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37847         function to encourage better negotiation, particularly between
37848         audioconvert and osssink.
37849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37850         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37851         more important.
37852         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37853         typefinding.
37854         * gst/vbidec/vbiscreen.c:  Add glib header
37855         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37856
37857 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37858
37859         * ext/mad/gstmad.c: Fix detection of Xing headers
37860         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37861
37862 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37863
37864         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37865         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37866           debug updates
37867
37868 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37869
37870         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37871         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37872         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37873         files, and report the parsed length as a GST_TAG_DURATION tag.
37874         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37875
37876 2004-03-05  Benjamin Otte  <otte@gnome.org>
37877
37878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37879           convert channels correctly. convert correctly to unsigned.
37880
37881 2004-03-05  Julien MOUTTE <julien@moutte.net>
37882
37883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37884         we have a window before clearing it.
37885
37886 2004-03-05  Julien MOUTTE <julien@moutte.net>
37887
37888         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37889         have a window before clearing it.
37890
37891 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37892
37893         * gconf/gstreamer.schemas.in:
37894         * gst-libs/gst/gconf/Makefile.am:
37895           version installation path the same way as for 0.6
37896         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37897         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37898         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37899           remove comment that was fixed
37900
37901 2004-03-05  David Schleef  <ds@schleef.org>
37902
37903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37904         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37905         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37906         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37907         Add prototype code for handling seeking and querying.
37908
37909 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37910
37911         * examples/gstplay/player.c: (main):
37912           Initialize variables to NULL. Prevents a segfault because the
37913           (uninitialized) variable is not NULL, resulting in a crash on
37914           trying to reach error->message.
37915
37916 2004-03-05  Benjamin Otte  <otte@gnome.org>
37917
37918         * gst/audioconvert/gstaudioconvert.c:
37919         (gst_audio_convert_buffer_to_default_format):
37920         make float=>int conversion work correctly even in cornercases.
37921
37922 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37923
37924         * debian/README.Debian:
37925         * debian/build-deps:
37926         * debian/changelog:
37927         * debian/control:
37928         * debian/control.in:
37929         * debian/copyright:
37930         * debian/gstreamer-a52dec.files:
37931         * debian/gstreamer-aa.files:
37932         * debian/gstreamer-alsa.files:
37933         * debian/gstreamer-alsa.manpages:
37934         * debian/gstreamer-arts.files:
37935         * debian/gstreamer-artsd.files:
37936         * debian/gstreamer-audiofile.files:
37937         * debian/gstreamer-avifile.files:
37938         * debian/gstreamer-cdparanoia.files:
37939         * debian/gstreamer-colorspace.files:
37940         * debian/gstreamer-doc.files:
37941         * debian/gstreamer-dv.files:
37942         * debian/gstreamer-dvd.files:
37943         * debian/gstreamer-esd.files:
37944         * debian/gstreamer-festival.files:
37945         * debian/gstreamer-flac.files:
37946         * debian/gstreamer-gconf.conffiles:
37947         * debian/gstreamer-gconf.files:
37948         * debian/gstreamer-gconf.postinst:
37949         * debian/gstreamer-gnomevfs.files:
37950         * debian/gstreamer-gsm.files:
37951         * debian/gstreamer-http.files:
37952         * debian/gstreamer-jack.files:
37953         * debian/gstreamer-jpeg.files:
37954         * debian/gstreamer-mad.files:
37955         * debian/gstreamer-mikmod.files:
37956         * debian/gstreamer-misc.files:
37957         * debian/gstreamer-mpeg2dec.files:
37958         * debian/gstreamer-oss.files:
37959         * debian/gstreamer-plugin-apps.files:
37960         * debian/gstreamer-plugin-apps.manpages:
37961         * debian/gstreamer-plugin-libs-dev.files:
37962         * debian/gstreamer-plugin-libs.files:
37963         * debian/gstreamer-plugin-template.postinst:
37964         * debian/gstreamer-plugin-template.postrm:
37965         * debian/gstreamer-sdl.files:
37966         * debian/gstreamer-sid.files:
37967         * debian/gstreamer-vorbis.files:
37968         * debian/gstreamer-x.files:
37969         * debian/mk.control:
37970         * debian/rules:
37971         Debian package info not maintained here.
37972
37973 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37974
37975         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37976         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37977         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37978         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37979         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37980         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37981         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37982         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37983         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37984         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37985         * gst-libs/gst/colorbalance/colorbalance.c:
37986         (gst_color_balance_class_init):
37987         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37988         (gst_color_balance_channel_class_init):
37989         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37990         * gst-libs/gst/play/play.c: (gst_play_class_init):
37991         * gst-libs/gst/propertyprobe/propertyprobe.c:
37992         (gst_property_probe_iface_init):
37993         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37994         * gst-libs/gst/tuner/tunerchannel.c:
37995         (gst_tuner_channel_class_init):
37996         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37997         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37998         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37999         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38004         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38005           fix signals to use - instead of _
38006         * ext/libcaca/gstcacasink.h:
38007         * ext/sdl/sdlvideosink.h:
38008           fix header rename
38009
38010 2004-03-04  David Schleef  <ds@schleef.org>
38011
38012         * testsuite/gst-lint:  Add a check for bad signal names.
38013
38014 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38015
38016         reviewed by David Schleef
38017
38018         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38019         modified the alpha channel and caused a warning. (bug #136192)
38020
38021 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38022
38023         * gst-plugins.spec.in:
38024         Change names of plugins to actually be correct. Try to keep things
38025         alphabetical to avoid getting beat up by Thomas
38026
38027 2004-03-03  Julien MOUTTE <julien@moutte.net>
38028
38029         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38030         Using ximagesink as a default if no gconf key found. We should
38031         probably consider using alsasink instead of osssink for the audio
38032         part.
38033
38034 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38035
38036         * configure.ac:
38037           fix --with-plugins, don't think it ever worked before
38038         * gst-plugins.spec.in:
38039           even more updates
38040
38041 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38042
38043         * ext/sdl/sdlvideosink.h:
38044         * sys/ximage/ximagesink.h:
38045         * sys/xvideo/xvideosink.h:
38046         * sys/xvimage/xvimagesink.h:
38047           Fix for move of gstvideosink.h -> videosink.h.
38048
38049 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38050
38051         * gst-libs/gst/xwindowlistener/Makefile.am:
38052           this is a plugin library, not a library
38053
38054 2004-03-01  David Schleef  <ds@schleef.org>
38055
38056         * AUTHORS:  Added some names.  Add yourself if you're still
38057         missing.
38058
38059 2004-03-01  David Schleef  <ds@schleef.org>
38060
38061         * MAINTAINERS: Add
38062
38063 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38064
38065         * gst-plugins.spec.in: clean up spec file
38066
38067 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38068
38069         * gst-libs/gst/video/Makefile.am:
38070         * gst-libs/gst/video/gstvideosink.c:
38071         * gst-libs/gst/video/gstvideosink.h:
38072           rename gstvideosink.h to videosink.h to match other headers
38073         * gst/mixmatrix/Makefile.am:
38074           fix plugin filename
38075         * gst/tags/Makefile.am: fix plugin filename
38076
38077 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38078
38079         * gst/tags/Makefile.am: fix plugin filename
38080
38081 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38082
38083         * examples/gstplay/player.c: (got_time_tick), (main):
38084           add error handler
38085           display time_tick more readably
38086         * gst/mixmatrix/Makefile.am:
38087           fix plugin file name
38088
38089 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38090
38091         * sys/oss/gstosselement.c: (gst_osselement_probe),
38092         (device_combination_append), (gst_osselement_class_probe_devices):
38093         * sys/oss/gstosselement.h:
38094           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38095           on my system using alsa oss emulation, fixes bug #135597
38096
38097 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38098
38099         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38100         (gst_videodrop_chain), (gst_videodrop_change_state):
38101         * gst/videodrop/gstvideodrop.h:
38102           Work based on timestamp of input data, not based on the expected
38103           framerate from the input. The consequence is that this element now
38104           not only scales framerates, but also functions as a framerate
38105           corrector or framerate stabilizer/constantizer.
38106
38107 2004-02-27  David Schleef  <ds@schleef.org>
38108
38109         patches from jmmv@menta.net (Julio M. Merino Vidal)
38110
38111         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38112         GST_ELEMENT_ERROR call (bug #135634)
38113         * gst/interleave/interleave.c: (interleave_buffered_loop),
38114         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38115         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38116         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38117         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38119         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38120         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38121         Fix GST_ELEMENT_ERROR call.
38122         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38123         GST_ELEMENT_ERROR call.
38124
38125 2004-02-27  Benjamin Otte  <otte@gnome.org>
38126
38127         * gst-libs/gst/audio/audio.h:
38128           add macro to make sure header isn't included twice
38129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38130           don't use gst_buffer_free
38131         * gst/playondemand/filter.func:
38132           don't use gst_data_free. Free data only once.
38133
38134 2004-02-26  David Schleef  <ds@schleef.org>
38135
38136         * gst-libs/gst/colorbalance/Makefile.am:
38137         * gst-libs/gst/mixer/Makefile.am:
38138         * gst-libs/gst/tuner/Makefile.am:
38139         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38140         should not be disted, -marshal.h files should not be installed,
38141         and -enum.h files _should_ be installed.  Fix to make this the
38142         case.
38143
38144 === release 0.7.5 ===
38145
38146 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38147
38148         * configure.ac: release 0.7.5, "Under The Sea"
38149
38150 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38151
38152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38153         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38154         * gst/videoscale/gstvideoscale.c:
38155         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38156           assorted debug/warning fixes
38157
38158 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38159
38160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38161         (gst_videoscale_init), (gst_videoscale_chain),
38162         (gst_videoscale_set_property), (plugin_init):
38163         * gst/videoscale/gstvideoscale.h:
38164         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38165         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38166         (gst_videoscale_planar400), (gst_videoscale_packed422),
38167         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38168         (gst_videoscale_24bit), (gst_videoscale_16bit),
38169         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38170         (gst_videoscale_scale_plane_slow),
38171         (gst_videoscale_scale_point_sample),
38172         (gst_videoscale_scale_nearest),
38173         (gst_videoscale_scale_nearest_str2),
38174         (gst_videoscale_scale_nearest_str4),
38175         (gst_videoscale_scale_nearest_32bit),
38176         (gst_videoscale_scale_nearest_24bit),
38177         (gst_videoscale_scale_nearest_16bit):
38178         add debugging category and use it properly
38179         fix use of GST_PTR_FORMAT
38180
38181 2004-02-25  Andy Wingo  <wingo@pobox.com>
38182
38183         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38184         push only when channel->buffer is NULL. Prevents segfaults doing
38185         the state change after a nonlocal exit, like a scheme exception.
38186
38187         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38188         Handle the case where the intersected caps is empty.
38189
38190 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38191
38192         * gst/law/mulaw-decode.c: (mulawdec_link):
38193         * gst/law/mulaw.c: (plugin_init):
38194           fix mulawdec so it actually works again
38195
38196 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38197
38198         reviewed by: David Schleef  <ds@schleef.org>
38199
38200         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38201         (gst_gamma_init), (gst_gamma_set_property),
38202         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38203         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38204         for RGB, with separate r g and b correction factors. (#131167)
38205
38206 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38207
38208         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38209           only signal tags for bitrate if they're > 0 (#134894)
38210
38211 2004-02-24  David Schleef  <ds@schleef.org>
38212
38213         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38214         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38215         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38216         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38217         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38218         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38219         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38220         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38221         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38222         category.  Attempt to fix timestamp calculation.
38223
38224 2004-02-24  Johan Dahlin  <johan@gnome.org>
38225
38226         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38227
38228 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38229
38230         * configure.ac:
38231         * gconf/Makefile.am:
38232         * gconf/gstreamer.schemas:
38233         * gst-libs/gst/gconf/Makefile.am:
38234         * gst-libs/gst/gconf/gconf.c:
38235           version gconf schemas and install locations
38236
38237 2004-02-23  Benjamin Otte  <otte@gnome.org>
38238
38239         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38240         (gst_xine_input_subclass_init):
38241           call parent dispose.
38242           change pad template for CD reader correctly
38243         * ext/xine/Makefile.am:
38244         * ext/xine/gstxine.h:
38245         * ext/xine/xine.c: (plugin_init):
38246         * ext/xine/xineaudiosink.c:
38247           wrap audio sinks, too
38248         * gst-libs/gst/resample/private.h:
38249         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38250         (gst_resample_reinit), (gst_resample_scale),
38251         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38252         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38253         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38254         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38255         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38256         * gst-libs/gst/resample/resample.h:
38257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38258         (gst_audioscale_class_init), (gst_audioscale_link),
38259         (gst_audioscale_get_buffer), (gst_audioscale_init),
38260         (gst_audioscale_chain), (gst_audioscale_set_property),
38261         (gst_audioscale_get_property):
38262         * gst/audioscale/gstaudioscale.h:
38263           s/resample_*/gst_resample_*/i to not clobber namespaces
38264
38265 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38266
38267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38268         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38269         (gst_riff_create_video_template_caps),
38270         (gst_riff_create_audio_template_caps),
38271         (gst_riff_create_iavs_template_caps):
38272         * gst-libs/gst/riff/riff-media.h:
38273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38274         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38275         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38276         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38278         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38279         (gst_matroska_demux_plugin_init): First batch implementing audio and
38280         video codec tags in demuxers.
38281
38282 2004-02-22  Benjamin Otte  <otte@gnome.org>
38283
38284         * ext/xine/Makefile.am:
38285         * ext/xine/gstxine.h:
38286         * ext/xine/xine.c: (plugin_init):
38287         * ext/xine/xineinput.c:
38288           add input plugin wrapper. Playback from files, http, mms and cdda
38289           works.
38290         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38291           remove leftover G_GNUC_UNUSED
38292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38293         (gst_asf_demux_identify_guid):
38294           improve debugging output
38295
38296 2004-02-22  Benjamin Otte  <otte@gnome.org>
38297
38298         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38299
38300         * autogen.sh:
38301           replace test -e with test -x for mkinstalldirs to be more portable.
38302           (fixes #134816)
38303
38304 2004-02-22  Benjamin Otte  <otte@gnome.org>
38305
38306         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38307
38308         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38309           set rank to PRIMARY
38310         * gst/volume/gstvolume.c: (plugin_init):
38311           set rank to NONE
38312         fixes #134960
38313
38314 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38315
38316         reviewed by Benjamin Otte  <otte@gnome.org>
38317
38318         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38319           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38320
38321 2004-02-22  Benjamin Otte  <otte@gnome.org>
38322
38323         * configure.ac:
38324           export [_]*{gst,Gst,GST}.* symbols from plugins
38325
38326 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38327
38328         reviewed by: Benjamin Otte  <otte@gnome.org>
38329
38330         * ext/lame/gstlame.c: (add_one_tag):
38331         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38333         (gst_vorbisenc_metadata_set1):
38334         * gst/tags/gstid3tag.c:
38335         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38336           apply fixes from bugs #135042 (lame can't write tags) and #133817
38337           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38338
38339 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38340
38341         * configure.ac: Export only gst_plugin_desc from plugins.
38342          Note that this change only makes any effect with Linux using libtool
38343          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38344          fine. And don't try to have several versions of libtool in different
38345          directories.
38346
38347 2004-02-20  Andy Wingo  <wingo@pobox.com>
38348
38349         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38350         interleave respectively.
38351
38352         * gst/interleave/deinterleave.c: New plugin: deinterleave
38353         (replaces on oneton).
38354         * gst/interleave/interleave.c: New plugin: interleave.
38355         * gst/interleave/plugin.h: Support file.
38356         * gst/interleave/plugin.c: Support file.
38357
38358         * configure.ac: Remove intfloat and oneton, add interleave.
38359
38360         * ext/sndfile/gstsf.c: Handle events better.
38361
38362         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38363         and float2int operation. int2float has scheduling problems as
38364         noted in in2float_chain.
38365
38366 2004-02-20  Benjamin Otte  <otte@gnome.org>
38367
38368         * ext/xine/Makefile.am:
38369         * ext/xine/gstxine.h:
38370         * ext/xine/xine.c:
38371         * ext/xine/xineaudiodec.c:
38372         * ext/xine/xinecaps.c:
38373           add first version of xine plugin wrapper. Currently only wraps the
38374           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38375         * configure.ac:
38376         * ext/Makefile.am:
38377           add xine plugin wrapper, disabled by default. Use --enable-xine to
38378           build. Note that it'll segfault on gst-register if you don't remove
38379           the goom and tvtime post plugins from xine.
38380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38381         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38382           add extradata parsing for QDM2.
38383           change around debugging prints.
38384
38385 2004-02-19  Benjamin Otte  <otte@gnome.org>
38386
38387         * ext/lame/gstlame.c: (gst_lame_chain):
38388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38389           use gst_tag_list_insert when you want to insert tags
38390
38391 2004-02-18  David Schleef  <ds@schleef.org>
38392
38393         * configure.ac:  Move massink to gst-rotten
38394         * ext/Makefile.am:
38395         * ext/mas/Makefile.am:
38396         * ext/mas/massink.c:
38397         * ext/mas/massink.h:
38398
38399 2004-02-18  David Schleef  <ds@schleef.org>
38400
38401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38402         typefinding, since it seems to be worse than nothing.
38403         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38404         atom to recognize .mp4 and .m4a files as video/quicktime.
38405
38406 2004-02-18  David Schleef  <ds@schleef.org>
38407
38408         * gst/sine/demo-dparams.c: (quit_live),
38409         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38410         Use double dparams, not float.
38411         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38412         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38413         sync'd elements don't really work correctly.
38414         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38415         (volume_update_volume), (volume_get_property):  Change dparam
38416         to double.
38417
38418 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38419
38420         * sys/ximage/ximagesink.c:
38421         (gst_ximagesink_xwindow_update_geometry),
38422         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38423         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38424         (gst_ximagesink_init): Rework the way software video scaling works. So
38425         now we check on each chain call if the video frames are feeling the
38426         window. If not we try to renegotiate caps. On failure we memorize that
38427         and we won't try again for that PLAYING sessions.
38428         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38429         failure.
38430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38431         synchronous flag.
38432
38433 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38434
38435         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38436           break up _link so we can give a better debug message for errors
38437
38438 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38439
38440         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38441           set up debug category
38442
38443 2004-02-18  Julien MOUTTE <julien@moutte.net>
38444
38445         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38446         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38447         the way renegotiation work. The event handling function is not taking
38448         care of external windows and renegotiate method check for pad flags
38449         NEGOTIATING. Should fix : #133209
38450
38451 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38452
38453         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38454         pad is negotiating before trying renegotiation.
38455
38456 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38457
38458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38459           pass on all possible mime types as typefind hints
38460
38461 2004-02-17  Julien MOUTTE <julien@moutte.net>
38462
38463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38465         possible SHM leak if we crash. All other apps using XShm are doing
38466         that.
38467
38468 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38469
38470         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38471         (gst_ximagesink_expose): Renegotiate size on expose.
38472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38473         size on expose.
38474
38475 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38476
38477         * testsuite/alsa/sinesrc.c:
38478           cosmetic fix to fix compile issue with gcc 2.95.4
38479
38480 2004-02-16  Julien MOUTTE <julien@moutte.net>
38481
38482         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38483         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38484         failed opening the audio device.
38485         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38486         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38487         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38488         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38489         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38490         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38491         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38492         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38493         Removing some useless g_return_if_fail like wingo suggested.
38494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38495         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38496         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38497         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38498         (gst_xvimagesink_update_colorbalance),
38499         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38500         (gst_xvimagesink_xcontext_clear),
38501         (gst_xvimagesink_get_fourcc_from_caps),
38502         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38503         (gst_xvimagesink_set_xwindow_id),
38504         (gst_xvimagesink_colorbalance_list_channels),
38505         (gst_xvimagesink_colorbalance_set_value),
38506         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38507         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38508
38509 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38510
38511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38512           throw error when not negotiated instead of asserting
38513
38514 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38515
38516         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38517         correct data refcounting.
38518
38519 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38520
38521         * gst/switch/gstswitch.c: (gst_switch_change_state),
38522         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38523         change, mostly the EOS flag.
38524
38525 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38526
38527         * examples/gstplay/player.c: (got_eos), (main): Adding some
38528         output for debugging.
38529         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38530         timeouts if we go to any state different from PLAYING.
38531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38532         more EOS bugs in riff lib.
38533
38534 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38535
38536         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38537         visualization until i find a way to fix switch correctly.
38538         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38539         EOS arrives.
38540         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38541         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38542         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38543         Reworked switch to get a more correct behaviour with events and refing
38544         of data stored in sinkpads.
38545         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38546         we don't pull from a pad in EOS.
38547
38548 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38549
38550         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38551           remove v1 tag even if we can't read it (makes sure we don't detect
38552           it again)
38553
38554 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38555
38556         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38557         (gst_alsa_xrun_recovery):
38558         * ext/alsa/gstalsa.h:
38559           try xrun recovery when wait failed. Make xrun recovery function
38560           return TRUE/FALSE to indicate success. (might fix #134354)
38561
38562 2004-02-13  David Schleef  <ds@schleef.org>
38563
38564         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38565         (dynparm_value_changed), (main): Convert from float to double.
38566         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38567
38568 2004-02-13  David Schleef  <ds@schleef.org>
38569
38570         * gst/silence/gstsilence.c: (gst_silence_class_init),
38571         (gst_silence_set_clock), (gst_silence_get),
38572         (gst_silence_set_property), (gst_silence_get_property):
38573         * gst/silence/gstsilence.h: Add sync property.
38574         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38575         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38576         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38577         * gst/sine/gstsinesrc.h: Add sync property.
38578
38579 2004-02-13  David Schleef  <ds@schleef.org>
38580
38581         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38582         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38583
38584 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38585
38586         * configure.ac:
38587         * ext/Makefile.am:
38588         * gst-libs/ext/Makefile.am:
38589           move ffmpeg plugin to gst-ffmpeg module
38590
38591 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38592
38593         * configure.ac: use GST_ARCH to detect architecture
38594
38595 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38596
38597         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38598
38599 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38600
38601         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38602           classify LADSPA plugins based on number of src/sink pads
38603           (#133663, Stefan Kost)
38604         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38605           fix dparams registration
38606           (#133528, Stefan Kost)
38607         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38608           fix use of isprint and use g_ascii_isprint instead
38609           (#133316, Stefan Kost)
38610
38611 2004-02-11  David Schleef  <ds@schleef.org>
38612
38613         Convert a few inner loops to use liboil.  This is currently
38614         optional, and is only enabled if liboil is present (duh!).
38615         * configure.ac: Check for liboil-0.1
38616         * gst/intfloat/Makefile.am:
38617         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38618         (gst_int2float_chain_gint16):
38619         * gst/videofilter/Makefile.am:
38620         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38621         (tablelookup_u8), (gst_videobalance_planar411):
38622         * gst/videotestsrc/Makefile.am:
38623         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38624         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38625         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38626         (paint_hline_RGB565), (paint_hline_xRGB1555):
38627
38628 2004-02-11  David Schleef  <ds@schleef.org>
38629
38630         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38631         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38632         (gst_colorspace_getcaps), (gst_colorspace_link),
38633         (gst_colorspace_base_init), (gst_colorspace_init),
38634         (gst_colorspace_chain), (gst_colorspace_change_state),
38635         (plugin_init): Merge Ronald's patch (bug #117897) and update
38636         for new caps and negotiation.  Seems to work, although it
38637         shows off bugs in lcs.
38638
38639 2004-02-11  David Schleef  <ds@schleef.org>
38640
38641         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38642         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38643
38644 2004-02-11  David Schleef  <ds@schleef.org>
38645
38646         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38647         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38648         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38649         Add server and port properties
38650
38651 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38652
38653         * m4/a52.m4:
38654         * m4/aalib.m4:
38655         * m4/as-ffmpeg.m4:
38656         * m4/as-liblame.m4:
38657         * m4/as-slurp-ffmpeg.m4:
38658         * m4/check-libheader.m4:
38659         * m4/esd.m4:
38660         * m4/freetype2.m4:
38661         * m4/gconf-2.m4:
38662         * m4/glib.m4:
38663         * m4/gst-alsa.m4:
38664         * m4/gst-artsc.m4:
38665         * m4/gst-ivorbis.m4:
38666         * m4/gst-matroska.m4:
38667         * m4/gst-sdl.m4:
38668         * m4/gst-shout2.m4:
38669         * m4/gst-sid.m4:
38670         * m4/gtk.m4:
38671         * m4/libdv.m4:
38672         * m4/libfame.m4:
38673         * m4/libmikmod.m4:
38674         * m4/ogg.m4:
38675         * m4/vorbis.m4:
38676           fix underquotedness of macros (#133800)
38677         * m4/as-avifile.m4:
38678         * m4/xmms.m4:
38679           removed because no longer used
38680
38681 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38682
38683         * configure.ac:
38684           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38685           by autopoint (fixes #132996)
38686
38687 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38688
38689         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38690         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38691         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38692         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38693           fix memleaks
38694
38695 2004-02-11  David Schleef  <ds@schleef.org>
38696
38697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38698         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38699         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38700         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38701         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38702         (gst_jpegenc_class_init), (gst_jpegenc_init),
38703         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38704         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38705         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38706         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38707
38708 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38709
38710         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38711         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38712         * ext/mikmod/gstmikmod.h:
38713           fix caps negotiation in mikmod
38714         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38715           output debug information
38716
38717 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38718
38719         * gst-libs/gst/colorbalance/Makefile.am:
38720         * gst-libs/gst/navigation/Makefile.am:
38721         * gst-libs/gst/xoverlay/Makefile.am:
38722           remove unused GST_OPT_CFLAGS from Makefiles
38723           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38724
38725 2004-02-07  David Schleef  <ds@schleef.org>
38726
38727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38728         push events to pads that haven't been created (#133508)
38729
38730 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38731
38732         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38733         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38734         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38735         (gst_dvdec_loop), (gst_dvdec_change_state):
38736         Second attempt at committing a working dvdec element.
38737
38738 2004-02-06  David Schleef  <ds@schleef.org>
38739
38740         Build fixes for OS X: (see #129600)
38741         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38742         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38743         (gst_riff_read_strf_iavs):
38744         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38745         (gst_avi_demux_stream_odml):
38746         * gst/playondemand/Makefile.am:
38747         * gst/rtp/rtp-packet.c:
38748
38749 2004-02-05  David Schleef  <ds@schleef.org>
38750
38751         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38752         last change, because it Just Doesn't Compile.
38753
38754 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38755
38756         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38757           skip undecodable id3v2 tag instead of keeping it
38758
38759 2004-02-05  David Schleef  <ds@schleef.org>
38760
38761         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38762         Unref leaked buffer.  (Noticed by Ronald)
38763
38764 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38765
38766         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38767         Sync requires with other checks.  >= vs =.
38768
38769 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38770
38771         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38772         (gst_dvdec_video_link), (gst_dvdec_loop):
38773         * ext/dv/gstdvdec.h:
38774           rework the caps negotiation so that dvdec works again instead
38775           of just segfaulting.
38776
38777 === release 0.7.4 ===
38778
38779 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38780
38781         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38782         * configure.ac: changed for release
38783
38784 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38785
38786         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38787         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38788         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38789         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38790           reworked patch by David Lehn to fix libdir and includedir for
38791           uninstalled libraries
38792           removed play and gconf from gstreamer-libs since they have their
38793           own pkgconfig files
38794
38795 2004-02-04  David Schleef  <ds@schleef.org>
38796
38797         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38798         memleak.
38799
38800 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38801
38802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38803           use correct GST_TAG_ENCODER tag
38804
38805 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38806
38807         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38808           be sure to stop the clock when going to paused
38809         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38810           reset number of transmitted when going to ready.
38811         fixes #132935
38812
38813 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38814
38815         reviewed by Benjamin Otte
38816
38817         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38818           extract track count (fixes #133410)
38819
38820 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38821
38822         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38823           that should be !=, not == (fixes #132519)
38824
38825 2004-02-04  David Schleef  <ds@schleef.org>
38826
38827         Make sure set_explicit_caps() is called before adding pad.
38828         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38829         * gst/id3/gstid3types.c: (gst_id3types_loop):
38830         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38831         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38832
38833 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38834
38835         * configure.ac:
38836           bump nano to 2, first prerelease
38837           put back AM_PROG_LIBTOOL
38838
38839 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * testsuite/alsa/Makefile.am:
38842           these are user test apps, not automatic testsuite tests
38843
38844 2004-02-04  David Schleef  <ds@schleef.org>
38845
38846         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38847         * gst/mpeg1videoparse/gstmp1videoparse.c:
38848         (mp1videoparse_parse_seq):
38849         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38851         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38852         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38853         (gst_xvideosink_getcaps):
38854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38855         * testsuite/gst-lint: more tests
38856
38857 2004-02-04  David Schleef  <ds@schleef.org>
38858
38859         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38860         with the code that they would expand to.
38861         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38862         (gst_flacdec_get_src_query_types),
38863         (gst_flacdec_get_src_event_masks):
38864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38865         (gst_gnomevfssrc_get_query_types),
38866         (gst_gnomevfssrc_get_event_mask):
38867
38868 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38869
38870         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38871         (gst_sinesrc_dispose):
38872           fix memleak by properly disposing sinesrc
38873
38874 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38875
38876         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38877         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38878         an overlay to redraw the image because it has been exposed.
38879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38880         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38881         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38882         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38883         interface
38884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38885         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38886         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38887         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38888         interface
38889
38890 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38891
38892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38893           more memleak fixage
38894
38895 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38896
38897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38898         * gst/typefind/gsttypefindfunctions.c:
38899           fix memleaks shown by gst-typefind
38900
38901 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38902
38903         * common/glib-gen.mak:
38904           add hack rule to touch .Plo files
38905         * gst-libs/gst/colorbalance/Makefile.am:
38906         * gst-libs/gst/mixer/Makefile.am:
38907         * gst-libs/gst/play/Makefile.am:
38908         * gst-libs/gst/tuner/Makefile.am:
38909           remove glib_root variable
38910
38911 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38912
38913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38914           set explicit caps before adding the element, so the autopluggers can
38915           plug correctly.
38916         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38917         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38918         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38919         (dv_type_find):
38920           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38921           argument.
38922
38923 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38924
38925         * gst-libs/gst/colorbalance/Makefile.am:
38926         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38927         * gst-libs/gst/colorbalance/colorbalance.c:
38928         * gst-libs/gst/colorbalance/colorbalance.h:
38929         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38930         * gst-libs/gst/mixer/Makefile.am:
38931         * gst-libs/gst/mixer/mixer-marshal.list:
38932         * gst-libs/gst/mixer/mixer.c:
38933         * gst-libs/gst/mixer/mixer.h:
38934         * gst-libs/gst/mixer/mixermarshal.list:
38935         * gst-libs/gst/play/Makefile.am:
38936         * gst-libs/gst/play/play.h:
38937         * gst-libs/gst/tuner/Makefile.am:
38938         * gst-libs/gst/tuner/tuner-marshal.list:
38939         * gst-libs/gst/tuner/tuner.c:
38940         * gst-libs/gst/tuner/tuner.h:
38941         * gst-libs/gst/tuner/tunermarshal.list:
38942           use new glib-gen.mak snippet to clean up Makefile.am
38943           fix various bugs in Makefile.am's
38944
38945 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38946
38947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38948           handle chain parsing correctly in the multichain case
38949         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38950         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38951         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38952         (theora_dec_chain):
38953           handle events and queries correctly
38954
38955 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38956
38957         * .cvsignore:
38958         Ignore generated file _stdint.h.
38959
38960 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38961
38962         * gst-libs/gst/colorbalance/Makefile.am:
38963         * gst-libs/gst/colorbalance/colorbalance.h:
38964         * gst-libs/gst/mixer/Makefile.am:
38965         * gst-libs/gst/mixer/mixer.h:
38966         * gst-libs/gst/play/Makefile.am:
38967         * gst-libs/gst/play/play.h:
38968         * gst-libs/gst/tuner/Makefile.am:
38969         * gst-libs/gst/tuner/tuner.h:
38970         Generate enum type code with glib-mkenums.
38971         * gst-libs/gst/colorbalance/.cvsignore:
38972         * gst-libs/gst/mixer/.cvsignore:
38973         * gst-libs/gst/play/.cvsignore:
38974         * gst-libs/gst/tuner/.cvsignore:
38975         Ignore generated files.
38976
38977 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38978
38979         * gst-libs/gst/audio/.cvsignore:
38980         Ignore generated file.
38981         * gst-libs/gst/audio/Makefile.am:
38982         Do not install example filter.
38983
38984 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38985
38986         * examples/switch/.cvsignore:
38987         Ignore generated file.
38988
38989 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38990
38991         * common/m4/ax_create_stdint_h.m4:
38992         * configure.ac:
38993           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38994           _stdint.h.
38995         * Makefile.am:
38996           remove generated _stdint.h in DISTCLEANFILES
38997         * ext/a52dec/gsta52dec.c:
38998           include _stdint.h for a52dec. (should fix #133064)
38999
39000 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39001
39002         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39003         (gst_tag_to_vorbis_comments):
39004         Add replaygain support to vorbistag
39005
39006 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39007         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39008         (gst_ffmpeg_caps_to_extradata):
39009           Fix SVQ3 caps flag properties
39010           Use glib macro for bytes swap
39011
39012 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39013
39014         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39015         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39016         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39017         * ext/sndfile/gstsf.c: (plugin_init):
39018         * gst/avi/gstavi.c: (plugin_init):
39019         * sys/dxr3/dxr3init.c: (plugin_init):
39020         * sys/oss/gstossaudio.c: (plugin_init):
39021         * sys/v4l/gstv4l.c: (plugin_init):
39022         * sys/v4l2/gstv4l2.c: (plugin_init):
39023           remove textdomain calls
39024         * po/nl.po:
39025           update Dutch translation
39026
39027 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39028
39029         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39030         (gst_play_set_audio_sink): Moving volume in the audio thread for
39031         instantaneous volume change. Maybe i will add another volume in front
39032         of visualization later, not sure yet though.
39033
39034 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39035
39036         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39037         (gst_ximagesink_handle_xevents): Better X events handling, only take
39038         the latest events for configure and motion.
39039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39040
39041 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39042
39043         reviewed by: David Schleef  <ds@schleef.org>
39044
39045         Fix memory leaks:
39046         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39047         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39048
39049 2004-02-02  David Schleef  <ds@schleef.org>
39050
39051         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39052         of lines.
39053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39054         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39055         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39056         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39057         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39058         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39059         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39060         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39061         (gst_float2_2_int_link):
39062         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39063         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39064         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39065         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39066         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39067         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39068         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39069         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39070         * testsuite/gst-lint: Add tests for bzero and ;;
39071
39072 2004-02-02  David Schleef  <ds@schleef.org>
39073
39074         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39075
39076 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39077
39078         * ext/aalib/gstaasink.c: (gst_aasink_open):
39079         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39081         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39082         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39083         (gst_afsink_close_file):
39084         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39085         (gst_afsrc_close_file):
39086         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39087         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39088         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39089         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39090         * ext/esd/esdmon.c: (gst_esdmon_get):
39091         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39092         * ext/faac/gstfaac.c: (gst_faac_chain):
39093         * ext/faad/gstfaad.c: (gst_faad_chain):
39094         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39095         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39096         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39097         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39098         (gst_flacdec_loop):
39099         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39100         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39102         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39103         (gst_gnomevfssink_close_file):
39104         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39105         (gst_gnomevfssrc_open_file):
39106         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39107         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39108         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39109         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39110         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39111         * ext/mad/gstmad.c: (gst_mad_chain):
39112         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39113         * ext/mpeg2dec/gstmpeg2dec.c:
39114         * ext/mpeg2enc/gstmpeg2enc.cc:
39115         * ext/mplex/gstmplex.cc:
39116         * ext/mplex/gstmplexibitstream.cc:
39117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39118         (gst_ogg_demux_push):
39119         * ext/raw1394/gstdv1394src.c:
39120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39121         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39122         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39123         (gst_sf_loop):
39124         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39125         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39126         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39127         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39129         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39130         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39131         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39133         (gst_riff_read_element_data), (gst_riff_read_seek),
39134         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39135         * gst/adder/gstadder.c: (gst_adder_loop):
39136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39137         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39139         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39140         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39141         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39142         * gst/goom/gstgoom.c: (gst_goom_chain):
39143         * gst/id3/gstid3types.c: (gst_id3types_loop):
39144         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39145         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39146         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39147         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39148         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39149         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39150         (gst_ebml_read_float), (gst_ebml_read_header):
39151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39152         (gst_matroska_demux_parse_blockgroup):
39153         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39155         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39156         * gst/silence/gstsilence.c: (gst_silence_get):
39157         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39158         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39159         * gst/speed/gstspeed.c: (speed_loop):
39160         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39161         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39162         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39163         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39165         (gst_wavparse_loop):
39166         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39167         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39168         (dxr3audiosink_close):
39169         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39170         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39171         (dxr3videosink_close), (dxr3videosink_write_data):
39172         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39173         * sys/oss/gstosssink.c: (gst_osssink_chain):
39174         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39178         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39179         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39180         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39181         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39182         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39183         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39184         (gst_v4l_set_audio):
39185         * sys/v4l/v4l_calls.h:
39186         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39187         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39188         (gst_v4lmjpegsink_playback_init),
39189         (gst_v4lmjpegsink_playback_start):
39190         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39191         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39192         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39193         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39195         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39196         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39197         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39198         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39199         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39200         (gst_v4l2_get_output), (gst_v4l2_set_output),
39201         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39202         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39203         (gst_v4l2_set_attribute):
39204         * sys/v4l2/v4l2_calls.h:
39205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39206         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39207         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39208         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39209         (gst_v4l2src_capture_stop):
39210         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39212         (gst_ximagesink_chain):
39213         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39214         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39215         (gst_xvideosink_xwindow_new):
39216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39217         (gst_xvimagesink_chain):
39218
39219 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39220
39221         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39222         (gst_volume_get_volume), (volume_class_init), (volume_init),
39223         (volume_chain_int16), (volume_update_volume):
39224         * gst/volume/gstvolume.h:
39225           make code more readable by removing magic numbers
39226           make mixer interface export 0-100 range
39227           make it internally map to 0.0-1.0 range so users don't distort
39228           output by putting the sliders at full volume
39229
39230 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39231
39232         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39233         (gst_play_state_change), (gst_play_seek_to_time):
39234         block the tick callback for 0.5 secs after doing a seek
39235
39236 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39237
39238         * gst-libs/gst/play/play.c: (gst_play_new):
39239           check for GError
39240
39241 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39242
39243         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39244         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39245         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39246         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39248         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39249
39250 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39251
39252         * configure.ac:
39253         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39254           check for a function added in vorbis 1.1
39255
39256 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39257
39258         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39259         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39260           really start/stop clock only on PLAYING <=> PAUSED
39261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39262           remove \n from debugging lines
39263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39264           make it work when seeking does not
39265         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39266           reset on DISCONT
39267
39268 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39269
39270         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39271           start clock on PAUSED=>PLAYING, not later
39272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39273           extract correct time for different discont formats
39274         (gst_alsa_sink_get_time):
39275           don't segfault when no format is negotiated yet, just return 0
39276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39277         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39278         (gst_ogg_pad_push):
39279           handle flush and discont events correctly
39280         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39281           handle discont events correctly
39282
39283 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39284
39285         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39286         (gst_play_error_create), (gst_play_error_plugin),
39287         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39288         * gst-libs/gst/play/play.h:
39289           add error handling during creation
39290         * examples/gstplay/player.c: (main):
39291           use new gst_play_new
39292
39293
39294 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39295
39296         * ext/theora/theoradec.c: (theora_dec_chain):
39297           make comments work
39298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39299         (vorbis_dec_src_event), (vorbis_dec_chain):
39300           add encoder tag, fix tag reading to be more error tolerant, change
39301           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39302           gst_pad_event_default.
39303         * gst/tags/gstvorbistag.c:
39304         (gst_tag_list_from_vorbiscomment_buffer):
39305           undefine function specific define at end of function
39306
39307 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39308
39309         * ext/flac/gstflac.c: (plugin_init):
39310         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39311         * ext/flac/gstflacdec.h:
39312         * ext/flac/gstflacenc.h:
39313           Fix typos
39314
39315 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39316
39317         * examples/gstplay/player.c: s/gstplay.h/play.h/
39318
39319 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39320
39321         * gst-libs/gst/play/Makefile.am:
39322         * gst-libs/gst/play/gstplay.c:
39323         * gst-libs/gst/play/gstplay.h:
39324         * gst-libs/gst/play/play.c:
39325           more surgery, operation complete
39326
39327 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39328
39329         * gst-libs/gst/play/play.old.c:
39330         * gst-libs/gst/play/play.old.h:
39331           after CVS surgery by moving, remove
39332         * gst-libs/gst/play/playpipelines.c:
39333           remove
39334
39335         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39336           add negotiation error
39337
39338 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39339
39340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39341         (gst_ogg_demux_push):
39342           add some seeking debug info
39343           send a flush when seeking
39344
39345 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39346
39347         * configure.ac:
39348           use AC_C_INLINE
39349         * configure.ac:
39350         * ext/Makefile.am:
39351         * ext/theora/Makefile.am:
39352         * ext/theora/theoradec.c:
39353           add theora video decoder. Does just do simple decoding for now and
39354           has been tested against Theora cvs only. It only works when theora
39355           is compiled with --enable-static.
39356         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39357           always reset packetno on DISCONT
39358
39359 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39360
39361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39362           Fix audio.
39363
39364 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39365
39366         * gst/mpegaudioparse/gstmpegaudioparse.c:
39367         (mp3_type_frame_length_from_header):
39368           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39369
39370 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39371
39372         * ext/esd/esdsink.c: (gst_esdsink_init):
39373           Since we have static pad template caps, we don't need to negotiate;
39374           either the core errors out or we know the format.
39375
39376 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39377
39378         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39379         (gst_riff_read_seek):
39380         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39381         (gst_ebml_read_seek):
39382           Fix event handling.
39383
39384 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39385
39386         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39387           removee video/x-theora from vp3 decoder, it doesn't handle raw
39388           theora streams
39389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39390           fix bug with finalizing element that never went to PAUSED
39391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39392           length and position queries were swapped
39393         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39394         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39395         (vorbis_dec_src_event):
39396           implement querying time and bytes
39397
39398 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39399
39400         * just about every source file:
39401           gst_element_error -> GST_ELEMENT_ERROR
39402
39403 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39404
39405         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39406         emiting FLUSH and even before DISCONT.
39407         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39408         get the best instant seeking as possible yay!
39409
39410 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39411
39412         * gst/mpeg1videoparse/gstmp1videoparse.c:
39413         (gst_mp1videoparse_real_chain):
39414           Committed wrong version last week... Grr... Didn't notice until now.
39415
39416 2004-01-29  Julien MOUTTE <julien@moutte.net>
39417
39418         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39420         have_xwindow_id signal in xwindow_create.
39421
39422 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39423
39424         * ext/ogg/gstoggdemux.c:
39425           lots of changes - mainly support for chained bitstreams, seeking,
39426           querying and bugfixes of course
39427         * ext/vorbis/Makefile.am:
39428         * ext/vorbis/vorbisdec.c:
39429         * ext/vorbis/vorbisdec.h:
39430           add vorbisdec raw vorbis decoder
39431         * ext/vorbis/vorbis.c: (plugin_init):
39432           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39433         * gst/intfloat/Makefile.am:
39434         * gst/intfloat/float22int.c:
39435         * gst/intfloat/float22int.h:
39436         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39437           add float2intnew plugin. It converts multichannel interleaved float to
39438           multichannel interleaved int. The name should probably be changed.
39439         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39440         (plugin_init):
39441           add typefinding for raw theora video so oggdemux can detect it.
39442
39443 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39444
39445         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39446         sink element first.
39447         * gst/videoscale/gstvideoscale.c:
39448         (gst_videoscale_handle_src_event): Fixing src event handler.
39449
39450 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39451
39452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39453         (gst_v4lsrc_open), (gst_v4lsrc_close),
39454         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39455         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39456         * sys/v4l/gstv4lsrc.h:
39457         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39458         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39459           Implement resizing... Hack. But that's why v4l is b0rked...
39460
39461 2004-01-28  Julien MOUTTE <julien@moutte.net>
39462
39463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39464         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39465         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39466         (gst_ximagesink_xwindow_destroy):
39467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39468         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39469         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39470         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39471         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39472         correctly cleaning the image created to check xshm calls on succes,
39473         added a lot of XSync calls in X11 functions, and fixed a segfault when
39474         no image format was defined before negotiation happened.
39475
39476 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39477
39478         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39479           use gst_element_get_time to get correct time
39480
39481 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39482
39483         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39484         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39485         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39487         (gst_xvimagesink_check_xshm_calls),
39488         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39489         X plugins are now able to detect that XShm calls will fail even if the
39490         server claims that it has XShm support (remote displays most of the
39491         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39492         so that we use non XShm functions. This feature is almost useless for
39493         xvimagesink as Xv is not supported on remote displays anyway, but
39494         it might happen than even on the local display XShm calls fail.
39495
39496 2004-01-27  David Schleef  <ds@schleef.org>
39497
39498         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39499         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39500         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39501         changed esdsink to only use 44100,16,2, since esd sucks at rate
39502         conversion and esdsink has had difficulty negotiating.
39503
39504 2004-01-27  Julien MOUTTE <julien@moutte.net>
39505
39506         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39507         (gst_play_seek_to_time): Fixing the way to get current position.
39508
39509 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39510
39511         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39512           use gst_element_get_time to get correct time
39513
39514 2004-01-27  Julien MOUTTE <julien@moutte.net>
39515
39516         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39517         fix ever... Inverting 2 lines of code make spider autoplug correctly
39518         tagged mp3 !
39519
39520 2004-01-27  David Schleef  <ds@schleef.org>
39521
39522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39523         Use gst_pad_try_set_caps_nonfixed().
39524
39525 2004-01-27  David Schleef  <ds@schleef.org>
39526
39527         * gst/ac3parse/gstac3parse.c: update to checklist 5
39528         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39529         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39530         * gst/audioscale/gstaudioscale.c: same
39531         * gst/auparse/gstauparse.c: same
39532         * gst/avi/gstavidemux.c: same
39533
39534 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39535
39536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39537           stop processing after EOS
39538
39539 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39540
39541         * gst/asfdemux/asfheaders.h:
39542         * gst/asfdemux/gstasfdemux.c:
39543         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39544         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39545         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39546           lot's of fixes to make data extraction simpler and get the code
39547           architecture and compiler independant. Add debugging category
39548         * gst/goom/gstgoom.c: (gst_goom_change_state):
39549           reset channel count on PAUSED=>READY, not READY=>PAUSED
39550
39551 2004-01-26  Colin Walters  <walters@verbum.org>
39552
39553         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39554         code to pull a bigger buffer in iradio mode.  This as a side effect
39555         makes typefinding work.
39556
39557 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39558
39559         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39560         Fix SVQ3 decoding on PPC
39561
39562 2004-01-26  Julien MOUTTE <julien@moutte.net>
39563
39564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39565         that one managed to stay there... Fixed.
39566
39567 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39568
39569         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39570         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39571         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39572         (qtdemux_video_caps):
39573         * gst/qtdemux/qtdemux.h:
39574         Add SVQ3 specific flags to qtdemux and ffmpeg
39575
39576 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39577
39578         * gst-libs/gst/audio/audio.h:
39579           remove buffer-frames from audio caps
39580         * gst/audioconvert/gstaudioconvert.c:
39581           fix plugin to really work.
39582
39583 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39584
39585         * gst-libs/gst/mixer/mixer.c:
39586         * gst-libs/gst/propertyprobe/propertyprobe.c:
39587         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39588         (gst_tuner_find_channel_by_name):
39589         * gst-libs/gst/tuner/tuner.h:
39590           Add gtk-doc style comments. Also fix a function name.
39591
39592 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39593
39594         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39595         (gst_divxdec_negotiate):
39596           Fix for new capsnego - also fixes gst-player with divxdec.
39597
39598 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39599
39600         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39601         (gst_play_identity_handoff), (gst_play_set_location),
39602         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39603         try in visualization implementation. Still have an issue with switch
39604         blocking when pulling from video_queue and only audio comes out of
39605         spider.
39606         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39607         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39608         release method. And check if the pad is usable before pulling.
39609
39610 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39611
39612         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39613         (gst_videobalance_init),
39614         (gst_videobalance_colorbalance_list_channels),
39615         (gst_videobalance_colorbalance_set_value),
39616         (gst_videobalance_colorbalance_get_value),
39617         (gst_videobalance_update_properties),
39618         (gst_videobalance_update_tables_planar411),
39619         (gst_videobalance_planar411):
39620         * gst/videofilter/gstvideobalance.h:
39621           Implement lookup-tables. +/- 10x faster.
39622
39623 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39624
39625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39626         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39627           The index reading was broken. The rest worked fine, but the whole
39628           goal of my rewrite was to make avidemux readable, and this was
39629           not at all readable. Please use typed variables.
39630
39631 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39632
39633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39634           Additional pad usability check.
39635         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39636         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39637         (gst_mp1videoparse_real_chain):
39638           Fix MPEG video stream parsing. The original plugin had several
39639           issues, including not timestamping streams where the source was
39640           not timestamped (this happens with PTS values in mpeg system
39641           streams, but MPEG video is also a valid stream on its own so
39642           that needs timestamps too). We use the display time code for that
39643           for now. Also, if one incoming buffer contains multiple valid
39644           frames, we push them all on correctly now, including proper EOS
39645           handling. Lastly, several potential segfaults were fixed, and we
39646           properly sync on new sequence/gop headers to include them in next,
39647           not previous frames (since they're header for the next frame, not
39648           the previous). Also see #119206.
39649         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39650         (bpf_from_header):
39651           Move caps setting so we only do it after finding several valid
39652           MPEG-1 fraes sequentially, not right after the first one (which
39653           might be coincidental).
39654         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39655         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39656         (plugin_init):
39657           Add unsynced MPEG video stream typefinding, and change some
39658           probability values so we detect streams rightly. The idea is as
39659           follows: I can have an unsynced system stream which contains
39660           video. In the current code, I would randomly get a type for either
39661           system or video stream type found, because the probabilities are
39662           being calculated rather randomly. I now use fixed values, so we
39663           always prefer system stream if that was found (and that is how it
39664           should be). If no system stream was found, we can still identity                the stream as video-only.
39665
39666 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39667
39668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39669         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39670           don't write to buffer. Extract data without the need of
39671           __attribute__ ((packed))
39672
39673 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39674
39675         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39676         (mpeg1_sys_type_find):
39677           Fix MPEG-1 stream typefinding.
39678
39679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39680
39681         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39682           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39683
39684 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39685
39686         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39687         * ext/esd/gstesd.c: (plugin_init):
39688           private debugging, better error reporting
39689
39690 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39691
39692         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39693         (gst_riff_read_init), (gst_riff_read_change_state):
39694         * gst-libs/gst/riff/riff-read.h:
39695           Remove stuff fromold metadata system.
39696
39697 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39698
39699         * ext/ogg/gstoggdemux.c:
39700           Fix wrong file comment.
39701         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39703           Add metadata reading properly.
39704
39705 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39706
39707         * ext/Makefile.am:
39708           Fix nas DIST_SUBDIRS
39709           Uraeus:
39710           Fix bug where make distcheck doesn't get run on adding stuff to
39711           the build.
39712
39713 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39714
39715         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39716         * ext/divx/gstdivxdec.h:
39717           Fix divx3 ("msmpeg4") playback using divxdec.
39718
39719 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39720
39721         * gst/typefind/gsttypefindfunctions.c:
39722         (mp3_type_frame_length_from_header): fix bug in length computation
39723         (mp3_type_find): improve debugging output
39724
39725 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39726
39727         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39728         (gst_play_set_location), (gst_play_seek_to_time),
39729         (gst_play_set_audio_sink), (gst_play_set_visualization),
39730         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39731         the pipeline from scratch. Visualization is back and switch went out as
39732         i realized it was not possible to use the way i wanted.
39733         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39734         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39735         clearing in state change from READY to NULL. So that one can clean the
39736         X ressources keeping the element.
39737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39738         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39739         (gst_xvimagesink_colorbalance_set_value),
39740         (gst_xvimagesink_colorbalance_get_value),
39741         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39742         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39743         change from READY to NULL and fixed some stupid bugs in colorbalance
39744         get/set values. Also added the following feature : when nobody tries to
39745         set some values to the colorbalance levels before the xcontext is
39746         grabbed, then when creating channels list from Xv attributes we set the
39747         internal values to the Xv defaults. This way we handle buggy Xv drivers
39748         that set default hue values far from the middle of the range (Thanks
39749         to Jon Trowbridge for pointing that issue).
39750         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39751         colorbalance levels have been set before xcontext is grabbed.
39752
39753 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39754
39755         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39756           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39757           it might block operations (which is bad for a mixer).
39758
39759 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39760
39761         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39762         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39763         (gmip_find_type_pre):
39764         * gst-libs/gst/media-info/media-info-priv.h:
39765         * gst-libs/gst/media-info/media-info.c:
39766         (gst_media_info_instance_init), (gst_media_info_read_idler):
39767         add fakesink to get caps on decoder src pad again
39768         fix callback prototype to match new have_type signal signature
39769
39770 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39771
39772         * gst/adder/gstadder.c: (gst_adder_link):
39773           fix non-compile and cut-n-paste code
39774
39775 2004-01-21  David Schleef  <ds@schleef.org>
39776
39777         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39778         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39779         (gst_swfdec_init), (gst_swfdec_change_state):
39780         * ext/swfdec/gstswfdec.h:
39781         Fix negotiation.
39782         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39783         (gst_adder_request_new_pad): Fix negotiation.
39784         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39785         Add a fixate function.
39786         * gst/intfloat/gstfloat2int.c:
39787         * gst/intfloat/gstfloat2int.h:
39788         * gst/intfloat/gstint2float.c:
39789         * gst/intfloat/gstint2float.h:
39790         Completely rewrite the negotiation.  Doesn't quite work yet,
39791         due to some buffer-frames problem.
39792
39793 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39794
39795         * ext/gnomevfs/gstgnomevfssrc.c:
39796         * sys/v4l2/v4l2_calls.h:
39797           fix includes for distcheck
39798
39799 2004-01-21  Christian Schaller <uraeus@gnome.org>
39800
39801         * ext/nas/
39802         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39803         based on earlier patch from Laurent Vivier
39804
39805 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39806
39807         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39808         Fix wma caps property
39809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39810         Fix typo (flags1 and flags2)
39811
39812 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39813
39814         * gst-libs/gst/media-info/media-info-priv.c:
39815         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39816         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39817         (gmip_find_stream), (gmip_find_track_metadata),
39818         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39819         (gmip_find_track_format):
39820         * gst-libs/gst/media-info/media-info-priv.h:
39821         * gst-libs/gst/media-info/media-info-test.c: (main):
39822         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39823         (gst_media_info_read_idler), (gst_media_info_read):
39824         * gst-libs/gst/media-info/media-info.h:
39825           register debugging category and use it for debugging
39826
39827 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39828
39829         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39830         (gst_vorbisfile_new_link):
39831           signal streaminfo through tags
39832
39833 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39834
39835         * ext/mplex/gstmplex.cc:
39836         * ext/mplex/gstmplexibitstream.cc:
39837           g++ doesn't like NULL in our i18n/error macros, should be
39838           either (NULL) or ("").
39839
39840 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39841
39842         * sys/dxr3/dxr3audiosink.c:
39843         * sys/dxr3/dxr3init.c:
39844         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39845         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39846           Fix more error error error errors (missing includes here).
39847
39848 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39849
39850         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39851           fix thomas' error errors.
39852
39853 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39854
39855         * ext/mpeg2enc/gstmpeg2enc.cc:
39856           fix error errors.
39857
39858 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39859
39860         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39861         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39862           Fix for new error system.
39863
39864 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39865
39866         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39867           fix for new error reporting
39868
39869 2004-01-20  David Schleef  <ds@schleef.org>
39870
39871         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39872         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39873         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39874         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39875         and neither is 100+, most likely.
39876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39877         (gst_xvimagesink_getcaps): same
39878
39879 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39880
39881         * configure.ac:
39882           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39883           clashes with ffmpeg.
39884
39885 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39886
39887         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39888         (gst_switch_init): Fixed switch element : proxying link and setting
39889         caps from src to sink on request.
39890
39891 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39892
39893         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39894         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39895         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39896         fix element_error
39897
39898 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39899
39900         * sys/v4l/v4l_calls.h:
39901         * sys/v4l2/v4l2_calls.h:
39902           element_error fixes
39903
39904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39905
39906         * gst-libs/gst/gst-i18n-plugin.h:
39907           add locale.h
39908           remove config.h inclusion
39909
39910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39911
39912         * autogen.sh:
39913           adding autopoint invocation
39914         * Makefile.am:
39915         * configure.ac:
39916         * gst-libs/gst/gettext.h:
39917           adding gettext bits
39918         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39919         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39920         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39922         (gst_gnomevfssink_close_file):
39923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39924         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39925         * gst-libs/gst/gst-i18n-plugin.h:
39926         * gst/avi/gstavi.c: (plugin_init):
39927         * sys/dxr3/dxr3init.c: (plugin_init):
39928         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39929         * sys/oss/gstossaudio.c: (plugin_init):
39930         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39931         * sys/v4l/gstv4l.c: (plugin_init):
39932         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39933         * sys/v4l2/gstv4l2.c: (plugin_init):
39934         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39935         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39936         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39937         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39938         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39939         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39940           make sure locale and translation domain are set
39941           fix translated strings
39942         * po/.cvsignore:
39943         * po/LINGUAS:
39944         * po/Makevars:
39945         * po/POTFILES.in:
39946         * po/nl.po:
39947           put translation files into place
39948         * sys/xvideo/imagetest.c: (main):
39949         * ext/dv/demo-play.c: (main):
39950           fix unnecessary translations
39951
39952 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39953
39954         * ext/sndfile/gstsf.c:
39955         * gst/avi/gstavimux.c:
39956         * ext/audiofile/gstafsink.c:
39957         * ext/audiofile/gstafsrc.c:
39958         * ext/gnomevfs/gstgnomevfssink.c:
39959         * ext/gnomevfs/gstgnomevfssrc.c:
39960         * sys/oss/gstosselement.c:
39961         * sys/v4l/v4l_calls.h:
39962           fix i18n include
39963
39964 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39965
39966         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39967         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39968         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39969         (gst_v4l2_get_output), (gst_v4l2_set_output),
39970         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39971         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39972         (gst_v4l2_set_attribute):
39973         update to new error handling
39974
39975 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39976
39977         * ext/sidplay/gstsiddec.cc:
39978         * gst/modplug/gstmodplug.cc:
39979           parenthese NULL because C++ seems angry about it
39980
39981 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39982
39983         * gst-libs/gst/gst-i18n-plugin.h:
39984           add skeleton i18n stuff, but needs to be further implemented
39985
39986 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39987
39988         * examples/gstplay/player.c: (main):
39989         * ext/aalib/gstaasink.c: (gst_aasink_open):
39990         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39993         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39994         (gst_afsink_close_file):
39995         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39996         (gst_afsrc_close_file):
39997         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39998         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39999         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40000         * ext/esd/esdmon.c: (gst_esdmon_get):
40001         * ext/esd/esdsink.c: (gst_esdsink_chain):
40002         * ext/faac/gstfaac.c: (gst_faac_chain):
40003         * ext/faad/gstfaad.c: (gst_faad_chain):
40004         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40005         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40006         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40007         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40008         (gst_flacdec_loop):
40009         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40010         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40013         (gst_gnomevfssink_close_file):
40014         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40015         (gst_gnomevfssrc_open_file):
40016         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40017         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40018         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40019         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40020         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40021         * ext/mad/gstmad.c: (gst_mad_chain):
40022         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40023         * ext/mpeg2dec/gstmpeg2dec.c:
40024         * ext/mpeg2enc/gstmpeg2enc.cc:
40025         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40026         * ext/mplex/gstmplex.cc:
40027         * ext/mplex/gstmplexibitstream.cc:
40028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40029         (gst_ogg_demux_push), (gst_ogg_pad_push):
40030         * ext/raw1394/gstdv1394src.c:
40031         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40032         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40033         * ext/sidplay/gstsiddec.cc:
40034         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40035         (gst_sf_loop):
40036         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40037         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40038         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40040         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40041         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40042         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40043         * gst-libs/gst/Makefile.am:
40044         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40045         (gst_riff_read_element_data), (gst_riff_read_seek),
40046         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40047         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40048         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40049         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40051         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40052         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40053         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40054         * gst/goom/gstgoom.c: (gst_goom_chain):
40055         * gst/id3/gstid3types.c: (gst_id3types_loop):
40056         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40057         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40058         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40059         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40060         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40061         (gst_ebml_read_float), (gst_ebml_read_header):
40062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40063         (gst_matroska_demux_parse_blockgroup):
40064         * gst/modplug/gstmodplug.cc:
40065         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40066         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40067         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40068         * gst/silence/gstsilence.c: (gst_silence_get):
40069         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40070         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40071         * gst/speed/gstspeed.c: (speed_loop):
40072         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40073         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40074         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40075         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40076         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40077         (gst_wavparse_loop):
40078         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40079         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40080         (dxr3audiosink_close):
40081         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40082         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40083         (dxr3videosink_close), (dxr3videosink_write_data):
40084         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40085         * sys/oss/gstosselement.h:
40086         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40087         (gst_osssink_chain):
40088         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40089         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40092         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40093         (gst_v4l_enable_overlay):
40094         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40095         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40096         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40097         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40098         (gst_v4l_set_audio):
40099         * sys/v4l/v4l_calls.h:
40100         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40101         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40102         (gst_v4lmjpegsink_playback_init),
40103         (gst_v4lmjpegsink_playback_start):
40104         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40105         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40106         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40107         (gst_v4lmjpegsrc_requeue_frame):
40108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40109         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40110         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40111         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40113         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40114         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40115         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40116         (gst_v4l2src_capture_stop):
40117         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40118         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40119         (gst_ximagesink_chain):
40120         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40121         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40122         (gst_xvideosink_xwindow_new):
40123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40124         (gst_xvimagesink_chain):
40125         use new error signal, function and categories
40126
40127 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40128
40129         * configure.ac:
40130         * ext/Makefile.am:
40131         * ext/musicbrainz/gsttrm.c:
40132         * ext/musicbrainz/gsttrm.h:
40133         * ext/musicbrainz/Makefile.am:
40134         Add a trm plugin
40135
40136 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40137
40138         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40139         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40140         synchronous property for debugging.
40141         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40143         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40144         smaller block, fixing indent.
40145
40146 2004-01-16  David Schleef  <ds@schleef.org>
40147
40148         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40149         property affects the video stream.
40150         * sys/xvimage/xvimagesink.c:
40151         * sys/xvimage/xvimagesink.h:
40152         Add synchronous property for debugging.  Should probably be
40153         disabled in non-CVS builds.  Make sure that the Xv attribute
40154         exists before we set it (crash!).  Fix a silly float bug that
40155         caused colorbalance to just not work.
40156
40157 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40158
40159         * tools/gst-launch-ext.in - update for new plugins
40160
40161 2004-01-16  David Schleef  <ds@schleef.org>
40162
40163         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40164         already-freed caps.
40165
40166 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40167
40168         * Update spec for new colorspace plugin and libcaca plugin
40169         * Fix compilation of libcaca plugin (clock -> id)
40170
40171 2004-01-16  Julien MOUTTE <julien@moutte.net>
40172
40173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40174         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40175         (gst_xvimagesink_set_xwindow_id),
40176         (gst_xvimagesink_colorbalance_set_value),
40177         (gst_xvimagesink_colorbalance_get_value),
40178         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40179         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40180         correct colorbalance properties. They can now be set when the element
40181         is still in NULL state. The values will be committed to the Xv Port
40182         when xcontext is initialized.
40183         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40184         brightness int values in the GstXvImagesink structure.
40185
40186 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40187
40188         * gst-libs/gst/Makefile.am:
40189           restructure so having local patches works easier.
40190
40191 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40192
40193         * ext/mpeg2enc/Makefile.am:
40194         * ext/mpeg2enc/gstmpeg2enc.cc:
40195         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40196           Bugfix with respect to EOS handling.
40197
40198 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40199
40200         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40201           Link with right caps (else, it segfaults).
40202         * ext/mplex/gstmplexjob.cc:
40203           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40204
40205 2004-01-15  David Schleef  <ds@schleef.org>
40206
40207         * gst-libs/gst/audio/Makefile.am:
40208         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40209         from the template.
40210         * gst-libs/gst/audio/gstaudiofilter.c:
40211         * gst-libs/gst/audio/gstaudiofilter.h:
40212         Add bytes_per_sample and size and n_samples calculation.
40213         * gst-libs/gst/audio/gstaudiofilterexample.c:
40214         Remove, now autogenerated.
40215         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40216         Moved from gstaudiofilterexample, object name changed, code added
40217         so that it actually works.
40218         * gst-libs/gst/audio/make_filter:
40219         Script to build an audiofilter subclass from the template.
40220         * gst/colorspace/Makefile.am:
40221         * gst/colorspace/yuv2yuv.c:
40222         Remove file, since it's GPL, and we don't use it.
40223
40224 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40225
40226         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40228         them use the buffer free function to test how the buffer was allocated.
40229
40230 2004-01-15  David Schleef  <ds@schleef.org>
40231
40232         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40233         that handles osssink fallback.
40234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40235         (gst_audio_convert_getcaps):
40236         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40237         Add audio/x-qdm2 for QDM2 audio.
40238         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40239         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40240         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40241         Decrease minimum size to 16x16.
40242         * gst/wavparse/gstwavparse.c:
40243         Convert disabled pad template caps to new caps.
40244         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40246         (gst_xvimagesink_chain): Throw element error when display cannot
40247         be opened.  Increase minimum framerate to 1.0.  Check the data
40248         free function on a buffer to make sure it is the type we expect
40249         before manipulating it.
40250
40251 2004-01-15  Julien MOUTTE <julien@moutte.net>
40252
40253         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40254         (gst_videobalance_colorbalance_set_value): Implement passthru if
40255         settings are in the middle.
40256         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40257
40258 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40259
40260         * gst/videofilter/Makefile.am:
40261         * gst/volume/Makefile.am:
40262           Since we use videofilter symbols, link to it.
40263
40264 2004-01-15  Julien MOUTTE <julien@moutte.net>
40265
40266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40267         mixer interface type to HARDWARE.
40268         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40269         type to SOFTWARE.
40270         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40271         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40272         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40273         (gst_volume_interface_init), (gst_volume_list_tracks),
40274         (gst_volume_set_volume), (gst_volume_get_volume),
40275         (gst_volume_set_mute), (gst_volume_mixer_init),
40276         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40277         (volume_init): Implementing mixer interface.
40278         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40279         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40280         (gst_osselement_change_state): Removing some trailing commas in
40281         structures.
40282         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40283         interface type to HARDWARE.
40284         * sys/v4l/gstv4lcolorbalance.c:
40285         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40286         type to HARDWARE.
40287         * sys/v4l2/gstv4l2colorbalance.c:
40288         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40289         interface type to HARDWARE.
40290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40291         same code than ximagesink for event handling.
40292
40293 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40294
40295         * ext/snapshot/Makefile.am:
40296         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40297         (gst_snapshot_chain):
40298         * ext/snapshot/gstsnapshot.h:
40299           This has to be a joke... Snapshot should be connected to a tee,
40300           colorspace element before it and EOS after that, where the other
40301           src of the tee receives normal data.
40302           The current way is *wrong*.
40303
40304 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40305
40306         * ext/hermes/gsthermescolorspace.c:
40307           Fix another compile error. Same as below.
40308
40309 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40310
40311         * gst/colorspace/gstcolorspace.c:
40312         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40313         (gst_colorspace_i420_to_yv12):
40314           Fix compiling... Didn't test if it actually works.
40315
40316 2004-01-15  David Schleef  <ds@schleef.org>
40317
40318         * configure.ac:
40319         * gst/colorspace/Makefile.am:
40320         * gst/colorspace/gstcolorspace.c:
40321         * gst/colorspace/gstcolorspace.h:
40322         * gst/colorspace/yuv2rgb.c:
40323         * gst/colorspace/yuv2rgb.h:
40324         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40325         code and GPL code.  Fix for new caps negotiation.  Rewrite
40326         much of the format handling code, and some of the conversion
40327         code.  Basically, rewrote almost everything.  This element
40328         handles I420, YV12 to RGB conversions.
40329         * ext/hermes/Makefile.am:
40330         * ext/hermes/gsthermescolorspace.c:
40331         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40332         Remove non-Hermes related code.  This element handles lots of
40333         RGB to RGB conversions, but no YUV.
40334         * ext/hermes/gstcolorspace.c:
40335         * ext/hermes/gstcolorspace.h:
40336         * ext/hermes/rgb2yuv.c:
40337         * ext/hermes/yuv2rgb.c:
40338         * ext/hermes/yuv2rgb.h:
40339         * ext/hermes/yuv2rgb_mmx16.s:
40340         * ext/hermes/yuv2yuv.c:
40341         * ext/hermes/yuv2yuv.h:
40342         Remove old code.
40343
40344 2004-01-14  Colin Walters  <walters@verbum.org>
40345
40346         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40347         they've already been.
40348
40349 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40350
40351         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40352           assume tag mode when pad is not connected
40353
40354 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40355
40356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40357           Don't update the time of the clock
40358         (gst_alsa_sink_loop):
40359           sync to the clock given to alsasink, not the own clock
40360         * sys/oss/gstosssink.c: (gst_osssink_chain):
40361           sync to the clock
40362         (gst_osssink_change_state):
40363           activate the clock
40364         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40366           remove bogus code that made DISCONT events unhandled
40367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40368           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40369           #131502)
40370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40371         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40372         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40373           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40374           2nd warning in bug #131502)
40375
40376 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40377
40378         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40379         (gst_videobalance_colorbalance_set_value),
40380         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40381         for colorbalance interface implementation.
40382         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40383         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40384         (gst_ximagesink_dispose), (gst_ximagesink_init),
40385         (gst_ximagesink_class_init): Adding DISPLAY property.
40386         * sys/ximage/ximagesink.h: Adding display_name to store display.
40387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40388         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40389         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40390         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40391         properties (they still need polishing though for gst-launch use : no
40392         xcontext yet, i ll do that tomorrow).
40393         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40394
40395 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40396
40397         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40398         (gst_play_set_location), (gst_play_set_visualization): Preparing
40399         switch integration, adding videobalance in the pipeline.
40400
40401 2004-01-14  Julien MOUTTE <julien@moutte.net>
40402
40403         * gst-libs/gst/colorbalance/colorbalance.c:
40404         (gst_color_balance_class_init): Adding a default type.
40405         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40406         the type.
40407         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40408         (gst_videobalance_dispose), (gst_videobalance_class_init),
40409         (gst_videobalance_init), (gst_videobalance_interface_supported),
40410         (gst_videobalance_interface_init),
40411         (gst_videobalance_colorbalance_list_channels),
40412         (gst_videobalance_colorbalance_set_value),
40413         (gst_videobalance_colorbalance_get_value),
40414         (gst_videobalance_colorbalance_init): Implementing colorbalance
40415         interface.
40416         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40417         list.
40418         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40419         bug which was triggering a BadAccess X error when setting an overlay
40420         before pad was really negotiated.
40421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40422         Using the colorbalance type macro.
40423
40424 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40425
40426         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40427         (gst_flacenc_chain):
40428           handle tags correctly
40429         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40430           extract ID3v1 tags correctly
40431
40432 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40433
40434         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40435         (plugin_init):
40436           Improve matroska typefinding for odd-typed headers...
40437
40438 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40439
40440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40441           Fix for using incremental number on padnames.
40442
40443 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40444
40445         * ext/divx/gstdivxdec.c:
40446         * ext/divx/gstdivxenc.c:
40447           Set category to divx4linux instead of divx (too generic).
40448         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40449         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40450         (gst_wavparse_loop), (gst_wavparse_change_state):
40451         * gst/wavparse/gstwavparse.h:
40452           fix parsing of WAV files with non-standard fmt-tag size and fix
40453           skipping of unrecognized chunks... Someone please fix this thing
40454           to use rifflib so all this is automated.
40455         * sys/v4l/Makefile.am:
40456         * sys/v4l2/Makefile.am:
40457           Add X_CFLAGS because we depend on X (for overlay).
40458
40459 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40460
40461         * ext/mpeg2dec/gstmpeg2dec.c:
40462           Don't issue a timestamp unless we tagged the frame
40463           with a PTS.
40464
40465 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40466
40467         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40468           Query the audio element to get the time, not the clock. We're
40469           interested in the element's time here.
40470
40471 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40472
40473         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40475         * ext/esd/esdsink.c: (gst_esdsink_chain):
40476         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40477         * ext/mas/massink.c: (gst_massink_chain):
40478         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40480         (gst_matroska_demux_parse_metadata):
40481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40482         (gst_mpeg_parse_release_locks):
40483         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40484         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40486         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40487         (gst_osssink_change_state):
40488         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40489         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40490         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40491         (gst_xvideosink_release_locks):
40492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40493           use element time.
40494         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40495         (gst_alsa_clock_stop):
40496         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40497         (gst_audio_clock_get_internal_time):
40498           simplify for use with new clocking code.
40499         * testsuite/alsa/Makefile.am:
40500         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40501           fix testsuite for new caps system
40502
40503 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40504
40505         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40506         * ext/flac/gstflacenc.c: (add_one_tag):
40507           length is already host endian, no need to convert. Fixes playback of
40508           tagged files on PPC. (bug #128384)
40509
40510 2004-01-13  Julien MOUTTE <julien@moutte.net>
40511
40512         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40513         colorbalance interface stating if it is hardware based or software
40514         based.
40515         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40516         Removing a trailing comma.
40517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40518         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40519         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40520         the documentation seems to be wrong on the -1000 to 1000 interval.
40521
40522 2004-01-12  David Schleef  <ds@schleef.org>
40523
40524         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40525         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40526         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40527         Fix negotiation.  Add a bufferalloc function for the sink pad,
40528         and generally clean up some of the code.
40529
40530 2004-01-12  Julien MOUTTE <julien@moutte.net>
40531
40532         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40533         (gst_color_balance_channel_dispose): Adding safety check in dispose
40534         method.
40535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40536         (gst_xvimagesink_xcontext_clear),
40537         (gst_xvimagesink_interface_supported),
40538         (gst_xvimagesink_colorbalance_list_channels),
40539         (gst_xvimagesink_colorbalance_set_value),
40540         (gst_xvimagesink_colorbalance_get_value),
40541         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40542         Adding colorbalance interface support to set XV parameters such as
40543         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40544         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40545         interface.
40546
40547 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40548
40549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40550         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40551         (gst_audio_convert_init), (gst_audio_convert_set_property),
40552         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40553         (gst_audio_convert_link),
40554         (gst_audio_convert_buffer_to_default_format),
40555         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40556           - implement _getcaps and use it
40557           - improve linking
40558           - remove float caps since no float conversion is actually done
40559           - remove properties and arguments that were to be used for rate
40560             conversion
40561
40562 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40563
40564         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40565         (gst_audio_structure_set_int):
40566         * gst-libs/gst/audio/audio.h:
40567           add helper functions for _getcaps matching the standard audio
40568           templates
40569
40570 2004-01-12  David Schleef  <ds@schleef.org>
40571
40572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40573         Test that pad is negotiated before getting its caps.
40574
40575 2004-01-12  Julien MOUTTE <julien@moutte.net>
40576
40577         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40578         analyzing the pads of an element the bin is mostly in READY state so
40579         no caps were negotiated. This helper function needs to work with
40580         _get_caps directly then. I was not freeing them though, added that to
40581         fix the mem leak.
40582
40583 2004-01-12  Julien MOUTTE <julien@moutte.net>
40584
40585         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40587         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40588         than the free_func.
40589
40590 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40591
40592         * sys/oss/gstossaudio.c: (plugin_init):
40593         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40594         * sys/oss/gstosselement.h:
40595           make an oss debugging category
40596           make failure more descriptive
40597
40598 2004-01-11  David Schleef  <ds@schleef.org>
40599
40600         * ext/ffmpeg/gstffmpeg.c:
40601         * ext/ffmpeg/gstffmpegcodecmap.c:
40602         * ext/ffmpeg/gstffmpegdec.c:
40603         * ext/ffmpeg/gstffmpegenc.c:
40604         * ext/ffmpeg/gstffmpegprotocol.c:
40605         * ext/gdk_pixbuf/gstgdkanimation.c:
40606         * ext/jpeg/gstjpeg.c:
40607         * ext/libpng/gstpng.c:
40608         * ext/mpeg2dec/perftest.c:
40609         * ext/speex/gstspeex.c:
40610         * gst-libs/gst/resample/dtos.c:
40611         * gst/intfloat/gstintfloatconvert.c:
40612         * gst/oneton/gstoneton.c:
40613         * gst/rtjpeg/RTjpeg.c:
40614         * gst/rtp/gstrtp.c:
40615         * sys/dxr3/dxr3init.c:
40616         * sys/glsink/gstgl_nvimage.c:
40617         * sys/glsink/gstgl_pdrimage.c:
40618         * sys/glsink/gstglsink.c:
40619         * testsuite/gst-lint:
40620         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40621
40622 2004-01-11  David Schleef  <ds@schleef.org>
40623
40624         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40625         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40626         * ext/gdk_pixbuf/gstgdkanimation.c:
40627         (gst_gdk_animation_iter_create_pixbuf):
40628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40629         (gst_gdk_pixbuf_chain):
40630         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40631         * ext/jack/gstjack.c: (gst_jack_change_state):
40632         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40633         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40634         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40635         * gst/videofilter/gstvideofilter.c:
40636         (gst_videofilter_set_output_size):
40637         Remove all usage of gst_pad_get_caps(), and replace it with
40638         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40639
40640 2004-01-11  David Schleef  <ds@schleef.org>
40641
40642         * configure.ac:
40643         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40644         * ext/divx/gstdivxdec.c:
40645         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40646         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40647         handle images that span multiple buffers.  Now work with both
40648         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40649         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40650         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40651         video/video.h changes
40652         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40653         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40654         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40655         of GstData free function.
40656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40657         same.
40658
40659 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40660
40661         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40662         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40663         (gst_v4l2element_get_property):
40664         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40665           add norm, channel and frequency properties.
40666         * sys/v4l2/gstv4l2tuner.c:
40667           fixes for tuner interface changes
40668         * sys/v4l2/gstv4l2element.h:
40669         * sys/v4l2/gstv4l2src.c:
40670         * sys/v4l2/gstv4l2src.h:
40671         * sys/v4l2/v4l2src_calls.c:
40672         * sys/v4l2/v4l2src_calls.h:
40673           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40674
40675 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40676
40677         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40678         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40679         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40680         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40681         * gst-libs/gst/tuner/tuner.h:
40682           GObjects aren't const.
40683           Add find_by_name functions.
40684           Add checks to _changed functions.
40685         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40686         (gst_v4l_tuner_get_norm):
40687           Fixes for above.
40688
40689 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40690
40691         * gst-libs/gst/video/video.h:
40692           Fix caps template names to be understandable.
40693           Prefix everything with GST_VIDEO.
40694         * ext/aalib/gstaasink.c:
40695         * ext/divx/gstdivxdec.c:
40696         * ext/divx/gstdivxenc.c:
40697         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40698         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40699         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40700         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40701         * ext/libcaca/gstcacasink.c:
40702         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40703         * ext/snapshot/gstsnapshot.c:
40704         * ext/swfdec/gstswfdec.c:
40705         * ext/xvid/gstxviddec.c:
40706         * ext/xvid/gstxvidenc.c:
40707         * gst/chart/gstchart.c:
40708         * gst/deinterlace/gstdeinterlace.c:
40709         * gst/effectv/gsteffectv.c:
40710         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40711         * gst/goom/gstgoom.c:
40712         * gst/median/gstmedian.c:
40713         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40714         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40715         * gst/overlay/gstoverlay.c:
40716         * gst/smooth/gstsmooth.c:
40717         * gst/smpte/gstsmpte.c:
40718         * gst/synaesthesia/gstsynaesthesia.c:
40719         * gst/videocrop/gstvideocrop.c:
40720         * gst/videodrop/gstvideodrop.c:
40721         * gst/y4m/gsty4mencode.c:
40722         * sys/qcam/gstqcamsrc.c:
40723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40724           Make them work with new video.h file.
40725         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40726         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40728         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40729           Make it work with new buffer allocation system.
40730
40731 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40732
40733         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40734         pad_alloc_buffer implementation to use ->srcpad
40735         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40736         pad_alloc_buffer implementation to use ->srcpad
40737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40738         pad_alloc_buffer implementation to use ->srcpad
40739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40740         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40741         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40742         a reference to everything we need.
40743         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40745         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40746         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40747         a reference to everything we need.
40748         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40749
40750 2004-01-11  David Schleef  <ds@schleef.org>
40751
40752         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40753         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40754         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40755         structure members.
40756         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40757         value during a resize/renegotiation.
40758         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40759         gst_pad_alloc_buffer();
40760         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40761         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40762         structure members.
40763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40764         Fix for rename of buffer private structure members.
40765         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40766         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40767         Fix for rename of buffer private structure members.
40768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40769         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40770         Fix for rename of buffer private structure members.
40771
40772 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40773
40774         reviewed by: David Schleef <ds@schleef.org>
40775
40776         * gst/videofilter/Makefile.am:
40777         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40778         from the patch by ds to fit in with recent make_filter changes.
40779
40780 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40781
40782         * configure.ac: Adding examples/switch/Makefile
40783         * examples/Makefile.am: Adding examples/switch
40784         * examples/switch/Makefile.am: Adding switcher example.
40785         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40786         (switch_timer), (main): Adding an example demonstrating switch usage
40787         with 2 videotestsrc showing different patterns.
40788         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40789         (gst_switch_init): Fixing switch with the new caps system.
40790
40791 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40792
40793         * gst-libs/gst/video/video.h:
40794           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40795           They should probably be like
40796           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40797
40798 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40799
40800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40801         (qtdemux_parse_trak):
40802           fix audio chunk size/timestamp calculation
40803
40804 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40805
40806         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40807           fix SVQ3 caps
40808
40809 2004-01-11  Steve Baker  <steve@stevebaker.org>
40810
40811         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40812         (gst_agingtv_base_init), (gst_agingtv_class_init),
40813         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40814         (gst_agingtv_set_property), (gst_agingtv_get_property):
40815         Port agingTV to videofilter
40816
40817 2004-01-09  Julien MOUTTE <julien@moutte.net>
40818
40819         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40820         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40821
40822 2004-01-09  Julien MOUTTE <julien@moutte.net>
40823
40824         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40825         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40826         * gst-libs/gst/xoverlay/xoverlay.c:
40827         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40828         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40829         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40831         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40832         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40833         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40834         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40835         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40836         interface implementation to handle xid being 0 and fix some bugs
40837         triggered by Benjamin's testcase.
40838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40839         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40840         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40841         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40842         interface implementation to handle xid being 0 and fix some bugs
40843         triggered by Benjamin's testcase.
40844
40845 2004-01-09  David Schleef  <ds@schleef.org>
40846
40847         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40848         mouse pointer events.  It works.
40849
40850 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40851
40852         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40853           Use explicit caps - fix capsnego.
40854         * ext/xvid/gstxviddec.c:
40855         * ext/xvid/gstxvidenc.c:
40856           Remove macro-inside-macro which caused compile errors.
40857         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40858           Error out if it's not a RIFF file. Else we error out without
40859           gst_element_error() which is not good...
40860
40861 2004-01-08  David Schleef  <ds@schleef.org>
40862
40863         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40864         Fix pad_link function to handle formats that ffmpeg returns
40865         as multiple caps structures.
40866         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40867         Only complain if source buffer is _smaller_ than expected.
40868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40869         (gst_videoscale_handle_src_event): Resize navigation events
40870         when passing them upstream.
40871         * gst/videotestsrc/gstvideotestsrc.c:
40872         * gst/videotestsrc/gstvideotestsrc.h:
40873         * gst/videotestsrc/videotestsrc.c:
40874         * gst/videotestsrc/videotestsrc.h:
40875         Rewrite many of the buffer painting functions to handle odd
40876         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40877         been verified to work with my video card.
40878         * testsuite/gst-lint:  Add check for elements calling
40879         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40880
40881 2004-01-08  David Schleef  <ds@schleef.org>
40882
40883         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40884         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40885
40886 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40887
40888         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40889         configure event is not emiting the desired size signal. That fixes
40890         aspect ratio issues with gst-player.
40891
40892 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40893
40894         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40895           Fix capsnego.
40896
40897 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40898
40899         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40900         public method to fire size signal.
40901
40902 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40903
40904         * examples/gstplay/Makefile.am: Adding the interface library.
40905         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40906         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40907         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40908         GST_IS_X_OVERLAY before signal connect.
40909         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40910         Removing the have_video_size signal.
40911         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40912         and associated public method.
40913         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40914         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40915         signal.
40916         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40917         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40918         signal.
40919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40920         Using XOverlay public method to fire size signal.
40921
40922 2004-01-07  David Schleef  <ds@schleef.org>
40923
40924         * gst/videofilter/Makefile.am:
40925         * gst/videofilter/gstvideotemplate.c:
40926         * gst/videofilter/make_filter:
40927         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40928         Convert make_filter to /bin/sh script.
40929
40930 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40931
40932         * gst/modplug/gstmodplug.cc: fix element description
40933
40934 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40935
40936         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40937         (got_video_size): Adding some new lines in g_print calls.
40938         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40939         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40940         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40941         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40942         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40943         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40944         Complete code review, reverting some stuff i disagree with, adding
40945         some fixes : time synchronization on invalid timestamps, renegotiation
40946         of private window.
40947         * sys/ximage/ximagesink.h:
40948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40949         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40950         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40951         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40952         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40953         (gst_xvimagesink_buffer_new),
40954         (gst_xvimagesink_navigation_send_event),
40955         (gst_xvimagesink_set_xwindow_id),
40956         (gst_xvimagesink_get_desired_size),
40957         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40958         stuff i disagree with, adding some fixes : Renegotiation of private
40959         window, implementing get_desired_size.
40960
40961 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40962
40963         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40964         (gst_afsink_handle_event):
40965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40966         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40967         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40968         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40969         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40970           Fix for instantiate-test (see core). Also remove dead code from
40971           jpegenc (which still needs fixing, but that's lower on my TODO
40972           list...).
40973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40974           Never return NULL as caps.
40975
40976 2004-01-07  David Schleef  <ds@schleef.org>
40977
40978         * configure.ac:
40979         * ext/Makefile.am:
40980         * ext/librfb/Makefile.am:
40981         * ext/librfb/gstrfbsrc.c:
40982         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40983         is the protocol used by VNC.
40984
40985 2004-01-07  David Schleef  <ds@schleef.org>
40986
40987         * gst/videofilter/gstvideotemplate.c:
40988         * gst/videofilter/gstvideotemplate.h:
40989         * gst/videofilter/make_filter:
40990         Merge videotemplate header into source file.
40991         * gst/effectv/Makefile.am:
40992         * gst/effectv/gsteffectv.c: (plugin_init):
40993         * gst/effectv/gstwarp.c:
40994         Make warpTV a subclass of videofilter.
40995
40996 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40997
40998         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40999           Add guard against invalid utf-8 conversions in mad. Just in case.
41000
41001 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41002
41003         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41004           Fix for bug shown by poisoning
41005
41006 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41007
41008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41009         (gst_v4lmjpegsrc_buffer_free):
41010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41011         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41012         (gst_v4lsrc_buffer_free):
41013           Fix for removed bufferpools.
41014
41015 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41016
41017         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41018         Fix caps negotiation.
41019
41020         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41021         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41022         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41023         (dvdnavsrc_event):
41024         * ext/mpeg2dec/gstmpeg2dec.c:
41025         * gst-libs/gst/navigation/navigation.c:
41026         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41027         * gst-libs/gst/navigation/navigation.h:
41028         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41029         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41031         Super-simple first version of mouse and keyboard events. Clicking
41032         on a DVD menu now works, although it may not take you where you
41033         expected.
41034
41035         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41036         * gst/videotestsrc/gstvideotestsrc.c:
41037         (gst_videotestsrc_src_fixate):
41038         These fixate functions were broken - they never actually
41039         fixated :)
41040
41041 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41042
41043         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41044         (gst_icecastsend_init):
41045           fix for new caps system.
41046         * gst-libs/gst/mixer/mixertrack.h:
41047         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41048           Add 'master track' flag (for tools like ACME that only want to
41049           change the main volume).
41050
41051 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41052
41053         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41054         (gst_xvid_csp_to_caps):
41055         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41056         * ext/xvid/gstxvidenc.c:
41057         ifdef out ARGB type when it isn't available
41058         in xvidcore 1.0.0beta2
41059
41060 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41061
41062         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41063           When we have received a new SCR right in the first buffer after
41064           a seek (so in the same cycle that handles the discont), we should
41065           handle the buffer instead of unreffing it, else we lose data.
41066
41067 2004-01-06  Iain <iain@prettypeople.org>
41068
41069         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41070           buffer-frames caps too.
41071
41072         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41073           caps that we need, don't destroy them all and rebuild them. And when
41074           creating src pads, use the src pad template rather than the sink...
41075
41076 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41077
41078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41079           Add pad to element *after* setting functions such as event handler.
41080           Without this, the scheduler (opt) will link pads, set the event
41081           handler from the default event function (dispatcher in gstpad.c)
41082           and *after* that, we will set our own event function, which will
41083           thus never be used (and thus mpegdemux doesn't handle events).
41084
41085 2004-01-04  David Schleef  <ds@schleef.org>
41086
41087         Fix the fixate functions to handle new prototype:
41088         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41089         * gst/videotestsrc/gstvideotestsrc.c:
41090         (gst_videotestsrc_src_fixate):
41091         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41092         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41094
41095 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41096
41097         * sys/ximage/ximagesink.h:
41098         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41099         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41100         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41101         (gst_ximagesink_xoverlay_init):
41102           assorted fixes to make (re)embedding work
41103         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41104         (gst_ximagesink_get_desired_size):
41105           implement desired size additions to XOverlay
41106
41107 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41108
41109         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41110         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41111         (gst_x_overlay_got_desired_size):
41112         * gst-libs/gst/xoverlay/xoverlay.h:
41113           Add optional "desired size" signal and querying.
41114
41115 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41116
41117         * gst/matroska/matroska-demux.c:
41118         (gst_matroska_demux_parse_blockgroup):
41119           Fix EBML-laced block parsing. Diffs are relative to previous
41120           lace, not the first lace. Thanks to Mosu from the Matroska
41121           team for detecting this.
41122         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41123         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41124         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41125         (gst_wavparse_change_state):
41126         * gst/wavparse/gstwavparse.h:
41127           Quickfix for capsnego.
41128
41129 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41130
41131         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41132           Fix indenting, fix pad creation.
41133
41134 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41135
41136         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41137         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41138         (gst_xviddec_sink_link):
41139           Implement src_getcaps() so proper size caps is negotiated.
41140
41141 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41142
41143         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41144           Finish flac decoder on EOS. See #116178.
41145
41146 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41147
41148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41149         (gst_matroska_demux_add_stream):
41150         * gst/matroska/matroska-ids.h:
41151           Add getcaps() function to fix capsnego...
41152
41153 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41154
41155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41156         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41158           Fix more integer overflows. Again, see #126967.
41159
41160 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41161
41162         * ext/mpeg2dec/gstmpeg2dec.c:
41163           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41164           #130416.
41165
41166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41167
41168         * configure.ac:
41169         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41170         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41171         * ext/xvid/gstxvid.h:
41172         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41173         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41174         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41175         (gst_xviddec_change_state):
41176         * ext/xvid/gstxviddec.h:
41177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41178         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41179         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41180         (gst_xvidenc_link), (gst_xvidenc_set_property),
41181         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41182         * ext/xvid/gstxvidenc.h:
41183           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41184
41185 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41186
41187         * gst/rtp/rtp-packet.c:
41188           Add sys/types.h include, since OS X doesn't define in_addr_t
41189           in netinet/in.h, like it does on Linux (see #129600).
41190
41191 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41192
41193         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41194
41195         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41196           Correct logic of dispose function (see #129306).
41197
41198 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41199
41200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41202         (gst_mpeg_parse_init):
41203         * gst/mpegstream/gstmpegparse.h:
41204           Remove clock (which was never provided, i.e. dead code), and
41205           also fix integer overflows at high PTS values (see #126967).
41206
41207 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41208
41209         * ext/flac/gstflacdec.c:
41210         * ext/libpng/gstpngenc.h:
41211         * ext/mikmod/gstmikmod.h:
41212           OS X fixes (see #126628).
41213
41214 2004-01-02  David Schleef  <ds@schleef.org>
41215
41216         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41217         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41218         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41219         (gst_mpeg_parse_class_init): Move pad template registration
41220         to class_init, since the derived class (mpegdemux) doesn't
41221         want them.
41222
41223 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41224
41225         * sys/ximage/Makefile.am:
41226         * sys/xvideo/Makefile.am:
41227         * sys/xvimage/Makefile.am:
41228           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41229           after installation (see #127664).
41230
41231 2004-01-02  David Schleef  <ds@schleef.org>
41232
41233         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41234         (gst_ffmpegenc_connect):  Negotiation fixes.
41235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41236         Remove inappropriate gst_caps_free().
41237         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41238         Reenable Ronald's internal resize code, since the core handles
41239         it correctly now.
41240
41241 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41242
41243         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41244         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41246           Fix pad template stuff.
41247
41248 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41249
41250         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41251         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41252           fix signed integer reading/writing.
41253
41254 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41255
41256         * ext/alsa/README:
41257           Remove outdated document
41258
41259 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41260
41261         * gst/cutter/gstcutter.c: (gst_cutter_init):
41262           src pad was being created twice - oops.
41263
41264 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41265
41266         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41267           Comment out internal resize. It doesn't handle the resulting
41268           XEvent internally, does another try_set_caps() which leads to
41269           a really nice loop.
41270           Real fix will come when Julien and Dave are awake. ;).
41271
41272 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41273
41274         * ext/mpeg2enc/gstmpeg2enc.cc:
41275           fix const/nonconst compile issue.
41276
41277 2004-01-02  David Schleef  <ds@schleef.org>
41278
41279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41280         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41281         Add fixate function and a check for bad formats.
41282
41283 2004-01-01  David Schleef  <ds@schleef.org>
41284
41285         Negotiation fixes:
41286         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41287         (gst_audiofilter_init):
41288         * gst/debug/efence.c: (gst_efence_init):
41289         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41290         (gst_deinterlace_init):
41291         * gst/volume/gstvolume.c: (volume_connect):
41292
41293 2004-01-01  David Schleef  <ds@schleef.org>
41294
41295         Convert elements to use gst_pad_use_explicit_caps() where
41296         appropriate:
41297         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41298         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41299         (gst_afparse_open_file):
41300         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41301         (gst_afsrc_open_file):
41302         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41303         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41304         (gst_ffmpegdec_chain):
41305         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41306         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41307         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41308         (gst_gdk_pixbuf_chain):
41309         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41310         (gst_jpegdec_chain):
41311         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41312         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41313         (gst_mikmod_negotiate):
41314         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41315         (gst_mpeg2dec_negotiate_format):
41316         * ext/mpeg2enc/gstmpeg2enc.cc:
41317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41318         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41319         (gst_speexdec_sinkconnect):
41320         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41321         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41322         (gst_vorbisfile_new_link):
41323         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41324         (gst_ac3parse_chain):
41325         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41326         (gst_asf_demux_setup_pad):
41327         * gst/auparse/gstauparse.c: (gst_auparse_init),
41328         (gst_auparse_chain):
41329         * gst/id3/gstid3types.c: (gst_id3types_loop):
41330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41331         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41332         (mp1videoparse_parse_seq):
41333         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41334         (bpf_from_header):
41335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41336         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41337         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41338         (gst_mpeg_parse_send_data):
41339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41340         (gst_qtdemux_add_stream):
41341         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41342         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41343         (gst_wavparse_parse_fmt):
41344
41345 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41346
41347         * configure.ac:
41348           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41349           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41350           it therefore uses the wrong include paths. Too bad... Note
41351           that 1.6.1.93 is not release yet. ;).
41352           Also add a check for mplex, which is now using the lib'ified
41353           mplex from mjpegtools, too.
41354         * ext/ffmpeg/gstffmpegcodecmap.c:
41355           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41356           issues. I don't think ffmpeg handles 3ivx correctly, so this
41357           probably won't work. But it won't hurt either.
41358         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41359         (gst_ffmpegdec_chain):
41360         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41361         (gst_ffmpegenc_chain_audio):
41362           Fix memleak in audio encoding. Close codec if open fails, this
41363           calls the cleanup routines so we can re-use the context.
41364         * ext/mpeg2enc/gstmpeg2enc.cc:
41365           Fix pad template names/types, fix memory issue with getcaps().
41366         * ext/mpeg2enc/gstmpeg2encoder.cc:
41367         * ext/mpeg2enc/gstmpeg2encoder.hh:
41368           Fix compile issue with new caps system (const thingy).
41369         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41370         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41371           We read a first frame right on initing, so that we have a caps
41372           when we init the output. This caps is cached in padprivate and
41373           read as first frame.
41374         * ext/mplex/Makefile.am:
41375         * ext/mplex/gstmplex.cc:
41376         * ext/mplex/gstmplex.h:
41377         * ext/mplex/gstmplex.hh:
41378         * ext/mplex/gstmplexibitstream.cc:
41379         * ext/mplex/gstmplexibitstream.hh:
41380         * ext/mplex/gstmplexjob.cc:
41381         * ext/mplex/gstmplexjob.hh:
41382         * ext/mplex/gstmplexoutputstream.cc:
41383         * ext/mplex/gstmplexoutputstream.hh:
41384           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41385           had issues, didn't do capsnego, supported only a subset of the
41386           mplex features and required a mplex fork in our local CVS. Plus
41387           that it worked agaist a very old mplex version. Rewriting was
41388           faster than updating it.
41389         * gst-libs/ext/Makefile.am:
41390         * gst-libs/ext/mplex/INSTRUCT:
41391         * gst-libs/ext/mplex/Makefile.am:
41392         * gst-libs/ext/mplex/README:
41393         * gst-libs/ext/mplex/TODO:
41394         * gst-libs/ext/mplex/ac3strm_in.cc:
41395         * gst-libs/ext/mplex/audiostrm.hh:
41396         * gst-libs/ext/mplex/audiostrm_out.cc:
41397         * gst-libs/ext/mplex/aunit.hh:
41398         * gst-libs/ext/mplex/bits.cc:
41399         * gst-libs/ext/mplex/bits.hh:
41400         * gst-libs/ext/mplex/buffer.cc:
41401         * gst-libs/ext/mplex/buffer.hh:
41402         * gst-libs/ext/mplex/fastintfns.h:
41403         * gst-libs/ext/mplex/format_codes.h:
41404         * gst-libs/ext/mplex/inputstrm.cc:
41405         * gst-libs/ext/mplex/inputstrm.hh:
41406         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41407         * gst-libs/ext/mplex/mjpeg_logging.cc:
41408         * gst-libs/ext/mplex/mjpeg_logging.h:
41409         * gst-libs/ext/mplex/mjpeg_types.h:
41410         * gst-libs/ext/mplex/mpastrm_in.cc:
41411         * gst-libs/ext/mplex/mpegconsts.cc:
41412         * gst-libs/ext/mplex/mpegconsts.h:
41413         * gst-libs/ext/mplex/mplexconsts.hh:
41414         * gst-libs/ext/mplex/multplex.cc:
41415         * gst-libs/ext/mplex/outputstream.hh:
41416         * gst-libs/ext/mplex/padstrm.cc:
41417         * gst-libs/ext/mplex/padstrm.hh:
41418         * gst-libs/ext/mplex/stillsstream.cc:
41419         * gst-libs/ext/mplex/stillsstream.hh:
41420         * gst-libs/ext/mplex/systems.cc:
41421         * gst-libs/ext/mplex/systems.hh:
41422         * gst-libs/ext/mplex/vector.cc:
41423         * gst-libs/ext/mplex/vector.hh:
41424         * gst-libs/ext/mplex/videostrm.hh:
41425         * gst-libs/ext/mplex/videostrm_in.cc:
41426         * gst-libs/ext/mplex/videostrm_out.cc:
41427         * gst-libs/ext/mplex/yuv4mpeg.cc:
41428         * gst-libs/ext/mplex/yuv4mpeg.h:
41429         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41430         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41431           We don't fork mjpegtools' mplex in our CVS anymore.
41432         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41433         (gst_avi_demux_add_stream):
41434         * gst/avi/gstavidemux.h:
41435           Add getcaps() function for proper caps nego. This makes some
41436           parts of AVI playback/reading work.
41437         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41438           Resize window on new capsnego. This is probably wrong, but
41439           I'm still committing it because with current capsnego, the
41440           first successfull capsnego is auto-fixated, therefore rounded
41441           down to the lowest values in the caps. this results in a 16x16
41442           XWindow that is not reized when real capsnego finishes.
41443           Dave, I see more cases of this, do you know a proper solution?
41444         * tools/gst-launch-ext.in:
41445           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41446
41447 2003-12-31  David Schleef  <ds@schleef.org>
41448
41449         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41450         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41451           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41452
41453 2003-12-30  David Schleef  <ds@schleef.org>
41454
41455         * ext/ffmpeg/gstffmpegcolorspace.c:
41456         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41457         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41458         (gst_ffmpegcsp_chain): Negotiation fixes
41459         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41461         (gst_audio_convert_link), (gst_audio_convert_channels):
41462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41463         (gst_audioscale_link), (gst_audioscale_get_buffer),
41464         (gst_audioscale_chain): Negotiation fixes
41465         * gst/audioscale/gstaudioscale.h:
41466         * gst/videofilter/gstvideofilter.c:
41467         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41468         (gst_videofilter_link), (gst_videofilter_init),
41469         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41470         (gst_videofilter_find_format_by_structure):
41471         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41473         (gst_videoscale_link):
41474         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41475         (videoscale_find_by_structure), (gst_videoscale_setup):
41476         * gst/videoscale/videoscale.h: Negotiation fixes
41477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41478         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41479         function, restrict resizing to a multiple of 4 (hack until
41480         everyone supports odd sizes correctly).
41481
41482 2003-12-29  Colin Walters  <walters@verbum.org>
41483
41484         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41485         signed.
41486
41487 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41488
41489         * ext/sndfile/gstsf.c: (gst_sf_loop):
41490           Fix warning about discarding const qualifier
41491
41492 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41493
41494         * gst/cutter/gstcutter.c:
41495         * gst/videoscale/gstvideoscale.c:
41496         * gst/volenv/gstvolenv.c:
41497         * gst-libs/gst/audio/audio.c:
41498         * gst-libs/gst/video/video.c:
41499           Fix warnings
41500
41501 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41502
41503         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41504           Don't send ALSA debugging to stderr.
41505         * ext/alsa/gstalsa.h:
41506           Use GST_WARNING instead of g_warning when ALSA functions fail.
41507
41508 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41509
41510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41511           Free XVAdapterInfo correctly.
41512
41513 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41514
41515         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41516         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41517           Make id3tag use correct caps nego.
41518
41519 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41520
41521         * ext/ivorbis/vorbis.c:
41522         * ext/ivorbis/vorbisenc.h:
41523         * ext/ivorbis/vorbisfile.c:
41524           Modify so that it uses the new caps things
41525
41526 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41527
41528         * testsuite/spider/spider1.c: (main):
41529         * testsuite/spider/spider2.c: (main):
41530         * testsuite/spider/spider3.c: (main):
41531           Make tests compile again. They probably don't work.
41532
41533 2003-12-24  Colin Walters  <walters@verbum.org>
41534
41535         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41536         we can't fixate the caps anymore.
41537
41538 2003-12-23  David Schleef  <ds@schleef.org>
41539
41540         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41541         * sys/oss/gstosssink.c: (gst_osssink_init),
41542         (gst_osssink_sink_fixate): Add fixate function.
41543
41544 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41545
41546         * ext/ffmpeg/gstffmpegcodecmap.c:
41547         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41548         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41549         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41550         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41551         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41552         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41553         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41554           fix typo in RGB masks, and move back to "old" colorspace
41555           capsnego code until whoever wrote this new crap has actually
41556           tested it so that it works.
41557           And yes, this works, keep it that way please.
41558
41559 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41560
41561         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41562         (gst_divxdec_init), (gst_divxdec_negotiate):
41563         * ext/divx/gstdivxdec.h:
41564         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41565         (gst_divxenc_init):
41566         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41567         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41568         * ext/mpeg2enc/gstmpeg2enc.cc:
41569         * ext/mpeg2enc/gstmpeg2encoder.cc:
41570         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41571         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41572         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41573         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41574         (dxr3spusink_init):
41575         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41576         (dxr3videosink_init):
41577           Fix caps breakage after Dave's caps branch merge.
41578
41579 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41580
41581         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41582           Fix for 24bpp display.
41583
41584 2003-12-23  Colin Walters  <walters@verbum.org>
41585
41586         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41587         a GnomeVFSHandle directly.
41588
41589 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41590
41591         * gst/volume/Makefile.am:
41592         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41593         (volume_base_init), (volume_init):
41594           Reenable volume element and fix to work with new caps stuff.
41595           Rhythmbox needs this.
41596
41597 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41598
41599         * gst/qtdemux/qtdemux.c: (plugin_init):
41600           qtdemux requires bytestream
41601
41602 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41603
41604         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41605           Fix remaining caps handling errors due to CAPS merge.
41606
41607 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41608
41609         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41610         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41611         (gst_faad_srcconnect):
41612           Port to new caps system.
41613
41614 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41615
41616         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41617         (got_video_size), (main): using g_print instead of g_message.
41618         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41619         signal which was not emitted because of "switch" element added to the
41620         bin but not connected. (Removing from the bin temporarily)
41621
41622 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41623
41624         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41625         find X development files. I don't understand the previous tests and
41626         they fail on my debian/ppc unstable. This one works.
41627         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41628         exiting.
41629         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41630         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41631         (gst_play_set_visualization): Add some safety checks in set_ methods
41632         and state_change. This was throwing some ugly CRITICAL messages when
41633         pipeline was getting disposed and casts were failing.
41634
41635 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41636
41637         * configure.ac:
41638           Improve mpeg2enc detection. This is for distributions that do
41639           ship mjpegtools, but without mpeg2enc. Also does object check
41640           for might there ever be ABI incompatibility.
41641         * ext/mpeg2enc/gstmpeg2enc.cc:
41642           Add Andrew as second maintainer (he's helping me), and also add
41643           an error if no caps was set. This happens if I pull before capsnego
41644           and that's something I should solve sometime else.
41645         * gst/matroska/matroska-demux.c:
41646         (gst_matroska_demux_parse_blockgroup):
41647           Fix time parsing.
41648         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41649         (gst_matroska_mux_track_header):
41650           Add caps to templates.
41651         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41652           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41653         * gst/mpegstream/gstmpegdemux.c:
41654           Remove layer since it causes warnings about unfixed caps.
41655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41656           Fix obvious typo (we error out if caps were set, we should of
41657           course error out if *no* caps were set).
41658         * sys/oss/gstosselement.c: (gst_osselement_convert):
41659           Fix format conversion, we confused bits/bytes.
41660         * sys/oss/gstosselement.h:
41661           Improve documentation for 'bps'.
41662         * sys/v4l/TODO:
41663           Remove stuff about plugins that need removing - this was done
41664           ages ago.
41665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41666         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41668         (gst_v4lsrc_src_query):
41669         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41670         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41671           Add get_query_types(), get_formats() and query() functions.
41672
41673 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41674
41675         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41676           * moved CVS to freedesktop.org